1. a89b44e spi: bcm2835: Fix 3-wire mode if DMA is enabled by Lukas Wunner · 4 years, 11 months ago
  2. 0b7a786 spi: bcm2835: Unbreak the build of esoteric configs by Lukas Wunner · 5 years ago
  3. 31115f5 spi: bcm2835: Avoid finishing transfer prematurely in IRQ mode by Lukas Wunner · 6 years ago
  4. a0049c0 spi: bcm2835: Fix book-keeping of DMA termination by Lukas Wunner · 6 years ago
  5. 708f742 spi: bcm2835: Fix race on DMA termination by Lukas Wunner · 6 years ago
  6. 763dedf spi: bcm2835: Remove unnecessary workaround to call gpio_set_value by Axel Lin · 8 years ago
  7. 076fcb1 Merge remote-tracking branches 'spi/topic/ath97', 'spi/topic/atmel', 'spi/topic/au1550', 'spi/topic/bcm2835' and 'spi/topic/bcm2835aux' into spi-next by Mark Brown · 9 years ago
  8. ddf0e1c spi: bcm2835: change initialization order and switch to platform_get_irq by Martin Sperl · 9 years ago
  9. 5132361 Merge 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-linus by Mark Brown · 9 years ago
  10. 2a3fffd spi: bcm2835: BUG: fix wrong use of PAGE_MASK by Martin Sperl · 9 years ago
  11. 0122a51 spi: bcm2835: fix overflow in calculation of transfer time by Martin Sperl · 9 years ago
  12. acace73 spi: bcm2835: set up spi-mode before asserting cs-gpio by Martin Sperl · 9 years ago
  13. 29ad1a7 spi: bcm2835: bcm2835_dma_release() can be static by kbuild test robot · 9 years ago
  14. 7e52be0 spi: bcm2835: fix kbuild compile warnings/errors and a typo by Martin Sperl · 9 years ago
  15. 3ecd37e spi: bcm2835: enable dma modes for transfers meeting certain conditions by Martin Sperl · 9 years ago
  16. a750b12 spi: bcm2835: fallback to interrupt for polling timeouts exceeding 2 jiffies by Martin Sperl · 9 years ago
  17. 76ee023 spi: bcm2835: change timeout of polling driver to 1s by Martin Sperl · 9 years ago
  18. 704f32d spi: bcm2835: enabling polling mode for transfers shorter than 30us by Martin Sperl · 9 years ago
  19. a30a555 spi: bcm2835: transform native-cs to gpio-cs on first spi_setup by Martin Sperl · 9 years ago
  20. e3a2be3 spi: bcm2835: fill FIFO before enabling interrupts to reduce interrupts/message by Martin Sperl · 9 years ago
  21. 1e4df62 spi: bcm2835: fix code formatting issue by Martin Sperl · 9 years ago
  22. e34ff01 spi: bcm2835: move to the transfer_one driver model by Martin Sperl · 9 years ago
  23. 6935224 spi: bcm2835: enable support of 3-wire mode by Martin Sperl · 9 years ago
  24. 210b492 spi: bcm2835: clock divider can be a multiple of 2 by Martin Sperl · 9 years ago
  25. 4adf312 spi: bcm2835: fill/drain SPI-fifo as much as possible during interrupt by Martin Sperl · 9 years ago
  26. 342f948 spi: bcm2835: fix all checkpath --strict messages by Martin Sperl · 9 years ago
  27. 2c658e2 spi: Remove FSF mailing addresses by Jarkko Nikula · 9 years ago
  28. 14ac00e spi: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  29. 78e3952 spi: Remove explictly set bus_num and num_chipselect to default setting by Axel Lin · 10 years ago
  30. 08bc054 spi: bcm2835: Use devm_request_irq() by Jingoo Han · 10 years ago
  31. c18158f Merge remote-tracking branches 'spi/fix/bcm2835', 'spi/fix/bcm63xx', 'spi/fix/mpc512x-psc', 'spi/fix/mxs', 'spi/fix/pxa2xx', 'spi/fix/qspi', 'spi/fix/rspi' and 'spi/fix/txx9' into spi-linus by Mark Brown · 10 years ago
  32. e0b35b8 spi: bcm2835: fix reference leak to master in bcm2835_spi_remove() by Wei Yongjun · 11 years ago
  33. 16735d0 tree-wide: use reinit_completion instead of INIT_COMPLETION by Wolfram Sang · 11 years ago
  34. 247263d spi: bcm2835: use devm_spi_register_master() by Jingoo Han · 11 years ago
  35. 7bc0031 spi: bcm2835: Add spi_master_get() call to prevent use after free by Axel Lin · 11 years ago
  36. c2b6a3a spi: bcm2835: Use SPI_BPW_MASK macro for bits_per_word_mask setting by Axel Lin · 11 years ago
  37. e5d950f spi: bcm2835: don't check resource with devm_ioremap_resource by Wolfram Sang · 11 years ago
  38. 2d6e75e spi: bmc2835: use devm_ioremap_resource() by Laurent Navet · 11 years ago
  39. f4b97eb spi: bcm2835: make use of new bits_per_word_mask core feature by Stephen Warren · 11 years ago
  40. f804387 spi: add driver for BCM2835 by Chris Boot · 11 years ago