[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1369405896-30246-1-git-send-email-kishon@ti.com>
Date: Fri, 24 May 2013 20:01:33 +0530
From: Kishon Vijay Abraham I <kishon@...com>
To: <myungjoo.ham@...sung.com>, <cw00.choi@...sung.com>,
<balbi@...com>, <ldewangan@...dia.com>, <gg@...mlogic.co.uk>,
<lgirdwood@...il.com>, <broonie@...nel.org>,
<devicetree-discuss@...ts.ozlabs.org>, <linux-doc@...r.kernel.org>,
<linux-kernel@...r.kernel.org>, <linux-usb@...r.kernel.org>,
<linux-omap@...r.kernel.org>
CC: <grant.likely@...aro.org>, <rob.herring@...xeda.com>,
<rob@...dley.net>, <gregkh@...uxfoundation.org>,
<george.cherian@...com>, <kishon@...com>, <sameo@...ux.intel.com>
Subject: [PATCH 0/3] palmas usb driver
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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists