[U-Boot] Pull request: u-boot-spi/master

Hi Tom,
Please pull this PR.
Summary: - Drop zipitz2 board (Tom) - Add DEPRECATED option (Tom) - Mark legacy or non-dm drivers as DEPRECATED (Jagan)
thanks, Jagan.
The following changes since commit 68b90e57bc034e237923b02acb633dc4e91d44cb:
configs: tinker-rk3288 disable CONFIG_SPL_I2C_SUPPORT (2019-06-11 08:13:05 -0400)
are available in the Git repository at:
git://git.denx.de/u-boot-spi.git master
for you to fetch changes up to 88369d33e322e0cdfbb1f0c33021ad424578619e:
configs: Disable now unbuildable SPI options for boards (2019-06-13 12:51:06 +0530)
---------------------------------------------------------------- Jagan Teki (6): Makefile: Trigger a Warning if DEPRECATED is defined Makefile: Trigger a warning for legcay spi drivers spi: Kconfig: Mark MXS_SPI has DEPRECATED spi: Kconfig: Mark SH_SPI as DEPRECATED spi: Kconfig: Mark SOFT_SPI as DEPRECATED spi: Kconfig: Mark LPC32XX_SSP as DEPRECATED
Tom Rini (4): arm: Remove zipitz2 board Kconfig: Add SPI / SPI_FLASH as dependencies Kconfig: Add DEPRECATED option configs: Disable now unbuildable SPI options for boards
Kconfig | 7 + Makefile | 19 +-- arch/Kconfig | 2 + arch/arm/Kconfig | 5 - board/renesas/sh7752evb/sh7752evb.c | 4 + board/renesas/sh7753evb/sh7753evb.c | 4 + board/renesas/sh7757lcr/sh7757lcr.c | 9 ++ board/work-microwave/work_92105/Makefile | 3 +- board/work-microwave/work_92105/work_92105.c | 2 + board/zipitz2/Kconfig | 9 -- board/zipitz2/MAINTAINERS | 6 - board/zipitz2/Makefile | 8 - board/zipitz2/zipitz2.c | 219 --------------------------- cmd/Kconfig | 3 + configs/bg0900_defconfig | 9 -- configs/devkit3250_defconfig | 2 - configs/mx28evk_auart_console_defconfig | 9 -- configs/mx28evk_defconfig | 9 -- configs/mx28evk_nand_defconfig | 9 -- configs/mx28evk_spi_defconfig | 10 -- configs/sh7752evb_defconfig | 6 - configs/sh7753evb_defconfig | 6 - configs/sh7757lcr_defconfig | 5 - configs/work_92105_defconfig | 2 - configs/zipitz2_defconfig | 34 ----- drivers/spi/Kconfig | 4 + env/Kconfig | 2 +- include/configs/sh7752evb.h | 1 - include/configs/sh7753evb.h | 1 - include/configs/sh7757lcr.h | 1 - include/configs/zipitz2.h | 186 ----------------------- 31 files changed, 46 insertions(+), 550 deletions(-) delete mode 100644 board/zipitz2/Kconfig delete mode 100644 board/zipitz2/MAINTAINERS delete mode 100644 board/zipitz2/Makefile delete mode 100644 board/zipitz2/zipitz2.c delete mode 100644 configs/zipitz2_defconfig delete mode 100644 include/configs/zipitz2.h

On Mon, Jun 17, 2019 at 01:15:45PM +0530, Jagan Teki wrote:
Hi Tom,
Please pull this PR.
Summary:
- Drop zipitz2 board (Tom)
- Add DEPRECATED option (Tom)
- Mark legacy or non-dm drivers as DEPRECATED (Jagan)
thanks, Jagan.
The following changes since commit 68b90e57bc034e237923b02acb633dc4e91d44cb:
configs: tinker-rk3288 disable CONFIG_SPL_I2C_SUPPORT (2019-06-11 08:13:05 -0400)
are available in the Git repository at:
git://git.denx.de/u-boot-spi.git master
for you to fetch changes up to 88369d33e322e0cdfbb1f0c33021ad424578619e:
configs: Disable now unbuildable SPI options for boards (2019-06-13 12:51:06 +0530)
Applied to u-boot/master, thanks!
participants (2)
-
Jagan Teki
-
Tom Rini