aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-02-05is_vmalloc_addr(): Check if an address is within the vmalloc boundariesChristoph Lameter1-3/+1
2008-02-05deprecate obsolete pca9539 drivereric miao1-2/+5
2008-02-05gpiolib: pca9539 i2c gpio expander supporteric miao3-0/+282
2008-02-05mcp23s08 spi gpio expander supportDavid Brownell3-0/+365
2008-02-05gpiolib: pcf857x i2c gpio expander supportDavid Brownell3-0/+354
2008-02-05gpiolib: add gpio provider infrastructureDavid Brownell2-0/+569
2008-02-05gpiolib: add drivers/gpio directoryDavid Brownell4-0/+39
2008-02-05iommu sg merging: call dma_set_seg_boundary in __scsi_alloc_queue()FUJITA Tomonori1-0/+1
2008-02-05iommu sg merging: PCI: add dma segment boundary supportFUJITA Tomonori2-0/+9
2008-02-05iommu sg merging: aacraid: use pci_set_dma_max_seg_sizeFUJITA Tomonori1-3/+6
2008-02-05iommu sg merging: sata_inic162x: use pci_set_dma_max_seg_sizeFUJITA Tomonori1-12/+13
2008-02-05iommu sg merging: call blk_queue_segment_boundary in __scsi_alloc_queueFUJITA Tomonori1-0/+3
2008-02-05iommu sg merging: parisc: make iommu respect the segment size limitsFUJITA Tomonori3-3/+8
2008-02-05iommu sg merging: PCI: add device_dma_parameters supportFUJITA Tomonori2-0/+11
2008-02-05serial: MPSC: set baudrate when BRG divider is set.Mark A. Greer1-0/+1
2008-02-05serial: Coding styleAlan Cox2-5/+7
2008-02-05serial: speed setup failure reportingAlan Cox1-2/+3
2008-02-05serial: avoid stalling suspend if serial port won't drainRussell King1-1/+7
2008-02-05serial: avoid waking up closed serial ports on resumeRussell King1-2/+2
2008-02-058250.c: support specifying DW APB UARTs in device platform_dataWill Newton1-19/+21
2008-02-05serial: add ADDI-DATA GmbH Communication cardsin8250_pci.c and pci_ids.hKrauth.Julien1-0/+133
2008-02-05drivers/serial/s3c2410.c: remove dead config symbolsJiri Olsa1-1/+1
2008-02-05serial: keep the DTR setting for serial console.Yinghai Lu1-1/+2
2008-02-05drivers/pcmcia: add missing pci_dev_getJulia Lawall1-1/+3
2008-02-05drivers/pcmcia: Add missing iounmapJulia Lawall1-1/+5
2008-02-05at91_cf: use generic gpio callsDavid Brownell1-15/+47
2008-02-05pcmcia/pcnet_cs: fix 'shadow variable' warningRichard Knutsson1-13/+13
2008-02-05pcmcia/fmvj18x_cs: fix 'shadow variable' warningRichard Knutsson1-2/+1
2008-02-05pcmcia/axnet_cs: make use of 'max()' instead of handcrafted oneRichard Knutsson1-2/+2
2008-02-05pcmcia/axnet_cs: make functions staticRichard Knutsson1-2/+2
2008-02-05pcmcia/3c574_cs: fix 'shadow variable' warningRichard Knutsson1-1/+1
2008-02-05pcmcia: include bad CIS filename in error messageRandy Dunlap1-2/+3
2008-02-05pcmcia: stop updating dev->power.power_stateDavid Brownell1-4/+6
2008-02-05pcmcia: replace kio_addr_t with unsigned int everywhereOlof Johansson19-216/+223
2008-02-05pcmcia: convert some internal-only ioaddr_t to unsigned intOlof Johansson3-16/+17
2008-02-05drivers/net/wireless/b43/main.c needs io.hAndrew Morton1-0/+1
2008-02-04Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds4-132/+8
2008-02-04Merge branches 'at91', 'ixp', 'master', 'misc', 'pxa' and 'realview' into develRussell King2-3/+7
2008-02-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds13-243/+1055
2008-02-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds116-171/+166
2008-02-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuildLinus Torvalds1-7/+2
2008-02-04vm audit: add VM_DONTEXPAND to mmap for drivers that need itNick Piggin2-1/+3
2008-02-04ADB: Add missing #include <linux/platform_device.h>Geert Uytterhoeven1-0/+1
2008-02-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds59-957/+1149
2008-02-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds5-146/+77
2008-02-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds11-863/+28
2008-02-04[ARM] 4660/3: at91: allow selecting UART for early kernel messagesGuennadi Liakhovetski2-129/+1
2008-02-04[ARM] 4810/1: - Fix 'section mismatch' building warningsKristoffer Ericson1-1/+1
2008-02-04[ARM] 21285 serial: fix build errorRussell King1-2/+6
2008-02-04virtio: balloon driverRusty Russell3-0/+295