Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1559695
| From | Chanwoo Choi <cw00.choi@samsung.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v3 0/6] usb: Replace the deprecated extcon API |
| Date | 2017-01-16 13:50 +0100 |
| Message-ID | <t0eJP-nt-5@gated-at.bofh.it> (permalink) |
| References | <t0eTv-rg-1@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
This patches just replace the deprecated extcon API without any change of extcon operation and use the resource-managed function for extcon_register_notifier(). The new extcon API instead of deprecated API. - extcon_set_cable_state_() -> extcon_set_state_sync(); - extcon_get_cable_state_() -> extcon_get_state(); Changes from v2: - Rebase these patches based on usb.git[1] (testing/next branch) Changes from v1: - Rebase these patches based on v4.10-rc1. - Add acked-by tag from usb maintainer and reviewer. - Drop the phy/power-supply/chipidea patches. [1] https://git.kernel.org/cgit/linux/kernel/git/balbi/usb.git/log/?h=testing/next Chanwoo Choi (6): usb: dwc3: omap: Replace the extcon API usb: phy: msm: Replace the extcon API usb: phy: omap-otg: Replace the extcon API usb: phy: qcom-8x16-usb: Replace the extcon API usb: phy: tahvo: Replace the deprecated extcon API usb: renesas_usbhs: Replace the deprecated extcon API drivers/usb/dwc3/dwc3-omap.c | 20 +++++++------------- drivers/usb/phy/phy-msm-usb.c | 33 +++++++++++---------------------- drivers/usb/phy/phy-omap-otg.c | 24 ++++++------------------ drivers/usb/phy/phy-qcom-8x16-usb.c | 13 ++++--------- drivers/usb/phy/phy-tahvo.c | 10 +++++----- drivers/usb/renesas_usbhs/common.c | 2 +- 6 files changed, 34 insertions(+), 68 deletions(-) -- 1.9.1
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[PATCH v3 0/6] usb: Replace the deprecated extcon API Chanwoo Choi <cw00.choi@samsung.com> - 2017-01-16 13:50 +0100
csiph-web