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