Age | Commit message (Expand) | Author |
2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner |
2019-05-21 | treewide: Add SPDX license identifier for more missed files | Thomas Gleixner |
2019-05-16 | Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s... | Linus Torvalds |
2019-05-14 | include/: refactor headers to allow kthread.h inclusion in psi_types.h | Suren Baghdasaryan |
2019-05-09 | Merge tag 'dmaengine-5.2-rc1' of git://git.infradead.org/users/vkoul/slave-dma | Linus Torvalds |
2019-05-07 | Merge tag 'staging-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2019-05-07 | Merge tag 'stream_open-5.2' of https://lab.nexedi.com/kirr/linux | Linus Torvalds |
2019-05-07 | Merge tag 'spi-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie... | Linus Torvalds |
2019-05-06 | *: convert stream-like files from nonseekable_open -> stream_open | Kirill Smelkov |
2019-05-02 | Merge branch 'spi-5.2' into spi-next | Mark Brown |
2019-05-02 | Merge branch 'spi-5.1' into spi-linus | Mark Brown |
2019-05-02 | spi: rspi: Fix handling of QSPI code when transmit and receive | Hoan Nguyen An |
2019-05-02 | spi: atmel-quadspi: fix crash while suspending | Claudiu Beznea |
2019-05-02 | spi: stm32: return the get_irq error | Fabien Dessenne |
2019-05-02 | spi: tegra114: fix PIO transfer | Sowjanya Komatineni |
2019-05-02 | spi: pxa2xx: fix SCR (divisor) calculation | Flavio Suligoi |
2019-05-02 | spi: Clear SPI_CS_HIGH flag from bad_bits for GPIO chip-select | Serge Semin |
2019-05-02 | spi: ep93xx: Convert to use CS GPIO descriptors | Linus Walleij |
2019-05-02 | spi: spi-mem: zynq-qspi: Fix build error on architectures missing readsl/writesl | Naga Sureshkumar Relli |
2019-05-02 | spi: stm32-qspi: manage the get_irq error case | Fabien Dessenne |
2019-05-02 | spi/spi-bcm2835: Split transfers that exceed DLEN | Meghana Madhyastha |
2019-05-02 | spi: pxa2xx: Add support for Intel Comet Lake | Evan Green |
2019-05-02 | spi: Release spi_res after finalizing message | Noralf Trønnes |
2019-05-02 | spi: Remove warning in spi_split_transfers_maxsize() | Noralf Trønnes |
2019-05-02 | spi: Remove one needless transfer speed fall back case | Jarkko Nikula |
2019-05-02 | spi: pxa2xx: use a module softdep for dw_dmac | Flavio Suligoi |
2019-04-29 | spi: zynqmp: Fix build break | Olof Johansson |
2019-04-08 | spi: add a method for configuring CS timing | Sowjanya Komatineni |
2019-04-08 | spi: tegra114: add support for interrupt mask | Sowjanya Komatineni |
2019-04-08 | spi: tegra114: add 3 wire transfer mode support | Sowjanya Komatineni |
2019-04-08 | spi: tegra114: add dual mode support | Sowjanya Komatineni |
2019-04-08 | spi: gpio: Use devm_spi_register_master() | Andrey Smirnov |
2019-04-08 | spi: bitbang: Introduce spi_bitbang_init() | Andrey Smirnov |
2019-04-08 | spi: gpio: Make sure spi_master_put() is called in every error path | Andrey Smirnov |
2019-04-08 | spi: pxa2xxx: change "no DMA channels..." msg from debug to warning | Flavio Suligoi |
2019-04-08 | spi: fsl-lpspi: Clean up fsl_lpspi_probe | Axel Lin |
2019-04-08 | spi: fsl-lpspi: Fix build warning when !CONFIG_PM | Axel Lin |
2019-04-08 | spi: fsl-lpspi: Fix problematic dev_set_drvdata call | Axel Lin |
2019-04-08 | spi-mem: fix kernel-doc for spi_mem_dirmap_{read|write}() | Sergei Shtylyov |
2019-04-08 | spi: bcm2835aux: Fix build error without CONFIG_DEBUG_FS | YueHaibing |
2019-04-08 | spi: kill useless initializer in spi_register_controller() | Sergei Shtylyov |
2019-04-05 | spi: spi-mem: Add support for Zynq QSPI controller | Naga Sureshkumar Relli |
2019-04-05 | spi: gpio: Drop unused pdev field in struct spi_gpio | Andrey Smirnov |
2019-04-05 | spi: gpio: Drop mflags argument from spi_gpio_request() | Andrey Smirnov |
2019-04-05 | spi: Don't call spi_get_gpio_descs() before device name is set | Andrey Smirnov |
2019-04-05 | spi: gpio: Don't request CS GPIO in DT use-case | Andrey Smirnov |
2019-04-05 | spi: tegra114: set bus number based on id | Sowjanya Komatineni |
2019-04-05 | spi: tegra114: use unpacked mode for below 4 bytes | Sowjanya Komatineni |
2019-04-05 | spi: tegra114: set supported bits per word | Sowjanya Komatineni |
2019-04-05 | spi: tegra114: dump SPI registers during timeout | Sowjanya Komatineni |