[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-id: <32ac2a89-37a1-44f5-f73a-45f0ac78ced6@samsung.com>
Date: Mon, 17 Jul 2017 19:08:13 +0900
From: Chanwoo Choi <cw00.choi@...sung.com>
To: Enric Balletbo i Serra <enric.balletbo@...labora.com>,
MyungJoo Ham <myungjoo.ham@...sung.com>,
Rob Herring <robh+dt@...nel.org>,
Lee Jones <lee.jones@...aro.org>
Cc: linux-kernel@...r.kernel.org, devicetree@...r.kernel.org,
Benson Leung <bleung@...omium.org>, groeck@...omium.org
Subject: Re: [PATCH v3.1 1/2] extcon: cros-ec: Add extcon-cros-ec driver to
support display out.
Hi Lee,
On 2017년 07월 17일 18:41, Enric Balletbo i Serra wrote:
> From: Benson Leung <bleung@...omium.org>
>
> 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@...omium.org>
> Signed-off-by: Enric Balletbo i Serra <enric.balletbo@...labora.com>
> Acked-by: Chanwoo Choi <cw00.chio@...sung.com>
> Acked-by: Lee Jones <lee.jones@...aro.org>
> ---
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
Powered by blists - more mailing lists