This patch-set modify the id and name of external connector with the additional
prefix to clarify both attribute and meaning of external connector as following:
- EXTCON_CHG_* mean the charger connector.
- EXTCON_JACK_* mean the jack connector.
- EXTCON_DISP_* mean the display port connector.
And when altering the name of USB charger connector, this patch refer the
standard USB charger name about SDP, CDP, DCP and ACA.

Changes from v1:
(https://lkml.org/lkml/2015/10/3/304)
- Add acked tag by Charles Keepax for arizona changes
- Modify the name of USB charger connector as following:
 : EXTCON_CHG_USB_FAST -> EXTCON_CHG_USB_DCP_FAST
 : EXTCON_CHG_USB_SLOW -> EXTCON_CHG_USB_DCP_SLOW
- Add the missing EXTCON_CHG_USB_ACA charger connector
- Add one more patch to support the EXTCON_CHG_USB when SDP port is connected 
or not

Chanwoo Choi (2):
  extcon: Modify the id and name of external connector
  extcon: Add the support of EXTCON_CHG_USB when SDP port is attached or 
detached

 drivers/extcon/extcon-arizona.c  | 18 ++++++------
 drivers/extcon/extcon-axp288.c   | 12 ++++----
 drivers/extcon/extcon-max14577.c | 19 ++++++------
 drivers/extcon/extcon-max77693.c | 43 +++++++++++++++++-----------
 drivers/extcon/extcon-max77843.c | 29 +++++++++++--------
 drivers/extcon/extcon-max8997.c  | 23 ++++++++-------
 drivers/extcon/extcon-palmas.c   |  3 ++
 drivers/extcon/extcon-rt8973a.c  |  7 +++--
 drivers/extcon/extcon-sm5502.c   |  7 +++--
 drivers/extcon/extcon-usb-gpio.c |  3 ++
 drivers/extcon/extcon.c          | 61 ++++++++++++++++++++-------------------
 include/linux/extcon.h           | 62 +++++++++++++++++++++++-----------------
 12 files changed, 167 insertions(+), 120 deletions(-)

-- 
1.8.0

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to