aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/sun6i-dma.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-19dmaengine: sun6i: Add support for the D1 variantSamuel Holland1-0/+1
2022-05-19dmaengine: sun6i: Add support for 34-bit physical addressesSamuel Holland1-15/+38
2022-05-19dmaengine: sun6i: Do not use virt_to_physSamuel Holland1-19/+19
2020-11-18dmaengine: sun6i: Add support for A100 DMAYangtao Li1-0/+25
2020-09-18dmaengine: sun6i: convert tasklets to use new tasklet_setup() APIAllen Pais1-3/+3
2019-07-31dmaengine: Remove dev_err() usage after platform_get_irq()Stephen Boyd1-3/+1
2019-07-17Merge tag 'dmaengine-5.3-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-35/+112
2019-06-04dmaengine: sun6i: Add support for H6 DMAJernej Skrabec1-0/+40
2019-06-04dmaengine: sun6i: Add a quirk for setting mode fieldsJernej Skrabec1-19/+27
2019-06-04dmaengine: sun6i: Add a quirk for setting DRQ fieldsJernej Skrabec1-20/+28
2019-06-04dmaengine: sun6i: Add a quirk for additional mbus clockJernej Skrabec1-1/+22
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2017-10-23dmaengine: sun6i: Retrieve channel count/max request from devicetreeStefan Brüns1-1/+26
2017-10-16dmaengine: sun6i: Add support for Allwinner A64 and compatiblesStefan Brüns1-0/+20
2017-10-16dmaengine: sun6i: Move number of pchans/vchans/request to device structStefan Brüns1-10/+16
2017-10-16dmaengine: sun6i: Enable additional burst lengths/widths on H3Stefan Brüns1-9/+45
2017-10-16dmaengine: sun6i: Restructure code to allow extension for new SoCsStefan Brüns1-28/+38
2017-10-16dmaengine: sun6i: Correct burst length field offsets for H3Stefan Brüns1-7/+27
2017-10-16dmaengine: sun6i: Correct setting of clock autogating register for A83T/H3Stefan Brüns1-5/+23
2017-09-21dmaengine: sun6i: use of_device_get_match_dataCorentin Labbe1-4/+2
2017-09-05dmaengine: sun6i: support V3s SoC variantIcenowy Zheng1-0/+13
2017-09-05dmaengine: sun6i: make gate bit in sun8i's DMA engines a common quirkIcenowy Zheng1-7/+13
2016-11-14dmaengine: sun6i: fix the uninitialized value for v_lliAxl-zhang1-1/+1
2016-09-26dmaengine: sun6i: Add support for Allwinner A83T (sun8i) variantJean-Francois Moine1-0/+7
2016-06-21dmaengine: sun6i-dma: Only calculate residue if state exists.Peter Griffin1-1/+1
2016-05-02dmaengine: sun6i: Add cyclic capabilityJean-Francois Moine1-7/+122
2016-05-02dmaengine: sun6i: Remove useless checkJean-Francois Moine1-5/+0
2016-05-02dmaengine: sun6i: Set default maxburst size and bus widthJean-Francois Moine1-4/+24
2016-04-26dmaengine: sun6i: Simplify lli settingJean-Francois Moine1-55/+47
2016-04-26dmaengine: sun6i: Fix impossible settings of burst and bus widthJean-Francois Moine1-5/+5
2016-04-26dmaengine: sun6i: Fix the access of the IRQ registerJean-Francois Moine1-2/+2
2015-10-01dmaengine: sun6i: Fix module autoload for OF platform driverLuis de Bethencourt1-0/+1
2015-08-05dmaengine: Add an enum for the dmaengine alignment constraintsMaxime Ripard1-1/+1
2015-05-08dmaengine: sun6i: Add support for Allwinner H3 (sun8i) variantJens Kuske1-0/+12
2015-03-18Merge branch 'topic/alloc_removal' into for-linusVinod Koul1-6/+0
2015-03-18dmaengine: sun6i: remove device_alloc_chan_resources handlerVinod Koul1-6/+0
2015-03-18dmaengine: constify of_device_id arrayFabian Frederick1-1/+1
2014-12-22dmaengine: sun6i: Declare slave capabilities for the generic codeMaxime Ripard1-1/+9
2014-12-22dmaengine: sun6i: Split device_controlMaxime Ripard1-72/+78
2014-12-12Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-35/+87
2014-11-17dmaengine: sun6i: Add support for Allwinner A23 (sun8i) variantChen-Yu Tsai1-0/+27
2014-11-17dmaengine: sun6i: support parameterized compatible stringsChen-Yu Tsai1-34/+60
2014-11-12dmaengine: sun6i: Fix memcpy operationMaxime Ripard1-31/+30
2014-11-06dmaengine: sun6i: Remove chancnt affectationsMaxime Ripard1-1/+0
2014-09-24dmaengine: sun6i: Remove obsolete clk muxing codeChen-Yu Tsai1-23/+0
2014-07-30dmaengine: sun6i: Fix memory leaksMaxime Ripard1-9/+12
2014-07-30dmaengine: sun6i: Free the interrupt before killing the taskletMaxime Ripard1-2/+2
2014-07-30dmaengine: sun6i: Remove switch statement from buswidth convertion routineMaxime Ripard1-12/+3
2014-07-28dmaengine: sun61: fix warning on bad print specfierVinod Koul1-2/+2
2014-07-28dmaengine: sun6i: fix build failure on x86, xilinx targetsVinod Koul1-2/+2