linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] extcon: Modify the name of external connector
@ 2015-10-06 11:21 Chanwoo Choi
  2015-10-06 11:21 ` [PATCH 1/2] extcon: Modify the id and " Chanwoo Choi
  2015-10-06 11:21 ` [PATCH 2/2] extcon: Add the support of EXTCON_CHG_USB when SDP port is attached or detached Chanwoo Choi
  0 siblings, 2 replies; 10+ messages in thread
From: Chanwoo Choi @ 2015-10-06 11:21 UTC (permalink / raw)
  To: linux-kernel
  Cc: k.kozlowski, ckeepax, gregkh, rogerq, ramakrishna.pallala,
	patches, cw00.choi, myungjoo.ham

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


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2015-10-06 12:29 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-06 11:21 [PATCH v2 0/2] extcon: Modify the name of external connector Chanwoo Choi
2015-10-06 11:21 ` [PATCH 1/2] extcon: Modify the id and " Chanwoo Choi
2015-10-06 11:42   ` Pallala, Ramakrishna
2015-10-06 11:51     ` Chanwoo Choi
2015-10-06 11:57       ` Pallala, Ramakrishna
2015-10-06 11:21 ` [PATCH 2/2] extcon: Add the support of EXTCON_CHG_USB when SDP port is attached or detached Chanwoo Choi
2015-10-06 11:49   ` Roger Quadros
2015-10-06 12:12     ` Chanwoo Choi
2015-10-06 12:22       ` Roger Quadros
2015-10-06 12:28         ` Chanwoo Choi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).