| Commit message (Expand) | Author | Age | Files | Lines |
* | gpio: Cleanup genirq namespace | Thomas Gleixner | 2011-03-25 | 9 | -50/+50 |
* | arm: ep93xx: Add basic interrupt info | Ryan Mallon | 2011-03-25 | 1 | -3/+4 |
* | arm/gpio: Remove three copies of broken and racy debug code | Thomas Gleixner | 2011-03-25 | 3 | -129/+0 |
* | xtensa: Use generic show_interrupts() | Thomas Gleixner | 2011-03-24 | 2 | -44/+10 |
* | xtensa: Convert genirq namespace | Thomas Gleixner | 2011-03-24 | 3 | -13/+13 |
* | xtensa: Use generic IRQ Kconfig and set GENERIC_HARDIRQS_NO_DEPRECATED | Thomas Gleixner | 2011-03-24 | 1 | -3/+2 |
* | xtensa: Convert s6000 gpio irq_chip to new functions | Thomas Gleixner | 2011-03-24 | 1 | -18/+17 |
* | xtensa: Convert main irq_chip to new functions | Thomas Gleixner | 2011-03-24 | 1 | -22/+21 |
* | um: Use generic show_interrupts() | Thomas Gleixner | 2011-03-24 | 2 | -46/+1 |
* | um: Convert genirq namespace | Thomas Gleixner | 2011-03-24 | 1 | -5/+4 |
* | m32r: Use generic show_interrupts() | Thomas Gleixner | 2011-03-24 | 2 | -45/+1 |
* | m32r: Convert genirq namespace | Thomas Gleixner | 2011-03-24 | 8 | -75/+75 |
* | h8300: Use generic show_interrupts() | Thomas Gleixner | 2011-03-24 | 2 | -31/+1 |
* | h8300: Convert genirq namespace | Thomas Gleixner | 2011-03-24 | 1 | -1/+1 |
* | avr32: Cleanup eic_set_irq_type() | Thomas Gleixner | 2011-03-24 | 1 | -20/+11 |
* | avr32: Use generic show_interrupts() | Thomas Gleixner | 2011-03-24 | 2 | -37/+1 |
* | avr: Cleanup genirq namespace | Thomas Gleixner | 2011-03-24 | 5 | -17/+17 |
* | avr32: Use generic IRQ config, enable GENERIC_HARDIRQS_NO_DEPRECATED | Thomas Gleixner | 2011-03-24 | 1 | -9/+4 |
* | avr32: At32ap: Convert pop irq_chip to new functions | Thomas Gleixner | 2011-03-24 | 1 | -13/+10 |
* | avr32: At32ap: Convert intc irq_chip to new functions | Thomas Gleixner | 2011-03-24 | 1 | -7/+5 |
* | avr32: At32ap: Convert extint irq_chip to new functions | Thomas Gleixner | 2011-03-24 | 1 | -22/+23 |
* | genirq: Provide locked setter for chip, handler, name | Thomas Gleixner | 2011-03-23 | 1 | -5/+24 |
* | genirq: Provide a lockdep helper | Thomas Gleixner | 2011-03-23 | 1 | -0/+9 |
* | genirq; Remove the last leftovers of the old sparse irq code | Thomas Gleixner | 2011-03-23 | 2 | -21/+0 |
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy... | Linus Torvalds | 2011-03-23 | 16 | -1262/+1989 |
|\ |
|
| * | avr32: at32ap700x: fix typo in DMA master configuration | Jamie Iles | 2011-03-22 | 1 | -2/+2 |
| * | dmaengine/dmatest: Pass timeout via module params | Viresh Kumar | 2011-03-22 | 1 | -1/+6 |
| * | dma: let IMX_DMA depend on IMX_HAVE_DMA_V1 instead of an explicit list of SoCs | Uwe Kleine-König | 2011-03-22 | 1 | -1/+1 |
| * | fsldma: make halt behave nicely on all supported controllers | Ira Snyder | 2011-03-12 | 1 | -3/+16 |
| * | fsldma: reduce locking during descriptor cleanup | Ira Snyder | 2011-03-12 | 1 | -62/+46 |
| * | fsldma: support async_tx dependencies and automatic unmapping | Ira Snyder | 2011-03-12 | 1 | -36/+95 |
| * | fsldma: fix controller lockups | Ira Snyder | 2011-03-12 | 2 | -122/+99 |
| * | fsldma: minor codingstyle and consistency fixes | Ira Snyder | 2011-03-12 | 2 | -18/+15 |
| * | fsldma: improve link descriptor debugging | Ira Snyder | 2011-03-12 | 1 | -6/+15 |
| * | fsldma: use channel name in printk output | Ira Snyder | 2011-03-12 | 2 | -34/+36 |
| * | fsldma: move related helper functions near each other | Ira Snyder | 2011-03-12 | 1 | -52/+64 |
| * | dmatest: fix automatic buffer unmap type | Ira Snyder | 2011-03-12 | 1 | -1/+6 |
| * | Merge branch 'for_dan' of git://git.infradead.org/users/vkoul/slave-dma into ... | Dan Williams | 2011-03-11 | 9 | -50/+881 |
| |\ |
|
| | * | drivers, pch_dma: Fix warning when CONFIG_PM=n. | Rakib Mullick | 2011-03-06 | 1 | -0/+2 |
| | * | dmaengine/dw_dmac fix: use readl & writel instead of __raw_readl & __raw_writel | Viresh Kumar | 2011-03-06 | 1 | -4/+4 |
| | * | avr32: at32ap700x: Specify DMA Flow Controller, Src and Dst msize | Viresh Kumar | 2011-03-06 | 1 | -0/+9 |
| | * | dw_dmac: Setting Default Burst length for transfers as 16. | Viresh Kumar | 2011-03-06 | 1 | -2/+2 |
| | * | dw_dmac: Allow src/dst msize & flow controller to be configured at runtime | Viresh KUMAR | 2011-03-06 | 3 | -6/+39 |
| | * | dw_dmac: Changing type of src_master and dest_master to u8. | Viresh Kumar | 2011-03-06 | 1 | -2/+4 |
| | * | dw_dmac: Pass Channel Priority from platform_data | Viresh Kumar | 2011-03-06 | 3 | -2/+16 |
| | * | dw_dmac: Pass Channel Allocation Order from platform_data | Viresh Kumar | 2011-03-06 | 2 | -1/+8 |
| | * | dw_dmac: Mark all tx_descriptors with DMA_CRTL_ACK after xfer finish | Viresh Kumar | 2011-03-06 | 1 | -0/+7 |
| | * | dw_dmac: Change value of DWC_MAX_COUNT to 4095. | Viresh Kumar | 2011-03-06 | 1 | -3/+2 |
| | * | dw_dmac: Adding support for 64 bit access width for memcpy xfers | Viresh Kumar | 2011-03-06 | 1 | -1/+3 |
| | * | dw_dmac: Calling dwc_scan_descriptors from dwc_tx_status() after taking lock | Viresh Kumar | 2011-03-06 | 1 | -0/+2 |