<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/drivers/usb/phy/Makefile, branch v3.10.45</title>
<subtitle>Linux kernel source tree</subtitle>
<id>https://git.amat.us/linux/atom/drivers/usb/phy/Makefile?h=v3.10.45</id>
<link rel='self' href='https://git.amat.us/linux/atom/drivers/usb/phy/Makefile?h=v3.10.45'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/'/>
<updated>2013-04-25T17:58:00Z</updated>
<entry>
<title>USB: OMAP: ISP1301 needs USB_PHY</title>
<updated>2013-04-25T17:58:00Z</updated>
<author>
<name>Arnd Bergmann</name>
<email>arnd@arndb.de</email>
</author>
<published>2013-04-25T17:29:03Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=c3c683ead3c53c0eb67b72c54e130baf45ac25d2'/>
<id>urn:sha1:c3c683ead3c53c0eb67b72c54e130baf45ac25d2</id>
<content type='text'>
The Kconfig entry for USB_OMAP unconditionally selects USB_ISP1301,
which is now only visible when USB_PHY is also enabled.

This adds an appropriate dependency and enables USB_PHY in the omap1
defconfig, avoiding these build warnings:

warning: (USB_OHCI_HCD &amp;&amp; USB_OMAP) selects ISP1301_OMAP which has unmet direct dependencies (USB_SUPPORT &amp;&amp; USB_PHY &amp;&amp; I2C &amp;&amp; ARCH_OMAP_OTG)

Also fix a Makefile typo while we're at it.

Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;
Cc: Felipe Balbi &lt;balbi@ti.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>usb: phy: samsung: Add PHY support for USB 3.0 controller</title>
<updated>2013-03-18T09:18:15Z</updated>
<author>
<name>Vivek Gautam</name>
<email>gautam.vivek@samsung.com</email>
</author>
<published>2013-03-14T10:29:11Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=b52767581765d3d1a1ba7106674791e540574704'/>
<id>urn:sha1:b52767581765d3d1a1ba7106674791e540574704</id>
<content type='text'>
Adding PHY driver support for USB 3.0 controller for Samsung's
SoCs.

Signed-off-by: Vivek Gautam &lt;gautam.vivek@samsung.com&gt;
Acked-by: Kukjin Kim &lt;kgene.kim@samsung.com&gt;
Signed-off-by: Felipe Balbi &lt;balbi@ti.com&gt;
</content>
</entry>
<entry>
<title>usb: phy: samsung: Common out the generic stuff</title>
<updated>2013-03-18T09:18:15Z</updated>
<author>
<name>Vivek Gautam</name>
<email>gautam.vivek@samsung.com</email>
</author>
<published>2013-03-14T10:29:10Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=dc2377d0b0a298ec9d7d232c0d757f462dedcca2'/>
<id>urn:sha1:dc2377d0b0a298ec9d7d232c0d757f462dedcca2</id>
<content type='text'>
Moving register and structure definitions to header file,
and keeping the generic functions to be used across
multiple PHYs in common phy helper driver under SAMSUNG_USBPHY,
and moving USB 2.0 PHY driver under SAMSUNG_USB2PHY.

Also allowing samsung PHY drivers be built as modules.

Signed-off-by: Vivek Gautam &lt;gautam.vivek@samsung.com&gt;
Acked-by: Kukjin Kim &lt;kgene.kim@samsung.com&gt;
Signed-off-by: Felipe Balbi &lt;balbi@ti.com&gt;
</content>
</entry>
<entry>
<title>usb: phy: rename all phy drivers to phy-$name-usb.c</title>
<updated>2013-03-18T09:18:08Z</updated>
<author>
<name>Felipe Balbi</name>
<email>balbi@ti.com</email>
</author>
<published>2013-03-07T15:37:59Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=94ae98433a397dd4695652fc62ca7bc784b08216'/>
<id>urn:sha1:94ae98433a397dd4695652fc62ca7bc784b08216</id>
<content type='text'>
this will make sure that we have sensible names
for all phy drivers. Current situation was already
quite bad with too generic names being used.

Signed-off-by: Felipe Balbi &lt;balbi@ti.com&gt;
</content>
</entry>
<entry>
<title>usb: phy: make it a menuconfig</title>
<updated>2013-03-18T09:18:05Z</updated>
<author>
<name>Felipe Balbi</name>
<email>balbi@ti.com</email>
</author>
<published>2013-03-07T09:13:43Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=edc7cb2e955f222fe51cd44c1cf9c94d58017344'/>
<id>urn:sha1:edc7cb2e955f222fe51cd44c1cf9c94d58017344</id>
<content type='text'>
We already have a considerable amount of USB
PHY drivers, making it a menuconfig just
prevents us from adding too much churn to
USB's menuconfig.

While at that, also select USB_OTG_UTILS from
this new menuconfig just to keep backwards
compatibility until we manage to remove
that symbol.

Signed-off-by: Felipe Balbi &lt;balbi@ti.com&gt;
</content>
</entry>
<entry>
<title>usb: phy: move all PHY drivers to drivers/usb/phy/</title>
<updated>2013-03-18T09:18:04Z</updated>
<author>
<name>Felipe Balbi</name>
<email>balbi@ti.com</email>
</author>
<published>2013-03-07T09:01:15Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=a0e631235a04f8a815a1ecec93ef418f7d1e6086'/>
<id>urn:sha1:a0e631235a04f8a815a1ecec93ef418f7d1e6086</id>
<content type='text'>
that's a much more reasonable location for
those drivers. It helps us saving drivers/usb/otg/
for when we actually start adding generic OTG
code.

Also completely delete drivers/usb/otg/ as there's
nothing left there.

Signed-off-by: Felipe Balbi &lt;balbi@ti.com&gt;
</content>
</entry>
<entry>
<title>usb: phy: move bulk of otg/otg.c to phy/phy.c</title>
<updated>2013-03-18T09:17:58Z</updated>
<author>
<name>Sascha Hauer</name>
<email>s.hauer@pengutronix.de</email>
</author>
<published>2013-02-27T14:16:28Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=cedf8602373a3a5d02e49af7bebc401ffe3b38f3'/>
<id>urn:sha1:cedf8602373a3a5d02e49af7bebc401ffe3b38f3</id>
<content type='text'>
Most of otg/otg.c is not otg specific, but phy specific, so move it
to the phy directory.

Tested-by: Steffen Trumtrar &lt;s.trumtrar@pengutronix.de&gt;
Reported-by: Kishon Vijay Abraham I &lt;kishon@ti.com&gt;
Signed-off-by: Sascha Hauer &lt;s.hauer@pengutronix.de&gt;
Signed-off-by: Marc Kleine-Budde &lt;mkl@pengutronix.de&gt;
Signed-off-by: Felipe Balbi &lt;balbi@ti.com&gt;
</content>
</entry>
<entry>
<title>usb: phy: add a new driver for usb3 phy</title>
<updated>2013-01-25T11:02:50Z</updated>
<author>
<name>Kishon Vijay Abraham I</name>
<email>kishon@ti.com</email>
</author>
<published>2013-01-25T02:51:48Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=57f6ce072e35770a63be0c5d5e82f90d8da7d665'/>
<id>urn:sha1:57f6ce072e35770a63be0c5d5e82f90d8da7d665</id>
<content type='text'>
Added a driver for usb3 phy that handles the interaction between usb phy
device and dwc3 controller.

This also includes device tree support for usb3 phy driver and
the documentation with device tree binding information is updated.

Currently writing to control module register is taken care in this
driver which will be removed once the control module driver is in place.

Signed-off-by: Kishon Vijay Abraham I &lt;kishon@ti.com&gt;
Signed-off-by: Felipe Balbi &lt;balbi@ti.com&gt;
Signed-off-by: Moiz Sonasath &lt;m-sonasath@ti.com&gt;
Signed-off-by: Felipe Balbi &lt;balbi@ti.com&gt;
</content>
</entry>
<entry>
<title>usb: phy: add a new driver for usb part of control module</title>
<updated>2013-01-25T10:25:36Z</updated>
<author>
<name>Kishon Vijay Abraham I</name>
<email>kishon@ti.com</email>
</author>
<published>2013-01-25T10:23:57Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=01658f0f8d1322dbf94f289aa610731d539bf888'/>
<id>urn:sha1:01658f0f8d1322dbf94f289aa610731d539bf888</id>
<content type='text'>
Added a new driver for the usb part of control module. This has an API
to power on the USB2 phy and an API to write to the mailbox depending on
whether MUSB has to act in host mode or in device mode.

Writing to control module registers for doing the above task which was
previously done in omap glue and in omap-usb2 phy will be removed.

Signed-off-by: Kishon Vijay Abraham I &lt;kishon@ti.com&gt;
Signed-off-by: Felipe Balbi &lt;balbi@ti.com&gt;
</content>
</entry>
<entry>
<title>usb: phy: samsung: Introducing usb phy driver for hsotg</title>
<updated>2013-01-18T13:06:30Z</updated>
<author>
<name>Praveen Paneri</name>
<email>p.paneri@samsung.com</email>
</author>
<published>2012-11-23T10:33:06Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=337dc3a7684cf6577b5595b9bb96e1af06baec41'/>
<id>urn:sha1:337dc3a7684cf6577b5595b9bb96e1af06baec41</id>
<content type='text'>
This driver uses usb_phy interface to interact with s3c-hsotg. Supports
phy_init and phy_shutdown functions to enable/disable usb phy. Support
will be extended to host controllers and more Samsung SoCs.

Signed-off-by: Praveen Paneri &lt;p.paneri@samsung.com&gt;
Acked-by: Heiko Stuebner &lt;heiko@sntech.de&gt;
Acked-by: Kyungmin Park &lt;kyungmin.park@samsung.com&gt;
Signed-off-by: Felipe Balbi &lt;balbi@ti.com&gt;
</content>
</entry>
</feed>
