summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2008-02-07Char: istallion, remove hangup bottomhalfJiri Slaby1-22/+1
2008-02-07Char: esp, remove hangup and wakeup bottomhalvesJiri Slaby1-53/+5
2008-02-07Char: riscom8, change rc_init_drivers prototypeJiri Slaby1-1/+1
2008-02-07Char: stallion, fix compiler warningsJiri Slaby1-4/+6
2008-02-07Char: mxser_new, ioaddresses are ulongJiri Slaby1-1/+1
2008-02-07Char: char/serial, remove SERIAL_TYPE_NORMAL redefinesJiri Slaby8-22/+0
2008-02-07Char: rocket, remove useless macrosJiri Slaby2-27/+2
2008-02-07Char: rocket, printk cleanupJiri Slaby2-44/+51
2008-02-07Char: rocket, switch long delay to sleepJiri Slaby1-4/+4
2008-02-07i8k: Inspiron E1705 fixFrank Sorenson1-0/+7
2008-02-07I8K: allow i8k driver to be built on x86_64 systemsBradley Smith1-1/+28
2008-02-07MBCS: convert dmareadlock to mutexMatthias Kaehlcke2-4/+4
2008-02-07MBCS: convert dmawritelock to mutexMatthias Kaehlcke2-4/+4
2008-02-07MBCS: convert algolock to mutexMatthias Kaehlcke2-4/+5
2008-02-07dz.c: Resource managementMaciej W. Rozycki1-101/+188
2008-02-07dz.c: Use a helper to cast from "struct uart_port *"Maciej W. Rozycki1-11/+16
2008-02-07dz: clean up and improve the setup of termios settingsMaciej W. Rozycki2-51/+56
2008-02-07dz: handle special conditions on reception correctlyMaciej W. Rozycki2-38/+46
2008-02-07dz: fix locking issuesMaciej W. Rozycki1-11/+12
2008-02-07dz: rename the serial console structureMaciej W. Rozycki1-3/+3
2008-02-07dz: update kconfig descriptionMaciej W. Rozycki1-6/+10
2008-02-07dz: add and reorder inclusions, remove unneeded onesMaciej W. Rozycki1-10/+13
2008-02-07dz: don't panic() when request_irq() failsMaciej W. Rozycki1-5/+15
2008-02-07dz: always check if it is safe to console_putchar()Maciej W. Rozycki1-2/+2
2008-02-07dz.h: remove useless unused module junkMaciej W. Rozycki1-5/+0
2008-02-07drivers/edac/i3000: document type promotionJason Uhlenkott1-0/+7
2008-02-07drivers/edac: i3000: missing init codeHitoshi Mitake1-0/+13
2008-02-07drivers/edac: mpc85xx: add static scopeDoug Thompson1-1/+1
2008-02-07drivers/edac: i3000: 64bit buildJason Uhlenkott1-1/+1
2008-02-07drivers/edac: pci: broken parity regressionBryan Boatright1-4/+8
2008-02-07drivers-edac: add marvell mv64x60 driverDave Jiang4-0/+977
2008-02-07drivers-edac: add freescale mpc85xx driverDave Jiang4-0/+1213
2008-02-07drivers-edac: i3000 replace macros with functionsJason Uhlenkott1-15/+35
2008-02-07drivers-edac: i3000 code tidyingJason Uhlenkott1-97/+110
2008-02-07drivers-edac: add Cell MC driverBenjamin Herrenschmidt3-0/+266
2008-02-07drivers-edac: add Cell XDR memory typesBenjamin Herrenschmidt2-1/+4
2008-02-07drivers-edac: use round_jiffies_relativeAnton Blanchard2-3/+3
2008-02-07drivers-edac: turn on edac device error loggingDoug Thompson1-0/+4
2008-02-07ASIC3 driverSamuel Ortiz3-0/+596
2008-02-07DS1WM: decouple host IRQ and INTR active state settingsPhilipp Zabel1-4/+5
2008-02-07power_supply: remove capacity_level from list of sysfs attributesThadeu Lima de Souza Cascardo1-1/+0
2008-02-06Merge branch 'async-tx-for-linus' of git://lost.foo-projects.org/~dwillia2/gi...Linus Torvalds4-135/+96
2008-02-06scsi: megaraid: trivial drop duplicate mutex.h includeDaniel Walker1-1/+0
2008-02-06Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds10-84/+412
2008-02-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds29-311/+555
2008-02-06fb: fix warning: no return statement in function returning non-voidAnton Vorontsov1-0/+1
2008-02-06virtio: add missing #include <linux/delay.h>Johann Felix Soden1-0/+1
2008-02-06PNP: disable Supermicro H8DCE motherboard resources that overlap SATA BARsBjorn Helgaas1-0/+43
2008-02-06PNP: do not test PNP_DRIVER_RES_DO_NOT_CHANGE on suspend/resumeRene Herman1-5/+7
2008-02-06isapnp driver semaphore to mutexDaniel Walker2-15/+17