summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* DMA-API: parport: parport_pc.c: use dma_coerce_mask_and_coherent()Russell King2013-10-311-2/+6
* DMA-API: net: octeon: use dma_coerce_mask_and_coherent()Russell King2013-10-311-2/+3
* DMA-API: net: nxp/lpc_eth: use dma_coerce_mask_and_coherent()Russell King2013-10-311-2/+4
* DMA-API: mmc: sdhci-acpi: use dma_coerce_mask_and_coherent()Russell King2013-10-311-2/+3
* DMA-API: media: omap3isp: use dma_coerce_mask_and_coherent()Russell King2013-10-312-6/+3
* DMA-API: dma: dw_dmac.c: convert to use dma_coerce_mask_and_coherent()Russell King2013-10-311-5/+3
* DMA-API: ata: pata_octeon_cf: convert to use dma_coerce_mask_and_coherent()Russell King2013-10-311-2/+3
* DMA-API: sound: fix dma mask handling in a lot of driversRussell King2013-10-3116-104/+61
* DMA-API: provide a helper to setup DMA masksRussell King2013-10-311-0/+10
* DMA-API: usb: ohci-sa1111: add a note about DMA masksRussell King2013-10-311-0/+6
* DMA-API: video: clcd: add dma_set_mask_and_coherent() callRussell King2013-10-311-0/+5
* DMA-API: dma: pl330: add dma_set_mask_and_coherent() callRussell King2013-10-311-0/+4
* DMA-API: dma: pl08x: add dma_set_mask_and_coherent() callRussell King2013-10-311-0/+5
* DMA-API: amba: get rid of separate dma_maskRussell King2013-10-313-10/+1
* DMA-API: usb: ssb-hcd: replace dma_set_mask()+dma_set_coherent_mask() with ne...Russell King2013-10-311-2/+1
* DMA-API: usb: bcma: replace dma_set_mask()+dma_set_coherent_mask() with new h...Russell King2013-10-311-2/+1
* DMA-API: media: dt3155v4l: replace dma_set_mask()+dma_set_coherent_mask() wit...Russell King2013-10-311-4/+1
* DMA-API: staging: et131x: replace dma_set_mask()+dma_set_coherent_mask() with...Russell King2013-09-211-15/+2
* DMA-API: block: nvme-core: replace dma_set_mask()+dma_set_coherent_mask() wit...Russell King2013-09-211-6/+4
* DMA-API: ppc: vio.c: replace dma_set_mask()+dma_set_coherent_mask() with new ...Russell King2013-09-211-2/+1
* DMA-API: net: b43legacy: replace dma_set_mask()+dma_set_coherent_mask() with ...Russell King2013-09-211-6/+3
* DMA-API: net: b43: replace dma_set_mask()+dma_set_coherent_mask() with new he...Russell King2013-09-211-6/+3
* DMA-API: net: sfc/efx.c: replace dma_set_mask()+dma_set_coherent_mask() with ...Russell King2013-09-211-11/+1
* DMA-API: net: intel/e1000: replace dma_set_mask()+dma_set_coherent_mask() wit...Russell King2013-09-211-7/+2
* DMA-API: net: emulex/benet: replace dma_set_mask()+dma_set_coherent_mask() wi...Russell King2013-09-211-10/+2
* DMA-API: net: broadcom/bnx2x: replace dma_set_mask()+dma_set_coherent_mask() ...Russell King2013-09-211-6/+2
* DMA-API: net: broadcom/b44: replace dma_set_mask()+dma_set_coherent_mask() wi...Russell King2013-09-211-2/+1
* DMA-API: net: intel/ixgbevf: fix 32-bit DMA mask handlingRussell King2013-09-211-10/+5
* DMA-API: net: intel/ixgbe: fix 32-bit DMA mask handlingRussell King2013-09-211-10/+5
* DMA-API: net: intel/ixgb: fix 32-bit DMA mask handlingRussell King2013-09-211-11/+5
* DMA-API: net: intel/igbvf: fix 32-bit DMA mask handlingRussell King2013-09-211-12/+6
* DMA-API: net: intel/igb: fix 32-bit DMA mask handlingRussell King2013-09-211-12/+6
* DMA-API: net: intel/e1000e: fix 32-bit DMA mask handlingRussell King2013-09-211-12/+6
* DMA-API: net: brocade/bna/bnad.c: fix 32-bit DMA mask handlingRussell King2013-09-171-9/+4
* DMA-API: provide a helper to set both DMA and coherent DMA masksRussell King2013-09-173-15/+44
* Linux 3.12-rc1v3.12-rc1Linus Torvalds2013-09-161-3/+3
* Merge branch 'timers/core' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2013-09-168-128/+164
|\
| * clocksource: armada-370-xp: Add detailed clock requirements in devicetree bin...Ezequiel Garcia2013-09-021-2/+11
| * clocksource: armada-370-xp: Get reference fixed-clock by nameEzequiel Garcia2013-09-021-2/+5
| * clocksource: armada-370-xp: Replace WARN_ON with BUG_ONEzequiel Garcia2013-09-021-1/+1
| * clocksource: armada-370-xp: Fix device-tree bindingEzequiel Garcia2013-09-021-5/+22
| * clocksource: armada-370-xp: Introduce new compatiblesEzequiel Garcia2013-09-021-15/+39
| * clocksource: armada-370-xp: Use CLOCKSOURCE_OF_DECLAREEzequiel Garcia2013-09-023-23/+5
| * clocksource: armada-370-xp: Simplify TIMER_CTRL register accessEzequiel Garcia2013-09-021-39/+30
| * clocksource: armada-370-xp: Use BIT()Ezequiel Garcia2013-09-021-6/+6
| * ARM: timer-sp: Set dynamic irq affinityViresh Kumar2013-08-221-1/+2
| * ARM: nomadik: add dynamic irq flag to the timerDaniel Lezcano2013-08-221-1/+2
| * clocksource: sh_cmt: 32-bit control register supportMagnus Damm2013-08-221-14/+36
| * clocksource: em_sti: Convert to devm_* managed helpersLaurent Pinchart2013-08-221-35/+14
* | Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2013-09-162-36/+21
|\ \