summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* digest: make it multi-instanceJean-Christophe PLAGNIOL-VILLARD2015-03-127-103/+119
* digest: introduce digest_{init/update/final/length}Jean-Christophe PLAGNIOL-VILLARD2015-03-124-18/+39
* digest: move digest.c to cryptoJean-Christophe PLAGNIOL-VILLARD2015-03-123-1/+1
* parameter: include header for ERR_PTR and errnoLucas Stach2015-03-111-0/+1
* ARM: radxa-rock: select options for regulatorLucas Stach2015-03-111-0/+2
* ARM: zynq: zedboard: don't select serialLucas Stach2015-03-112-20/+17
* ARM: versatile: provide clk_set_rate stubLucas Stach2015-03-111-0/+6
* pbl: let pbl-console depend on !CONSOLE_NONELucas Stach2015-03-111-0/+1
* Documentation: handle missing group declarationJan Luebbe2015-03-101-1/+5
* paramter: The dev_add_param_*() return ERR_PTR(), change no-ops to return ERR...Marc Kleine-Budde2015-03-101-9/+9
* Use linux.bootargs.console for specifying the consoleSascha Hauer2015-03-092-0/+0
* ARM: phycore-am335x-som: Fix boards with no SPITeresa Gámez2015-03-091-1/+1
* ARM: Rockchip: Update defconfigAndrey Panov2015-03-091-25/+67
* MMC: dw_mmc: PIO mode fixesAndrey Panov2015-03-091-73/+56
* Merge branch 'for-next/tegra'Sascha Hauer2015-03-0915-6/+146
|\
| * ARM: tegra: enable barebox update in defconfigLucas Stach2015-03-041-0/+1
| * ARM: tegra: add barebox update handler to Jetson boardLucas Stach2015-03-041-0/+4
| * ARM: tegra: add barebox update handler to Beaver boardLucas Stach2015-03-041-0/+4
| * ARM: tegra: add eMMC barebox update handlerLucas Stach2015-03-043-0/+103
| * bbu: make bbu confirm a bit more verboseLucas Stach2015-03-041-1/+3
| * bbu: include necessary headersLucas Stach2015-03-041-0/+2
| * mci: tegra: handle mmc aliasesLucas Stach2015-03-041-0/+3
| * ARM: tegra124: add mmc aliasesLucas Stach2015-03-041-0/+4
| * ARM: tegra30: add mmc aliasesLucas Stach2015-03-042-0/+9
| * ARM: tegra20: add mmc aliasesLucas Stach2015-03-042-1/+9
| * of: make of_alias_get work on all types of DT pathsLucas Stach2015-03-041-4/+4
* | Merge branch 'for-next/streaming-dma'Sascha Hauer2015-03-0947-247/+389
|\ \
| * | ARM: MMU: unexport cache maintenance functionsLucas Stach2015-03-062-35/+14
| * | ARM: bcm2835: mbox: convert to streaming DMA opsLucas Stach2015-03-061-3/+5
| * | usb: host: ohci: convert to streaming DMA opsLucas Stach2015-03-061-4/+6
| * | usb: host: ehci: convert to streaming DMA opsLucas Stach2015-03-061-3/+5
| * | usb: gadget: fsl_udc: convert to streaming DMA opsLucas Stach2015-03-061-4/+4
| * | net: xgmac: convert to streaming DMA opsLucas Stach2015-03-061-3/+8
| * | net: rtl8169: convert to streaming DMA opsLucas Stach2015-03-062-17/+14
| * | net: orion-gbe: convert to streaming DMA opsLucas Stach2015-03-061-5/+8
| * | net: macb: convert to streaming DMA opsLucas Stach2015-03-061-2/+6
| * | net: fec: convert to streaming DMA opsLucas Stach2015-03-061-4/+9
| * | net: designware: convert to streaming DMA opsLucas Stach2015-03-061-8/+11
| * | net: davinci_emac: convert to streaming DMA opsLucas Stach2015-03-061-4/+5
| * | net: at91_ether: convert to streaming DMA opsLucas Stach2015-03-061-2/+8
| * | net: cpsw: convert to streaming DMA opsLucas Stach2015-03-061-5/+7
| * | net: arc-emac: convert to streaming DMA opsLucas Stach2015-03-061-6/+10
| * | MCI: tegra-sdmmc: convert to streaming DMA opsLucas Stach2015-03-061-12/+14
| * | MCI: imx: convert to streaming DMA opsLucas Stach2015-03-061-11/+17
| * | MCI: dw-mmc: convert to streaming DMA opsLucas Stach2015-03-062-13/+13
| * | AHCI: convert to streaming DMA opsLucas Stach2015-03-061-3/+10
| * | ARM: implement streaming DMA opsLucas Stach2015-03-062-0/+34
| * | ARM: move DMA alloc functions to dma.hLucas Stach2015-03-0632-38/+52
| * | dma: add streaming DMA opsLucas Stach2015-03-062-0/+17
| * | ARM: move virt<->phys translation to io.hLucas Stach2015-03-062-12/+15