Re: [PATCHv2 29/31] spi: Enable missing CONFIG_SPL_DM_SPI support

2020-06-30 Thread Tom Rini
On Tue, Jun 16, 2020 at 07:06:29PM -0400, Tom Rini wrote:

> Due to how the Makefile logic is we currently get DM_SPI support in SPL
> enabled by having DM_SPI enabled for full U-Boot but not having
> CONFIG_SPL_DM_SPI set.  Add this missing option to boards that were
> inadvertently making use of it.
> 
> Cc: Adam Ford 
> Cc: Akash Gajjar 
> Cc: Anatolij Gustschin 
> Cc: Andy Yan 
> Cc: Anup Patel 
> Cc: Atish Patra 
> Cc: Bin Meng 
> Cc: Chee Hong Ang 
> Cc: Chin-Liang See 
> Cc: Dalon Westergreen 
> Cc: Dinh Nguyen 
> Cc: Eugen Hristev 
> Cc: Hannes Schmelzer 
> Cc: Heiko Schocher 
> Cc: Jagan Teki 
> Cc: Klaus Goger 
> Cc: Levin Du 
> Cc: Ley Foon Tan 
> Cc: Lokesh Vutla 
> Cc: Luca Ceresoli 
> Cc: Marek Vasut 
> Cc: Michal Simek 
> Cc: Mike Looijmans 
> Cc: Nicolas Ferre 
> Cc: Nikita Kiryanov 
> Cc: Palmer Dabbelt 
> Cc: Patrick Delaunay 
> Cc: Paul Walmsley 
> Cc: Pavel Machek 
> Cc: Peter Robinson 
> Cc: Philipp Tomsich 
> Cc: Simon Glass 
> Cc: Stefan Roese 
> Cc: Suniel Mahesh 
> Cc: Vitaly Andrianov 
> Cc: Wolfgang Grandegger 
> Signed-off-by: Tom Rini 
> Reviewed-by: Simon Glass 
> Reviewed-by: Luca Ceresoli 

Applied to u-boot/next, thanks!

-- 
Tom


signature.asc
Description: PGP signature


Re: [PATCHv2 29/31] spi: Enable missing CONFIG_SPL_DM_SPI support

2020-06-17 Thread Luca Ceresoli
Hi,

On 17/06/20 01:06, Tom Rini wrote:
> Due to how the Makefile logic is we currently get DM_SPI support in SPL
> enabled by having DM_SPI enabled for full U-Boot but not having
> CONFIG_SPL_DM_SPI set.  Add this missing option to boards that were
> inadvertently making use of it.

[...]

For the Avnet Ultrazed:

>  configs/avnet_ultrazedev_cc_v1_0_ultrazedev_som_v1_0_defconfig | 1 +

Reviewed-by: Luca Ceresoli 

-- 
Luca


[PATCHv2 29/31] spi: Enable missing CONFIG_SPL_DM_SPI support

2020-06-16 Thread Tom Rini
Due to how the Makefile logic is we currently get DM_SPI support in SPL
enabled by having DM_SPI enabled for full U-Boot but not having
CONFIG_SPL_DM_SPI set.  Add this missing option to boards that were
inadvertently making use of it.

Cc: Adam Ford 
Cc: Akash Gajjar 
Cc: Anatolij Gustschin 
Cc: Andy Yan 
Cc: Anup Patel 
Cc: Atish Patra 
Cc: Bin Meng 
Cc: Chee Hong Ang 
Cc: Chin-Liang See 
Cc: Dalon Westergreen 
Cc: Dinh Nguyen 
Cc: Eugen Hristev 
Cc: Hannes Schmelzer 
Cc: Heiko Schocher 
Cc: Jagan Teki 
Cc: Klaus Goger 
Cc: Levin Du 
Cc: Ley Foon Tan 
Cc: Lokesh Vutla 
Cc: Luca Ceresoli 
Cc: Marek Vasut 
Cc: Michal Simek 
Cc: Mike Looijmans 
Cc: Nicolas Ferre 
Cc: Nikita Kiryanov 
Cc: Palmer Dabbelt 
Cc: Patrick Delaunay 
Cc: Paul Walmsley 
Cc: Pavel Machek 
Cc: Peter Robinson 
Cc: Philipp Tomsich 
Cc: Simon Glass 
Cc: Stefan Roese 
Cc: Suniel Mahesh 
Cc: Vitaly Andrianov 
Cc: Wolfgang Grandegger 
Signed-off-by: Tom Rini 
---
Changes in v2:
- Add k2 family
---
 configs/am57xx_evm_defconfig   | 1 +
 configs/am57xx_hs_evm_defconfig| 1 +
 configs/am57xx_hs_evm_usb_defconfig| 1 +
 configs/am65x_evm_a53_defconfig| 1 +
 configs/am65x_evm_r5_defconfig | 1 +
 configs/am65x_hs_evm_a53_defconfig | 1 +
 configs/am65x_hs_evm_r5_defconfig  | 1 +
 configs/avnet_ultrazedev_cc_v1_0_ultrazedev_som_v1_0_defconfig | 1 +
 configs/axm_defconfig  | 1 +
 configs/brppt1_spi_defconfig   | 1 +
 configs/brsmarc1_defconfig | 1 +
 configs/chromebit_mickey_defconfig | 1 +
 configs/chromebook_bob_defconfig   | 1 +
 configs/chromebook_coral_defconfig | 1 +
 configs/chromebook_jerry_defconfig | 1 +
 configs/chromebook_link64_defconfig| 1 +
 configs/chromebook_minnie_defconfig| 1 +
 configs/chromebook_samus_tpl_defconfig | 1 +
 configs/chromebook_speedy_defconfig| 1 +
 configs/cm_t43_defconfig   | 1 +
 configs/da850evm_defconfig | 1 +
 configs/da850evm_nand_defconfig| 1 +
 configs/dra7xx_evm_defconfig   | 1 +
 configs/dra7xx_hs_evm_defconfig| 1 +
 configs/dra7xx_hs_evm_usb_defconfig| 1 +
 configs/evb-px5_defconfig  | 1 +
 configs/j721e_evm_a72_defconfig| 1 +
 configs/j721e_evm_r5_defconfig | 1 +
 configs/j721e_hs_evm_a72_defconfig | 1 +
 configs/j721e_hs_evm_r5_defconfig  | 1 +
 configs/k2e_evm_defconfig  | 1 +
 configs/k2g_evm_defconfig  | 1 +
 configs/k2hk_evm_defconfig | 1 +
 configs/k2l_evm_defconfig  | 1 +
 configs/lion-rk3368_defconfig  | 1 +
 configs/pinebook-pro-rk3399_defconfig  | 1 +
 configs/puma-rk3399_defconfig  | 1 +
 configs/qemu-x86_64_defconfig  | 1 +
 configs/roc-pc-mezzanine-rk3399_defconfig  | 1 +
 configs/roc-pc-rk3399_defconfig| 1 +
 configs/rockpro64-rk3399_defconfig | 1 +
 configs/sama5d27_wlsom1_ek_qspiflash_defconfig | 1 +
 configs/sama5d2_xplained_spiflash_defconfig| 1 +
 configs/sama5d3xek_spiflash_defconfig  | 1 +
 configs/sama5d4_xplained_spiflash_defconfig| 1 +
 configs/sama5d4ek_spiflash_defconfig   | 1 +
 configs/sifive_fu540_defconfig | 1 +
 configs/socfpga_agilex_defconfig   | 1 +
 configs/socfpga_arria10_defconfig  | 1 +
 configs/socfpga_arria5_defconfig   | 1 +
 configs/socfpga_cyclone5_defconfig | 1 +
 configs/socfpga_dbm_soc1_defconfig | 1 +
 configs/socfpga_de0_nano_soc_defconfig | 1 +
 configs/socfpga_de10_nano_defconfig| 1 +
 configs/socfpga_de1_soc_defconfig  | 1 +
 configs/socfpga_is1_defconfig  | 1 +
 configs/socfpga_mcvevk_defconfig   | 1 +
 

Re: [PATCHv2 29/31] spi: Enable missing CONFIG_SPL_DM_SPI support

2020-06-16 Thread Simon Glass
On Tue, 16 Jun 2020 at 17:07, Tom Rini  wrote:
>
> Due to how the Makefile logic is we currently get DM_SPI support in SPL
> enabled by having DM_SPI enabled for full U-Boot but not having
> CONFIG_SPL_DM_SPI set.  Add this missing option to boards that were
> inadvertently making use of it.
>
> Cc: Adam Ford 
> Cc: Akash Gajjar 
> Cc: Anatolij Gustschin 
> Cc: Andy Yan 
> Cc: Anup Patel 
> Cc: Atish Patra 
> Cc: Bin Meng 
> Cc: Chee Hong Ang 
> Cc: Chin-Liang See 
> Cc: Dalon Westergreen 
> Cc: Dinh Nguyen 
> Cc: Eugen Hristev 
> Cc: Hannes Schmelzer 
> Cc: Heiko Schocher 
> Cc: Jagan Teki 
> Cc: Klaus Goger 
> Cc: Levin Du 
> Cc: Ley Foon Tan 
> Cc: Lokesh Vutla 
> Cc: Luca Ceresoli 
> Cc: Marek Vasut 
> Cc: Michal Simek 
> Cc: Mike Looijmans 
> Cc: Nicolas Ferre 
> Cc: Nikita Kiryanov 
> Cc: Palmer Dabbelt 
> Cc: Patrick Delaunay 
> Cc: Paul Walmsley 
> Cc: Pavel Machek 
> Cc: Peter Robinson 
> Cc: Philipp Tomsich 
> Cc: Simon Glass 
> Cc: Stefan Roese 
> Cc: Suniel Mahesh 
> Cc: Vitaly Andrianov 
> Cc: Wolfgang Grandegger 
> Signed-off-by: Tom Rini 
> ---
> Changes in v2:
> - Add k2 family
> ---
>  configs/am57xx_evm_defconfig   | 1 +
>  configs/am57xx_hs_evm_defconfig| 1 +
>  configs/am57xx_hs_evm_usb_defconfig| 1 +
>  configs/am65x_evm_a53_defconfig| 1 +
>  configs/am65x_evm_r5_defconfig | 1 +
>  configs/am65x_hs_evm_a53_defconfig | 1 +
>  configs/am65x_hs_evm_r5_defconfig  | 1 +
>  configs/avnet_ultrazedev_cc_v1_0_ultrazedev_som_v1_0_defconfig | 1 +
>  configs/axm_defconfig  | 1 +
>  configs/brppt1_spi_defconfig   | 1 +
>  configs/brsmarc1_defconfig | 1 +
>  configs/chromebit_mickey_defconfig | 1 +
>  configs/chromebook_bob_defconfig   | 1 +
>  configs/chromebook_coral_defconfig | 1 +
>  configs/chromebook_jerry_defconfig | 1 +
>  configs/chromebook_link64_defconfig| 1 +
>  configs/chromebook_minnie_defconfig| 1 +
>  configs/chromebook_samus_tpl_defconfig | 1 +
>  configs/chromebook_speedy_defconfig| 1 +
>  configs/cm_t43_defconfig   | 1 +
>  configs/da850evm_defconfig | 1 +
>  configs/da850evm_nand_defconfig| 1 +
>  configs/dra7xx_evm_defconfig   | 1 +
>  configs/dra7xx_hs_evm_defconfig| 1 +
>  configs/dra7xx_hs_evm_usb_defconfig| 1 +
>  configs/evb-px5_defconfig  | 1 +
>  configs/j721e_evm_a72_defconfig| 1 +
>  configs/j721e_evm_r5_defconfig | 1 +
>  configs/j721e_hs_evm_a72_defconfig | 1 +
>  configs/j721e_hs_evm_r5_defconfig  | 1 +
>  configs/k2e_evm_defconfig  | 1 +
>  configs/k2g_evm_defconfig  | 1 +
>  configs/k2hk_evm_defconfig | 1 +
>  configs/k2l_evm_defconfig  | 1 +
>  configs/lion-rk3368_defconfig  | 1 +
>  configs/pinebook-pro-rk3399_defconfig  | 1 +
>  configs/puma-rk3399_defconfig  | 1 +
>  configs/qemu-x86_64_defconfig  | 1 +
>  configs/roc-pc-mezzanine-rk3399_defconfig  | 1 +
>  configs/roc-pc-rk3399_defconfig| 1 +
>  configs/rockpro64-rk3399_defconfig | 1 +
>  configs/sama5d27_wlsom1_ek_qspiflash_defconfig | 1 +
>  configs/sama5d2_xplained_spiflash_defconfig| 1 +
>  configs/sama5d3xek_spiflash_defconfig  | 1 +
>  configs/sama5d4_xplained_spiflash_defconfig| 1 +
>  configs/sama5d4ek_spiflash_defconfig   | 1 +
>  configs/sifive_fu540_defconfig | 1 +
>  configs/socfpga_agilex_defconfig   | 1 +
>  configs/socfpga_arria10_defconfig  | 1 +
>  configs/socfpga_arria5_defconfig   | 1 +
>  configs/socfpga_cyclone5_defconfig | 1 +
>  configs/socfpga_dbm_soc1_defconfig | 1 +
>  configs/socfpga_de0_nano_soc_defconfig | 1 +
>  configs/socfpga_de10_nano_defconfig