Merge branches 'acorn', 'ebsa110' and 'sa11x0' into platforms
[deliverable/linux.git] / drivers /
2012-03-25  Russell KingMerge branches 'acorn', 'ebsa110' and 'sa11x0' into...
2012-03-25  Rob HerringARM: 7342/2: sa1100: prepare for sparse irq conversion
2012-03-25  Rob HerringARM: 7341/1: input: prepare jornada720 keyboard and...
2012-03-25  Rob HerringARM: 7340/1: rtc: sa1100: include mach/irqs.h instead...
2012-03-25  Russell KingMerge branch 'sa11x0-mcp' into sa11x0
2012-03-25  Russell KingMerge branch 'sa11x0-lcd' into sa11x0
2012-03-25  Russell KingMerge branch 'sa11x0-mtd' into sa11x0
2012-03-25  Russell KingMerge branch 'sa11x0-ir' into sa11x0
2012-03-25  Russell KingMerge branch 'sa1111' into sa11x0
2012-03-24  Russell KingUSB: sa1111: add hcd .reset method
2012-03-24  Russell KingUSB: sa1111: add OHCI shutdown methods
2012-03-24  Russell KingUSB: sa1111: reorganize ohci-sa1111.c
2012-03-24  Russell KingUSB: sa1111: get rid of nasty printk(KERN_DEBUG "%s...
2012-03-24  Russell KingUSB: sa1111: sparse and checkpatch cleanups
2012-03-24  Russell KingARM: sa1111: move USB interface register definitions...
2012-03-24  Russell KingARM: sa1111: move PCMCIA interface register definitions...
2012-03-24  Russell KingARM: sa1111: move PS/2 interface register definitions...
2012-03-24  Russell KingARM: ecard: get rid of NO_IRQ madness
2012-03-24  Russell KingARM: riscpc: pass IRQ resources into keyboard driver
2012-03-07  Russell KingNET: sa11x0-ir: add DMA support for SIR transmit mode
2012-03-07  Russell KingNET: sa11x0-ir: convert sa11x0-ir driver to use DMA...
2012-03-07  Russell KingMerge branch 'sa11x0-dma' into sa11x0-ir
2012-03-07  Russell KingDMA: sa11x0: add SA-11x0 DMA driver
2012-02-24  Russell KingFB: sa11x0: convert to use platform resource and ioremap()
2012-02-21  Russell KingFB: sa11x0: convert shannon display enable accesses...
2012-02-21  Russell KingFB: sa11x0: fix shannon GPSR/GPCR accesses
2012-02-21  Russell KingFB: sa1100: make GPIO configuration setting safe
2012-02-21  Russell KingFB: sa1100: use inf members directly
2012-02-21  Russell KingFB: sa1100: remove assabet specific initialization
2012-02-21  Russell KingFB: sa1100: remove global sa1100fb_.*_power function...
2012-02-21  Russell KingFB: sa1100: move platform data to platform files
2012-02-21  Russell KingFB: sa1100: move machine inf structures to <video/sa110...
2012-02-21  Russell KingFB: sa1100: combine RGB bitfield overrides into sa1100f...
2012-02-21  Russell KingFB: sa1100: convert printks to dev_xxx()
2012-02-21  Russell KingFB: sa1100: constify rgb structures
2012-02-21  Russell KingFB: sa1100: add .owner initializer to driver structure
2012-02-21  Russell KingFB: sa1100: avoid section mismatch warnings
2012-02-18  Russell KingMFD: mcp-sa11x0/assabet: move assabet reset handling...
2012-02-18  Russell KingMFD: ucb1x00-assabet: add support for UCB1x00 GPIO...
2012-02-18  Russell KingMFD: ucb1x00-core: add wakeup support
2012-02-18  Russell KingMFD: ucb1x00: convert to use genirq
2012-02-18  Russell KingMFD: mcp-core: remove legacy driver suspend/resume...
2012-02-18  Russell KingMFD: ucb1x00-core: convert to use dev_pm_ops
2012-02-18  Russell KingMFD: mcp-sa11x0: complain if mcp clock is left enabled
2012-02-18  Russell KingMFD: ucb1x00-core: disable mcp clock when bus is not...
2012-02-18  Russell KingMFD: ucb1x00-core: add missing ucb1x00_enable()/ucb1x00...
2012-02-18  Russell KingMFD: ucb1x00-core: scan drivers in same order they...
2012-02-18  Russell KingMFD: ucb1x00-core: add owner and dev initializers to...
2012-02-18  Russell KingMFD: ucb1x00-core: clean up device handling in probe
2012-02-18  Russell KingMFD: ucb1x00-core: use mutexes instead of semaphores
2012-02-18  Russell KingMFD: ucb1x00-core: add .owner initializer and module...
2012-02-18  Russell KingMFD: ucb1x00-core: add handling for ucb1x00 reset
2012-02-18  Russell KingMFD: ucb1x00-core: get rid of mach/hardware.h include
2012-02-18  Russell KingMFD: ucb1x00-ts: provide input layer with device parent
2012-02-18  Russell KingMFD: mcp/ucb1x00: separate ucb1x00 driver data from...
2012-02-09  Russell KingNET: sa11x0-ir: split si->dev for IrDA transmit and...
2012-02-09  Russell KingNET: sa11x0-ir: fix size of SIR transmit buffer
2012-02-09  Russell KingNET: sa11x0-ir: convert to use scatterlist DMA API
2012-02-09  Russell KingNET: sa11x0-ir: get rid of si->hscr0
2012-02-09  Russell KingNET: sa11x0-ir: move sa1100_irda_txdma_irq
2012-02-09  Russell KingNET: sa11x0-ir: move SIR and FIR interrupt support
2012-02-09  Russell KingNET: sa11x0-ir: indirect handling of SIR and FIR interrupts
2012-02-09  Russell KingNET: sa11x0-ir: split SIR and FIR tx functions
2012-02-09  Russell KingNET: sa11x0-ir: factor out speed checks
2012-02-09  Russell KingNET: sa11x0-ir: move sa1100_irda_{startup,shutdown...
2012-02-09  Russell KingNET: sa11x0-ir: fix leak of tx skb
2012-02-09  Russell KingNET: sa11x0-ir: containerize DMA data
2012-02-09  Russell KingNET: sa11x0-ir: obtain interrupt number from platform...
2012-02-09  Russell KingNET: sa11x0-ir: set netdev's parent struct device
2012-02-09  Russell KingNET: sa11x0-ir: handle DMA mapping errors properly
2012-02-09  Russell KingNET: sa11x0-ir: fix documentation bug
2012-02-09  Russell KingARM: sa11x0: badge4: move board specific ohci initializ...
2012-02-09  Russell KingARM: sa1111: add platform enable/disable functions
2012-02-09  Russell KingARM: sa1111: add .owner initializer to sa1111 driver...
2012-02-09  Russell KingARM: sa11x0: neponset: provide function to manipulate...
2012-02-09  Russell KingMTD: sa11x0: remove definitions and code left for docum...
2012-02-09  Russell KingMTD: sa11x0: Remove shutdown handler
2012-02-09  Linus TorvaldsMerge branch 'iommu/fixes' of git://git./linux/kernel...
2012-02-09  Linus TorvaldsMerge branch '3.3-rc-fixes' of git://git./linux/kernel...
2012-02-09  Linus TorvaldsMerge tag 'md-3.3-fixes' of git://neil.brown.name/md
2012-02-09  Linus TorvaldsMerge tag 'spi-for-linus' of git://git.secretlab.ca...
2012-02-09  Linus TorvaldsMerge branch 'akpm' (Andrew's tree)
2012-02-09  Russell Kingpcmcia: fix socket refcount decrementing on each resume
2012-02-09  Axel Lindrivers/leds/leds-lm3530.c: fix setting pltfm->als_vmax
2012-02-08  Linus TorvaldsMerge tag 'sound-fixes' of git://git./linux/kernel...
2012-02-07  Linus TorvaldsMerge tag 'fbdev-fixes-for-3.3-1' of git://github.com...
2012-02-07  Linus TorvaldsMerge tag 'ib-srpt-fixes' of git://git./linux/kernel...
2012-02-07  Linus TorvaldsMerge tag 'for-linus' of git://git./linux/kernel/git...
2012-02-07  Yinghai LuACPI: remove duplicated lines of merging problems with...
2012-02-07  Linus TorvaldsMerge git://git.samba.org/sfrench/cifs-2.6
2012-02-07  Linus TorvaldsMerge branch 'upstream-fixes' of git://git./linux/kerne...
2012-02-07  Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2012-02-07  Jiri KosinaHID: wiimote: fix invalid power_supply_powers call
2012-02-07  Martin Svectarget: Fix unsupported WRITE_SAME sense payload
2012-02-07  Dax Kelsoniscsi: use IP_FREEBIND socket option
2012-02-07  Christoph Hellwigiblock: fix handling of large requests
2012-02-07  Dan Carpentertarget: handle empty string writes in sysfs
2012-02-07  Stephen Rothwelliscsi_target: in_aton needs linux/inet.h
2012-02-07  Marco Sanvidotarget: Fix iblock se_dev_attrib.unmap_granularity
2012-02-07  Nicholas Bellingertarget: Fix target_submit_cmd() exception handling
next
This page took 0.063815 seconds and 8 git commands to generate.