Age | Commit message (Expand) | Author |
2020-01-09 | spi: bcm2835: Raise maximum number of slaves to 4 | Lukas Wunner |
2019-12-17 | spi: bcm2835: no dev_err() on clk_get() -EPROBE_DEFER | Jim Quinlan |
2019-12-16 | spi: bcm2835: Use dma_request_chan() instead dma_request_slave_channel() | Peter Ujfalusi |
2019-12-16 | spi: bcm2835: Release the DMA channel if probe fails after dma_init | Peter Ujfalusi |
2019-11-05 | spi: bcm2835: fix typo in comment | Chris Packham |
2019-09-15 | Merge branch 'spi-5.4' into spi-next | Mark Brown |
2019-09-11 | spi: bcm2835: Speed up RX-only DMA transfers by zero-filling TX FIFO | Lukas Wunner |
2019-09-11 | spi: bcm2835: Speed up TX-only DMA transfers by clearing RX FIFO | Lukas Wunner |
2019-09-11 | spi: bcm2835: Cache CS register value for ->prepare_message() | Lukas Wunner |
2019-09-11 | spi: bcm2835: Drop dma_pending flag | Lukas Wunner |
2019-09-10 | spi: bcm2835: Work around DONE bit erratum | Lukas Wunner |
2019-09-04 | spi: bcm2835: use devm_platform_ioremap_resource() to simplify code | YueHaibing |
2019-08-28 | spi: bcm2835: Convert to use CS GPIO descriptors | Linus Walleij |
2019-08-23 | Merge branch 'spi-5.3' into spi-5.4 | Mark Brown |
2019-08-02 | spi: Remove dev_err() usage after platform_get_irq() | Stephen Boyd |
2019-07-24 | spi: bcm2835: Fix 3-wire mode if DMA is enabled | Lukas Wunner |
2019-06-10 | Merge tag 'v5.2-rc4' into spi-5.3 | Mark Brown |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157 | Thomas Gleixner |
2019-05-22 | spi: bcm2835: Drop assignment of dma_slave_config direction | Lukas Wunner |
2019-05-22 | spi: bcm2835: Replace spi_master by spi_controller | Lukas Wunner |
2019-05-13 | spi: bcm2835: only split transfers that exceed DLEN if DMA available | Nicolas Saenz Julienne |
2019-05-13 | spi: bcm2835: Remove spi_alloc_master() error printing | Hoan Nguyen An |
2019-05-08 | spi: bcm2835: add driver stats to debugfs | Martin Sperl |
2019-05-08 | spi: bcm2835: make the polling duration limits configurable | Martin Sperl |
2019-05-08 | spi: bcm2835: added comment about different bus behaviour of DMA mode | Martin Sperl |
2019-05-08 | spi: bcm2835: Avoid 64-bit arithmetic in xfer len calc | Martin Sperl |
2019-05-08 | spi: bcm2835: bcm2835_spi_transfer_one_poll remove unnecessary argument | Martin Sperl |
2019-05-02 | spi/spi-bcm2835: Split transfers that exceed DLEN | Meghana Madhyastha |
2018-12-04 | spi: bcm2835: Synchronize with callback on DMA termination | Lukas Wunner |
2018-12-04 | spi: bcm2835: Speed up FIFO access if fill level is known | Lukas Wunner |
2018-12-04 | spi: bcm2835: Polish transfer of DMA prologue | Lukas Wunner |
2018-11-29 | Merge branch 'for-4.20' of https://git.kernel.org/pub/scm/linux/kernel/git/br... | Mark Brown |
2018-11-29 | spi: bcm2835: Unbreak the build of esoteric configs | Lukas Wunner |
2018-11-28 | spi: bcm2835: Overcome sglist entry length limitation | Lukas Wunner |
2018-11-28 | spi: bcm2835: Document struct bcm2835_spi | Lukas Wunner |
2018-11-28 | spi: bcm2835: Drop unused code for native Chip Select | Lukas Wunner |
2018-11-28 | Merge branch 'spi-4.20' into spi-4.21 for bcm stuff. | Mark Brown |
2018-11-28 | spi: bcm2835: Fix race on DMA termination | Lukas Wunner |
2018-11-28 | spi: bcm2835: Fix book-keeping of DMA termination | Lukas Wunner |
2018-11-28 | spi: bcm2835: Avoid finishing transfer prematurely in IRQ mode | Lukas Wunner |
2018-11-14 | spi: bcm2835: make license text and module license match | Stefan Wahren |
2016-02-15 | spi: bcm2835: Remove unnecessary workaround to call gpio_set_value | Axel Lin |
2015-11-04 | Merge remote-tracking branches 'spi/topic/ath97', 'spi/topic/atmel', 'spi/top... | Mark Brown |
2015-10-16 | spi: bcm2835: change initialization order and switch to platform_get_irq | Martin Sperl |
2015-09-22 | Merge remote-tracking branches 'spi/fix/atmel', 'spi/fix/bcm2835', 'spi/fix/d... | Mark Brown |
2015-09-10 | spi: bcm2835: BUG: fix wrong use of PAGE_MASK | Martin Sperl |
2015-07-29 | spi: bcm2835: fix overflow in calculation of transfer time | Martin Sperl |
2015-07-29 | spi: bcm2835: set up spi-mode before asserting cs-gpio | Martin Sperl |
2015-05-12 | spi: bcm2835: bcm2835_dma_release() can be static | kbuild test robot |
2015-05-12 | spi: bcm2835: fix kbuild compile warnings/errors and a typo | Martin Sperl |