index
:
nova.git
nova
nova-next
topic/nova/allocator
wip/fw-loader
dakr's fork of freedesktop.org/drm/nova
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
spi
/
spi-davinci.c
Age
Commit message (
Expand
)
Author
2024-08-28
spi: davinci: Adapt transfer's timeout to transfer's length
Bastien Curutchet
2024-07-01
spi: davinci: Unset POWERDOWN bit when releasing resources
Bastien Curutchet
2024-02-08
spi: bitbang: Follow renaming of SPI "master" to "controller"
Uwe Kleine-König
2023-09-11
spi: davinci: Use helper function devm_clk_get_enabled()
Li Zetao
2023-08-07
spi: davinci: switch to use modern name
Yang Yingliang
2023-07-14
spi: Explicitly include correct DT includes
Rob Herring
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: davinci: Use devm_platform_get_and_ioremap_resource()
Yangtao Li
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: davinci: Convert to platform remove callback returning void
Uwe Kleine-König
2021-08-24
spi: davinci: invoke chipselect callback
Matija Glavinic Pecotic
2021-04-09
spi: davinci: Use device_get_match_data() helper
Tian Tao
2020-12-07
spi: davinci: Fix use-after-free on unbind
Lukas Wunner
2020-08-04
Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2020-07-17
spi: spi-davinci: Fix a few kerneldoc misspellings and API slippages
Lee Jones
2020-07-16
spi: davinci: Remove uninitialized_var() usage
Kees Cook
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157
Thomas Gleixner
2019-01-10
spi: davinci: Get rid of dangling variable
Linus Walleij
2019-01-09
spi: davinci: Convert to use CS GPIO descriptors
Linus Walleij
2018-09-18
spi: spi-davinci: Don't error when SPI_CS_WORD and cs_gpio
David Lechner
2018-09-17
spi: spi-davinci: Add support for SPI_CS_WORD
David Lechner
2018-09-13
spi: davinci: remove set but not used variable 'pdata'
YueHaibing
2018-09-11
spi: davinci: Remove chip select GPIO pdata
Linus Walleij
2018-08-30
spi: davinci: remove set but not used variable 'pdata'
YueHaibing
2018-08-10
Merge branch 'spi-4.18' into spi-linus
Mark Brown
2018-08-10
spi: davinci: fix a NULL pointer dereference
Bartosz Golaszewski
2018-06-12
treewide: devm_kzalloc() -> devm_kcalloc()
Kees Cook
2017-12-12
spi: davinci: Initialize dspi->done before any possible use of it
Michele Dionisio
2017-06-06
spi: davinci: Handle return value of clk_prepare_enable
Arvind Yadav
2017-06-06
spi: davinci: Fix compilation warning.
Arvind Yadav
2017-03-17
spi: davinci: add comment about dummy tx buffer usage
Frode Isaksen
2017-03-15
spi: davinci: do not use DMA for vmalloc'ed buffers
Frode Isaksen
2017-03-15
spi: davinci: do not use DMA if transfer length is less than 16
Frode Isaksen
2017-03-15
spi: davinci: use rx buffer as dummy tx buffer
Frode Isaksen
2017-03-07
spi: davinci: enable DMA when channels are defined in DT
Fabien Parent
2017-03-07
spi: davinci: Use SPI framework to handle DMA mapping
Fabien Parent
2017-01-12
spi: davinci: use dma_mapping_error()
Kevin Hilman
2016-04-29
spi: davinci: Use dma_request_chan() for requesting DMA channel
Peter Ujfalusi
2015-12-12
spi: davinci: use dev_err() for error reporting
Sekhar Nori
2015-12-12
spi: davinci: fix spurious i/o error
Sekhar Nori
2015-11-04
Merge remote-tracking branch 'spi/topic/davinci' into spi-next
Mark Brown
2015-10-16
spi: davinci: use spi->cs_gpio directly
Luis de Bethencourt
2015-09-25
spi: davinci: fix handling platform_get_irq result
Andrzej Hajda
2015-07-24
spi: davinci: Choose correct pre-scaler limit based on SOC
Franklin S Cooper Jr
2015-07-24
spi: davinci: Set prescale value based on register value
Franklin S Cooper Jr
2015-06-10
spi: davinci: change the lower limit of pre-scale divider to 1
Murali Karicheri
2014-12-22
spi: Remove FSF mailing addresses
Jarkko Nikula
2014-10-20
spi: drop owner assignment from platform_drivers
Wolfram Sang
[next]