[PATCH 0/3] palmas usb driver
Kishon Vijay Abraham I
kishon at ti.com
Sat May 25 00:31:33 EST 2013
This patch series adds driver for palmas usb which is used to detect
attach/detach events of usb device and usb host.
[PATCH v5 2/3] extcon: Palmas Extcon Driver which was sent previously
is added in this patch series itself. The revision history is added
in the patch comments section.
A checkpatch warning "WARNING: static const char * array should
probably be static const char * const"is ignored since it introduces a
compilation warning.
Graeme Gregory (2):
drivers: regulator: palmas: add an API to set/clear the switch bit on
SMPS10
extcon: Palmas Extcon Driver
Kishon Vijay Abraham I (1):
usb: dwc3: use extcon fwrk to receive connect/disconnect notification
.../devicetree/bindings/extcon/extcon-twl.txt | 16 +
drivers/extcon/Kconfig | 7 +
drivers/extcon/Makefile | 1 +
drivers/extcon/extcon-palmas.c | 341 +++++++++++++++++++++
drivers/regulator/palmas-regulator.c | 26 ++
drivers/usb/dwc3/dwc3-omap.c | 80 +++--
include/linux/mfd/palmas.h | 27 +-
include/linux/usb/dwc3-omap.h | 30 --
8 files changed, 470 insertions(+), 58 deletions(-)
create mode 100644 Documentation/devicetree/bindings/extcon/extcon-twl.txt
create mode 100644 drivers/extcon/extcon-palmas.c
delete mode 100644 include/linux/usb/dwc3-omap.h
--
1.8.1.2
More information about the devicetree-discuss
mailing list