Show patches with: Archived = No       |   7002 patches
« 1 2 ... 55 56 5770 71 »
Patch Series S/W/F Date Submitter Delegate State
[v1,6/9] spi: pxa2xx: Fix printf() specifiers spi: pxa2xx: Convert to use SPI core GPIO handling --- 2021-05-17 Andy Shevchenko Accepted
[v1,5/9] spi: pxa2xx: Drop unneeded '!= 0' comparisons spi: pxa2xx: Convert to use SPI core GPIO handling --- 2021-05-17 Andy Shevchenko Accepted
[v1,4/9] spi: pxa2xx: Drop duplicate chip_select in struct chip_data spi: pxa2xx: Convert to use SPI core GPIO handling --- 2021-05-17 Andy Shevchenko Accepted
[v1,3/9] spi: pxa2xx: Switch to use SPI core GPIO (legacy) CS handling spi: pxa2xx: Convert to use SPI core GPIO handling --- 2021-05-17 Andy Shevchenko Accepted
[v1,2/9] spi: pxa2xx: Switch to use SPI core GPIO (descriptor) CS handling spi: pxa2xx: Convert to use SPI core GPIO handling --- 2021-05-17 Andy Shevchenko Accepted
[v1,1/9] spi: pxa2xx: Propagate firmware node to the child SPI controller device spi: pxa2xx: Convert to use SPI core GPIO handling --- 2021-05-17 Andy Shevchenko Accepted
[v5,2/2] spi: mxic: patch for octal DTR mode support Add octal DTR support for Macronix flash --- 2021-05-17 Zhengxun Li Superseded
[v5,1/2] mtd: spi-nor: macronix: add support for Macronix octaflash Add octal DTR support for Macronix flash --- 2021-05-17 Zhengxun Li New
RFC: move global bus add lock to per-controller lock RFC: move global bus add lock to per-controller lock --- 2021-05-14 Ben Dooks New
spi: sprd: Add missing MODULE_DEVICE_TABLE spi: sprd: Add missing MODULE_DEVICE_TABLE --- 2021-05-12 Chunyan Zhang New
[v4,8/8] spi: pxa2xx: Introduce special type for Merrifield SPIs spi: pxa2xx: Set of cleanups (part 1+) --- 2021-05-11 Andy Shevchenko Accepted
[v4,6/8] spi: pxa2xx: Extract read_SSSR_bits() helper spi: pxa2xx: Set of cleanups (part 1+) --- 2021-05-11 Andy Shevchenko Superseded
[v4,4/8] spi: pxa2xx: Extract pxa2xx_spi_update() helper spi: pxa2xx: Set of cleanups (part 1+) --- 2021-05-11 Andy Shevchenko Accepted
[v4,1/8] spi: pxa2xx: Introduce int_stop_and_reset() helper spi: pxa2xx: Set of cleanups (part 1+) --- 2021-05-11 Andy Shevchenko Accepted
[v3,6/8] spi: pxa2xx: Constify struct driver_data parameter spi: pxa2xx: Set of cleanups --- 2021-05-11 Andy Shevchenko Accepted
[v3,5/8] spi: pxa2xx: Extract read_SSSR_bits() helper spi: pxa2xx: Set of cleanups --- 2021-05-11 Andy Shevchenko Accepted
[v3,2/8] spi: pxa2xx: Use pxa_ssp_enable()/pxa_ssp_disable() in the driver spi: pxa2xx: Set of cleanups --- 2021-05-11 Andy Shevchenko Accepted
[v7,6/6] spi: davinci: Simplify using devm_clk_get_enabled() clk: provide new devm helpers for prepared and enabled clocks --- 2021-05-10 Uwe Kleine-König New
[v1,1/1] spi: Assume GPIO CS active high in ACPI case [v1,1/1] spi: Assume GPIO CS active high in ACPI case --- 2021-05-10 Andy Shevchenko New
[v1,1/1] spi: Switch to signed types for *_native_cs SPI controller fields [v1,1/1] spi: Switch to signed types for *_native_cs SPI controller fields --- 2021-05-10 Andy Shevchenko Accepted
[v1,5/7] spi: omap-uwire: Use SPI_MODE_X_MASK Untitled series #125625 --- 2021-05-10 Andy Shevchenko Accepted
[v1,2/7] spi: spidev: Use SPI_MODE_X_MASK Untitled series #125625 --- 2021-05-10 Andy Shevchenko Accepted
[v1,1/1] spi: Convert to use predefined time multipliers [v1,1/1] spi: Convert to use predefined time multipliers --- 2021-05-10 Andy Shevchenko Accepted
[v3,14/14] spi: pxa2xx: Introduce special type for Merrifield SPIs Untitled series #125626 --- 2021-05-10 Andy Shevchenko Superseded
[v3,12/14] spi: pxa2xx: Extract read_SSSR_bits() helper Untitled series #125626 --- 2021-05-10 Andy Shevchenko Superseded
[v3,09/14] spi: pxa2xx: Use pxa_ssp_enable()/pxa_ssp_disable() in the driver Untitled series #125626 --- 2021-05-10 Andy Shevchenko Superseded
[v3,08/14] spi: pxa2xx: Reuse int_error_stop() in pxa2xx_spi_slave_abort() Untitled series #125626 --- 2021-05-10 Andy Shevchenko Accepted
[v3,07/14] spi: pxa2xx: Introduce int_stop_and_reset() helper Untitled series #125626 --- 2021-05-10 Andy Shevchenko Superseded
[v3,05/14] spi: pxa2xx: Unify ifdeffery used in the headers Untitled series #125626 --- 2021-05-10 Andy Shevchenko Accepted
[v3,03/14] spi: pxa2xx: Utilize struct device from struct ssp_device Untitled series #125626 --- 2021-05-10 Andy Shevchenko Accepted
[v4,2/2] spi: mxic: patch for octal DTR mode support Add octal DTR support for Macronix flash --- 2021-05-10 Zhengxun Li Superseded
[4/4] spi: spi-loopback-test: Fix 'tx_buf' might be 'rx_buf' [1/4] spi: ppc4xx: include <linux/io.h> instead of <asm/io.h> --- 2021-05-10 Jay Fang Accepted
[1/4] spi: ppc4xx: include <linux/io.h> instead of <asm/io.h> [1/4] spi: ppc4xx: include <linux/io.h> instead of <asm/io.h> --- 2021-05-10 Jay Fang Accepted
[v6,RESEND,2/6] clk: Provide new devm_clk_helpers for prepared and enabled clocks clk: provide new devm helpers for prepared and enabled clocks --- 2021-05-10 Uwe Kleine-König Superseded
spi: take the SPI IO-mutex in the spi_set_cs_timing method spi: take the SPI IO-mutex in the spi_set_cs_timing method --- 2021-05-08 Leilk Liu Accepted
spi: xilinx: Inhibit transmitter while filling TX FIFO spi: xilinx: Inhibit transmitter while filling TX FIFO --- 2021-05-07 Jonathan Lemon New
spi: tegra210-quad: Fix an error message spi: tegra210-quad: Fix an error message --- 2021-05-07 Christophe JAILLET Accepted
spi: tegra114: Fix an error message spi: tegra114: Fix an error message --- 2021-05-07 Christophe JAILLET Accepted
spi: set right CS polarity depend on gpiolib spi: set right CS polarity depend on gpiolib --- 2021-05-07 乱石 New
[v2,3/3] spi: stm32-qspi: add automatic poll status feature MTD: spinand: Add spi_mem_poll_status() support --- 2021-05-07 Patrice CHOTARD Superseded
[v2,2/3] mtd: spinand: use the spi-mem poll status APIs MTD: spinand: Add spi_mem_poll_status() support --- 2021-05-07 Patrice CHOTARD New
[v2,1/3] spi: spi-mem: add automatic poll status functions MTD: spinand: Add spi_mem_poll_status() support --- 2021-05-07 Patrice CHOTARD New
[6/6] mtd: spi-nor: core; avoid odd length/address writes in 8D-8D-8D mode Avoid odd length/address read/writes in 8D-8D-8D mode. --- 2021-05-06 Pratyush Yadav New
[4/6] spi: spi-mem: reject partial cycle transfers in 8D-8D-8D mode Avoid odd length/address read/writes in 8D-8D-8D mode. --- 2021-05-06 Pratyush Yadav Superseded
[3/6] mtd: spi-nor: micron-st: write 2 bytes when disabling Octal DTR mode Avoid odd length/address read/writes in 8D-8D-8D mode. --- 2021-05-06 Pratyush Yadav Accepted
dt-bindings: spi: dw-apb-ssi: Integrate Renesas RZ/N1 SPI controller dt-bindings: spi: dw-apb-ssi: Integrate Renesas RZ/N1 SPI controller --- 2021-05-06 Geert Uytterhoeven Accepted
spi: spi-topcliff-pch: Fix potential double free in pch_spi_process_messages() spi: spi-topcliff-pch: Fix potential double free in pch_spi_process_messages() --- 2021-05-06 Jay Fang Accepted
[2/2] Revert "gpio: of: Handle SPI chipselect legacy bindings" Untitled series #124991 --- 2021-05-06 Jay Fang New
[v2] spi: Don't have controller clean up spi device before driver unbind [v2] spi: Don't have controller clean up spi device before driver unbind --- 2021-05-05 Saravana Kannan Accepted
[v1] spi: Don't have controller clean up spi device before driver unbind [v1] spi: Don't have controller clean up spi device before driver unbind --- 2021-05-05 Saravana Kannan New
[RESEND] dt-bindings: spi: Convert NXP flexspi to json schema [RESEND] dt-bindings: spi: Convert NXP flexspi to json schema --- 2021-04-28 Kuldeep Singh New
spi: altera: Make SPI_ALTERA_CORE invisible spi: altera: Make SPI_ALTERA_CORE invisible --- 2021-04-27 Geert Uytterhoeven Accepted
spi: imx: remove CLK calculation and divider in slave mode spi: imx: remove CLK calculation and divider in slave mode --- 2021-04-27 Clark Wang New
[v2,7/8] spi: rockchip: Add compatible string for rk3568 [v2,1/8] spi: rockchip: Set rx_fifo interrupt waterline base on transfer item --- 2021-04-27 Jon Lin Superseded
[v2,6/8] dt-bindings: spi: spi-rockchip: add description for rk3568 [v2,1/8] spi: rockchip: Set rx_fifo interrupt waterline base on transfer item --- 2021-04-27 Jon Lin Superseded
[v2,5/8] spi: rockchip: Support cs-gpio [v2,1/8] spi: rockchip: Set rx_fifo interrupt waterline base on transfer item --- 2021-04-27 Jon Lin Superseded
[v2,1/8] spi: rockchip: Set rx_fifo interrupt waterline base on transfer item [v2,1/8] spi: rockchip: Set rx_fifo interrupt waterline base on transfer item --- 2021-04-27 Jon Lin Superseded
spi: Fix spi device unregister flow spi: Fix spi device unregister flow --- 2021-04-26 Saravana Kannan Accepted
[2/3] mtd: spinand: use the spi-mem poll status APIs MTD: spinand: Add spi_mem_poll_status() support --- 2021-04-26 Patrice CHOTARD New
[v6,6/6] spi: davinci: Simplify using devm_clk_get_enabled() [v6,1/6] clk: generalize devm_clk_get() a bit --- 2021-04-26 Uwe Kleine-König Superseded
[v6,1/6] clk: generalize devm_clk_get() a bit [v6,1/6] clk: generalize devm_clk_get() a bit --- 2021-04-26 Uwe Kleine-König Superseded
[v2,12/14] spi: pxa2xx: Extract read_SSSR_bits() helper spi: pxa2xx: Set of cleanups --- 2021-04-23 Andy Shevchenko Superseded
[v2,10/14] spi: pxa2xx: Extract pxa2xx_spi_update() helper spi: pxa2xx: Set of cleanups --- 2021-04-23 Andy Shevchenko Superseded
[v2,09/14] spi: pxa2xx: Use pxa_ssp_enable()/pxa_ssp_disable() in the driver spi: pxa2xx: Set of cleanups --- 2021-04-23 Andy Shevchenko Superseded
[v2,07/14] spi: pxa2xx: Introduce int_stop_and_reset() helper spi: pxa2xx: Set of cleanups --- 2021-04-23 Andy Shevchenko Superseded
[v2,05/14] spi: pxa2xx: Unify ifdeffery used in the headers spi: pxa2xx: Set of cleanups --- 2021-04-23 Andy Shevchenko Superseded
[v2,03/14] spi: pxa2xx: Utilize struct device from struct ssp_device spi: pxa2xx: Set of cleanups --- 2021-04-23 Andy Shevchenko Superseded
[v1,14/14] spi: pxa2xx: Introduce special type for Merrifield SPIs Untitled series #122518 --- 2021-04-23 Andy Shevchenko Superseded
[v1,13/14] spi: pxa2xx: Constify struct driver_data parameter Untitled series #122518 --- 2021-04-23 Andy Shevchenko Superseded
[v1,12/14] spi: pxa2xx: Extract read_SSSR_bits() helper Untitled series #122518 --- 2021-04-23 Andy Shevchenko Superseded
[v1,09/14] spi: pxa2xx: Use pxa_ssp_enable()/pxa_ssp_disable() in the driver Untitled series #122518 --- 2021-04-23 Andy Shevchenko Superseded
[v1,06/14] spi: pxa2xx: Group Intel Quark specific definitions Untitled series #122518 --- 2021-04-23 Andy Shevchenko Accepted
[v1,04/14] spi: pxa2xx: Replace header inclusions by forward declarations Untitled series #122518 --- 2021-04-23 Andy Shevchenko New
[v1,03/14] spi: pxa2xx: Utilize struct device from struct ssp_device Untitled series #122518 --- 2021-04-23 Andy Shevchenko Superseded
[v1,6/8] spi: rockchip: Set rx_fifo interrupt waterline base on transfer item [v1,1/8] dt-bindings: spi: spi-rockchip: add description for rv1126 --- 2021-04-23 Jon Lin Superseded
[v1,5/8] spi: rockchip: Add compatible string for rk3568 [v1,1/8] dt-bindings: spi: spi-rockchip: add description for rv1126 --- 2021-04-23 Jon Lin New
[v1,3/8] spi: rockchip: Support cs-gpio [v1,1/8] dt-bindings: spi: spi-rockchip: add description for rv1126 --- 2021-04-23 Jon Lin Superseded
[v1,1/8] dt-bindings: spi: spi-rockchip: add description for rv1126 [v1,1/8] dt-bindings: spi: spi-rockchip: add description for rv1126 --- 2021-04-23 Jon Lin Superseded
[v2] spi: stm32-qspi: fix debug format string [v2] spi: stm32-qspi: fix debug format string --- 2021-04-22 Arnd Bergmann New
[v5,6/6] spi: davinci: Simplify using devm_clk_get_enabled() [v5,1/6] clk: generalize devm_clk_get() a bit --- 2021-04-22 Uwe Kleine-König Superseded
[v5,1/6] clk: generalize devm_clk_get() a bit [v5,1/6] clk: generalize devm_clk_get() a bit --- 2021-04-22 Uwe Kleine-König Superseded
spi: stm32-qspi: fix debug format string spi: stm32-qspi: fix debug format string --- 2021-04-21 Arnd Bergmann Superseded
spi: Make of_register_spi_device also set the fwnode spi: Make of_register_spi_device also set the fwnode --- 2021-04-21 Charles Keepax Accepted
spi: fsi: add a missing of_node_put spi: fsi: add a missing of_node_put --- 2021-04-20 Christophe JAILLET Accepted
[v2,2/2] spi: Avoid undefined behaviour when counting unused native CSs [v2,1/2] spi: Allow to have all native CSs in use along with GPIOs --- 2021-04-20 Andy Shevchenko Superseded
[v2,1/2] spi: Allow to have all native CSs in use along with GPIOs [v2,1/2] spi: Allow to have all native CSs in use along with GPIOs --- 2021-04-20 Andy Shevchenko Superseded
[v2,1/1] spi: Make error handling of gpiod_count() call cleaner [v2,1/1] spi: Make error handling of gpiod_count() call cleaner --- 2021-04-20 Andy Shevchenko Accepted
[v1,2/2] spi: Avoid potential UB when counting unused native CSs [v1,1/2] spi: Allow to have all native CSs in use along with GPIOs --- 2021-04-20 Andy Shevchenko New
[v1,1/2] spi: Allow to have all native CSs in use along with GPIOs [v1,1/2] spi: Allow to have all native CSs in use along with GPIOs --- 2021-04-20 Andy Shevchenko Accepted
[v1,1/1] spi: Don't overwrite num_chipselect with error code [v1,1/1] spi: Don't overwrite num_chipselect with error code --- 2021-04-20 Andy Shevchenko New
[v1,1/1] spi: Rename enable1 to activate in spi_set_cs() [v1,1/1] spi: Rename enable1 to activate in spi_set_cs() --- 2021-04-20 Andy Shevchenko Accepted
spi: bcm2835: Fix buffer overflow with CS able to go beyond limit. spi: bcm2835: Fix buffer overflow with CS able to go beyond limit. --- 2021-04-20 Joe Burmeister New
spi: stm32-qspi: Fix compilation warning in ARM64 spi: stm32-qspi: Fix compilation warning in ARM64 --- 2021-04-20 Patrice CHOTARD Accepted
[v3,3/3] spi: mxic: patch for octal DTR mode support Add octal DTR support for Macronix flash --- 2021-04-20 Zhengxun Li Superseded
[v3,2/3] mtd: spi-nor: macronix: add support for Macronix octaflash series Add octal DTR support for Macronix flash --- 2021-04-20 Zhengxun Li New
[v3,1/3] mtd: spi-nor: macronix: add support for Macronix octal dtr operation Add octal DTR support for Macronix flash --- 2021-04-20 Zhengxun Li New
spidev: Add Micron SPI NOR Authenta device compatible spidev: Add Micron SPI NOR Authenta device compatible --- 2021-04-19 shiva.linuxworks at gmail.com New
spi: Handle SPI device setup callback failure. spi: Handle SPI device setup callback failure. --- 2021-04-19 Joe Burmeister Accepted
[3/3] spi: stm32-qspi: Add dirmap support spi: stm32-qspi: Fix and update --- 2021-04-19 Patrice CHOTARD Accepted
[2/3] spi: stm32-qspi: Trigger DMA only if more than 4 bytes to transfer spi: stm32-qspi: Fix and update --- 2021-04-19 Patrice CHOTARD Accepted
« 1 2 ... 55 56 5770 71 »