aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2008-04-092-4/+1
|\
| * ata/sata_fsl: Remove unused variable in sata_fsl_probeJohann Felix Soden2008-04-091-3/+0
| * pata_sil680: Fix build on arch/ppcBenjamin Herrenschmidt2008-04-091-1/+1
* | mtd/chips: add missing set_current_state() to cfi_{amdstd,staa}_sync()Dmitry Adamushko2008-04-082-0/+2
* | spi: spi_bfin5xx: remove unused labelMichael Hennerich2008-04-081-1/+0
* | spi: spi_bfin5xx: fix probe() sequencingVitja Makarov2008-04-081-6/+6
* | spi: spi_bfin5xx build fixMike Frysinger2008-04-081-2/+2
* | acpi: fix "buggy BIOS check" when CPUs are hot removedAlok Kataria2008-04-081-1/+1
* | acpi thermal: fix result checkKrzysztof Helt2008-04-081-1/+1
* | ub: remove BUG() after __blk_end_request and fix the condition causing itPete Zaitcev2008-04-081-9/+29
|/
* pvrusb2: fix broken build due to patch order dependencyMichael Krufky2008-04-071-0/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds2008-04-071-1/+1
|\
| * siimage: fix kernel oops on PPC 44xSergei Shtylyov2008-04-071-1/+1
* | virtio_net: remove overzealous printkAnthony Liguori2008-04-071-1/+0
* | Revert "smc91x: fix build breakage from the SMC_GET_MAC_ADDR API upgrade"Linus Torvalds2008-04-071-4/+4
|/
* virtio: remove overzealous BUG_ON.Rusty Russell2008-04-071-3/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-04-075-22/+224
|\
| * fix endian lossage in forcedethAl Viro2008-04-041-3/+2
| * net/tokenring/olympic.c section fixesAdrian Bunk2008-04-041-3/+3
| * net: marvell.c fix sparse shadowed variable warningHarvey Harrison2008-04-041-2/+0
| * [TG3]: Add PHY workaround for 5784Matt Carlson2008-04-032-14/+219
* | Merge branch 'pci_id_updates' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2008-04-061-0/+35
|\ \
| * | V4L/DVB (7497): pvrusb2: add new usb pid for 73xxx modelsMichael Krufky2008-04-061-0/+33
| * | V4L/DVB (7496): pvrusb2: add new usb pid for 75xxx modelsMichael Krufky2008-04-061-0/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/v4l-dvbLinus Torvalds2008-04-063-2/+15
|\ \ \
| * | | V4L/DVB (7499): v4l/dvb Kconfig: Fix bugzilla #10067Mauro Carvalho Chehab2008-04-061-0/+3
| * | | V4L/DVB (7495): s5h1409: fix blown-away bit in function s5h1409_set_gpioMichael Krufky2008-04-061-1/+1
| * | | V4L/DVB (7460): bttv: Bt832 - fix possible NULL pointer derefCyrill Gorcunov2008-04-061-1/+11
| |/ /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdogLinus Torvalds2008-04-061-0/+2
|\ \ \
| * | | [WATCHDOG] it8712f_wdt Zero MSB timeout byte when disabling watchdogAndrew Paprocki2008-04-061-0/+2
| |/ /
* | | fix IS_I9XX macro in i915 DRM driverJesse Barnes2008-04-061-2/+2
* | | scsi: fix sense_slab/bio swapping livelockHugh Dickins2008-04-061-10/+12
* | | Revert "ACPI: Ignore _BQC object when registering backlight device"Linus Torvalds2008-04-051-1/+1
|/ /
* | ipmi: change device node ordering to reflect probe orderCarol Hebert2008-04-041-1/+1
* | mtd: fix broken state in CFI driver caused by FL_SHUTDOWNAlexey Korolev2008-04-041-5/+5
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86...Linus Torvalds2008-04-042-50/+17
|\ \
| * | x86: revert assign IRQs to hpet timerThomas Gleixner2008-04-041-44/+7
| * | xen: fix grant table bugMichael Abd-El-Malek2008-04-041-6/+10
* | | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2008-04-042-1/+80
|\ \ \
| * | | pata_ali: disable ATAPI DMATejun Heo2008-04-041-0/+40
| * | | libata: ATA_12/16 doesn't fall into ATAPI_MISCTejun Heo2008-04-041-0/+5
| * | | libata: uninline atapi_cmd_type()Tejun Heo2008-04-041-0/+34
| * | | libata: fix IDENTIFY order in ata_bus_probe()Bartlomiej Zolnierkiewicz2008-04-041-1/+1
| |/ /
* | | parport_pc: make sure to release IO ports after probing for IT87XXLinus Torvalds2008-04-041-2/+1
|/ /
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2008-04-031-1/+12
|\ \
| * | Input: appletouch - add product IDs for the 4th generation MacBooksTobias Mueller2008-04-021-1/+12
* | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/...Linus Torvalds2008-04-034-8/+7
|\ \ \ | |_|/ |/| |
| * | [POWERPC] Fix MPC5200 (not B!) device tree so FEC ethernet worksRené Bürgel2008-04-032-0/+2
| * | [POWERPC] fsldma: Use compatiable binding as specKumar Gala2008-03-311-4/+4
| * | [POWERPC] sata_fsl: reduce compatibility to fsl,pq-sataKim Phillips2008-03-311-4/+1