<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kernel/include/linux/usb/langwell_otg.h, branch linux-3.3.y</title>
<subtitle>Hosts the 0x221E linux distro kernel.</subtitle>
<id>https://universe.0xinfinity.dev/distro/kernel/atom?h=linux-3.3.y</id>
<link rel='self' href='https://universe.0xinfinity.dev/distro/kernel/atom?h=linux-3.3.y'/>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/'/>
<updated>2012-01-24T13:41:51Z</updated>
<entry>
<title>usb: otg: kill langwell_otg driver</title>
<updated>2012-01-24T13:41:51Z</updated>
<author>
<name>Alexander Shishkin</name>
<email>alexander.shishkin@linux.intel.com</email>
</author>
<published>2011-12-21T08:19:38Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=c1084a56da255ef5385c0f587e16fdc225a5460f'/>
<id>urn:sha1:c1084a56da255ef5385c0f587e16fdc225a5460f</id>
<content type='text'>
The way this driver was added by f0ae849 (usb: Add Intel Langwell USB
OTG Transceiver Driver) never even compiled together with langwell_udc,
and that's the only way for it to be useful.

Signed-off-by: Alexander Shishkin &lt;alexander.shishkin@linux.intel.com&gt;
Cc: stable@vger.kernel.org # v2.6.31+
Cc: Heikki Krogerus &lt;heikki.krogerus@linux.intel.com&gt;
Cc: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
Cc: Alan Cox &lt;alan@linux.intel.com&gt;
Cc: linux-usb@vger.kernel.org
Signed-off-by: Felipe Balbi &lt;balbi@ti.com&gt;
</content>
</entry>
<entry>
<title>USB OTG Langwell: Update OTG Kconfig and driver version.</title>
<updated>2010-10-22T17:21:33Z</updated>
<author>
<name>Hao Wu</name>
<email>hao.wu@intel.com</email>
</author>
<published>2010-09-09T21:35:54Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=56e9406ca22968e3c9dc27d6dc0f1825e13bfff9'/>
<id>urn:sha1:56e9406ca22968e3c9dc27d6dc0f1825e13bfff9</id>
<content type='text'>
This patch updated Kconfig for langwell otg transceiver driver.
Add ipc driver(INTEL_SCU_IPC) as a dependency. Driver version is
updated too.

Signed-off-by: Hao Wu &lt;hao.wu@intel.com&gt;
Signed-off-by: Alan Cox &lt;alan@linux.intel.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
</entry>
<entry>
<title>usb: Add Intel Langwell USB OTG Transceiver Driver</title>
<updated>2010-10-22T17:21:17Z</updated>
<author>
<name>Hao Wu</name>
<email>hao.wu@intel.com</email>
</author>
<published>2010-08-05T13:17:28Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=f0ae849df1cd6b597130d890f2107ee31bf02c19'/>
<id>urn:sha1:f0ae849df1cd6b597130d890f2107ee31bf02c19</id>
<content type='text'>
This adds support for the USB transceiver driver in the Langwell chipset used
on the Intel MID platforms. It folds up the original patch set which includes
basic support for the device, PHY low power mode (Please notice that there is
a limitation, after we drive VBus down, 2ms delay is required from SCU FW to
sync up OTGSC register with USBCFG register), software timers (the hardware
timers do not work in low power mode), HNP, SRP.


Signed-off-by: Hao Wu &lt;hao.wu@intel.com&gt;
Signed-off-by: Alek Du &lt;alek.du@intel.com&gt;
Signed-off-by: Alan Cox &lt;alan@linux.intel.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
</entry>
<entry>
<title>Revert "USB: Add Intel Langwell USB OTG Transceiver Drive"</title>
<updated>2009-07-12T22:16:36Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@suse.de</email>
</author>
<published>2009-06-23T22:58:48Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=1a74826fa1cd6c2e382f927403b4440675f0f55a'/>
<id>urn:sha1:1a74826fa1cd6c2e382f927403b4440675f0f55a</id>
<content type='text'>
This reverts commit 453f77558810ffa669ed5a510a7173ec49def396.

The driver should not have been accepted as the MSRT code is not
in the main kernel yet, which this depends on.

Cc: Alan Cox &lt;alan@lxorguk.ukuu.org.uk&gt;
Cc: Hao Wu &lt;hao.wu@intel.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
</entry>
<entry>
<title>USB: Add Intel Langwell USB OTG Transceiver Drive</title>
<updated>2009-06-16T04:44:47Z</updated>
<author>
<name>Hao Wu</name>
<email>hao.wu@intel.com</email>
</author>
<published>2009-06-04T08:06:50Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=453f77558810ffa669ed5a510a7173ec49def396'/>
<id>urn:sha1:453f77558810ffa669ed5a510a7173ec49def396</id>
<content type='text'>
Description:
This driver is used for Intel Langwell* USB OTG controller in Intel
Moorestown* platform. It tries to implement host/device role switch
according to OTG spec.  The actual hsot and device functions are
accomplished in modified EHCI driver and Intel Langwell USB OTG client
controller driver.

* Langwell and Moorestown are names used in development. They are not
  approved official name.

Note:
This patch is the first version Intel Langwell USB OTG Transceiver
driver. The development is not finished, and the bug fixing is on going
for some hardware and software issues. The main purpose of this
submission is for code view.

Supported features:
- Data-line Pulsing SRP
- Support HNP to switch roles
- PCI D0/D3 power management support

Known issues:
- HNP is only tested with another Moorestown platform.
- PCI D0/D3 power management support is not fully tested.
- VBus Pulsing SRP is not support in current version.

Signed-off-by: Hao Wu &lt;hao.wu@intel.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
</entry>
</feed>
