index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
spi
/
spi-atmel.c
Age
Commit message (
Expand
)
Author
2024-03-25
spi: remove struct spi_message::is_dma_mapped
David Lechner
2023-12-14
spi: atmel: Fix clock issue when using devices with different polarities
Louis Chauvet
2023-12-05
spi: atmel: Prevent spi transfers from being killed
Miquel Raynal
2023-12-01
spi: atmel: Drop unused defines
Miquel Raynal
2023-12-01
spi: atmel: Do not cancel a transfer upon any signal
Miquel Raynal
2023-07-12
spi: Header and core clean up and refactoring
Mark Brown
2023-07-11
spi: Rename SPI_MASTER_GPIO_SS to SPI_CONTROLLER_GPIO_SS
Andy Shevchenko
2023-07-11
spi: Get rid of old SPI_MASTER_MUST_TX & SPI_MASTER_MUST_RX
Andy Shevchenko
2023-07-09
spi: atmel: Use devm_platform_get_and_ioremap_resource()
Yangtao Li
2023-06-22
spi: atmel: Prevent false timeouts on long transfers
Miquel Raynal
2023-03-11
spi: Replace all spi->chip_select and spi->cs_gpiod references with function ...
Amit Kumar Mahapatra via Alsa-devel
2023-03-06
spi: atmel: Convert to platform remove callback returning void
Uwe Kleine-König
2023-01-23
spi: atmel: switch to use modern name
Yang Yingliang
2022-07-18
spi: atmel: remove #ifdef CONFIG_{PM, SLEEP}
Claudiu Beznea
2022-01-07
spi: atmel: Fix typo
Qinghua Jin
2021-11-26
spi: atmel: Remove setting of deprecated member of struct dma_slave_config
Tudor Ambarus
2021-11-26
spi: atmel: Drop slave_config argument in atmel_spi_dma_slave_config()
Tudor Ambarus
2021-10-01
spi: atmel: Fix PDC transfer setup bug
Ville Baillie
2021-07-11
spi: atmel: Fix CS and initialization bug
Dan Sneddon
2021-06-03
spi: atmel: Reduce spin lock usage
Dan Sneddon
2021-06-03
spi: atmel: Switch to transfer_one transfer method
Dan Sneddon
2021-03-10
spi: atmel: Drop unused variable
Tudor Ambarus
2021-01-21
spi: atmel: Put allocated master before return
Pan Bian
2020-10-30
spi: atmel: Downgrade to dev_dbg when dma_request_chan() fails
Tudor Ambarus
2020-10-15
Merge tag 'sound-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2020-10-01
spi: atmel: Exposing effective spi speed
Thomas Kopp
2020-09-30
spi: atmel: remove unnecessary include
Alexandre Belloni
2020-09-08
spi: atmel: Simplify with dev_err_probe()
Krzysztof Kozlowski
2020-07-09
spi: atmel: remove redundant label out_free
Colin Ian King
2020-07-07
spi: atmel: No need to call spi_master_put() if spi_alloc_master() failed
Peng Fan
2020-04-30
spi: atmel: Add missing annotation for atmel_spi_next_xfer_dma_submit()
Jules Irenge
2019-12-16
spi: atmel: Use dma_request_chan() instead dma_request_slave_channel()
Peter Ujfalusi
2019-11-22
Merge branch 'spi-5.5' into spi-next
Mark Brown
2019-11-15
spi: atmel: Use dma_request_chan() directly for channel request
Peter Ujfalusi
2019-10-18
spi: atmel: fix handling of cs_change set on non-last xfer
Mans Rullgard
2019-10-18
spi: atmel: Improve CS0 case support on AT91RM9200
Gregory CLEMENT
2019-10-18
spi: atmel: Improve and fix GPIO CS usage
Gregory CLEMENT
2019-10-18
spi: atmel: Remove platform data support
Gregory CLEMENT
2019-10-18
spi: atmel: Remove useless private field
Gregory CLEMENT
2019-10-18
spi: atmel: Configure GPIO per CS instead of by controller
Gregory CLEMENT
2019-10-18
spi: atmel: Fix CS high support
Gregory CLEMENT
2019-10-18
spi: atmel: Remove and fix erroneous comments
Gregory CLEMENT
2019-10-15
spi: use new `spi_transfer_delay_exec` helper where straightforward
Alexandru Ardelean
2019-10-15
spi: core,atmel: convert `word_delay_usecs` -> `word_delay` for spi_device
Alexandru Ardelean
2019-10-01
spi: atmel: Remove AVR32 leftover
Gregory CLEMENT
2019-08-02
spi: atmel: add tracing to custom .transfer_one_message callback
Uwe Kleine-König
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2019-01-30
spi-atmel: support inter-word delay
Jonas Bonn
2019-01-09
spi: atmel: Convert to use CS GPIO descriptors
Linus Walleij
2018-09-05
spi: Do not print a message if spi_controller_{suspend,resume}() fails
Geert Uytterhoeven
[next]