Age | Commit message (Expand) | Author | Files | Lines |
2023-03-11 | spi: Replace all spi->chip_select and spi->cs_gpiod references with function ... | Amit Kumar Mahapatra via Alsa-devel | 1 | -13/+13 |
2023-03-06 | spi: atmel: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -4/+2 |
2023-01-23 | spi: atmel: switch to use modern name | Yang Yingliang | 1 | -127/+127 |
2022-07-18 | spi: atmel: remove #ifdef CONFIG_{PM, SLEEP} | Claudiu Beznea | 1 | -11/+4 |
2022-01-07 | spi: atmel: Fix typo | Qinghua Jin | 1 | -1/+1 |
2021-11-26 | spi: atmel: Remove setting of deprecated member of struct dma_slave_config | Tudor Ambarus | 1 | -2/+0 |
2021-11-26 | spi: atmel: Drop slave_config argument in atmel_spi_dma_slave_config() | Tudor Ambarus | 1 | -21/+17 |
2021-10-01 | spi: atmel: Fix PDC transfer setup bug | Ville Baillie | 1 | -2/+2 |
2021-07-12 | spi: atmel: Fix CS and initialization bug | Dan Sneddon | 1 | -7/+2 |
2021-06-03 | spi: atmel: Reduce spin lock usage | Dan Sneddon | 1 | -15/+4 |
2021-06-03 | spi: atmel: Switch to transfer_one transfer method | Dan Sneddon | 1 | -91/+33 |
2021-03-10 | spi: atmel: Drop unused variable | Tudor Ambarus | 1 | -4/+0 |
2021-01-21 | spi: atmel: Put allocated master before return | Pan Bian | 1 | -1/+1 |
2020-10-30 | spi: atmel: Downgrade to dev_dbg when dma_request_chan() fails | Tudor Ambarus | 1 | -3/+3 |
2020-10-15 | Merge tag 'sound-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 1 | -1/+0 |
2020-10-02 | spi: atmel: Exposing effective spi speed | Thomas Kopp | 1 | -0/+1 |
2020-09-30 | spi: atmel: remove unnecessary include | Alexandre Belloni | 1 | -1/+0 |
2020-09-08 | spi: atmel: Simplify with dev_err_probe() | Krzysztof Kozlowski | 1 | -3/+2 |
2020-07-10 | spi: atmel: remove redundant label out_free | Colin Ian King | 1 | -1/+0 |
2020-07-07 | spi: atmel: No need to call spi_master_put() if spi_alloc_master() failed | Peng Fan | 1 | -2/+1 |
2020-04-30 | spi: atmel: Add missing annotation for atmel_spi_next_xfer_dma_submit() | Jules Irenge | 1 | -0/+1 |
2019-12-16 | spi: atmel: Use dma_request_chan() instead dma_request_slave_channel() | Peter Ujfalusi | 1 | -18/+11 |
2019-11-22 | Merge branch 'spi-5.5' into spi-next | Mark Brown | 1 | -92/+117 |
2019-11-15 | spi: atmel: Use dma_request_chan() directly for channel request | Peter Ujfalusi | 1 | -1/+1 |
2019-10-18 | spi: atmel: fix handling of cs_change set on non-last xfer | Mans Rullgard | 1 | -7/+3 |
2019-10-18 | spi: atmel: Improve CS0 case support on AT91RM9200 | Gregory CLEMENT | 1 | -3/+12 |
2019-10-18 | spi: atmel: Improve and fix GPIO CS usage | Gregory CLEMENT | 1 | -8/+66 |
2019-10-18 | spi: atmel: Remove platform data support | Gregory CLEMENT | 1 | -14/+2 |
2019-10-18 | spi: atmel: Remove useless private field | Gregory CLEMENT | 1 | -11/+6 |
2019-10-18 | spi: atmel: Configure GPIO per CS instead of by controller | Gregory CLEMENT | 1 | -24/+8 |
2019-10-18 | spi: atmel: Fix CS high support | Gregory CLEMENT | 1 | -4/+2 |
2019-10-18 | spi: atmel: Remove and fix erroneous comments | Gregory CLEMENT | 1 | -7/+3 |
2019-10-15 | spi: use new `spi_transfer_delay_exec` helper where straightforward | Alexandru Ardelean | 1 | -2/+1 |
2019-10-15 | spi: core,atmel: convert `word_delay_usecs` -> `word_delay` for spi_device | Alexandru Ardelean | 1 | -2/+24 |
2019-10-01 | spi: atmel: Remove AVR32 leftover | Gregory CLEMENT | 1 | -24/+0 |
2019-08-02 | spi: atmel: add tracing to custom .transfer_one_message callback | Uwe Kleine-König | 1 | -0/+5 |
2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner | 1 | -4/+1 |
2019-01-31 | spi-atmel: support inter-word delay | Jonas Bonn | 1 | -5/+6 |
2019-01-09 | spi: atmel: Convert to use CS GPIO descriptors | Linus Walleij | 1 | -66/+27 |
2018-09-05 | spi: Do not print a message if spi_controller_{suspend,resume}() fails | Geert Uytterhoeven | 1 | -8/+2 |
2018-03-28 | spi: spi-atmel: Use correct enum for DMA transfer direction | Stefan Agner | 1 | -4/+4 |
2018-02-27 | spi: atmel: init FIFOs before spi enable | Eugen Hristev | 1 | -3/+5 |
2018-01-05 | spi: atmel: Implements transfers with bounce buffer | Radu Pirea | 1 | -29/+84 |
2017-12-19 | spi: atmel: fixed spin_lock usage inside atmel_spi_remove | Radu Pirea | 1 | -1/+1 |
2017-07-03 | Merge remote-tracking branches 'spi/topic/atmel', 'spi/topic/bcm63xx', 'spi/t... | Mark Brown | 1 | -3/+3 |
2017-06-23 | spi: atmel: fix corrupted data issue on SAM9 family SoCs | Cyrille Pitchen | 1 | -1/+23 |
2017-06-06 | spi: atmel: print version only after successful registration | Baruch Siach | 1 | -3/+3 |
2017-04-18 | spi: atmel: add deepest PM support to SAMA5D2 | Quentin Schulz | 1 | -0/+9 |
2017-04-12 | spi: atmel: factorize reusable code for SPI controller init | Quentin Schulz | 1 | -14/+21 |
2016-12-12 | Merge remote-tracking branches 'spi/topic/armada', 'spi/topic/ath79', 'spi/to... | Mark Brown | 1 | -178/+106 |