Re: [PATCH v3.1 1/2] extcon: cros-ec: Add extcon-cros-ec driver to support display out.

From: Chanwoo Choi
Date: Mon Jul 17 2017 - 06:08:24 EST


Hi Lee,

On 2017ë 07ì 17ì 18:41, Enric Balletbo i Serra wrote:
> From: Benson Leung <bleung@xxxxxxxxxxxx>
>
> This is the driver for the USB Type C cable detection mechanism
> built into the ChromeOS Embedded Controller on systems that
> have USB Type-C ports.
>
> At present, this allows for the presence of display out, but in
> future, it may also be used to notify host and device type cables
> and the presence of power.
>
> Signed-off-by: Benson Leung <bleung@xxxxxxxxxxxx>
> Signed-off-by: Enric Balletbo i Serra <enric.balletbo@xxxxxxxxxxxxx>
> Acked-by: Chanwoo Choi <cw00.chio@xxxxxxxxxxx>
> Acked-by: Lee Jones <lee.jones@xxxxxxxxxx>
> ---

Applied these patches on extcon-next branch.
I created the immutable branch both extcon and mfd
because this patch handled the 'linux/mfd/cros_ec_commands.h' file.
(branch name ib-extcon-mfd-4.14)

--
Best Regards,
Chanwoo Choi
Samsung Electronics


The following changes since commit 5771a8c08880cdca3bfb4a3fc6d309d6bba20877:

Linux v4.13-rc1 (2017-07-15 15:22:10 -0700)

are available in the git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git ib-extcon-mfd-4.14

for you to fetch changes up to 77daeeddd3db21906b53ae77c6d2d2342470af9d:

dt-bindings: extcon: Add support for cros-ec device (2017-07-17 19:02:43 +0900)

----------------------------------------------------------------
Benson Leung (2):
extcon: cros-ec: Add extcon-cros-ec driver to support display out.
dt-bindings: extcon: Add support for cros-ec device

.../bindings/extcon/extcon-usbc-cros-ec.txt | 24 ++
drivers/extcon/Kconfig | 7 +
drivers/extcon/Makefile | 1 +
drivers/extcon/extcon-usbc-cros-ec.c | 415 +++++++++++++++++++++
include/linux/mfd/cros_ec_commands.h | 75 ++++
5 files changed, 522 insertions(+)
create mode 100644 Documentation/devicetree/bindings/extcon/extcon-usbc-cros-ec.txt
create mode 100644 drivers/extcon/extcon-usbc-cros-ec.c