Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1561709
| From | Baolin Wang <baolin.wang@linaro.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [RFC PATCH 0/3] Remove some dummy set_power callbacks |
| Date | 2017-01-18 13:30 +0100 |
| Message-ID | <t0Xxg-430-13@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
In future we plan to introduce USB charger to set PMIC current drawn from USB configuration, instead of using set_power callback in phy driver. Moreover in these 3 phy drivers, the set_power callback did not implement anything to set PMIC current, thus we should remove them. Baolin Wang (3): usb: phy: ab8500: Remove the set_power callback usb: phy: msm: Remove the set_power callback usb: phy: fsl: Remove the set_power callback drivers/usb/phy/phy-ab8500-usb.c | 20 -------------------- drivers/usb/phy/phy-fsl-usb.c | 12 ------------ drivers/usb/phy/phy-msm-usb.c | 18 ------------------ 3 files changed, 50 deletions(-) -- 1.7.9.5
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[RFC PATCH 0/3] Remove some dummy set_power callbacks Baolin Wang <baolin.wang@linaro.org> - 2017-01-18 13:30 +0100 [RFC PATCH 2/3] usb: phy: msm: Remove the set_power callback Baolin Wang <baolin.wang@linaro.org> - 2017-01-18 13:30 +0100
csiph-web