All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 00/29] Add the SPI DM support for PPC
@ 2019-10-26 11:24 Xiaowei Bao
  2019-10-26 11:24 ` [U-Boot] [PATCH 01/29] dts: P1020: Add ESPI DT nodes Xiaowei Bao
                   ` (28 more replies)
  0 siblings, 29 replies; 31+ messages in thread
From: Xiaowei Bao @ 2019-10-26 11:24 UTC (permalink / raw)
  To: u-boot

Add the SPI DM support for PPC.

depends on: http://patchwork.ozlabs.org/project/uboot/list/?series=127282

Xiaowei Bao (29):
  dts: P1020: Add ESPI DT nodes
  dts: P1020RDB: Add ESPI slave device node
  configs: P1020RDB: Enable ESPI driver
  dts: P2020: Add ESPI DT nodes
  dts: P2020RDB: Add ESPI slave device node
  configs: P2020RDB: Enable ESPI driver
  dts: P2041: Add ESPI DT nodes
  dts: P2041RDB: Add ESPI slave device node
  configs: P2041RDB: Enable ESPI driver
  dts: P3041: Add ESPI DT nodes
  dts: P3041DS: Add ESPI slave device node
  configs: P3041DS: Enable ESPI driver
  dts: P4080: Add ESPI DT nodes
  dts: P4080DS: Add ESPI slave device node
  configs: P4080DS: Enable ESPI driver
  dts: P5040: Add ESPI DT nodes
  dts: P5040DS: Add ESPI slave device node
  configs: P5040DS: Enable ESPI driver
  dts: T102x: Add ESPI DT nodes
  dts: T1024RDB: Add ESPI slave device node
  configs: T1024RDB: Enable ESPI driver
  dts: T104x: Add ESPI DT nodes
  dts: T1042D4RDB: Add ESPI slave device node
  configs: T1042D4RDB: Enable ESPI driver
  dts: T2080RDB: Add ESPI slave device node
  configs: T2080RDB: Enable ESPI driver
  dts: T4240: Add ESPI DT nodes
  dts: T4240RDB: Add ESPI slave device node
  configs: T4240RDB: Enable ESPI driver

 arch/powerpc/dts/p1020-post.dtsi             |  9 +++++++++
 arch/powerpc/dts/p1020rdb-pc.dts             | 15 +++++++++++++++
 arch/powerpc/dts/p1020rdb-pc_36b.dts         | 15 +++++++++++++++
 arch/powerpc/dts/p1020rdb-pd.dts             | 15 +++++++++++++++
 arch/powerpc/dts/p2020-post.dtsi             |  9 +++++++++
 arch/powerpc/dts/p2020rdb-pc.dts             | 15 +++++++++++++++
 arch/powerpc/dts/p2020rdb-pc_36b.dts         | 15 +++++++++++++++
 arch/powerpc/dts/p2041.dtsi                  |  9 +++++++++
 arch/powerpc/dts/p2041rdb.dts                | 14 ++++++++++++++
 arch/powerpc/dts/p3041.dtsi                  |  9 +++++++++
 arch/powerpc/dts/p3041ds.dts                 | 14 ++++++++++++++
 arch/powerpc/dts/p4080.dtsi                  |  9 +++++++++
 arch/powerpc/dts/p4080ds.dts                 | 14 ++++++++++++++
 arch/powerpc/dts/p5040.dtsi                  |  9 +++++++++
 arch/powerpc/dts/p5040ds.dts                 | 14 ++++++++++++++
 arch/powerpc/dts/t1024rdb.dts                | 15 +++++++++++++++
 arch/powerpc/dts/t102x.dtsi                  |  9 +++++++++
 arch/powerpc/dts/t1042d4rdb.dts              | 15 +++++++++++++++
 arch/powerpc/dts/t104x.dtsi                  |  9 +++++++++
 arch/powerpc/dts/t2080rdb.dts                | 15 +++++++++++++++
 arch/powerpc/dts/t4240.dtsi                  |  9 +++++++++
 arch/powerpc/dts/t4240rdb.dts                | 15 +++++++++++++++
 configs/P1020RDB-PC_36BIT_NAND_defconfig     |  2 ++
 configs/P1020RDB-PC_36BIT_SDCARD_defconfig   |  2 ++
 configs/P1020RDB-PC_36BIT_SPIFLASH_defconfig |  2 ++
 configs/P1020RDB-PC_36BIT_defconfig          |  2 ++
 configs/P1020RDB-PC_NAND_defconfig           |  2 ++
 configs/P1020RDB-PC_SDCARD_defconfig         |  2 ++
 configs/P1020RDB-PC_SPIFLASH_defconfig       |  2 ++
 configs/P1020RDB-PC_defconfig                |  2 ++
 configs/P1020RDB-PD_NAND_defconfig           |  2 ++
 configs/P1020RDB-PD_SDCARD_defconfig         |  2 ++
 configs/P1020RDB-PD_SPIFLASH_defconfig       |  2 ++
 configs/P1020RDB-PD_defconfig                |  2 ++
 configs/P2020RDB-PC_36BIT_NAND_defconfig     |  2 ++
 configs/P2020RDB-PC_36BIT_SDCARD_defconfig   |  2 ++
 configs/P2020RDB-PC_36BIT_SPIFLASH_defconfig |  2 ++
 configs/P2020RDB-PC_36BIT_defconfig          |  2 ++
 configs/P2020RDB-PC_NAND_defconfig           |  2 ++
 configs/P2020RDB-PC_SDCARD_defconfig         |  2 ++
 configs/P2020RDB-PC_SPIFLASH_defconfig       |  2 ++
 configs/P2020RDB-PC_defconfig                |  2 ++
 configs/P2041RDB_NAND_defconfig              |  2 ++
 configs/P2041RDB_SDCARD_defconfig            |  2 ++
 configs/P2041RDB_SPIFLASH_defconfig          |  2 ++
 configs/P2041RDB_defconfig                   |  2 ++
 configs/P3041DS_NAND_defconfig               |  2 ++
 configs/P3041DS_SDCARD_defconfig             |  2 ++
 configs/P3041DS_SPIFLASH_defconfig           |  2 ++
 configs/P3041DS_defconfig                    |  2 ++
 configs/P4080DS_SDCARD_defconfig             |  2 ++
 configs/P4080DS_SPIFLASH_defconfig           |  2 ++
 configs/P4080DS_defconfig                    |  2 ++
 configs/P5040DS_NAND_defconfig               |  2 ++
 configs/P5040DS_SDCARD_defconfig             |  2 ++
 configs/P5040DS_SPIFLASH_defconfig           |  2 ++
 configs/P5040DS_defconfig                    |  2 ++
 configs/T1024RDB_NAND_defconfig              |  2 ++
 configs/T1024RDB_SDCARD_defconfig            |  2 ++
 configs/T1024RDB_SPIFLASH_defconfig          |  2 ++
 configs/T1024RDB_defconfig                   |  2 ++
 configs/T1042D4RDB_NAND_defconfig            |  2 ++
 configs/T1042D4RDB_SDCARD_defconfig          |  2 ++
 configs/T1042D4RDB_SPIFLASH_defconfig        |  2 ++
 configs/T1042D4RDB_defconfig                 |  2 ++
 configs/T2080RDB_NAND_defconfig              |  2 ++
 configs/T2080RDB_SDCARD_defconfig            |  2 ++
 configs/T2080RDB_SPIFLASH_defconfig          |  2 ++
 configs/T2080RDB_defconfig                   |  2 ++
 configs/T4240RDB_SDCARD_defconfig            |  2 ++
 configs/T4240RDB_defconfig                   |  2 ++
 71 files changed, 370 insertions(+)

-- 
2.9.5

^ permalink raw reply	[flat|nested] 31+ messages in thread

end of thread, other threads:[~2020-05-12  9:03 UTC | newest]

Thread overview: 31+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-26 11:24 [U-Boot] [PATCH 00/29] Add the SPI DM support for PPC Xiaowei Bao
2019-10-26 11:24 ` [U-Boot] [PATCH 01/29] dts: P1020: Add ESPI DT nodes Xiaowei Bao
2020-05-12  9:03   ` Priyanka Jain
2019-10-26 11:24 ` [U-Boot] [PATCH 02/29] dts: P1020RDB: Add ESPI slave device node Xiaowei Bao
2019-10-26 11:24 ` [U-Boot] [PATCH 03/29] configs: P1020RDB: Enable ESPI driver Xiaowei Bao
2019-10-26 11:24 ` [U-Boot] [PATCH 04/29] dts: P2020: Add ESPI DT nodes Xiaowei Bao
2019-10-26 11:24 ` [U-Boot] [PATCH 05/29] dts: P2020RDB: Add ESPI slave device node Xiaowei Bao
2019-10-26 11:24 ` [U-Boot] [PATCH 06/29] configs: P2020RDB: Enable ESPI driver Xiaowei Bao
2019-10-26 11:24 ` [U-Boot] [PATCH 07/29] dts: P2041: Add ESPI DT nodes Xiaowei Bao
2019-10-26 11:24 ` [U-Boot] [PATCH 08/29] dts: P2041RDB: Add ESPI slave device node Xiaowei Bao
2019-10-26 11:24 ` [U-Boot] [PATCH 09/29] configs: P2041RDB: Enable ESPI driver Xiaowei Bao
2019-10-26 11:24 ` [U-Boot] [PATCH 10/29] dts: P3041: Add ESPI DT nodes Xiaowei Bao
2019-10-26 11:24 ` [U-Boot] [PATCH 11/29] dts: P3041DS: Add ESPI slave device node Xiaowei Bao
2019-10-26 11:24 ` [U-Boot] [PATCH 12/29] configs: P3041DS: Enable ESPI driver Xiaowei Bao
2019-10-26 11:24 ` [U-Boot] [PATCH 13/29] dts: P4080: Add ESPI DT nodes Xiaowei Bao
2019-10-26 11:24 ` [U-Boot] [PATCH 14/29] dts: P4080DS: Add ESPI slave device node Xiaowei Bao
2019-10-26 11:24 ` [U-Boot] [PATCH 15/29] configs: P4080DS: Enable ESPI driver Xiaowei Bao
2019-10-26 11:24 ` [U-Boot] [PATCH 16/29] dts: P5040: Add ESPI DT nodes Xiaowei Bao
2019-10-26 11:24 ` [U-Boot] [PATCH 17/29] dts: P5040DS: Add ESPI slave device node Xiaowei Bao
2019-10-26 11:24 ` [U-Boot] [PATCH 18/29] configs: P5040DS: Enable ESPI driver Xiaowei Bao
2019-10-26 11:24 ` [U-Boot] [PATCH 19/29] dts: T102x: Add ESPI DT nodes Xiaowei Bao
2019-10-26 11:24 ` [U-Boot] [PATCH 20/29] dts: T1024RDB: Add ESPI slave device node Xiaowei Bao
2019-10-26 11:24 ` [U-Boot] [PATCH 21/29] configs: T1024RDB: Enable ESPI driver Xiaowei Bao
2019-10-26 11:24 ` [U-Boot] [PATCH 22/29] dts: T104x: Add ESPI DT nodes Xiaowei Bao
2019-10-26 11:24 ` [U-Boot] [PATCH 23/29] dts: T1042D4RDB: Add ESPI slave device node Xiaowei Bao
2019-10-26 11:24 ` [U-Boot] [PATCH 24/29] configs: T1042D4RDB: Enable ESPI driver Xiaowei Bao
2019-10-26 11:24 ` [U-Boot] [PATCH 25/29] dts: T2080RDB: Add ESPI slave device node Xiaowei Bao
2019-10-26 11:24 ` [U-Boot] [PATCH 26/29] configs: T2080RDB: Enable ESPI driver Xiaowei Bao
2019-10-26 11:24 ` [U-Boot] [PATCH 27/29] dts: T4240: Add ESPI DT nodes Xiaowei Bao
2019-10-26 11:24 ` [U-Boot] [PATCH 28/29] dts: T4240RDB: Add ESPI slave device node Xiaowei Bao
2019-10-26 11:24 ` [U-Boot] [PATCH 29/29] configs: T4240RDB: Enable ESPI driver Xiaowei Bao

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.