[PATCH 0/5] Add spi boot support to am335x-icev2

2020-09-02 Thread Faiz Abbas
The following patches add spi boot support to TI's am335x-icev2 platform

Faiz Abbas (5):
  arm: dts: am335x-icev2: Add spi node
  configs: Add spiboot support for am335x
  spi: spi-uclass: Block dm_scan_fdt_dev with OF_CONTROL to prevent
build failures
  spi: omap3_spi: Read platform data in ofdata_to_platdata()
  arm: mach-omap2: am33xx: Add device structure for spi

 arch/arm/dts/am335x-icev2.dts|  50 +
 arch/arm/mach-omap2/am33xx/board.c   |  12 +++
 configs/am335x_evm_spiboot_defconfig |  93 +++
 drivers/spi/omap3_spi.c  | 107 +++
 drivers/spi/spi-uclass.c |   2 +-
 include/configs/am335x_evm.h |   4 +
 include/omap3_spi.h  |  78 +++
 7 files changed, 265 insertions(+), 81 deletions(-)
 create mode 100644 configs/am335x_evm_spiboot_defconfig
 create mode 100644 include/omap3_spi.h

-- 
2.17.1



Re: [PATCH 0/5] Add spi boot support to am335x-icev2

2020-09-10 Thread Lokesh Vutla



On 02/09/20 4:47 pm, Faiz Abbas wrote:
> The following patches add spi boot support to TI's am335x-icev2 platform


Can you post v2 with comments addressed? I am waiting on this for sending a PR

Thanks and regards,
Lokesh

> 
> Faiz Abbas (5):
>   arm: dts: am335x-icev2: Add spi node
>   configs: Add spiboot support for am335x
>   spi: spi-uclass: Block dm_scan_fdt_dev with OF_CONTROL to prevent
> build failures
>   spi: omap3_spi: Read platform data in ofdata_to_platdata()
>   arm: mach-omap2: am33xx: Add device structure for spi
> 
>  arch/arm/dts/am335x-icev2.dts|  50 +
>  arch/arm/mach-omap2/am33xx/board.c   |  12 +++
>  configs/am335x_evm_spiboot_defconfig |  93 +++
>  drivers/spi/omap3_spi.c  | 107 +++
>  drivers/spi/spi-uclass.c |   2 +-
>  include/configs/am335x_evm.h |   4 +
>  include/omap3_spi.h  |  78 +++
>  7 files changed, 265 insertions(+), 81 deletions(-)
>  create mode 100644 configs/am335x_evm_spiboot_defconfig
>  create mode 100644 include/omap3_spi.h
> 


Re: [PATCH 0/5] Add spi boot support to am335x-icev2

2020-09-10 Thread Faiz Abbas
Hi Lokesh,

On 11/09/20 8:16 am, Lokesh Vutla wrote:
> 
> 
> On 02/09/20 4:47 pm, Faiz Abbas wrote:
>> The following patches add spi boot support to TI's am335x-icev2 platform
> 
> 
> Can you post v2 with comments addressed? I am waiting on this for sending a PR
> 

Will do that by today.

Thanks,
Faiz