linux/drivers/usb/phy
Greg Kroah-Hartman 5328f35b15 usb: patches for v3.13
Final conversions to configfs for mass storage, acm_ms, and
 multi gadgets.
 
 MUSB should now work out of the box on AM335x-based boards
 (beagle bone white and black) with DMA thanks to Sebastian's
 work.
 
 We can now enable VERBOSE_DEBUG on builds of drivers/usb/gadget/
 by selecting CONFIG_USB_GADGET_VERBOSE.
 
 s3c-hsotg got quite a few non-critical fixes but also learned
 a few new tricks (isochronous transfers, multi count support).
 
 The Marvel USB3 Controller driver got a memory leak fix.
 
 devm_usb_get_phy() learned not to return NULL, ever.
 
 Other than these patches, we have the usual set of cleanups
 ranging from removal of unnecessary *_set_drvdata() to using
 SIMPLE_DEV_PM_OPS.
 
 Signed-of-by: Felipe Balbi <balbi@ti.com>
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.4.15 (GNU/Linux)
 
 iQIcBAABAgAGBQJSZRSSAAoJEIaOsuA1yqRE6EAP/AuF0dWV3wNSuv5h3ZPOybu8
 uULX0E/VA2aGs8/55FeuQIJAn499zdt0KH5l8P3CGrKBPk8BN/rD55a6uwYEfWO8
 wwTJpVeRyRQS8jes22vPqA22TXgl88SJO0RrsCarrzOcMNloVtOA4zyorITuGZQB
 jEKmf9BdjIUlzZkH9t33v3O8kB5pJ1YvBQGRWXbBZvxSzohPC2LYerZKMPN99hDB
 2YnJXVKZqZzKbcQQmJklWqRo0RTprWz0Mqcu2r8Lnnn2ZqnT3RBmCBsYXefsp4nF
 egRJy51DiypEYt3/OEBf21BySjZHjO6+9jfzOmuOGoEiqw6XCRFMydVpqJJHC8WX
 MoCs31VnGwwwBpSOz9ECS9QYXne9jx/bJ6iKoS736sgA20ZA6wBbEDhJlTckcZtm
 TEC+UTKevNACAP8cjhGEquqwt5H/rMaYFMXEYQj+gvO2jDsNUGWb74l5VDaBiIm7
 GzdUmgmYym8HKT80tgEcgvsUoUphDeNE84OW/jo1nFUDvCniLfQBAYZooEnTHY2H
 AW+DqimJzNnKcHo4w/HUQhRgK9147aRbskmVIbepIIW7WQdFQBOPVy7BbfnVD2vA
 j01JPshgtnjb+MZb6VqnbcaWKPnJr3KTnOpTTMyk5pKnBOf6PHb1S1Tq5uqtW2Ki
 gqi/SXZJ1bYDVaaspNWr
 =LDY7
 -----END PGP SIGNATURE-----

Merge tag 'usb-for-v3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next

Felipe writes:

usb: patches for v3.13

Final conversions to configfs for mass storage, acm_ms, and
multi gadgets.

MUSB should now work out of the box on AM335x-based boards
(beagle bone white and black) with DMA thanks to Sebastian's
work.

We can now enable VERBOSE_DEBUG on builds of drivers/usb/gadget/
by selecting CONFIG_USB_GADGET_VERBOSE.

s3c-hsotg got quite a few non-critical fixes but also learned
a few new tricks (isochronous transfers, multi count support).

The Marvel USB3 Controller driver got a memory leak fix.

devm_usb_get_phy() learned not to return NULL, ever.

Other than these patches, we have the usual set of cleanups
ranging from removal of unnecessary *_set_drvdata() to using
SIMPLE_DEV_PM_OPS.

Signed-of-by: Felipe Balbi <balbi@ti.com>
2013-10-24 16:18:40 +01:00
..
am35x-phy-control.h usb: phy: Add AM335x PHY driver 2013-08-09 17:34:15 +03:00
Kconfig usb: patches for v3.13 2013-10-24 16:18:40 +01:00
Makefile usb: patches for v3.13 2013-10-24 16:18:40 +01:00
of.c usb: add devicetree helpers for determining dr_mode and phy_type 2013-06-17 13:47:09 -07:00
phy-ab8500-usb.c usb: phy: ab8500-usb: add ab9540 support 2013-05-28 20:03:55 +03:00
phy-am335x-control.c usb: phy: am335x-control: Remove redundant of_match_ptr 2013-10-01 09:56:24 -05:00
phy-am335x.c usb: phy: generic: Don't use regulator framework for RESET line 2013-10-04 09:29:03 -05:00
phy-fsl-usb.c usb: phy: Rename "B-device session end SRP" OTG FSM input 2013-10-04 09:44:49 -05:00
phy-fsl-usb.h usb: phy: Pass OTG FSM pointer to callback functions 2013-10-04 09:44:44 -05:00
phy-fsm-usb.c usb: phy: Add and use missed OTG FSM inputs/outputs 2013-10-04 09:44:49 -05:00
phy-fsm-usb.h usb: phy: Reordering of OTG FSM variables 2013-10-04 09:44:50 -05:00
phy-generic.c usb: phy: generic: Don't use regulator framework for RESET line 2013-10-04 09:29:03 -05:00
phy-generic.h usb: phy: generic: Don't use regulator framework for RESET line 2013-10-04 09:29:03 -05:00
phy-gpio-vbus-usb.c usb: phy: gpio-vbus: fix deferred probe from __init 2013-09-23 14:29:50 -05:00
phy-isp1301-omap.c USB: phy: remove custom DBG macro 2013-07-23 16:33:23 -07:00
phy-isp1301.c usb: phy: Fix NULL pointer exception during usb_get_phy 2013-05-15 17:32:47 +03:00
phy-msm-usb.c usb: phy: use dev_get_platdata() 2013-07-30 11:18:53 +03:00
phy-mv-u3d-usb.c usb: phy: mv-u3d: Staticize mv_u3d_phy_shutdown() 2013-08-09 16:34:21 +03:00
phy-mv-u3d-usb.h usb: phy: rename all phy drivers to phy-$name-usb.c 2013-03-18 11:18:08 +02:00
phy-mv-usb.c usb: phy: mv-usb: remove incorrect __exit_p annotation 2013-08-09 16:34:23 +03:00
phy-mv-usb.h usb: otg: mv_otg: remove unused clock 2013-04-02 11:42:45 +03:00
phy-mxs-usb.c usb: phy: phy-mxs-usb: Check the return value from stmp_reset_block() 2013-07-29 13:56:50 +03:00
phy-omap-control.c usb: phy: omap: get rid of omap_get_control_dev() 2013-10-03 15:47:31 -07:00
phy-omap-usb3.c usb: phy: omap-usb3: Don't use omap_get_control_dev() 2013-10-03 15:47:31 -07:00
phy-rcar-gen2-usb.c usb: phy: Add RCAR Gen2 USB phy 2013-10-10 11:59:48 -05:00
phy-rcar-usb.c usb: phy: use dev_get_platdata() 2013-07-30 11:18:53 +03:00
phy-samsung-usb2.c usb: phy: use dev_get_platdata() 2013-07-30 11:18:53 +03:00
phy-samsung-usb3.c usb: phy: use dev_get_platdata() 2013-07-30 11:18:53 +03:00
phy-samsung-usb.c usb: phy: samsung: Add support HSIC on Exynos4X12 2013-05-28 20:16:37 +03:00
phy-samsung-usb.h usb: phy: samsung: Add support HSIC on Exynos4X12 2013-05-28 20:16:37 +03:00
phy-tegra-usb.c usb: phy: tegra-usb: Remove redundant of_match_ptr 2013-10-01 09:56:26 -05:00
phy-twl6030-usb.c usb: phy: twl6030-usb: Include linux/of.h header 2013-10-17 11:33:20 -05:00
phy-ulpi-viewport.c usb: Remove unnecessary semicolons 2013-10-11 16:26:46 -07:00
phy-ulpi.c usb: phy: rename all phy drivers to phy-$name-usb.c 2013-03-18 11:18:08 +02:00
phy.c usb: phy: don't return with NULL from devm_usb_get_phy() 2013-10-11 13:50:38 -05:00