Age | Commit message (Expand) | Author |
2021-03-11 | spi: cadence: set cqspi to the driver_data field of struct device | Meng Li |
2021-02-22 | Merge tag 'powerpc-5.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds |
2021-02-22 | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm | Linus Torvalds |
2021-02-22 | Merge tag 'spi-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni... | Linus Torvalds |
2021-02-20 | Merge tag 'acpi-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra... | Linus Torvalds |
2021-02-20 | Merge tag 'arm-platform-removal-v5.12' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds |
2021-02-15 | Merge branches 'acpi-misc', 'acpi-cppc', 'acpi-docs', 'acpi-config' and 'acpi... | Rafael J. Wysocki |
2021-02-12 | Merge remote-tracking branch 'spi/for-5.12' into spi-next | Mark Brown |
2021-02-12 | spi: Skip zero-length transfers in spi_transfer_one_message() | Nicolas Saenz Julienne |
2021-02-12 | spi: dw: Avoid stack content exposure | Kees Cook |
2021-02-11 | spi: cadence-quadspi: Use spi_mem_dtr_supports_op() | Pratyush Yadav |
2021-02-11 | spi: spi-mem: add spi_mem_dtr_supports_op() | Pratyush Yadav |
2021-02-11 | spi: atmel-quadspi: Disable the QSPI IP at suspend() | Tudor Ambarus |
2021-02-11 | spi: mpc52xx: Avoid using get_tbl() | Christophe Leroy |
2021-02-10 | spi: pxa2xx: Add IDs for the controllers found on Intel Lynxpoint | Andy Shevchenko |
2021-02-10 | spi: pxa2xx: Fix the controller numbering for Wildcat Point | Andy Shevchenko |
2021-02-08 | spi: mediatek: add set_cs_timing support | leilk.liu |
2021-02-08 | spi: support CS timing for HW & SW mode | leilk.liu |
2021-02-08 | spi: add power control when set_cs_timing | leilk.liu |
2021-02-05 | spi: stm32: make spurious and overrun interrupts visible | Alain Volmat |
2021-02-05 | spi: stm32h7: replace private SPI_1HZ_NS with NSEC_PER_SEC | Amelie Delaunay |
2021-02-05 | spi: stm32: defer probe for reset | Alain Volmat |
2021-02-05 | spi: stm32: driver uses reset controller only at init | Etienne Carriere |
2021-02-05 | spi: stm32h7: ensure message are smaller than max size | Alain Volmat |
2021-02-05 | spi: stm32: use bitfield macros | Amelie Delaunay |
2021-02-05 | spi: stm32: do not mandate cs_gpio | Alain Volmat |
2021-02-05 | spi: stm32: properly handle 0 byte transfer | Alain Volmat |
2021-02-04 | Merge series "spi: Add support for Realtek RTL838x/RTL839x SoC SPI" from Bert... | Mark Brown |
2021-02-04 | spi: clps711xx: remove redundant white-space | Junhao He |
2021-02-04 | spi: realtek-rtl: Add support for Realtek RTL838x/RTL839x SPI controllers | Bert Vermeulen |
2021-02-03 | spi: spi-synquacer: fix set_cs handling | Masahisa Kojima |
2021-02-02 | amba: Make the remove callback return void | Uwe Kleine-König |
2021-02-01 | spi: fsl: invert spisel_boot signal on MPC8309 | Rasmus Villemoes |
2021-01-27 | ACPI: Test for ACPI_SUCCESS rather than !ACPI_FAILURE | Bjorn Helgaas |
2021-01-27 | spi: hisi-sfc-v3xx: add address mode check | Yicong Yang |
2021-01-25 | spidev: Add cisco device compatible | Daniel Walker |
2021-01-22 | spi: spi-au1550: Fix various whitespace warnings | corentin |
2021-01-22 | spi: spi-au1550: quoted string break | corentin |
2021-01-21 | spi: remove sirf prima/atlas driver | Arnd Bergmann |
2021-01-21 | spi: atmel: Put allocated master before return | Pan Bian |
2021-01-21 | spi: spi-mpc52xx: Use new structure for SPI transfer delays | Sergiu Cuciurean |
2021-01-21 | spi: spi-au1550: Add suffix "int" to all "unsigned" | corentin |
2021-01-20 | spi: altera: Fix memory leak on error path | Pan Bian |
2021-01-20 | ARM: remove u300 platform | Arnd Bergmann |
2021-01-19 | spi: imx: Don't print error on -EPROBEDEFER | Guido Günther |
2021-01-15 | Merge series "Remove ARM platform efm32" from Uwe Kleine-König <u.kleine-koe... | Mark Brown |
2021-01-15 | spi: Drop unused efm32 bus driver | Uwe Kleine-König |
2021-01-15 | spi: cadence: cache reference clock rate during probe | Michael Hennerich |
2021-01-14 | spi: pxa2xx: Add support for Intel Alder Lake PCH-P | Jarkko Nikula |
2021-01-14 | spi: bcm2835aux: Call the dedicated transfer completion function. | Vincent Pelletier |