All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] extcon: Add fsa9480 extcon driver
@ 2019-02-25 16:58 Paweł Chmiel
  2019-02-25 16:58 ` [PATCH 1/2] dt-bindings: extcon: Add support for fsa9480 switch Paweł Chmiel
  2019-02-25 16:58 ` [PATCH 2/2] extcon: Add fsa9480 extcon driver Paweł Chmiel
  0 siblings, 2 replies; 7+ messages in thread
From: Paweł Chmiel @ 2019-02-25 16:58 UTC (permalink / raw)
  To: myungjoo.ham
  Cc: cw00.choi, robh+dt, mark.rutland, linux-kernel, devicetree,
	Paweł Chmiel

This small patchset adds support for Fairchild Semiconductor FSA9480
microUSB switch.

It has been tested on Samsung Galaxy S and Samsung Fascinate 4G,
but it can be found also on other Samsung Aries (s5pv210) based devices.

Tomasz Figa (2):
  dt-bindings: extcon: Add support for fsa9480 switch
  extcon: Add fsa9480 extcon driver

 .../bindings/extcon/extcon-fsa9480.txt        |  21 +
 drivers/extcon/Kconfig                        |  10 +
 drivers/extcon/Makefile                       |   1 +
 drivers/extcon/extcon-fsa9480.c               | 473 ++++++++++++++++++
 4 files changed, 505 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/extcon/extcon-fsa9480.txt
 create mode 100644 drivers/extcon/extcon-fsa9480.c

-- 
2.17.1


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

end of thread, other threads:[~2019-03-26 14:57 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-25 16:58 [PATCH 0/2] extcon: Add fsa9480 extcon driver Paweł Chmiel
2019-02-25 16:58 ` [PATCH 1/2] dt-bindings: extcon: Add support for fsa9480 switch Paweł Chmiel
2019-03-18 10:39   ` Chanwoo Choi
2019-03-26 14:57   ` Rob Herring
2019-02-25 16:58 ` [PATCH 2/2] extcon: Add fsa9480 extcon driver Paweł Chmiel
2019-03-18 10:47   ` Chanwoo Choi
2019-03-20 16:56     ` Paweł Chmiel

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.