Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1287471
| From | Tim Bird <tim.bird@sonymobile.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v3 0/3] ARM: power: qcom_smbb: Add otg regulator |
| Date | 2015-12-09 13:50 +0100 |
| Message-ID | <qDMlX-8sJ-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Add a regulator to control the OTG chargepath switch. I'm re-sending this (v3) because my v2 submission yesterday failed to include the AUTHOR OF THE DRIVER(!!), Courtney Cavin. Changes since v2 - add the driver author to the To: list! Changes since v1 - switch supply name to have dashes instead of underscores - remove superfluous DT explanations in the otg node description Tim Bird (3): dt-binding: power: Add otg regulator binding power: qcom_smbb: Add otg regulator for control of vbus ARM: dts: qcom: add charger otg regulator .../devicetree/bindings/power_supply/qcom_smbb.txt | 19 ++++++ arch/arm/boot/dts/qcom-pm8941.dtsi | 4 ++ drivers/power/qcom_smbb.c | 74 ++++++++++++++++++++++ 3 files changed, 97 insertions(+) -- 2.6.3 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH v3 0/3] ARM: power: qcom_smbb: Add otg regulator Tim Bird <tim.bird@sonymobile.com> - 2015-12-09 13:50 +0100 [PATCH v3 2/3] power: qcom_smbb: Add otg regulator for control of vbus Tim Bird <tim.bird@sonymobile.com> - 2015-12-09 13:50 +0100
csiph-web