Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1182796

[PATCH 0/2] extcon: palmas: am57xx-beagle-x15: use palmas for VBUS/ID detection

From Roger Quadros <rogerq@ti.com>
Newsgroups linux.kernel
Subject [PATCH 0/2] extcon: palmas: am57xx-beagle-x15: use palmas for VBUS/ID detection
Date 2015-07-13 15:10 +0200
Message-ID <pLLEC-5rE-17@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


Hi,

am57xx-beagle-x15 uses a variant of the Palmas chip and has
USB1 port's VBUS and ID connected to it.

However this Palmas variant does not support OTG ID detection but
does have GPIO support on the pin where ID line is connected.

This series adds GPIO based ID detection to the Palmas extcon
driver and updates am57xx-beagle-x15.dts to use Palmas
for VBUS and ID detection for USB1 port.

cheers,
-roger

Roger Quadros (2):
  extcon: palmas: Support GPIO based USB ID detection
  ARM: dts: am57xx-beagle-x15: use palmas-usb for USB2

 .../devicetree/bindings/extcon/extcon-palmas.txt   |   5 +-
 arch/arm/boot/dts/am57xx-beagle-x15.dts            |  25 +++--
 drivers/extcon/extcon-palmas.c                     | 116 ++++++++++++++++++---
 include/linux/mfd/palmas.h                         |   6 ++
 4 files changed, 129 insertions(+), 23 deletions(-)

-- 
2.1.4

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH 0/2] extcon: palmas: am57xx-beagle-x15: use palmas for VBUS/ID detection Roger Quadros <rogerq@ti.com> - 2015-07-13 15:10 +0200
  [PATCH 1/2] extcon: palmas: Support GPIO based USB ID detection Roger Quadros <rogerq@ti.com> - 2015-07-13 15:10 +0200
  [PATCH 2/2] ARM: dts: am57xx-beagle-x15: use palmas-usb for USB2 Roger Quadros <rogerq@ti.com> - 2015-07-13 15:10 +0200

csiph-web