aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-08-03ucc_geth: remove get_perm_addr from ucc_geth_ethtool.cJan Altenberg1-1/+0
2007-08-03ucc_geth: fix section mismatchDomen Puncer1-1/+2
2007-08-02[MTD] [NAND] nand_base.c: fix type of eccpos pointerBen Dooks1-4/+4
2007-08-02[MTD] [NAND] at91_nand rdy_pin fixIvan Kuten1-1/+4
2007-08-02[MTD] [NAND] fix race in nand_base.cArtem Bityutskiy1-0/+4
2007-08-02[MTD] [NAND] Fix refactoring of EDB7312 hwcontrol function.Roland Stigge1-5/+5
2007-08-02[MTD] Fix potential leak in rfd_ftl_add_mtdFlorin Malita1-0/+1
2007-08-02firewire: fw-core: make two variables staticStefan Richter1-2/+2
2007-08-02firewire: fw-ohci: dma_free_coherent needs IRQs enabledStefan Richter1-7/+13
2007-08-02firewire: fw-sbp2: set correct maximum payload (fixes CardBus adapters)Stefan Richter2-2/+5
2007-08-02ieee1394: sbp2: more correct Kconfig dependenciesStefan Richter1-1/+1
2007-08-02ieee1394: revert "sbp2: enforce 32bit DMA mapping"Stefan Richter1-5/+0
2007-08-02[SCSI] qlogicpti: Some cosmetic changesMark Fortescue1-21/+29
2007-08-02HID: Never call hid_free_buffers() when usbhid_device has been freedJiri Kosina1-2/+2
2007-08-02USB HID: fix memory leak of usbhid_deviceJiri Kosina1-0/+2
2007-08-02USB HID: fix a possible NULL pointer dereference when we fail to allocate memoryJesper Juhl1-1/+2
2007-08-02USB HID: add ASUS LCM to the blacklistChristian Lamparter1-0/+4
2007-08-02USB HID: Add all Logitech Harmonies to blacklistPhil Dibowitz1-0/+132
2007-08-02HID: remove the Applie IR sensor from the hid_blacklistTino Keitel1-2/+0
2007-08-01Merge master.kernel.org:/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds13-128/+85
2007-08-01scc_pata: PIO fixesBartlomiej Zolnierkiewicz1-41/+20
2007-08-01piix/slc90e66: fix PIO1 handling in ->speedproc method (take 2)Bartlomiej Zolnierkiewicz2-17/+15
2007-08-01jmicron: PIO fixesBartlomiej Zolnierkiewicz1-17/+4
2007-08-01it8213: PIO fixes (take 2)Bartlomiej Zolnierkiewicz1-16/+17
2007-08-01cs5535: PIO fixesBartlomiej Zolnierkiewicz1-23/+17
2007-08-01cs5520: fix PIO auto-tuning in ->ide_dma_check methodBartlomiej Zolnierkiewicz1-1/+1
2007-08-01drivers/scsi/ide-scsi.c: kmalloc + memset conversion to kzallocMariusz Kozlowski1-6/+4
2007-08-01drivers/ide/arm/icside.c: kmalloc + memset conversion to kzallocMariusz Kozlowski1-2/+1
2007-08-01ide: eliminate warnings in ide-tape.cStephen Rothwell1-1/+1
2007-08-01ide: fix runtogether printk's in cmd64x IDE driverMeelis Roos1-2/+2
2007-08-01sis5513: Add FSC Amilo A1630 PCI subvendor/dev to laptopsDavid Lamparter1-0/+1
2007-08-01alim15x3: Correct HP detectBartlomiej Zolnierkiewicz1-1/+1
2007-08-01ide: Fix an overrun found in the CS5535 IDE driverJordan Crouse1-1/+1
2007-08-01[SCSI] lpfc 8.2.2 : Change version number to 8.2.2James Smart1-1/+1
2007-08-01[SCSI] lpfc 8.2.2 : Style cleanupsJames Smart11-54/+23
2007-08-01[SCSI] lpfc 8.2.2 : Miscellaneous Bug FixesJames Smart16-246/+342
2007-08-01[SCSI] lpfc 8.2.2 : Miscellaneous management and logging modsJames Smart7-23/+168
2007-08-01[SCSI] lpfc 8.2.2 : Rework the lpfc_printf_log() macroJames Smart13-1137/+852
2007-08-01[SCSI] lpfc 8.2.2 : Attribute and Parameter splits for vport and physical portJames Smart10-149/+354
2007-08-01[SCSI] lpfc 8.2.2 : Fix locking around HBA's port_listJames Smart10-223/+308
2007-08-01[SCSI] lpfc 8.2.2 : Error messages and debugfs updatesJames Smart9-58/+488
2007-08-01pata_sis: fix MWDMA for <= UDMA66 chipsets and UDMA for UDMA33 chipsetsBartlomiej Zolnierkiewicz1-11/+9
2007-08-01libata: blacklist SAMSUNG HD401LJ / ZZ100-15 for NCQTejun Heo1-0/+1
2007-08-01ata_piix: add Tecra M3 to broken suspend blacklistTejun Heo1-0/+8
2007-08-01ata_piix: implement piix_borken_suspend()Tejun Heo1-30/+30
2007-08-01pci: rename __pci_reenable_device() to pci_reenable_device()Tejun Heo3-8/+7
2007-08-01libata-sff; Unbreak non DMA capable controllers againAlan Cox1-0/+4
2007-08-01pata_cmd64x: Correct the speed rangesAlan Cox1-4/+4
2007-08-01[SCSI] initialize shost_data to zeroFUJITA Tomonori1-1/+1
2007-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdogLinus Torvalds23-148/+1394