public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] usb: phy-generic, phy-ulpi patch set
@ 2013-12-02  7:05 Chris Ruehl
  2013-12-02  7:05 ` [PATCH 1/3] usb: phy-generic: Add GPIO based ChipSelect Chris Ruehl
                   ` (2 more replies)
  0 siblings, 3 replies; 16+ messages in thread
From: Chris Ruehl @ 2013-12-02  7:05 UTC (permalink / raw)
  To: balbi, gregkh; +Cc: linux-usb, devicetree, linux-kernel, Chris Ruehl

This patch set add support 
* GPIO ChipSelect
* ULPI support to set VBUS flags for EXTVBUSIND,CHRGVBUS
* ULPI support to set VBUS flags from DT

[PATCH 1/3] usb: phy-generic: Add GPIO based ChipSelect
	The ULPI ISP1504 uses the CHIP_SELECT_N (low active) pin to active the
	chip. This patch add support for GPIO based ChipSelect almost the same
	way implemented for the Reset feature.

[PATCH 2/3] usb: phy-ulpi: Add EXTVBUSIND,CHRGVBUS flag support
	ULPI like ISP1504 support external vbus power indication
	used in combination with vbus switches mic2075.

[PATCH 3/3] usb: phy-generic: Add ULPI VBUS support
	Some platforms need to set the VBUS parameters of the ULPI
	like ISP1504 which interact with overcurrent protection and
	power switch MIC2575. Therefore it requires to set
	* DRVVBUS
	* DRVVBUS_EXT
	* EXTVBUSIND
	* CHRGVBUS
	of the ULPI.

Signed-off-by: Chris Ruehl <chris.ruehl@gtsys.com.hk>
---

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

end of thread, other threads:[~2013-12-09  4:10 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-02  7:05 [PATCH] usb: phy-generic, phy-ulpi patch set Chris Ruehl
2013-12-02  7:05 ` [PATCH 1/3] usb: phy-generic: Add GPIO based ChipSelect Chris Ruehl
2013-12-06 20:24   ` Felipe Balbi
2013-12-09  1:45     ` Chris Ruehl
2013-12-09  4:07       ` Felipe Balbi
2013-12-09  4:11         ` Chris Ruehl
2013-12-02  7:05 ` [PATCH 2/3] usb: phy-ulpi: Add EXTVBUSIND,CHRGVBUS flag support Chris Ruehl
2013-12-02 18:59   ` Sergei Shtylyov
2013-12-02  7:05 ` [PATCH 3/3] usb: phy-generic: Add ULPI VBUS support Chris Ruehl
2013-12-02 18:22   ` Mark Rutland
2013-12-03  2:46     ` Chris Ruehl
2013-12-03  5:24     ` Chris Ruehl
2013-12-03  8:15   ` Heikki Krogerus
2013-12-04  7:16     ` Chris Ruehl
2013-12-04  9:49       ` Heikki Krogerus
2013-12-05  4:15         ` Chris Ruehl

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox