aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/usb
Commit message (Expand)AuthorAge
* Merge tag 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2013-02-21
|\
| * Merge tag 'omap-for-v3.9/usb-signed' of git://git.kernel.org/pub/scm/linux/ke...Arnd Bergmann2013-02-19
| |\
| * \ Merge tag 'tegra-for-3.9-soc-usb' of git://git.kernel.org/pub/scm/linux/kerne...Olof Johansson2013-02-05
| |\ \
| | * | usb: host: tegra: make use of PHY pointer of HCDVenu Byravarasu2013-01-28
| | * | usb: add APIs to access host registers from Tegra PHYVenu Byravarasu2013-01-28
| | * | USB: PHY: tegra: Get rid of instance number to differentiate PHY typeVenu Byravarasu2013-01-28
| | * | USB: PHY: tegra: get rid of instance number to differentiate legacy controllerVenu Byravarasu2013-01-28
| | * | usb: phy: remove unused APIs from Tegra PHY.Venu Byravarasu2013-01-28
* | | | Merge tag 'usb-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2013-02-21
|\ \ \ \ | |_|_|/ |/| | |
| * | | Merge usb-linus branch into usb-nextGreg Kroah-Hartman2013-02-08
| |\ \ \
| * | | | usb: omap_control_usb: fix compile warningFelipe Balbi2013-02-06
| * | | | ARM: OMAP2: MUSB: Specify omap4 has mailboxKishon Vijay Abraham I2013-02-06
| * | | | Merge tag 'xceiv-for-v3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Greg Kroah-Hartman2013-01-25
| |\ \ \ \
| | * | | | usb: phy: add a new driver for usb3 phyKishon Vijay Abraham I2013-01-25
| | * | | | usb: start using the control module driverKishon Vijay Abraham I2013-01-25
| | * | | | usb: phy: add a new driver for usb part of control moduleKishon Vijay Abraham I2013-01-25
| | * | | | usb: otg: add device tree support to otg libraryKishon Vijay Abraham I2013-01-25
| | * | | | usb: otg: utils: add facilities in phy lib to support multiple PHYs of same typeKishon Vijay Abraham I2013-01-25
| | * | | | usb: otg: add an api to bind the usb controller and phyKishon Vijay Abraham I2013-01-25
| | * | | | ARM: EXYNOS: Update & move usb-phy types to generic include layerVivek Gautam2013-01-23
| | | |_|/ | | |/| |
| * | | | Merge tag 'gadget-for-v3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2013-01-25
| |\ \ \ \
| | * | | | usb: gadget: completely remove ->start/->stopFelipe Balbi2013-01-24
| | * | | | usb: gadget: composite: introduce usb_gstrings_attach()Sebastian Andrzej Siewior2013-01-21
| | * | | | usb: gadget: export composite's setup & disconnect functionSebastian Andrzej Siewior2013-01-21
| | * | | | usb: gadget: factor out two helper functions from composite_bind()Sebastian Andrzej Siewior2013-01-21
| | * | | | usb: gadget: udc-core: introduce UDC binding by nameSebastian Andrzej Siewior2013-01-21
| | * | | | usb: gadget: add a forward pointer from usb_function to its "instance"Sebastian Andrzej Siewior2013-01-21
| | * | | | usb: gadget: composite: add usb_remove_function()Sebastian Andrzej Siewior2013-01-21
| | * | | | usb: gadget: add some infracture to register/unregister functionsSebastian Andrzej Siewior2013-01-21
| | * | | | usb: gadget: consider link speed for bMaxPowerSebastian Andrzej Siewior2013-01-10
| | |/ / /
| * / / / usb: dwc3: omap: Add an API to write to dwc mailboxKishon Vijay Abraham I2013-01-25
| |/ / /
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-02-08
|\ \ \ \
| * | | | net: usb: fix regression from FLAG_NOARP codeLucas Stach2013-02-08
| * | | | net: usbnet: prevent buggy devices from killing usBjørn Mork2013-01-30
| | |_|/ | |/| |
* | | | Merge tag 'usb-3.8-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2013-02-05
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | USB: add usb_hcd_{start,end}_port_resumeAlan Stern2013-01-25
| |/
* / usbnet: add new flag FLAG_NOARP for usb net devicesWei Shuai2013-01-21
|/
* UAPI: Remove empty Kbuild filesDavid Howells2013-01-02
* usbnet: generic manage_power()Oliver Neukum2012-12-19
* usbnet: handle PM failure gracefullyOliver Neukum2012-12-19
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-12-12
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-11-10
| |\
| * | usbnet: introduce usbnet_{read|write}_cmd_nopmMing Lei2012-11-07
| * | usbnet: introduce usbnet 3 command helpersMing Lei2012-10-26
| * | net: cdc_mbim: adding MBIM driverGreg Suarez2012-10-23
| * | net: cdc_ncm: export shared symbols and definitionsBjørn Mork2012-10-23
| * | USB: cdc: add MBIM constants and structuresGreg Suarez2012-10-23
* | | usb: phy: change phy notify connect/disconnect APIPeter Chen2012-11-15
* | | Merge tag 'gadget-for-v3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2012-11-11
|\ \ \
| * | | usb: gadget: always update HS/SS descriptors and create a copy of themSebastian Andrzej Siewior2012-10-31