Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1688844

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

From Chanwoo Choi <cw00.choi@samsung.com>
Newsgroups linux.kernel
Subject Re: [PATCH v3.1 1/2] extcon: cros-ec: Add extcon-cros-ec driver to support display out.
Date 2017-07-17 12:10 +0200
Message-ID <u4b8v-3FY-47@gated-at.bofh.it> (permalink)
References <u4b8v-3FY-49@gated-at.bofh.it> <u4aP7-3i2-7@gated-at.bofh.it>
Organization Samsung Electronics

Show all headers | View raw


Hi Lee,

On 2017년 07월 17일 18:41, Enric Balletbo i Serra wrote:
> From: Benson Leung <bleung@chromium.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@chromium.org>
> Signed-off-by: Enric Balletbo i Serra <enric.balletbo@collabora.com>
> Acked-by: Chanwoo Choi <cw00.chio@samsung.com>
> Acked-by: Lee Jones <lee.jones@linaro.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

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

[PATCH v3.1 1/2] extcon: cros-ec: Add extcon-cros-ec driver to support display out. Enric Balletbo i Serra <enric.balletbo@collabora.com> - 2017-07-17 11:50 +0200
  [PATCH v3.1 2/2] dt-bindings: extcon: Add support for cros-ec device Enric Balletbo i Serra <enric.balletbo@collabora.com> - 2017-07-17 11:50 +0200
  Re: [PATCH v3.1 1/2] extcon: cros-ec: Add extcon-cros-ec driver to  support display out. Chanwoo Choi <cw00.choi@samsung.com> - 2017-07-17 12:10 +0200

csiph-web