summaryrefslogtreecommitdiff
path: root/drivers/spi/spi-bcm2835.c
AgeCommit message (Expand)Author
2023-10-10spi: bcm2835: add a sentinel at the end of the lookup arrayBartosz Golaszewski
2023-09-18spi: bcm2835: reduce the abuse of the GPIO APIBartosz Golaszewski
2023-09-11spi: bcm2835: Use helper function devm_clk_get_enabled()Li Zetao
2023-08-07spi: switch to use modern nameMark Brown
2023-08-07spi: Do not check for 0 return after calling platform_get_irq()Ruan Jinjie
2023-08-07spi: bcm2835: switch to use modern nameYang Yingliang
2023-07-31spi: Use dev_err_probe instead of dev_errWang Ming
2023-07-20spi: fix return value check in bcm2835_spi_probe()Yuanjun Gong
2023-07-14spi: Explicitly include correct DT includesRob Herring
2023-03-31spi: bcm2835: Convert to platform remove callback returning voidUwe Kleine-König
2023-03-11spi: Replace all spi->chip_select and spi->cs_gpiod references with function ...Amit Kumar Mahapatra via Alsa-devel
2022-08-02Merge tag 'spi-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds
2022-07-25spi: bcm2835: enable shared interrupt supportMartin Sperl
2022-07-20spi: bcm2835: bcm2835_spi_handle_err(): fix NULL pointer deref for non DMA tr...Marc Kleine-Budde
2021-07-20spi: spi-bcm2835: Fix deadlockAlexandru Tachici
2021-06-02spi: bcm2835: Allow arbitrary number of slavesLukas Wunner
2021-05-24spi: bcm2835: Fix out-of-bounds access with more than 4 slavesLukas Wunner
2021-01-14spi: bcm2835: Call the dedicated transfer completion function.Vincent Pelletier
2021-01-13spi: bcm2835: Set controller max_speed_hzRichard Fitzgerald
2020-11-12spi: bcm2835: Fix use-after-free on unbindLukas Wunner
2020-11-06spi: bcm2835: remove use of uninitialized gpio flags variableMartin Hundebøll
2020-10-29spi: bcm2835: fix gpio cs level inversionMartin Hundebøll
2020-09-14spi: bcm2835: Make polling_limit_us staticJason Yan
2020-09-08spi: bcm2835: Simplify with dev_err_probe()Krzysztof Kozlowski
2020-07-17spi: bcm2835: support effective_speed_hzMartin Sperl
2020-07-01spi: bcm2835: Micro-optimise FIFO loopsRobin Murphy
2020-07-01spi: bcm2835: Micro-optimise IRQ handlerRobin Murphy
2020-07-01spi: bcm3835: Tidy up bcm2835_spi_reset_hw()Robin Murphy
2020-05-29spi: bcm2835: Remove shared interrupt supportMark Brown
2020-05-29spi: bcm2835: Enable shared interrupt supportMartin Sperl
2020-05-29spi: bcm2835: Implement shutdown callbackFlorian Fainelli
2020-05-20spi: bcm2835: Tear down DMA before turning off SPI controllerLukas Wunner
2020-05-20Merge branch 'for-5.7' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown
2020-05-20spi: bcm2835: Fix controller unregister orderLukas Wunner
2020-05-06spi: bcm2835: Fix error return code in bcm2835_dma_init()Wei Yongjun
2020-05-05spi: bcm2835: Fixes bare use of unsignedJacko Dirks
2020-01-09spi: bcm2835: Raise maximum number of slaves to 4Lukas Wunner
2019-12-17spi: bcm2835: no dev_err() on clk_get() -EPROBE_DEFERJim Quinlan
2019-12-16spi: bcm2835: Use dma_request_chan() instead dma_request_slave_channel()Peter Ujfalusi
2019-12-16spi: bcm2835: Release the DMA channel if probe fails after dma_initPeter Ujfalusi
2019-11-05spi: bcm2835: fix typo in commentChris Packham
2019-09-15Merge branch 'spi-5.4' into spi-nextMark Brown
2019-09-11spi: bcm2835: Speed up RX-only DMA transfers by zero-filling TX FIFOLukas Wunner
2019-09-11spi: bcm2835: Speed up TX-only DMA transfers by clearing RX FIFOLukas Wunner
2019-09-11spi: bcm2835: Cache CS register value for ->prepare_message()Lukas Wunner
2019-09-11spi: bcm2835: Drop dma_pending flagLukas Wunner
2019-09-10spi: bcm2835: Work around DONE bit erratumLukas Wunner
2019-09-04spi: bcm2835: use devm_platform_ioremap_resource() to simplify codeYueHaibing
2019-08-28spi: bcm2835: Convert to use CS GPIO descriptorsLinus Walleij
2019-08-23Merge branch 'spi-5.3' into spi-5.4Mark Brown