[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-id: <1444130485-23325-1-git-send-email-cw00.choi@samsung.com>
Date: Tue, 06 Oct 2015 20:21:23 +0900
From: Chanwoo Choi <cw00.choi@...sung.com>
To: linux-kernel@...r.kernel.org
Cc: k.kozlowski@...sung.com, ckeepax@...nsource.wolfsonmicro.com,
gregkh@...uxfoundation.org, rogerq@...com,
ramakrishna.pallala@...el.com, patches@...nsource.wolfsonmicro.com,
cw00.choi@...sung.com, myungjoo.ham@...sung.com
Subject: [PATCH v2 0/2] extcon: Modify the name of external connector
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 majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists