index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
spi
/
spi-armada-3700.c
Age
Commit message (
Expand
)
Author
2019-09-04
spi: a3700: use devm_platform_ioremap_resource() to simplify code
YueHaibing
2019-08-02
spi: Remove dev_err() usage after platform_get_irq()
Stephen Boyd
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2018-01-26
Merge remote-tracking branches 'spi/topic/a3700', 'spi/topic/atmel', 'spi/top...
Mark Brown
2018-01-24
spi: a3700: Remove endianness swapping for full-duplex transfers
Maxime Chevallier
2018-01-24
spi: a3700: Remove endianness swapping functions when accessing FIFOs
Maxime Chevallier
2018-01-18
spi: a3700: Add full-duplex support
Maxime Chevallier
2018-01-18
spi: a3700: Allow to enable or disable FIFO mode
Maxime Chevallier
2018-01-18
spi: a3700: Set frequency limits at startup
Maxime Chevallier
2018-01-18
spi: a3700: Clear DATA_OUT when performing a read
Maxime Chevallier
2017-11-27
spi: a3700: Fix clk prescaling for coefficient over 15
Maxime Chevallier
2017-10-10
spi: a3700: Change SPI mode before asserting chip-select
Maxime Chevallier
2017-10-10
spi: a3700: Return correct value on timeout detection
Maxime Chevallier
2017-09-13
spi: armada-3700: Fix padding when sending not 4-byte aligned data
Zachary Zhang
2017-09-13
spi: armada-3700: Fix failing commands with quad-SPI
Miquel Raynal
2017-02-19
Merge remote-tracking branches 'spi/topic/armada', 'spi/topic/ath79', 'spi/to...
Mark Brown
2017-02-19
spi: armada-3700: Remove spi_master_put in a3700_spi_remove()
Wei Yongjun
2017-02-09
spi: armada-3700: Remove .owner field for driver
Wei Yongjun
2016-12-31
spi: armada-3700: Coding style fixes
Romain Perier
2016-12-31
spi: armada-3700: Replaced raw values for nbits by the SPI macros
Romain Perier
2016-12-16
spi: armada-3700: Set mode bits correctly
Dan Carpenter
2016-12-16
spi: armada-3700: Remove unnecessary condition
Dan Carpenter
2016-12-14
spi: armada-3700: fix unsigned compare than zero on irq
Colin Ian King
2016-12-08
spi: Add support for Armada 3700 SPI Controller
Romain Perier