summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | dmaengine: edma: Make reading the position of active channels workThomas Gleixner2014-04-302-16/+10
| | * | | | | | dmaengine: edma: Store transfer data in edma_desc and edma_psetThomas Gleixner2014-04-301-0/+9
| | * | | | | | dmaengine: edma: Create private pset structThomas Gleixner2014-04-301-31/+36
| | * | | | | | dmaengine: edma: Check the current decriptor first in tx_status()Thomas Gleixner2014-04-301-4/+3
| | * | | | | | dmaengine: edma: Sanitize residue reportingThomas Gleixner2014-04-301-25/+9
| | * | | | | | dmaengine: edma: Add channel number to debug printsPeter Ujfalusi2014-04-291-3/+4
| | * | | | | | dmaengine: edma: No need save/restore interrupt flags during spin_lock in IRQJoel Fernandes2014-04-231-5/+4
| | * | | | | | dmaengine: edma: Add DMA memcpy supportJoel Fernandes2014-04-221-0/+51
| | * | | | | | dmaengine: edma: Print the direction value as well when it is not supportedPeter Ujfalusi2014-04-221-2/+2
| | * | | | | | dmaengine: edma: Prefix debug prints where the text were identical in prep ca...Peter Ujfalusi2014-04-221-6/+8
| | * | | | | | dmaengine: edma: Implement device_slave_caps callbackPeter Ujfalusi2014-04-221-0/+18
| | * | | | | | dmaengine: edma: Reduce debug print verbosity for non verbose debuggingPeter Ujfalusi2014-04-221-6/+5
| | * | | | | | dmaengine: edma: Set DMA_CYCLIC capability flagPeter Ujfalusi2014-04-222-0/+2
| | * | | | | | dmaengine: edma: Add support for DMA_PAUSE/RESUME operationPeter Ujfalusi2014-04-221-0/+28
| | * | | | | | dmaengine: edma: Correct the handling of src/dst_maxburst == 0Peter Ujfalusi2014-04-221-0/+4
| | * | | | | | arm: common: edma: Save the number of event queues/TCsPeter Ujfalusi2014-04-221-0/+3
| | * | | | | | platform_data: edma: Be precise with the paRAM structPeter Ujfalusi2014-04-221-9/+9
| * | | | | | | Merge tag 'davinci-fixes-for-v3.15-rc4' of git://git.kernel.org/pub/scm/linux...Olof Johansson2014-05-263-36/+18
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge tag 'omap-for-v3.16/l3-noc-signed' of git://git.kernel.org/pub/scm/linu...Olof Johansson2014-05-263-300/+653
| |\ \ \ \ \ \ \ \
| | * | | | | | | | bus: omap_l3_noc: Add AM4372 interconnect error dataAfzal Mohammed2014-05-053-0/+93
| | * | | | | | | | bus: omap_l3_noc: Add DRA7 interconnect error dataRajendra Nayak2014-05-053-0/+153
| | * | | | | | | | bus: omap_l3_noc: introduce concept of submoduleNishanth Menon2014-05-052-6/+17
| | * | | | | | | | bus: omap_l3_noc: Add information about the context of operationNishanth Menon2014-05-052-4/+16
| | * | | | | | | | bus: omap_l3_noc: add information about the type of operationNishanth Menon2014-05-052-1/+21
| | * | | | | | | | bus: omap_l3_noc: ignore masked out unclearable targetsAfzal Mohammed2014-05-052-0/+13
| | * | | | | | | | bus: omap_l3_noc: improve readability by using helper for slave event parsingNishanth Menon2014-05-051-98/+113
| | * | | | | | | | bus: omap_l3_noc: make error reporting and handling commonNishanth Menon2014-05-052-28/+47
| | * | | | | | | | bus: omap_l3_noc: fix masterid detectionNishanth Menon2014-05-052-1/+9
| | * | | | | | | | bus: omap_l3_noc: convert flagmux information into a structureNishanth Menon2014-05-052-30/+56
| | * | | | | | | | bus: omap_l3_noc: use of_match_data to pick up SoC informationSricharan R2014-05-052-43/+84
| | * | | | | | | | bus: omap_l3_noc: Add support for discountinous flag mux input numbersRajendra Nayak2014-05-052-3/+39
| | * | | | | | | | bus: omap_l3_noc: convert target information into a structureNishanth Menon2014-05-052-84/+54
| | * | | | | | | | bus: omap_l3_noc: move L3 master data structure outNishanth Menon2014-05-051-4/+11
| | * | | | | | | | bus: omap_l3_noc: un-obfuscate l3_targ address computationNishanth Menon2014-05-051-1/+1
| | * | | | | | | | bus: omap_l3_noc: switch over to relaxed variants of readl/writelNishanth Menon2014-05-051-12/+14
| | * | | | | | | | bus: omap_l3_noc: populate l3->dev and use itNishanth Menon2014-05-051-5/+6
| | * | | | | | | | bus: omap_l3_noc: remove iclk from omap_l3 structNishanth Menon2014-05-051-1/+0
| | * | | | | | | | bus: omap_l3_noc: rename functions and data to omap_l3Sricharan R2014-05-052-17/+18
| | * | | | | | | | bus: omap_l3_noc: Fix copyright informationNishanth Menon2014-05-052-24/+12
| | * | | | | | | | drivers: bus: omap_l3: Change pr_crit() to dev_err() when IRQ request failsPeter Ujfalusi2014-05-051-4/+3
| | * | | | | | | | drivers: bus: omap_l3: Remove the platform driver's remove functionPeter Ujfalusi2014-05-051-6/+0
| | * | | | | | | | drivers: bus: omap_l3: Convert to use devm_request_irq()Peter Ujfalusi2014-05-051-18/+5
| | * | | | | | | | drivers: bus: omap_l3: Convert to use devm_ioremap_resource()Peter Ujfalusi2014-05-051-48/+11
| | * | | | | | | | drivers: bus: omap_l3: Convert to use devm_kzallocPeter Ujfalusi2014-05-051-8/+3
| * | | | | | | | | soc: qcom: fix of_device_id tableArnd Bergmann2014-05-261-0/+1
| * | | | | | | | | Documentation: sysfs: add Broadcom GISB arbiter sysfs propertiesFlorian Fainelli2014-05-241-0/+8
| * | | | | | | | | Documentation: devicetree: add Broadcom GISB arbiter bindingsFlorian Fainelli2014-05-241-0/+30
| * | | | | | | | | bus: add Broadcom GISB bus arbiter timeout/error handlerFlorian Fainelli2014-05-243-0/+298
| * | | | | | | | | Merge tag 'sunxi-drivers-for-3.16-2' of https://github.com/mripard/linux into...Arnd Bergmann2014-05-243-0/+93
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | power: reset: Add Allwinner A31 reset codeMaxime Ripard2014-05-233-0/+93
OpenPOWER on IntegriCloud