summaryrefslogtreecommitdiff
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | usb: cdc-wdm: Fix race between autosuspend and reading from the deviceOliver Neukum2010-03-191-4/+10
| * | | | | usb: cdc-wdm: Fix race between write and disconnectOliver Neukum2010-03-191-39/+45
| * | | | | usb: musb: core: declare mbase only where it's usedFelipe Balbi2010-03-191-1/+7
| * | | | | USB: musb: fix warnings in Blackfin regsMike Frysinger2010-03-191-0/+9
| * | | | | usb: musb: abstract out ULPI_BUSCONTROL register reads/writesMike Frysinger2010-03-192-3/+21
| * | | | | usb: musb: Fix compile error for omaps for musb_hdrcTony Lindgren2010-03-191-2/+2
| * | | | | usb/gadget: fix compile error on r8a66597-udc.cGrant Likely2010-03-191-0/+1
| * | | | | USB: option: add support for a new CMOTECH device to usb/serial/optionNathaniel McCallum2010-03-191-0/+2
| * | | | | USB: option: move hardcoded PID to a macro in usb/serial/optionNathaniel McCallum2010-03-191-1/+2
| * | | | | USB: option: fix incorrect manufacturer name in usb/serial/option: MAXON->CMO...Nathaniel McCallum2010-03-191-2/+2
| * | | | | USB: serial: ftdi: add CONTEC vendor and product idDaniel Sangorrin2010-03-192-0/+8
| * | | | | USB: xHCI: re-initialize cmd_completionAndiry Xu2010-03-191-0/+1
| * | | | | USB: xhci: rename driver to xhci_hcdAlex Chiang2010-03-192-2/+2
| * | | | | USB: musb: fix build error introduced by isoc changeSonic Zhang2010-03-191-1/+1
| * | | | | USB: qcserial: add new device idsBernhard Rosenkraenzer2010-03-191-0/+29
| * | | | | USB: cdc-acm: Fix stupid NULL pointer in resume()Oliver Neukum2010-03-191-1/+1
| * | | | | USB: EHCI: adjust ehci_iso_stream for changes in ehci_qhClemens Ladisch2010-03-193-6/+5
| * | | | | USB: EHCI: fix ITD list orderClemens Ladisch2010-03-191-5/+19
| * | | | | USB: Option: Add support for a variant of DLink DWM 652 U5Huang Ying2010-03-191-1/+2
| * | | | | USB: unusual_devs.h: Fix capacity for SL11R-IDE 2.6cOndrej Zary2010-03-191-0/+9
| * | | | | USB: serial: use port endpoint size to determine if ep is availableJohan Hovold2010-03-191-11/+19
| * | | | | USB: serial: fix softint not being called on errorsJohan Hovold2010-03-191-10/+5
| * | | | | USB: serial: fix error message on close in generic driverJohan Hovold2010-03-191-1/+3
| * | | | | USB: fix usbfs regressionAlan Stern2010-03-191-3/+14
| |/ / / /
* | | | | Merge branch 'merge' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2010-03-182-11/+17
|\ \ \ \ \
| * | | | | spi/omap2_mcspi: Use transaction speed if providedScott Ellis2010-03-101-2/+6
| * | | | | spi/omap2_mcspi: fix NULL pointer dereferenceScott Ellis2010-03-101-4/+6
| * | | | | uartlite: Fix build on sparc.David Miller2010-03-101-5/+5
* | | | | | Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2010-03-183-9/+26
|\ \ \ \ \ \
| * \ \ \ \ \ Merge master.kernel.org:/pub/scm/linux/kernel/git/lethal/genesis-2.6Russell King2010-03-15116-802/+1627
| |\ \ \ \ \ \
| | * | | | | | video: enable sh_mobile_lcdc on SH-Mobile ARMMagnus Damm2010-03-151-1/+1
| | * | | | | | mtd: enable sh_flctl on SH-Mobile ARMMagnus Damm2010-03-151-1/+1
| * | | | | | | Video: ARM CLCD: Better fix for swapped IENB and CNTL registersRussell King2010-03-141-7/+24
* | | | | | | | Merge branch 'for-linus' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds2010-03-181-0/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | microblaze: Enable PCI, missing filesMichal Simek2010-03-111-0/+1
* | | | | | | | | Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds2010-03-185-41/+60
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | md: deal with merge_bvec_fn in component devices better.NeilBrown2010-03-165-41/+60
| | |_|_|_|_|_|_|/ | |/| | | | | | |
* | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2010-03-18132-3524/+7202
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | [SCSI] scsi_transport_fc: Fix synchronization issue while deleting vportGal Rosen2010-03-081-12/+12
| * | | | | | | | | [SCSI] bfa: Update the driver version to 2.1.2.1.Krishna Gudipati2010-03-071-1/+1
| * | | | | | | | | [SCSI] bfa: Remove unused header files and did some cleanup.Krishna Gudipati2010-03-0713-238/+24
| * | | | | | | | | [SCSI] bfa: Handle SCSI IO underrun case.Krishna Gudipati2010-03-071-2/+12
| * | | | | | | | | [SCSI] bfa: FCS and include file changes.Krishna Gudipati2010-03-075-35/+22
| * | | | | | | | | [SCSI] bfa: Modified the portstats get/clear logicKrishna Gudipati2010-03-077-706/+405
| * | | | | | | | | [SCSI] bfa: Replace bfa_get_attr() with specific APIsKrishna Gudipati2010-03-0715-215/+195
| * | | | | | | | | [SCSI] bfa: New portlog entries for events (FIP/FLOGI/FDISC/LOGO).Krishna Gudipati2010-03-074-8/+66
| * | | | | | | | | [SCSI] bfa: Rename pport to fcport in BFA FCS.Krishna Gudipati2010-03-0725-735/+1103
| * | | | | | | | | [SCSI] bfa: IOC fixes, check for IOC down condition.Krishna Gudipati2010-03-072-3/+18
| * | | | | | | | | [SCSI] bfa: In MSIX mode, ignore spurious RME interrupts when FCoE ports are ...Krishna Gudipati2010-03-072-27/+17
| * | | | | | | | | [SCSI] bfa: Fix Command Queue (CPE) full condition check and ack CPE interrupt.Krishna Gudipati2010-03-075-24/+74