summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | mtip32xx: fix incorrect value set for drv_cleanup_done, and re-initialize and...Asai Thambi S P2012-03-231-11/+8
| |/ / /
| * | | cciss: Fix scsi tape io with more than 255 scatter gather elementsStephen M. Cameron2012-03-221-1/+1
| * | | cciss: Initialize scsi host max_sectors for tape drive supportStephen M. Cameron2012-03-221-0/+1
| * | | xen-blkfront: make blkif_io_lock spinlock per-deviceSteven Noonan2012-03-201-16/+16
| * | | xen/blkfront: don't put bdev right after getting itAndrew Jones2012-03-201-1/+1
| * | | xen-blkfront: use bitmap_set() and bitmap_clear()Akinobu Mita2012-03-201-4/+3
| * | | xen/blkback: Enable blkback on HVM guestsDaniel De Graaf2012-03-201-1/+1
| * | | xen/blkback: use grant-table.c hypercall wrappersDaniel De Graaf2012-03-201-25/+4
* | | | cpufreq: OMAP: fix build errors: depends on ARCH_OMAP2PLUSKevin Hilman2012-04-131-0/+1
* | | | Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-04-134-24/+27
|\ \ \ \
| * | | | hwmon: (pmbus_core) Fix compiler warningGuenter Roeck2012-04-091-9/+8
| * | | | hwmon: (smsc47m1) Fix compiler warningGuenter Roeck2012-04-091-9/+10
| * | | | hwmon: (acpi_power_meter) Fix compiler warning seen in some configurationsGuenter Roeck2012-04-091-0/+1
| * | | | hwmon: (smsc47b397) Fix compiler warningGuenter Roeck2012-04-091-6/+8
| | |/ / | |/| |
* | | | Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2012-04-135-24/+21
|\ \ \ \
| * | | | gpio/exynos: Fix compiler warning in gpio-samsung.c fileSachin Kamat2012-04-101-8/+8
| * | | | gpio: Fix range check in of_gpio_simple_xlate()Roland Stigge2012-04-101-1/+1
| * | | | gpio: Fix uninitialized variable bit in adp5588_irq_handlerAxel Lin2012-04-101-1/+1
| * | | | gpio/sodaville: Convert sodaville driver to new irqdomain APIGrant Likely2012-04-102-14/+11
| |/ / /
* | | | Merge tag 'spi-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2012-04-133-8/+14
|\ \ \ \
| * | | | spi/imx: prevent NULL pointer dereference in spi_imx_probe()Lothar Waßmann2012-04-101-3/+7
| * | | | spi/imx: mark base member in spi_imx_data as __iomemUwe Kleine-König2012-03-301-1/+1
| * | | | spi/mpc83xx: fix NULL pdata dereference bugKenth Eriksson2012-03-301-1/+3
| * | | | spi/davinci: Fix DMA API usage in davinciShubhrajyoti D2012-03-301-3/+3
* | | | | Merge tag 'srpt-srq-type' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds2012-04-121-0/+1
|\ \ \ \ \
| * | | | | IB/srpt: Set srq_type to IB_SRQT_BASICRoland Dreier2012-04-121-0/+1
| | |/ / / | |/| | |
* | | | | Merge tag 'usb-3.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2012-04-1228-100/+184
|\ \ \ \ \
| * | | | | xHCI: Correct the #define XHCI_LEGACY_DISABLE_SMIAlex He2012-04-112-5/+10
| * | | | | xHCI: use gfp flags from caller instead of GFP_ATOMICDan Carpenter2012-04-111-2/+2
| * | | | | xHCI: add XHCI_RESET_ON_RESUME quirk for VIA xHCI hostElric Fu2012-04-111-0/+2
| * | | | | USB: fix bug of device descriptor got from superspeed deviceElric Fu2012-04-111-0/+16
| * | | | | xhci: Fix register save/restore order.Sarah Sharp2012-04-111-4/+4
| * | | | | xhci: Restore event ring dequeue pointer on resume.Sarah Sharp2012-04-111-0/+1
| * | | | | xhci: Don't write zeroed pointers to xHC registers.Sarah Sharp2012-04-111-7/+2
| * | | | | xhci: Warn when hosts don't halt.Sarah Sharp2012-04-111-0/+3
| * | | | | xhci: don't re-enable IE constantlyFelipe Balbi2012-04-112-1/+5
| * | | | | usb: xhci: fix section mismatch in linux-nextGerard Snitselaar2012-04-101-1/+1
| * | | | | xHCI: correct to print the true HSEE of USBCMDAlex He2012-04-101-1/+1
| * | | | | USB: serial: fix race between probe and openJohan Hovold2012-04-101-0/+8
| * | | | | UHCI: hub_status_data should indicate if ports are resumingAlan Stern2012-04-091-2/+3
| * | | | | EHCI: keep track of ports being resumed and indicate in hub_status_dataAlan Stern2012-04-094-15/+23
| * | | | | USB: fix race between root-hub suspend and remote wakeupAlan Stern2012-04-091-0/+12
| * | | | | USB: sierra: add support for Sierra Wireless MC7710Anton Samokhvalov2012-04-091-0/+1
| * | | | | USB: ftdi_sio: fix race condition in TIOCMIWAIT, and abort of TIOCMIWAIT when...Simon Arlott2012-04-091-5/+7
| * | | | | USB: ftdi_sio: fix status line change handling for TIOCMIWAIT and TIOCGICOUNTSimon Arlott2012-04-091-11/+13
| * | | | | USB: don't ignore suspend errors for root hubsAlan Stern2012-04-091-2/+7
| * | | | | USB: fix bug in serial driver unregistrationAlan Stern2012-04-092-26/+2
| * | | | | USB: serial: metro-usb: Fix idProduct for Uni-Directional mode.Aleksey Babahin2012-04-091-3/+3
| * | | | | USB: option: re-add NOVATELWIRELESS_PRODUCT_HSPA_HIGHSPEED to option_id arraySantiago Garcia Mantinan2012-04-091-0/+1
| * | | | | USB: pl2303: fix DTR/RTS being raised on baud rate changeJohan Hovold2012-04-091-1/+1