aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-bcm2835.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2019-08-23Merge branch 'spi-5.3' into spi-5.4Mark Brown1-1/+2
2019-08-02spi: Remove dev_err() usage after platform_get_irq()Stephen Boyd1-1/+0
2019-07-24spi: bcm2835: Fix 3-wire mode if DMA is enabledLukas Wunner1-1/+2
2019-06-10Merge tag 'v5.2-rc4' into spi-5.3Mark Brown1-10/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner1-10/+1
2019-05-22spi: bcm2835: Drop assignment of dma_slave_config directionLukas Wunner1-2/+0
2019-05-22spi: bcm2835: Replace spi_master by spi_controllerLukas Wunner1-95/+96
2019-05-13spi: bcm2835: only split transfers that exceed DLEN if DMA availableNicolas Saenz Julienne1-9/+11
2019-05-13spi: bcm2835: Remove spi_alloc_master() error printingHoan Nguyen An1-3/+1
2019-05-08spi: bcm2835: add driver stats to debugfsMartin Sperl1-0/+74
2019-05-08spi: bcm2835: make the polling duration limits configurableMartin Sperl1-8/+14
2019-05-08spi: bcm2835: added comment about different bus behaviour of DMA modeMartin Sperl1-1/+4
2019-05-08spi: bcm2835: Avoid 64-bit arithmetic in xfer len calcMartin Sperl1-9/+9
2019-05-08spi: bcm2835: bcm2835_spi_transfer_one_poll remove unnecessary argumentMartin Sperl1-4/+2
2019-05-02spi/spi-bcm2835: Split transfers that exceed DLENMeghana Madhyastha1-28/+11
2018-12-04spi: bcm2835: Synchronize with callback on DMA terminationLukas Wunner1-6/+6
2018-12-04spi: bcm2835: Speed up FIFO access if fill level is knownLukas Wunner1-4/+60
2018-12-04spi: bcm2835: Polish transfer of DMA prologueLukas Wunner1-25/+29
2018-11-29Merge branch 'for-4.20' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi into spi-4.21Mark Brown1-1/+1
2018-11-29spi: bcm2835: Unbreak the build of esoteric configsLukas Wunner1-1/+1
2018-11-28spi: bcm2835: Overcome sglist entry length limitationLukas Wunner1-49/+242
2018-11-28spi: bcm2835: Document struct bcm2835_spiLukas Wunner1-0/+11
2018-11-28spi: bcm2835: Drop unused code for native Chip SelectLukas Wunner1-83/+13
2018-11-28Merge branch 'spi-4.20' into spi-4.21 for bcm stuff.Mark Brown1-8/+6
2018-11-28spi: bcm2835: Fix race on DMA terminationLukas Wunner1-6/+4
2018-11-28spi: bcm2835: Fix book-keeping of DMA terminationLukas Wunner1-0/+1
2018-11-28spi: bcm2835: Avoid finishing transfer prematurely in IRQ modeLukas Wunner1-2/+1
2018-11-14spi: bcm2835: make license text and module license matchStefan Wahren1-1/+1
2016-02-15spi: bcm2835: Remove unnecessary workaround to call gpio_set_valueAxel Lin1-5/+0
2015-11-04Merge remote-tracking branches 'spi/topic/ath97', 'spi/topic/atmel', 'spi/topic/au1550', 'spi/topic/bcm2835' and 'spi/topic/bcm2835aux' into spi-nextMark Brown1-7/+7
2015-10-16spi: bcm2835: change initialization order and switch to platform_get_irqMartin Sperl1-7/+7
2015-09-22Merge remote-tracking branches 'spi/fix/atmel', 'spi/fix/bcm2835', 'spi/fix/doc', 'spi/fix/mediatek', 'spi/fix/meson', 'spi/fix/mtk' and 'spi/fix/pxa2xx' into spi-linusMark Brown1-3/+3
2015-09-10spi: bcm2835: BUG: fix wrong use of PAGE_MASKMartin Sperl1-3/+3
2015-07-29spi: bcm2835: fix overflow in calculation of transfer timeMartin Sperl1-4/+6
2015-07-29spi: bcm2835: set up spi-mode before asserting cs-gpioMartin Sperl1-5/+23
2015-05-12spi: bcm2835: bcm2835_dma_release() can be statickbuild test robot1-2/+2
2015-05-12spi: bcm2835: fix kbuild compile warnings/errors and a typoMartin Sperl1-3/+5
2015-05-11spi: bcm2835: enable dma modes for transfers meeting certain conditionsMartin Sperl1-2/+301
2015-04-27spi: bcm2835: fallback to interrupt for polling timeouts exceeding 2 jiffiesMartin Sperl1-37/+50
2015-04-27spi: bcm2835: change timeout of polling driver to 1sMartin Sperl1-3/+2
2015-04-10spi: bcm2835: enabling polling mode for transfers shorter than 30usMartin Sperl1-26/+86