aboutsummaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)Author
2021-03-11spi: cadence: set cqspi to the driver_data field of struct deviceMeng Li
2021-02-22Merge tag 'powerpc-5.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2021-02-22Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds
2021-02-22Merge tag 'spi-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds
2021-02-20Merge tag 'acpi-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds
2021-02-20Merge tag 'arm-platform-removal-v5.12' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2021-02-15Merge branches 'acpi-misc', 'acpi-cppc', 'acpi-docs', 'acpi-config' and 'acpi...Rafael J. Wysocki
2021-02-12Merge remote-tracking branch 'spi/for-5.12' into spi-nextMark Brown
2021-02-12spi: Skip zero-length transfers in spi_transfer_one_message()Nicolas Saenz Julienne
2021-02-12spi: dw: Avoid stack content exposureKees Cook
2021-02-11spi: cadence-quadspi: Use spi_mem_dtr_supports_op()Pratyush Yadav
2021-02-11spi: spi-mem: add spi_mem_dtr_supports_op()Pratyush Yadav
2021-02-11spi: atmel-quadspi: Disable the QSPI IP at suspend()Tudor Ambarus
2021-02-11spi: mpc52xx: Avoid using get_tbl()Christophe Leroy
2021-02-10spi: pxa2xx: Add IDs for the controllers found on Intel LynxpointAndy Shevchenko
2021-02-10spi: pxa2xx: Fix the controller numbering for Wildcat PointAndy Shevchenko
2021-02-08spi: mediatek: add set_cs_timing supportleilk.liu
2021-02-08spi: support CS timing for HW & SW modeleilk.liu
2021-02-08spi: add power control when set_cs_timingleilk.liu
2021-02-05spi: stm32: make spurious and overrun interrupts visibleAlain Volmat
2021-02-05spi: stm32h7: replace private SPI_1HZ_NS with NSEC_PER_SECAmelie Delaunay
2021-02-05spi: stm32: defer probe for resetAlain Volmat
2021-02-05spi: stm32: driver uses reset controller only at initEtienne Carriere
2021-02-05spi: stm32h7: ensure message are smaller than max sizeAlain Volmat
2021-02-05spi: stm32: use bitfield macrosAmelie Delaunay
2021-02-05spi: stm32: do not mandate cs_gpioAlain Volmat
2021-02-05spi: stm32: properly handle 0 byte transferAlain Volmat
2021-02-04Merge series "spi: Add support for Realtek RTL838x/RTL839x SoC SPI" from Bert...Mark Brown
2021-02-04spi: clps711xx: remove redundant white-spaceJunhao He
2021-02-04spi: realtek-rtl: Add support for Realtek RTL838x/RTL839x SPI controllersBert Vermeulen
2021-02-03spi: spi-synquacer: fix set_cs handlingMasahisa Kojima
2021-02-02amba: Make the remove callback return voidUwe Kleine-König
2021-02-01spi: fsl: invert spisel_boot signal on MPC8309Rasmus Villemoes
2021-01-27ACPI: Test for ACPI_SUCCESS rather than !ACPI_FAILUREBjorn Helgaas
2021-01-27spi: hisi-sfc-v3xx: add address mode checkYicong Yang
2021-01-25spidev: Add cisco device compatibleDaniel Walker
2021-01-22spi: spi-au1550: Fix various whitespace warningscorentin
2021-01-22spi: spi-au1550: quoted string breakcorentin
2021-01-21spi: remove sirf prima/atlas driverArnd Bergmann
2021-01-21spi: atmel: Put allocated master before returnPan Bian
2021-01-21spi: spi-mpc52xx: Use new structure for SPI transfer delaysSergiu Cuciurean
2021-01-21spi: spi-au1550: Add suffix "int" to all "unsigned"corentin
2021-01-20spi: altera: Fix memory leak on error pathPan Bian
2021-01-20ARM: remove u300 platformArnd Bergmann
2021-01-19spi: imx: Don't print error on -EPROBEDEFERGuido Günther
2021-01-15Merge series "Remove ARM platform efm32" from Uwe Kleine-König <u.kleine-koe...Mark Brown
2021-01-15spi: Drop unused efm32 bus driverUwe Kleine-König
2021-01-15spi: cadence: cache reference clock rate during probeMichael Hennerich
2021-01-14spi: pxa2xx: Add support for Intel Alder Lake PCH-PJarkko Nikula
2021-01-14spi: bcm2835aux: Call the dedicated transfer completion function.Vincent Pelletier