aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-bcm2835.c
AgeCommit message (Expand)Author
2020-06-17spi: bcm2835: Fix controller unregister orderLukas Wunner
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
2019-08-02spi: Remove dev_err() usage after platform_get_irq()Stephen Boyd
2019-07-24spi: bcm2835: Fix 3-wire mode if DMA is enabledLukas Wunner
2019-06-10Merge tag 'v5.2-rc4' into spi-5.3Mark Brown
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner
2019-05-22spi: bcm2835: Drop assignment of dma_slave_config directionLukas Wunner
2019-05-22spi: bcm2835: Replace spi_master by spi_controllerLukas Wunner
2019-05-13spi: bcm2835: only split transfers that exceed DLEN if DMA availableNicolas Saenz Julienne
2019-05-13spi: bcm2835: Remove spi_alloc_master() error printingHoan Nguyen An
2019-05-08spi: bcm2835: add driver stats to debugfsMartin Sperl
2019-05-08spi: bcm2835: make the polling duration limits configurableMartin Sperl
2019-05-08spi: bcm2835: added comment about different bus behaviour of DMA modeMartin Sperl
2019-05-08spi: bcm2835: Avoid 64-bit arithmetic in xfer len calcMartin Sperl
2019-05-08spi: bcm2835: bcm2835_spi_transfer_one_poll remove unnecessary argumentMartin Sperl
2019-05-02spi/spi-bcm2835: Split transfers that exceed DLENMeghana Madhyastha
2018-12-04spi: bcm2835: Synchronize with callback on DMA terminationLukas Wunner
2018-12-04spi: bcm2835: Speed up FIFO access if fill level is knownLukas Wunner
2018-12-04spi: bcm2835: Polish transfer of DMA prologueLukas Wunner
2018-11-29Merge branch 'for-4.20' of https://git.kernel.org/pub/scm/linux/kernel/git/br...Mark Brown
2018-11-29spi: bcm2835: Unbreak the build of esoteric configsLukas Wunner
2018-11-28spi: bcm2835: Overcome sglist entry length limitationLukas Wunner
2018-11-28spi: bcm2835: Document struct bcm2835_spiLukas Wunner
2018-11-28spi: bcm2835: Drop unused code for native Chip SelectLukas Wunner
2018-11-28Merge branch 'spi-4.20' into spi-4.21 for bcm stuff.Mark Brown
2018-11-28spi: bcm2835: Fix race on DMA terminationLukas Wunner
2018-11-28spi: bcm2835: Fix book-keeping of DMA terminationLukas Wunner
2018-11-28spi: bcm2835: Avoid finishing transfer prematurely in IRQ modeLukas Wunner
2018-11-14spi: bcm2835: make license text and module license matchStefan Wahren
2016-02-15spi: bcm2835: Remove unnecessary workaround to call gpio_set_valueAxel Lin
2015-11-04Merge remote-tracking branches 'spi/topic/ath97', 'spi/topic/atmel', 'spi/top...Mark Brown
2015-10-16spi: bcm2835: change initialization order and switch to platform_get_irqMartin Sperl
2015-09-22Merge remote-tracking branches 'spi/fix/atmel', 'spi/fix/bcm2835', 'spi/fix/d...Mark Brown
2015-09-10spi: bcm2835: BUG: fix wrong use of PAGE_MASKMartin Sperl
2015-07-29spi: bcm2835: fix overflow in calculation of transfer timeMartin Sperl
2015-07-29spi: bcm2835: set up spi-mode before asserting cs-gpioMartin Sperl
2015-05-12spi: bcm2835: bcm2835_dma_release() can be statickbuild test robot