aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2013-01-25Merge tag 'xceiv-for-v3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Greg Kroah-Hartman
2013-01-25Merge tag 'gadget-for-v3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman
2013-01-25Merge tag 'dwc3-for-v3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman
2013-01-25Merge tag 'musb-for-v3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman
2013-01-25usb: dwc3: host: Change platform device ID for xhci-hcd to AUTOVivek Gautam
2013-01-25usb: dwc3: exynos/omap: Change platform device IDs for no_op_xceive to AUTOVivek Gautam
2013-01-25usb: dwc3: core: add dt support for dwc3 coreKishon Vijay Abraham I
2013-01-25usb: phy: omap-usb2: enable 960Mhz clock for omap5Kishon Vijay Abraham I
2013-01-25usb: musb: omap: get phy by phandle for dt bootKishon Vijay Abraham I
2013-01-25usb: musb: omap: make use of the new PHY lib APIsKishon Vijay Abraham I
2013-01-25usb: phy: add a new driver for usb3 phyKishon Vijay Abraham I
2013-01-25usb: start using the control module driverKishon Vijay Abraham I
2013-01-25usb: phy: add a new driver for usb part of control moduleKishon Vijay Abraham I
2013-01-25usb: otg: add device tree support to otg libraryKishon Vijay Abraham I
2013-01-25usb: otg: utils: add facilities in phy lib to support multiple PHYs of same typeKishon Vijay Abraham I
2013-01-25usb: otg: add an api to bind the usb controller and phyKishon Vijay Abraham I
2013-01-25usb: dwc3: core: stray statements are removedKishon Vijay Abraham I
2013-01-25usb: dwc3: core: enable the USB2 and USB3 phy in probeKishon Vijay Abraham I
2013-01-25usb: dwc3: omap: Add an API to write to dwc mailboxKishon Vijay Abraham I
2013-01-25usb: dwc3: omap: Remove explicit writes to SYSCONFIG registerKishon Vijay Abraham I
2013-01-25usb: dwc3: omap: use runtime API's to enable clocksKishon Vijay Abraham I
2013-01-25usb: dwc3: omap: use of_platform API to create dwc3 core pdevKishon Vijay Abraham I
2013-01-25usb: dwc3: omap: use device_for_each_child to handle child removalKishon Vijay Abraham I
2013-01-25usb: dwc3: exynos: fix compatible strings for the deviceVivek Gautam
2013-01-24usb: ehci-s5p/ohci-exynos: Fix compatible strings for the deviceVivek Gautam
2013-01-24USB: fix sign-extension bug in the hub driverAlan Stern
2013-01-24USB: uhci: beautify source codeChen Gang
2013-01-24USB: option: add and update Alcatel modemsBjørn Mork
2013-01-24USB: misc: usb3503: add dt supportDongjin Kim
2013-01-24USB: UHCI: remove unused definitionWoody Suwalski
2013-01-24USB: uhci: check buffer length to avoid memory overflowChen Gang
2013-01-24usb: gadget: constify all struct usb_gadget_opsFelipe Balbi
2013-01-24usb: gadget: mv_udc: fix the value of tranceiverChao Xie
2013-01-24usb: host: ehci-mv: remove unused variableChao Xie
2013-01-24usb: otg: mv_otg: use devm_xxx for probeChao Xie
2013-01-24usb: gadget: mv_udc: fix the warning of mv_udc_removeChao Xie
2013-01-24usb: gadget: mv_udc: use devm_xxx for probeChao Xie
2013-01-24usb: gadget: completely remove ->start/->stopFelipe Balbi
2013-01-24usb: gadget: s3c2410: convert to udc_start/udc_stopFelipe Balbi
2013-01-24usb: gadget: pxa27x_udc: convert to udc_start/udc_stopFelipe Balbi
2013-01-24usb: gadget: pxa25x_udc: convert to udc_start/udc_stopFelipe Balbi
2013-01-24usb: gadget: pch_udc: convert to udc_start/udc_stopFelipe Balbi
2013-01-24usb: gadget: omap_udc: convert to udc_start/udc_stopFelipe Balbi
2013-01-24usb: gadget: m66592-udc: convert to udc_start/udc_stopFelipe Balbi
2013-01-24usb: gadget: fsl_udc_core: convert to udc_start/udc_stopFelipe Balbi
2013-01-24usb: gadget: goku_udc: convert to udc_start/udc_stopFelipe Balbi
2013-01-24usb: gadget: fusb300_udc: convert to udc_start/udc_stopFelipe Balbi
2013-01-24usb: gadget: amd5536udc: convert to udc_start/udc_stopFelipe Balbi
2013-01-24usb: dwc3: gadget: change HIRD threshold to 12Felipe Balbi
2013-01-24usb: gadget: mv_udc: use udc_start and udc_stop functionsChao Xie