index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
spi
/
spi-pxa2xx-dma.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-05-18
spi: pxa2xx: Fix style of and typos in the comments and messages
Andy Shevchenko
1
-2
/
+2
2021-05-11
spi: pxa2xx: Extract read_SSSR_bits() helper
Andy Shevchenko
1
-6
/
+3
2021-05-11
spi: pxa2xx: Extract clear_SSCR1_bits() helper
Andy Shevchenko
1
-3
/
+1
2021-05-11
spi: pxa2xx: Use pxa_ssp_enable()/pxa_ssp_disable() in the driver
Andy Shevchenko
1
-3
/
+1
2021-05-10
spi: pxa2xx: Replace header inclusions by forward declarations
Andy Shevchenko
1
-2
/
+2
2021-05-10
spi: pxa2xx: Utilize struct device from struct ssp_device
Andy Shevchenko
1
-7
/
+5
2021-05-10
spi: pxa2xx: Utilize MMIO and physical base from struct ssp_device
Andy Shevchenko
1
-2
/
+2
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
1
-4
/
+1
2019-03-20
spi: pxa2xx: Introduce DMA burst size support
Andy Shevchenko
1
-1
/
+3
2019-01-23
pxa2xx: replace spi_master with spi_controller
Lubomir Rintel
1
-29
/
+29
2018-04-17
spi: pxa2xx: Use core message processing loop
Jarkko Nikula
1
-12
/
+16
2018-04-17
spi: pxa2xx: Remove unused argument from pxa2xx_spi_dma_prepare()
Jarkko Nikula
1
-1
/
+1
2018-02-12
spi: pxa2xx: Convert to generalized SPI controller API
Jarkko Nikula
1
-2
/
+2
2016-09-12
spi: pxa2xx: Remove pointer to chip data from driver data
Jarkko Nikula
1
-1
/
+2
2016-09-12
spi: pxa2xx: Remove pointer to current SPI message from driver data
Jarkko Nikula
1
-1
/
+1
2016-09-12
spi: pxa2xx: Do not needlessly initialize stack variables
Jarkko Nikula
1
-1
/
+1
2016-06-21
spi: pxa2xx: Switch to SPI core DMA mapping functionality
Jarkko Nikula
1
-141
/
+29
2016-03-28
spi: pxa2xx: Use dummy buffers provided by SPI core
Jarkko Nikula
1
-9
/
+1
2016-03-28
spi: pxa2xx: Remove rx_/tx_map_len members from struct driver_data
Jarkko Nikula
1
-5
/
+0
2016-03-28
spi: pxa2xx: handle error of pxa2xx_spi_dma_prepare()
Andy Shevchenko
1
-2
/
+11
2016-03-04
spi: pxa2xx: Use newer more explicit DMAengine terminate API
Jarkko Nikula
1
-4
/
+4
2015-10-01
spi: pxa2xx: Remove empty function pxa2xx_spi_dma_resume()
Mika Westerberg
1
-4
/
+0
2014-12-22
spi: pxa2xx: Cleanup register access macros
Jarkko Nikula
1
-7
/
+10
2014-09-18
spi/pxa2xx: Don't use slave_id of dma_slave_config
Mika Westerberg
1
-13
/
+2
2014-06-06
spi/pxa2xx: change default supported DMA burst size to 1
Chew, Chiau Ee
1
-1
/
+1
2014-05-12
spi/pxa2xx: Prevent DMA from transferring too many bytes
Mika Westerberg
1
-16
/
+0
2014-02-03
spi: delete non-required instances of include <linux/init.h>
Paul Gortmaker
1
-1
/
+0
2013-06-26
Merge remote-tracking branch 'spi/topic/pxa' into spi-next
Mark Brown
1
-5
/
+6
2013-06-18
spi/pxa2xx: use GFP_ATOMIC in sg table allocation
Mika Westerberg
1
-1
/
+1
2013-05-13
spi/pxa2xx: convert to dma_request_slave_channel_compat()
Mika Westerberg
1
-5
/
+6
2013-02-08
spi/pxa2xx: add support for DMA engine
Mika Westerberg
1
-0
/
+392