public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Add support for cros-ec-extcon driver
@ 2017-02-20 15:18 Enric Balletbo i Serra
  2017-02-20 15:18 ` [PATCH 1/2] extcon: cros-ec: Add extcon-cros-ec driver to support display out Enric Balletbo i Serra
  2017-02-20 15:18 ` [PATCH 2/2] dt-bindings: extcon: Add support for cros-ec device Enric Balletbo i Serra
  0 siblings, 2 replies; 7+ messages in thread
From: Enric Balletbo i Serra @ 2017-02-20 15:18 UTC (permalink / raw)
  To: MyungJoo Ham, Rob Herring
  Cc: Lee Jones, linux-kernel, devicetree, Chanwoo Choi

Dear all,

Now that the drm/rockchip cdn-dp driver is in linux-next and ready to land
it's time to review the extcon-cros-ec driver. The cdn-dp driver uses this
extcon driver to get cable status and the presence of display out.

This driver is based on the one available in chromeos-4.4 kernel but removing
all the USB switch role stuff, as this depends on other infrastructures like 
the dwc3 role switch and the Type-C connector.

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

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

-- 
2.9.3

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2017-02-27 20:25 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-20 15:18 [PATCH 0/2] Add support for cros-ec-extcon driver Enric Balletbo i Serra
2017-02-20 15:18 ` [PATCH 1/2] extcon: cros-ec: Add extcon-cros-ec driver to support display out Enric Balletbo i Serra
2017-02-24  3:41   ` Chanwoo Choi
2017-02-24  9:34     ` Enric Balletbo i Serra
2017-02-20 15:18 ` [PATCH 2/2] dt-bindings: extcon: Add support for cros-ec device Enric Balletbo i Serra
2017-02-24  3:44   ` Chanwoo Choi
2017-02-27 19:18   ` Rob Herring

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox