Show patches with: Submitter = Yang Yingliang       |    Archived = No       |   251 patches
« 1 2 3 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[-next] spi: fsl: add missing iounmap() on error in of_fsl_spi_probe() [-next] spi: fsl: add missing iounmap() on error in of_fsl_spi_probe() - - - --- 2021-04-01 Yang Yingliang Accepted
[-next] spi: spi-mem: fix doc warning in spi-mem.c [-next] spi: spi-mem: fix doc warning in spi-mem.c - - - --- 2021-06-01 Yang Yingliang Accepted
[-next] spi: tegra20-slink: remove spi_master_put() in tegra_slink_remove() [-next] spi: tegra20-slink: remove spi_master_put() in tegra_slink_remove() - - - --- 2021-08-10 Yang Yingliang Accepted
[-next] spi: mxic: add missing braces [-next] spi: mxic: add missing braces - 1 - --- 2021-08-10 Yang Yingliang Accepted
[-next] spi: bcm-qspi: Fix missing clk_disable_unprepare() on error in bcm_qspi_probe() [-next] spi: bcm-qspi: Fix missing clk_disable_unprepare() on error in bcm_qspi_probe() - 1 - --- 2021-10-18 Yang Yingliang Accepted
[-next] spi: Fix missing unlock on error in sp7021_spi_master_transfer_one() [-next] spi: Fix missing unlock on error in sp7021_spi_master_transfer_one() - - - --- 2022-01-27 Yang Yingliang Accepted
spi: spi-fsl-qspi: check return value after calling platform_get_resource_byname() spi: spi-fsl-qspi: check return value after calling platform_get_resource_byname() - - - --- 2022-05-05 Yang Yingliang Accepted
[-next,1/2] spi: microchip-core: fix UAF in mchp_corespi_remove() [-next,1/2] spi: microchip-core: fix UAF in mchp_corespi_remove() - 1 - --- 2022-07-12 Yang Yingliang Accepted
[-next,2/2] spi: microchip-core: switch to use devm_spi_alloc_master() [-next,1/2] spi: microchip-core: fix UAF in mchp_corespi_remove() - - - --- 2022-07-12 Yang Yingliang Accepted
Revert "spi: simplify devm_spi_register_controller" Revert "spi: simplify devm_spi_register_controller" - 1 - --- 2022-07-12 Yang Yingliang Accepted
[-next,v2,1/3] spi: microchip-core: fix UAF in mchp_corespi_remove() spi: microchip-core: fix and cleanups - - - --- 2022-07-13 Yang Yingliang Accepted
[-next,v2,2/3] spi: microchip-core: switch to use devm_spi_alloc_master() spi: microchip-core: fix and cleanups - - - --- 2022-07-13 Yang Yingliang Accepted
[-next,v2,3/3] spi: microchip-core: switch to use dev_err_probe() spi: microchip-core: fix and cleanups - - - --- 2022-07-13 Yang Yingliang Accepted
spi: tegra20-slink: fix UAF in tegra_slink_remove() spi: tegra20-slink: fix UAF in tegra_slink_remove() - - - --- 2022-07-13 Yang Yingliang Accepted
[-next] spi: omap2-mcspi: Switch to use dev_err_probe() helper [-next] spi: omap2-mcspi: Switch to use dev_err_probe() helper - - - --- 2022-09-17 Yang Yingliang Accepted
[-next] Documentation: devres: add missing SPI helper [-next] Documentation: devres: add missing SPI helper - 1 - --- 2022-09-17 Yang Yingliang Superseded
[-next] spi: xtensa-xtfpga: Switch to use devm_spi_alloc_master() [-next] spi: xtensa-xtfpga: Switch to use devm_spi_alloc_master() 1 - 1 --- 2022-09-20 Yang Yingliang Accepted
[-next] spi: xilinx: Switch to use devm_spi_alloc_master() [-next] spi: xilinx: Switch to use devm_spi_alloc_master() - 1 - --- 2022-09-20 Yang Yingliang Accepted
[-next] spi: s3c24xx: Switch to use devm_spi_alloc_master() [-next] spi: s3c24xx: Switch to use devm_spi_alloc_master() - - - --- 2022-09-20 Yang Yingliang Superseded
[-next,v2] spi: s3c24xx: Switch to use devm_spi_alloc_master() [-next,v2] spi: s3c24xx: Switch to use devm_spi_alloc_master() - 1 - --- 2022-09-20 Yang Yingliang Accepted
[-next,v2,1/6] spi: oc-tiny: Switch to use __devm_spi_alloc_controller() spi: Switch to use __devm_spi_alloc_controller() in some drivers - - - --- 2022-09-22 Yang Yingliang Superseded
[-next,v2,2/6] spi: ath79: Switch to use __devm_spi_alloc_controller() spi: Switch to use __devm_spi_alloc_controller() in some drivers - - - --- 2022-09-22 Yang Yingliang Superseded
[-next,v2,3/6] spi: omap-uwire: Switch to use __devm_spi_alloc_controller() spi: Switch to use __devm_spi_alloc_controller() in some drivers - - - --- 2022-09-22 Yang Yingliang Superseded
[-next,v2,4/6] spi: ppc4xx: Switch to use __devm_spi_alloc_controller() spi: Switch to use __devm_spi_alloc_controller() in some drivers - - - --- 2022-09-22 Yang Yingliang Superseded
[-next,v2,5/6] spi: sh-sci: Switch to use __devm_spi_alloc_controller() spi: Switch to use __devm_spi_alloc_controller() in some drivers - - - --- 2022-09-22 Yang Yingliang Superseded
[-next,v2,6/6] spi: altera: Switch to use __devm_spi_alloc_controller() spi: Switch to use __devm_spi_alloc_controller() in some drivers - - - --- 2022-09-22 Yang Yingliang Superseded
[-next,v2] Documentation: devres: add missing SPI helper [-next,v2] Documentation: devres: add missing SPI helper - 1 - --- 2022-09-23 Yang Yingliang Accepted
[-next,1/3] spi: spi-fsl-dspi: Use devm_platform_get_and_ioremap_resource() [-next,1/3] spi: spi-fsl-dspi: Use devm_platform_get_and_ioremap_resource() - 1 - --- 2022-09-24 Yang Yingliang Accepted
[-next,2/3] spi: spi-fsl-lpspi: Use devm_platform_get_and_ioremap_resource() [-next,1/3] spi: spi-fsl-dspi: Use devm_platform_get_and_ioremap_resource() - - - --- 2022-09-24 Yang Yingliang Accepted
[-next,3/3] spi: spi-fsl-qspi: Use devm_platform_ioremap_resource_byname() [-next,1/3] spi: spi-fsl-dspi: Use devm_platform_get_and_ioremap_resource() - - - --- 2022-09-24 Yang Yingliang Accepted
[-next,1/2] spi: introduce devm_spi_alloc_controller() [-next,1/2] spi: introduce devm_spi_alloc_controller() - - - --- 2022-09-26 Yang Yingliang Superseded
[-next,2/2] spi: xilinx: switch to use spi_controller_*() functions [-next,1/2] spi: introduce devm_spi_alloc_controller() - - - --- 2022-09-26 Yang Yingliang Superseded
[-next] spi: spi-gxp: Use devm_platform_ioremap_resource() [-next] spi: spi-gxp: Use devm_platform_ioremap_resource() - - - --- 2022-09-28 Yang Yingliang Accepted
[-next,1/2] spi: bcm63xx: Use devm_platform_get_and_ioremap_resource() [-next,1/2] spi: bcm63xx: Use devm_platform_get_and_ioremap_resource() - - - --- 2022-09-28 Yang Yingliang Accepted
[-next,2/2] spi: cadence-quadspi: Use devm_platform_{get_and_}ioremap_resource() [-next,1/2] spi: bcm63xx: Use devm_platform_get_and_ioremap_resource() - - - --- 2022-09-28 Yang Yingliang Accepted
[-next] spi: introduce new helpers with using modern naming [-next] spi: introduce new helpers with using modern naming - - - --- 2022-09-29 Yang Yingliang Superseded
[-next,v2] spi: introduce new helpers with using modern naming [-next,v2] spi: introduce new helpers with using modern naming - - - --- 2022-10-11 Yang Yingliang Accepted
[-next] spi: aspeed: Use devm_platform_{get_and_}ioremap_resource() [-next] spi: aspeed: Use devm_platform_{get_and_}ioremap_resource() - - - --- 2022-10-19 Yang Yingliang Accepted
[-next] spi: img-spfi: Use devm_platform_get_and_ioremap_resource() [-next] spi: img-spfi: Use devm_platform_get_and_ioremap_resource() - - - --- 2022-10-19 Yang Yingliang Accepted
[-next] spi: npcm-fiu: Use devm_platform_ioremap_resource_byname() [-next] spi: npcm-fiu: Use devm_platform_ioremap_resource_byname() - - - --- 2022-10-29 Yang Yingliang Accepted
[-next] spi: mxic: Use devm_platform_ioremap_resource_byname() [-next] spi: mxic: Use devm_platform_ioremap_resource_byname() - - - --- 2022-10-29 Yang Yingliang Accepted
[-next,1/3] spi: altera: switch to use modern name spi: altera: switch to use modern name - - - --- 2022-12-29 Yang Yingliang Accepted
[-next,2/3] spi: spi-altera-dfl: switch to use modern name spi: altera: switch to use modern name - - - --- 2022-12-29 Yang Yingliang Accepted
[-next,3/3] spi: spi-altera-platform: switch to use modern name spi: altera: switch to use modern name - - - --- 2022-12-29 Yang Yingliang Accepted
[-next,1/3] spi: ath79: switch to use modern name spi: switch to use modern name - - - --- 2022-12-30 Yang Yingliang Accepted
[-next,2/3] spi: a3700: switch to use modern name spi: switch to use modern name - - - --- 2022-12-30 Yang Yingliang Accepted
[-next,3/3] spi: ar934x: switch to use modern name spi: switch to use modern name - - - --- 2022-12-30 Yang Yingliang Accepted
[-next,1/3] spi: atmel: switch to use modern name spi: atmel: switch to use modern name - - - --- 2023-01-10 Yang Yingliang Accepted
[-next,2/3] spi: at91-usart: switch to use modern name spi: atmel: switch to use modern name - - - --- 2023-01-10 Yang Yingliang Accepted
[-next,3/3] spi: atmel-quadspi: switch to use modern name spi: atmel: switch to use modern name - - - --- 2023-01-10 Yang Yingliang Accepted
[-next,01/21] spi: amd: switch to use modern name spi: switch to use modern name - - - --- 2023-07-28 Yang Yingliang Accepted
[-next,02/21] spi: aspeed: switch to use modern name spi: switch to use modern name - - - --- 2023-07-28 Yang Yingliang Accepted
[-next,03/21] spi: spi-axi-spi-engine: switch to use modern name spi: switch to use modern name - - - --- 2023-07-28 Yang Yingliang Accepted
[-next,04/21] spi: bcm-qspi: switch to use modern name spi: switch to use modern name - - - --- 2023-07-28 Yang Yingliang Accepted
[-next,05/21] spi: bcm2835: switch to use modern name spi: switch to use modern name - - - --- 2023-07-28 Yang Yingliang Accepted
[-next,06/21] spi: bcm2835aux: switch to use modern name spi: switch to use modern name - - - --- 2023-07-28 Yang Yingliang Accepted
[-next,07/21] spi: bcm63xx-hsspi: switch to use modern name spi: switch to use modern name - - - --- 2023-07-28 Yang Yingliang Accepted
[-next,08/21] spi: bcm63xx: switch to use modern name spi: switch to use modern name - - - --- 2023-07-28 Yang Yingliang Accepted
[-next,09/21] spi: butterfly: switch to use modern name spi: switch to use modern name - - - --- 2023-07-28 Yang Yingliang Accepted
[-next,11/21] spi: cadence-xspi: switch to use modern name spi: switch to use modern name - - - --- 2023-07-28 Yang Yingliang Accepted
[-next,12/21] spi: cadence: switch to use modern name spi: switch to use modern name - - - --- 2023-07-28 Yang Yingliang Accepted
[-next,13/21] spi: clps711x: switch to use modern name spi: switch to use modern name - - - --- 2023-07-28 Yang Yingliang Accepted
[-next,14/21] spi: octeon: switch to use modern name spi: switch to use modern name - - - --- 2023-07-28 Yang Yingliang Accepted
[-next,15/21] spi: spi-cavium-thunderx: switch to use modern name spi: switch to use modern name - - - --- 2023-07-28 Yang Yingliang Accepted
[-next,16/21] spi: coldfire-qspi: switch to use modern name spi: switch to use modern name - - - --- 2023-07-28 Yang Yingliang Accepted
[-next,17/21] spi: davinci: switch to use modern name spi: switch to use modern name - - - --- 2023-07-28 Yang Yingliang Accepted
[-next,18/21] spi: dln2: switch to use modern name spi: switch to use modern name - - - --- 2023-07-28 Yang Yingliang Accepted
[-next,19/21] spi: dw: switch to use modern name spi: switch to use modern name - - - --- 2023-07-28 Yang Yingliang Accepted
[-next,20/21] spi: hisi-kunpeng: switch to use modern name spi: switch to use modern name - - - --- 2023-07-28 Yang Yingliang Accepted
[-next,21/21] spi: npcm-fiu: switch to use modern name spi: switch to use modern name - - - --- 2023-07-28 Yang Yingliang Accepted
[-next,01/20] spi: amlogic-spifc-a1: switch to use devm_spi_alloc_host() spi: switch to use modern name (part2) - - - --- 2023-08-07 Yang Yingliang Accepted
[-next,02/20] spi: au1550: switch to use modern name spi: switch to use modern name (part2) - - - --- 2023-08-07 Yang Yingliang Accepted
[-next,03/20] spi: ep93xx: switch to use modern name spi: switch to use modern name (part2) - - - --- 2023-08-07 Yang Yingliang Accepted
[-next,04/20] spi: falcon: switch to use modern name spi: switch to use modern name (part2) - - - --- 2023-08-07 Yang Yingliang Accepted
[-next,05/20] spi: fsi: switch to use spi_alloc_host() spi: switch to use modern name (part2) - - - --- 2023-08-07 Yang Yingliang Accepted
[-next,06/20] spi: fsl-dspi: switch to use modern name spi: switch to use modern name (part2) - - - --- 2023-08-07 Yang Yingliang Accepted
[-next,07/20] spi: fsl-espi: switch to use modern name spi: switch to use modern name (part2) - - - --- 2023-08-07 Yang Yingliang Accepted
[-next,08/20] spi: fsl-lpspi: switch to use modern name spi: switch to use modern name (part2) - - - --- 2023-08-07 Yang Yingliang Accepted
[-next,09/20] spi: fsl-qspi: switch to use modern name spi: switch to use modern name (part2) - - - --- 2023-08-07 Yang Yingliang Accepted
[-next,10/20] spi: fsl-spi: switch to use modern name spi: switch to use modern name (part2) - - - --- 2023-08-07 Yang Yingliang Accepted
[-next,11/20] spi: gpio: switch to use modern name spi: switch to use modern name (part2) - - - --- 2023-08-07 Yang Yingliang Accepted
[-next,12/20] spi: gxp: switch to use modern name spi: switch to use modern name (part2) - - - --- 2023-08-07 Yang Yingliang Accepted
[-next,13/20] spi: bcmbca-hsspi: switch to use modern name spi: switch to use modern name (part2) - - - --- 2023-08-07 Yang Yingliang Accepted
[-next,14/20] spi: hisi-sfc-v3xx: switch to use modern name spi: switch to use modern name (part2) - - - --- 2023-08-07 Yang Yingliang Accepted
[-next,15/20] spi: img-spfi: switch to use modern name spi: switch to use modern name (part2) - - - --- 2023-08-07 Yang Yingliang Accepted
[-next,16/20] spi: imx: switch to use modern name spi: switch to use modern name (part2) - - - --- 2023-08-07 Yang Yingliang Accepted
[-next,17/20] spi: ingenic: switch to use devm_spi_alloc_host() spi: switch to use modern name (part2) - - - --- 2023-08-07 Yang Yingliang Accepted
[-next,18/20] spi: intel: switch to use modern name spi: switch to use modern name (part2) - - - --- 2023-08-07 Yang Yingliang Accepted
[-next,19/20] spi: jcore: switch to use modern name spi: switch to use modern name (part2) - - - --- 2023-08-07 Yang Yingliang Accepted
[-next,20/20] spi: lantiq: switch to use modern name spi: switch to use modern name (part2) - - - --- 2023-08-07 Yang Yingliang Accepted
[-next,v2,01/21] spi: amd: switch to use modern name spi: switch to use modern name (part1) - - - --- 2023-08-07 Yang Yingliang Accepted
[-next,v2,02/21] spi: aspeed: switch to use modern name spi: switch to use modern name (part1) - - - --- 2023-08-07 Yang Yingliang Accepted
[-next,v2,03/21] spi: spi-axi-spi-engine: switch to use modern name spi: switch to use modern name (part1) - - - --- 2023-08-07 Yang Yingliang Accepted
[-next,v2,04/21] spi: bcm-qspi: switch to use modern name spi: switch to use modern name (part1) - - - --- 2023-08-07 Yang Yingliang Accepted
[-next,v2,05/21] spi: bcm2835: switch to use modern name spi: switch to use modern name (part1) - - - --- 2023-08-07 Yang Yingliang Accepted
[-next,v2,06/21] spi: bcm2835aux: switch to use modern name spi: switch to use modern name (part1) - - - --- 2023-08-07 Yang Yingliang Accepted
[-next,v2,07/21] spi: bcm63xx-hsspi: switch to use modern name spi: switch to use modern name (part1) - - - --- 2023-08-07 Yang Yingliang Accepted
[-next,v2,08/21] spi: bcm63xx: switch to use modern name spi: switch to use modern name (part1) - - - --- 2023-08-07 Yang Yingliang Accepted
[-next,v2,09/21] spi: butterfly: switch to use modern name spi: switch to use modern name (part1) - - - --- 2023-08-07 Yang Yingliang Accepted
[-next,v2,10/21] spi: cadence-quadspi: switch to use modern name spi: switch to use modern name (part1) - - - --- 2023-08-07 Yang Yingliang Accepted
« 1 2 3 »