aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/spi/spi-bcm2835.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-02-05spi: bcm2835: implement ctlr->max_transfer_sizeDavid Lechner1-13/+14
2023-10-10spi: bcm2835: add a sentinel at the end of the lookup arrayBartosz Golaszewski1-1/+1
2023-09-18spi: bcm2835: reduce the abuse of the GPIO APIBartosz Golaszewski1-24/+34
2023-09-11spi: bcm2835: Use helper function devm_clk_get_enabled()Li Zetao1-9/+2
2023-08-07spi: switch to use modern nameMark Brown1-56/+56
2023-08-07spi: Do not check for 0 return after calling platform_get_irq()Ruan Jinjie1-2/+2
2023-08-07spi: bcm2835: switch to use modern nameYang Yingliang1-56/+56
2023-07-31spi: Use dev_err_probe instead of dev_errWang Ming1-4/+4
2023-07-20spi: fix return value check in bcm2835_spi_probe()Yuanjun Gong1-1/+3
2023-07-14spi: Explicitly include correct DT includesRob Herring1-1/+1
2023-03-31spi: bcm2835: Convert to platform remove callback returning voidUwe Kleine-König1-14/+3
2023-03-11spi: Replace all spi->chip_select and spi->cs_gpiod references with function callAmit Kumar Mahapatra via Alsa-devel1-9/+10
2022-08-02Merge tag 'spi-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spiLinus Torvalds1-2/+6
2022-07-25spi: bcm2835: enable shared interrupt supportMartin Sperl1-2/+6
2022-07-20spi: bcm2835: bcm2835_spi_handle_err(): fix NULL pointer deref for non DMA transfersMarc Kleine-Budde1-4/+8
2021-07-20spi: spi-bcm2835: Fix deadlockAlexandru Tachici1-5/+7
2021-06-02spi: bcm2835: Allow arbitrary number of slavesLukas Wunner1-85/+119
2021-05-24spi: bcm2835: Fix out-of-bounds access with more than 4 slavesLukas Wunner1-2/+8
2021-01-14spi: bcm2835: Call the dedicated transfer completion function.Vincent Pelletier1-3/+3
2021-01-13spi: bcm2835: Set controller max_speed_hzRichard Fitzgerald1-0/+2
2020-11-12spi: bcm2835: Fix use-after-free on unbindLukas Wunner1-16/+8
2020-11-06spi: bcm2835: remove use of uninitialized gpio flags variableMartin Hundebøll1-2/+1
2020-10-29spi: bcm2835: fix gpio cs level inversionMartin Hundebøll1-12/+0
2020-09-14spi: bcm2835: Make polling_limit_us staticJason Yan1-1/+1
2020-09-08spi: bcm2835: Simplify with dev_err_probe()Krzysztof Kozlowski1-5/+2
2020-07-17spi: bcm2835: support effective_speed_hzMartin Sperl1-3/+3
2020-07-01spi: bcm2835: Micro-optimise FIFO loopsRobin Murphy1-10/+8
2020-07-01spi: bcm2835: Micro-optimise IRQ handlerRobin Murphy1-4/+6
2020-07-01spi: bcm3835: Tidy up bcm2835_spi_reset_hw()Robin Murphy1-9/+8
2020-05-29spi: bcm2835: Remove shared interrupt supportMark Brown1-6/+2
2020-05-29spi: bcm2835: Enable shared interrupt supportMartin Sperl1-2/+6
2020-05-29spi: bcm2835: Implement shutdown callbackFlorian Fainelli1-0/+10
2020-05-20spi: bcm2835: Tear down DMA before turning off SPI controllerLukas Wunner1-2/+2
2020-05-20Merge branch 'for-5.7' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi into spi-5.8Mark Brown1-1/+3
2020-05-20spi: bcm2835: Fix controller unregister orderLukas Wunner1-1/+3
2020-05-06spi: bcm2835: Fix error return code in bcm2835_dma_init()Wei Yongjun1-0/+4
2020-05-05spi: bcm2835: Fixes bare use of unsignedJacko Dirks1-2/+2
2020-01-09spi: bcm2835: Raise maximum number of slaves to 4Lukas Wunner1-1/+1
2019-12-17spi: bcm2835: no dev_err() on clk_get() -EPROBE_DEFERJim Quinlan1-1/+4
2019-12-16spi: bcm2835: Use dma_request_chan() instead dma_request_slave_channel()Peter Ujfalusi1-10/+24
2019-12-16spi: bcm2835: Release the DMA channel if probe fails after dma_initPeter Ujfalusi1-2/+4
2019-11-05spi: bcm2835: fix typo in commentChris Packham1-1/+1
2019-09-15Merge branch 'spi-5.4' into spi-nextMark Brown1-86/+370
2019-09-11spi: bcm2835: Speed up RX-only DMA transfers by zero-filling TX FIFOLukas Wunner1-11/+82
2019-09-11spi: bcm2835: Speed up TX-only DMA transfers by clearing RX FIFOLukas Wunner1-23/+218
2019-09-11spi: bcm2835: Cache CS register value for ->prepare_message()Lukas Wunner1-20/+26
2019-09-11spi: bcm2835: Drop dma_pending flagLukas Wunner1-15/+8
2019-09-10spi: bcm2835: Work around DONE bit erratumLukas Wunner1-2/+12
2019-09-04spi: bcm2835: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1
2019-08-28spi: bcm2835: Convert to use CS GPIO descriptorsLinus Walleij1-18/+40