summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'xceiv-for-v3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Greg Kroah-Hartman2012-09-1140-603/+1597
|\
| * usb: otg: mxs-phy: Fix mx23 operationMike Thompson2012-09-101-3/+35
| * usb: dwc3: add basic PHY supportFelipe Balbi2012-09-102-0/+20
| * usb: dwc3: exynos: add nop transceiver supportFelipe Balbi2012-09-101-0/+66
| * usb: dwc3: omap: add nop transceiver supportFelipe Balbi2012-09-101-0/+66
| * usb: dwc3: pci: add nop transceiver supportFelipe Balbi2012-09-101-0/+67
| * usb: otg: move the dereference below the NULL testWei Yongjun2012-09-101-10/+24
| * arm: omap: phy: remove unused functions from omap-phy-internal.cKishon Vijay Abraham I2012-09-063-146/+0
| * usb: twl4030: Add device tree support for twl4030 usbKishon Vijay Abraham I2012-09-062-6/+39
| * usb: twl6030: Add dt support for twl6030 usbKishon Vijay Abraham I2012-09-062-13/+47
| * usb: otg: make twl6030_usb as a comparator driver to omap_usb2Kishon Vijay Abraham I2012-09-062-101/+19
| * usb: phy: add a new driver for omap usb2 phyKishon Vijay Abraham I2012-09-066-0/+378
| * usb: phy: fix build breakVenu Byravarasu2012-09-062-24/+25
| * usb: move phy driver from mach-tegra to drivers/usbVenu Byravarasu2012-09-057-85/+103
| * usb: otg: Move phy interface to separate file.Venu Byravarasu2012-09-052-197/+209
| * usb: phy: isp1301: Remove unused static array and defineRoland Stigge2012-08-201-6/+0
| * usb: phy: mv_u3d: Add usb phy driver for mv_u3dYu Xu2012-08-094-0/+459
| * usb: otg: Remove the unneeded NULL checkShubhrajyoti D2012-08-091-1/+1
| * usb: xceiv: nop: let it work as USB2 and USB3 phyFelipe Balbi2012-08-032-1/+12
| * usb: xceiv: create nop-usb-xceiv.h and avoid pollution on otg.hFelipe Balbi2012-08-0310-14/+26
* | Merge tag 'gadget-for-v3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2012-09-1182-1402/+18423
|\ \
| * | usb: gadget serial: don't shift bcd version left by 16Sebastian Andrzej Siewior2012-09-101-1/+1
| * | usb: gadget: add module.h to u_ether.cSebastian Andrzej Siewior2012-09-101-0/+1
| * | usb: gadget: remove usb_gadget_controller_number()Sebastian Andrzej Siewior2012-09-1019-311/+24
| * | usb: gadget: at91_udc: fix dt supportFabio Porcedda2012-09-101-1/+1
| * | usb: gadget: at91_udc: move the dereference below the NULL testWei Yongjun2012-09-101-1/+2
| * | usb: gadget: libcomposite: move MODULE_VERSION to composite.cSebastian Andrzej Siewior2012-09-102-1/+3
| * | usb: gadget: libcomposite: move composite.c into libcompositeSebastian Andrzej Siewior2012-09-1019-51/+25
| * | usb: gadget: Provide a default implementation of default manufacturer stringSebastian Andrzej Siewior2012-09-1019-138/+32
| * | usb: gadget: remove string override from struct usb_composite_driverSebastian Andrzej Siewior2012-09-105-40/+13
| * | usb: gadget: push iProduct into gadgetsSebastian Andrzej Siewior2012-09-102-11/+16
| * | usb: gadget: push iManufacturer into gadgetsSebastian Andrzej Siewior2012-09-102-10/+17
| * | usb: gadget: push iSerialNumber into gadgetsSebastian Andrzej Siewior2012-09-104-13/+41
| * | usb: gadget: make sure each gadget is using same index for Product, Serial,…Sebastian Andrzej Siewior2012-09-1017-118/+95
| * | usb: gadget: push VID/PID/USB BCD module option into gadgetsSebastian Andrzej Siewior2012-09-1018-28/+103
| * | usb: gadget: move usb_gadget_controller_number() into a .c file and libcompositeSebastian Andrzej Siewior2012-09-103-76/+96
| * | usb: gadget: initialize the strings in tcm_usb_gadget properlySebastian Andrzej Siewior2012-09-102-19/+28
| * | usb: gadget: make g_printer enumerate againSebastian Andrzej Siewior2012-09-101-63/+65
| * | usb: gadget: use usb_string_ids_tab instead multiple usb_string_id()Sebastian Andrzej Siewior2012-09-1011-137/+46
| * | usb: gadget: make composite module options readonly onlySebastian Andrzej Siewior2012-09-101-12/+8
| * | usb: gadget: remove bufsiz from struct usb_composite_devSebastian Andrzej Siewior2012-09-102-3/+0
| * | usb: gadget: move USB_BUFSIZ into global composite.hSebastian Andrzej Siewior2012-09-103-7/+8
| * | usb: gadget: libcomposite: add epautoconf.c to libcompositeSebastian Andrzej Siewior2012-09-1021-35/+9
| * | usb: gadget: move global vars from epautoconf into struct usb_gadgetSebastian Andrzej Siewior2012-09-102-21/+10
| * | usb: gadget: libcomposite: move config.c into libcompositeSebastian Andrzej Siewior2012-09-1019-20/+5
| * | usb: gadget: start with libcompositeSebastian Andrzej Siewior2012-09-1020-18/+30
| * | usb: gadget: pxa25x: make it compile with debug againSebastian Andrzej Siewior2012-09-101-1/+1
| * | usb: gadget: remove global variable composite in composite.cSebastian Andrzej Siewior2012-09-1019-63/+78
| * | staging: ccg: include all sourced filesSebastian Andrzej Siewior2012-09-1020-15/+15072
| * | usb: gadget: move bind() callback back to struct usb_gadget_driverSebastian Andrzej Siewior2012-09-106-13/+19
OpenPOWER on IntegriCloud