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 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html