summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* usb: gadget: Rename audio function to uac1Jassi Brar2012-02-154-7/+7
* usb: renesas: fix scheduling in atomic context bugGuennadi Liakhovetski2012-02-142-13/+8
* usb: renesas_usbhs: (cosmetic) simplify list operationsGuennadi Liakhovetski2012-02-141-3/+2
* usb: gadget: add usb3.0 descriptors to serial gadgetsSebastian Andrzej Siewior2012-02-093-1/+93
* usb: gadget: clean the ep in autoconf before returning it.Sebastian Andrzej Siewior2012-02-091-6/+10
* usb: gadget: pch_udc: Detecting VBUS through GPIO with interruptTomoya MORINAGA2012-02-091-4/+83
* usb: gadget: pch_udc: Detecting VBUS through GPIOTomoya MORINAGA2012-02-091-3/+142
* usb: gadget: dummy_hcd: fix null-deref free reqSebastian Andrzej Siewior2012-02-091-1/+3
* usb: gadget: dummy_hcd: don't assign ->desc on error caseSebastian Andrzej Siewior2012-02-091-1/+1
* usb: gadget: Add Interface Association Descriptor to ECMPraveena Nadahally2012-01-301-0/+25
* usb: gadget: f_mass_storage: remove one FSG_NO_INTR_EPSebastian Andrzej Siewior2012-01-241-1/+0
* usb: gadget: update Michal Nazarewicz's email addressMichal Nazarewicz2012-01-2410-10/+10
* usb: gadget: dummy_hcd: clean up checkpatchSebastian Andrzej Siewior2012-01-241-221/+211
* usb: dummy_hcd: use usb_endpoint_type()Sebastian Andrzej Siewior2012-01-241-3/+3
* usb: gadget: dummy_hcd: complete stream supportSebastian Andrzej Siewior2012-01-241-16/+181
* usb: gadget: pch_udc: Add debug messageTomoya MORINAGA2012-01-241-2/+6
* usb: gadget: pch_udc: Reduce redundant interruptTomoya MORINAGA2012-01-241-3/+6
* usb: gadget: pch_udc: Fix usb/gadget/pch_udc: Fix ether gadget connect/discon...Tomoya MORINAGA2012-01-241-4/+66
* usb: gadget: pch_udc: Fix USB suspend issueTomoya MORINAGA2012-01-241-1/+8
* usb: gadget: pch_udc: Fix wrong return valueTomoya MORINAGA2012-01-241-1/+3
* usb: gadget: pch_udc: Fix disconnect issueTomoya MORINAGA2012-01-241-1/+4
* usb: s3c-hsudc: add basic runtime_pm callsHeiko Stübner2012-01-241-0/+9
* usb: s3c-hsudc: Use helper functions instead of generic container_ofHeiko Stübner2012-01-241-5/+5
* usb: renesas_usbhs: add support for SUDMACShimoda, Yoshihiro2012-01-242-1/+6
* usb: renesas_usbhs: add IRQ resource decoding for IRQF_SHAREDShimoda, Yoshihiro2012-01-243-6/+8
* usb: gadget: mv_udc: remove unneeded NULL checkDan Carpenter2012-01-241-2/+1
* usb: gadget: dummy_hcd: make alloc/free streams staticSebastian Andrzej Siewior2012-01-241-2/+2
* usb: gadget: dummy_hcd: rename dummy_udc_udpate_ep0() to dummy_udc_update_ep0()Sebastian Andrzej Siewior2012-01-241-2/+2
* usb: gadget: dummy_hcd: add sg supportSebastian Andrzej Siewior2012-01-241-13/+67
* usb: gadget: dummy_hcd: move the transfer part into its own functionSebastian Andrzej Siewior2012-01-241-9/+19
* usb: gadget: dummy_hcd: initialize max_streams earlySebastian Andrzej Siewior2012-01-241-9/+3
* Linux 3.3-rc1v3.3-rc1Linus Torvalds2012-01-191-2/+2
*---. Merge branches 'sched-urgent-for-linus', 'perf-urgent-for-linus' and 'x86-urg...Linus Torvalds2012-01-199-104/+444
|\ \ \
| | | * x86, syscall: Need __ARCH_WANT_SYS_IPC for 32 bitsH. Peter Anvin2012-01-191-0/+1
| | | * Merge remote-tracking branch 'linus/master' into x86/urgentH. Peter Anvin2012-01-199677-298341/+502894
| | | |\
| | | * | x86, tsc: Fix SMI induced variation in quick_pit_calibrate()Linus Torvalds2012-01-171-8/+6
| | | * | x86, opcode: ANDN and Group 17 in x86-opcode-map.txtUlrich Drepper2012-01-171-2/+2
| | | * | x86/kconfig: Move the ZONE_DMA entry under a menuRandy Dunlap2012-01-171-10/+10
| | | * | x86/UV2: Add accounting for BAU strong nacksCliff Wickman2012-01-172-5/+8
| | | * | x86/UV2: Ack BAU interrupt earlierCliff Wickman2012-01-171-2/+1
| | | * | x86/UV2: Remove stale no-resources test for UV2 BAUCliff Wickman2012-01-171-10/+0
| | | * | x86/UV2: Work around BAU bugCliff Wickman2012-01-172-33/+254
| | | * | x86/UV2: Fix BAU destination timeout initializationCliff Wickman2012-01-171-6/+7
| | | * | x86/UV2: Fix new UV2 hardware by using native UV2 broadcast modeCliff Wickman2012-01-172-30/+151
| | | * | x86: Get rid of dubious one-bit signed bitfieldAnton Vorontsov2012-01-161-2/+2
| | * | | Merge branch 'tip/perf/urgent-2' of git://git.kernel.org/pub/scm/linux/kernel...Ingo Molnar2012-01-17153-535/+938
| | |\ \ \
| | | * | | tracepoints/module: Fix disabling tracepoints with taint CRAP or OOTSteven Rostedt2012-01-161-3/+4
| | * | | | x86/kprobes: Add arch/x86/tools/insn_sanity to .gitignorexiyou.wangcong@gmail.com2012-01-161-0/+1
| | * | | | x86/kprobes: Fix typo transferred from Intel manualUlrich Drepper2012-01-161-1/+3
| * | | | | sched/accounting, proc: Fix /proc/stat interrupts sumRussell King2012-01-161-0/+2
OpenPOWER on IntegriCloud