summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* PWM LED driverDavid Brownell2008-02-083-0/+165
* Basic PWM driver for AVR32 and AT91David Brownell2008-02-083-0/+419
* atmel_serial: show tty name in /proc/interruptsHaavard Skinnemoen2008-02-081-1/+2
* atmel_serial: use container_of instead of direct castHaavard Skinnemoen2008-02-081-17/+23
* atmel_serial: fix broken RX buffer allocationHaavard Skinnemoen2008-02-081-1/+2
* atmel_serial: add DMA supportChip Coldwell2008-02-082-24/+383
* atmel_serial: split the interrupt handlerRemy Bohmer2008-02-081-55/+190
* atmel_serial: fix bugs in probe() error path and remove()Haavard Skinnemoen2008-02-081-10/+29
* atmel_serial: use existing console options only if BRG is runningHaavard Skinnemoen2008-02-081-8/+7
* atmel_serial: use cpu_relax() when busy-waitingHaavard Skinnemoen2008-02-081-2/+2
* atmel_serial: clean up the codeRemy Bohmer2008-02-081-105/+150
* SMBIOS/DMI: add type 41 = Onboard Devices Extended InformationWim Van Sebroeck2008-02-081-0/+25
* parport: fix ieee1284_epp_read_addrStephan Boettcher2008-02-081-1/+1
* Fix container_of() usageAlexey Dobriyan2008-02-081-1/+1
* aoe: statically initialise devlist_lockAndrew Morton2008-02-081-3/+1
* aoe: update copyright dateEd L. Cashin2008-02-087-7/+7
* aoe: make error messages more specificEd L. Cashin2008-02-081-8/+7
* aoe: the aoeminor doesn't need a long formatEd L. Cashin2008-02-082-5/+7
* aoe: add module parameter for users who need more outstanding I/OEd L. Cashin2008-02-081-3/+7
* aoe: only install new AoE device onceEd L. Cashin2008-02-081-0/+2
* aoe: dynamically allocate a capped number of skbs when necessaryEd L. Cashin2008-02-083-41/+133
* aoe: user can ask driver to forget previously detected devicesEd L. Cashin2008-02-083-19/+74
* aoe: eliminate goto and improve readabilityEd L. Cashin2008-02-081-35/+34
* aoe: mac_addr: avoid 64-bit arch compiler warningsEd L. Cashin2008-02-084-10/+9
* aoe: handle multiple network paths to AoE deviceEd L. Cashin2008-02-086-335/+653
* aoe: bring driver version number to 47Ed L. Cashin2008-02-081-1/+1
* rd: support XIPNick Piggin2008-02-082-2/+47
* rewrite rdNick Piggin2008-02-084-549/+550
* mn10300: add the MN10300/AM33 architecture to the kernelDavid Howells2008-02-086-5/+22
* usb: net2280 can't have a function called show_registers()David Howells2008-02-081-3/+3
* aout: remove unnecessary inclusions of {asm, linux}/a.out.hDavid Howells2008-02-081-1/+0
* serial_core: bring mostly into line with coding styleAlan Cox2008-02-081-27/+28
* 8250: enable rate reporting via termiosAlan Cox2008-02-081-0/+1
* serial8250: coding styleAlan Cox2008-02-081-9/+10
* 8250_pci: coding styleAlan Cox2008-02-081-55/+54
* 8250_hub6: codding styleAlan Cox2008-02-081-12/+12
* 8250_hp300: coding styleAlan Cox2008-02-081-20/+15
* 8250_gsc: coding styleAlan Cox2008-02-081-9/+8
* 8250_early: coding styleAlan Cox2008-02-081-8/+15
* tty_ioctl: drag screaming into compliance with the coding styleAlan Cox2008-02-081-182/+180
* tty_io: drag screaming into coding style complianceAlan Cox2008-02-081-278/+283
* tty_audit: fix checkpatch complaintAlan Cox2008-02-081-1/+1
* rocket: don't let random users reset the controllerAlan Cox2008-02-081-0/+3
* rocket: first pass at termios reportingAlan Cox2008-02-081-10/+8
* n_tty: clean up old code to follow coding style and (mostly) checkpatchAlan Cox2008-02-081-75/+73
* moxa: first pass at termios reportingAlan Cox2008-02-081-8/+15
* intel-iommu: fault_reason index cleanupmark gross2008-02-081-6/+5
* intel-iommu: PMEN supportmark gross2008-02-082-1/+24
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dmLinus Torvalds2008-02-0712-408/+1361
|\
| * dm raid1: report fault statusJonathan Brassow2008-02-081-8/+36