aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'avr32-arch' of git://git.kernel.org/pub/scm/linux/kernel/git/hs...Linus Torvalds2009-04-051-7/+7
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Haavard Skinnemoen2009-03-2737-421/+749
| |\
| * | atmel-usba-udc: use gpio_is_valid() to check vbus_pin I/O lineHans-Christian Egtvedt2009-03-261-7/+7
* | | trivial: fix typos/grammar errors in Kconfig textsMatt LaPlante2009-03-301-1/+1
| |/ |/|
* | Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6Linus Torvalds2009-03-261-1/+6
|\ \
| * | Use f_lock to protect f_flagsJonathan Corbet2009-03-161-1/+6
* | | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2009-03-2634-349/+640
|\ \ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2009-03-2634-342/+634
| |\ \ \
| | * | | USB: pxa27x_udc: typo fixes and code cleanupsVernon Sauder2009-03-241-30/+24
| | * | | USB: gadget: gadget zero uses new suspend/resume hooksDavid Brownell2009-03-244-58/+74
| | * | | USB: gadget: composite device-level suspend/resume hooksDavid Brownell2009-03-241-2/+6
| | * | | USB: make transfer_buffer_lengths in struct urb field u32Greg Kroah-Hartman2009-03-241-1/+1
| | * | | USB: composite: avoid inconsistent lock stateFelipe Balbi2009-03-241-2/+3
| | * | | USB: replace uses of __constant_{endian}Harvey Harrison2009-03-2424-113/+113
| | * | | USB: add missing KERN_* constants to printksFrank Seidel2009-03-242-10/+14
| | * | | USB: imx_udc: Fix IMX UDC gadget general irq handlingDarius Augulis2009-03-242-65/+94
| | * | | USB: imx_udc: Fix IMX UDC gadget ep0 irq handlingDarius Augulis2009-03-241-6/+6
| | * | | USB: imx_udc: Fix IMX UDC gadget code styleDarius Augulis2009-03-242-36/+69
| | * | | USB: imx_udc: Fix IMX UDC gadget bugsDarius Augulis2009-03-242-15/+20
| | * | | USB: gadget: remove duplicated #includeHuang Weiyi2009-03-241-1/+0
| | * | | USB: Remove redundant test in pxa27x_udc and ftdi_sioJulia Lawall2009-03-241-1/+1
| | * | | USB: pxa27x_udc: add vbus_draw callbackRobert Jarzmik2009-03-241-1/+23
| | * | | USB: pxa27x_udc: add otg transceiver supportRobert Jarzmik2009-03-243-1/+22
| | * | | USB: pxa27x_udc: add vbus session handlingRobert Jarzmik2009-03-242-0/+34
| | * | | USB: pxa27x_udc: factor pullup code to prepare otg transceiverRobert Jarzmik2009-03-242-8/+138
| | * | | USB: gadget: fix rndis regressionDavid Brownell2009-03-241-1/+1
| | |/ /
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2009-03-262-3/+3
| |\ \ \
| | * | | usb: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2009-03-242-3/+3
| | |/ /
| * | | Merge branch 'topic/snd_card_new-err' into for-linusTakashi Iwai2009-03-241-4/+3
| |\ \ \ | | |/ / | |/| |
| | * | drivers/usb/gadget: Convert to snd_card_create()Takashi Iwai2009-01-121-4/+3
| | |/
* | | usbnet: convert rndis driver to use dev_get_statsStephen Hemminger2009-03-211-5/+2
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-03-014-3/+11
|\ \ \ | |/ /
| * | USB: gadget: fix build error in omap_apollon_2420_defconfigDavid Brownell2009-02-271-0/+1
| * | USB: g_file_storage: automatically disable stalls under AtmelAlan Stern2009-02-271-1/+5
| * | usb: gadget: obex: select correct ep descriptorsFelipe Balbi2009-02-271-2/+2
| * | USB: fsl_usb2_udc: fix potential queue head corruptionLi Yang2009-02-271-0/+3
* | | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2009-02-241-2/+2
|\ \ \ | |/ /
| * | [ARM] 5403/1: pxa25x_ep_fifo_flush() *ep->reg_udccs always set to 0Roel Kluin2009-02-191-2/+2
* | | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2009-02-141-10/+36
|\ \ \ | |/ /
| * | USB: fsl_qe_udc: Fix stalled TX requests bugAnton Vorontsov2009-02-091-0/+1
| * | USB: fsl_qe_udc: Fix muram corruption by disabled endpointsAnton Vorontsov2009-02-091-0/+1
| * | USB: fsl_qe_udc: Fix disconnects reporting during bus resetAnton Vorontsov2009-02-091-0/+3
| * | USB: fsl_qe_udc: Fix QE USB controller initializationAnton Vorontsov2009-02-091-1/+5
| * | USB: fsl_qe_udc: Fix recursive locking bug in ch9getstatus()Anton Vorontsov2009-02-091-8/+18
| * | USB: fsl_qe_udc: Fix oops on QE UDC probe failureAnton Vorontsov2009-02-091-1/+8
* | | rndis: remove private wrapper of __constant_cpu_to_le32Harvey Harrison2009-02-141-46/+46
|/ /
* | USB: GADGET: fix !x & yRoel Kluin2009-01-271-1/+1
* | USB: composite: Fix bug: low byte of w_index is the usb interface number not ...Bryan Wu2009-01-271-3/+4
* | USB: composite: Fix bug: should test set_alt function pointer before use itBryan Wu2009-01-271-1/+1
|/
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2009-01-0820-61/+5137
|\