aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-02-11[PATCH] Char: n_r3964, cleanupJiri Slaby1-1116/+981
2007-02-11[PATCH] Char: serial167, cleanupJiri Slaby1-1677/+1645
2007-02-11[PATCH] Char: mxser_new, remove useless spinlockJiri Slaby1-4/+0
2007-02-11[PATCH] Char: mxser_new, mark init functionsJiri Slaby1-4/+4
2007-02-11[PATCH] serial: serial_txx9 driver updateAtsushi Nemoto2-12/+16
2007-02-11[PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_cache_zalloc().Robert P. J. Day8-19/+9
2007-02-11[PATCH] drivers/char/vc_screen.c: proper prototypesAdrian Bunk1-3/+0
2007-02-11[PATCH] Char: tty_wakeup cleanupJiri Slaby24-121/+23
2007-02-11[PATCH] Char: isicom, correct probing/removingJiri Slaby1-7/+9
2007-02-11[PATCH] Char: isicom, support higher ratesJiri Slaby1-2/+7
2007-02-11[PATCH] Char: isicom, check card state in isrJiri Slaby1-0/+5
2007-02-11[PATCH] Char: isicom, augment card_resetJiri Slaby1-17/+22
2007-02-11[PATCH] Char: isicom, fix locking in isrJiri Slaby1-0/+2
2007-02-11[PATCH] make drivers/char/mxser_new.c:mxser_hangup() staticAdrian Bunk1-1/+1
2007-02-11[PATCH] mxser: remove ambiguous redefinition of INIT_WORKAndreas Jaggi2-16/+0
2007-02-11[PATCH] Char: isicom, remove tty_{hang,wake}up bottomhalvesJiri Slaby1-33/+3
2007-02-11[PATCH] IOC3/IOC4: PCI mem space resourcesBrent Casavant3-9/+9
2007-02-11[PATCH] disable init/initramfs.cJean-Paul Saman1-1/+3
2007-02-11[PATCH] Char: tty, delete wake_up_interruptible after tty_wakeupJiri Slaby1-1/+0
2007-02-11[PATCH] vt: refactor console SAK processingEric W. Biederman4-18/+41
2007-02-11[PATCH] drivers: add LCD supportMiguel Ojeda Sandonis7-0/+847
2007-02-11[PATCH] Drop __get_zone_counts()Christoph Lameter1-7/+2
2007-02-09libata: kill ATA_ENABLE_PATAJeff Garzik1-2/+0
2007-02-09libata: build fix after dmesg probe output changesJeff Garzik1-2/+2
2007-02-09libata: Early CFA adapters are not required to support mode settingAlan1-0/+4
2007-02-09sata_nv: propagate ata_pci_device_do_resume return valueRobert Hancock1-1/+4
2007-02-09sata_nv: wait for response on entering/leaving ADMA modeRobert Hancock1-2/+39
2007-02-09sata_nv: use ADMA for NODATA commandsRobert Hancock1-7/+25
2007-02-09sata_nv: cleanup ADMA error handlingRobert Hancock1-75/+72
2007-02-09(2.6.20) pata_mpiix: probing cleanup (resend)Sergei Shtylyov1-7/+6
2007-02-09(2.6.20) pata_mpiix: fix PIO setup issuesSergei Shtylyov1-9/+10
2007-02-09(2.6.20) pata_oldpiix: fix PIO2 underclockingSergei Shtylyov1-8/+10
2007-02-09Kconfig: clarify ATA_PIIX descriptionAlan1-3/+3
2007-02-09sata_inic162x: fix a few glitches in hardresetTejun Heo1-8/+4
2007-02-09libata: add 150ms between completion of hardreset and status checkingTejun Heo1-0/+3
2007-02-09libata: rearrange dmesg info to add full ATA revisionEric D. Mudama1-21/+31
2007-02-09pata_sl82c105: wrong assumptions about compatible PIO modesSergei Shtylyov1-2/+2
2007-02-09libata: add another IRQ calls (libata drivers)Akira Iguchi60-0/+206
2007-02-09libata: add another IRQ calls (core and headers)Akira Iguchi2-12/+51
2007-02-09libata: convert to iomapTejun Heo62-1408/+949
2007-02-09pata_platform: fix devres conversionTejun Heo1-24/+7
2007-02-09[libata] Shuffle DRV_xxx in core and SiS drivers, to kill warningsJeff Garzik4-1/+5
2007-02-09libata: remove unused functionsTejun Heo1-75/+6
2007-02-09libata: update libata LLDs to use devresTejun Heo59-1245/+355
2007-02-09libata: update libata core layer to use devresTejun Heo4-155/+102
2007-02-09libata: implement ata_host_detach()Tejun Heo2-5/+20
2007-02-09devres: device resource managementTejun Heo9-1/+1066
2007-02-09fix CONFIG_SATA_SIS=y compile errorAdrian Bunk3-4/+6
2007-02-09sata_sis: Support for PATA supportsAlan3-12/+33
2007-02-09libata: implement HDIO_GET_IDENTITYTejun Heo1-1/+42