Re: [PATCH v2 19/23] gumstix: Drop pepper

2020-07-07 Thread Jagan Teki
On Sat, Jun 13, 2020 at 11:57 PM Jagan Teki  wrote:
>
> On Wed, May 27, 2020 at 6:27 PM Jagan Teki  wrote:
> >
> > OF_CONTROL, DM_SPI and other driver model migration deadlines
> > are expired for this board.
> >
> > Drop it.
> >
> > Cc: Ash Charles 
>
> Any comments?

Applied to u-boot-spi/master


Re: [PATCH v2 19/23] gumstix: Drop pepper

2020-06-13 Thread Jagan Teki
On Wed, May 27, 2020 at 6:27 PM Jagan Teki  wrote:
>
> OF_CONTROL, DM_SPI and other driver model migration deadlines
> are expired for this board.
>
> Drop it.
>
> Cc: Ash Charles 

Any comments?


[PATCH v2 19/23] gumstix: Drop pepper

2020-05-27 Thread Jagan Teki
OF_CONTROL, DM_SPI and other driver model migration deadlines
are expired for this board.

Drop it.

Cc: Ash Charles 
Signed-off-by: Jagan Teki 
---
Changes for v2:
- new patch

 arch/arm/Kconfig   |   1 -
 arch/arm/mach-omap2/am33xx/Kconfig |   7 -
 board/gumstix/pepper/Kconfig   |  15 --
 board/gumstix/pepper/MAINTAINERS   |   6 -
 board/gumstix/pepper/Makefile  |  11 --
 board/gumstix/pepper/board.c   | 288 -
 board/gumstix/pepper/board.h   |  31 
 board/gumstix/pepper/mux.c |  82 
 configs/pepper_defconfig   |  42 -
 include/configs/pepper.h   |  78 
 10 files changed, 561 deletions(-)
 delete mode 100644 board/gumstix/pepper/Kconfig
 delete mode 100644 board/gumstix/pepper/MAINTAINERS
 delete mode 100644 board/gumstix/pepper/Makefile
 delete mode 100644 board/gumstix/pepper/board.c
 delete mode 100644 board/gumstix/pepper/board.h
 delete mode 100644 board/gumstix/pepper/mux.c
 delete mode 100644 configs/pepper_defconfig
 delete mode 100644 include/configs/pepper.h

diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 3dbde6fc45..9d3f00120f 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -1900,7 +1900,6 @@ source "board/freescale/lx2160a/Kconfig"
 source "board/freescale/mx35pdk/Kconfig"
 source "board/freescale/s32v234evb/Kconfig"
 source "board/grinn/chiliboard/Kconfig"
-source "board/gumstix/pepper/Kconfig"
 source "board/hisilicon/hikey/Kconfig"
 source "board/hisilicon/hikey960/Kconfig"
 source "board/hisilicon/poplar/Kconfig"
diff --git a/arch/arm/mach-omap2/am33xx/Kconfig 
b/arch/arm/mach-omap2/am33xx/Kconfig
index a93fbf4ea0..bb8959e7a7 100644
--- a/arch/arm/mach-omap2/am33xx/Kconfig
+++ b/arch/arm/mach-omap2/am33xx/Kconfig
@@ -160,13 +160,6 @@ config TARGET_PENGWYN
select DM_SERIAL
imply CMD_DM
 
-config TARGET_PEPPER
-   bool "Support pepper"
-   select DM
-   select DM_GPIO
-   select DM_SERIAL
-   imply CMD_DM
-
 config TARGET_PHYCORE_AM335X_R2
bool "Support phyCORE AM335X R2"
select DM
diff --git a/board/gumstix/pepper/Kconfig b/board/gumstix/pepper/Kconfig
deleted file mode 100644
index 6f94612fe2..00
--- a/board/gumstix/pepper/Kconfig
+++ /dev/null
@@ -1,15 +0,0 @@
-if TARGET_PEPPER
-
-config SYS_BOARD
-   default "pepper"
-
-config SYS_VENDOR
-   default "gumstix"
-
-config SYS_SOC
-   default "am33xx"
-
-config SYS_CONFIG_NAME
-   default "pepper"
-
-endif
diff --git a/board/gumstix/pepper/MAINTAINERS b/board/gumstix/pepper/MAINTAINERS
deleted file mode 100644
index ae860ecf1a..00
--- a/board/gumstix/pepper/MAINTAINERS
+++ /dev/null
@@ -1,6 +0,0 @@
-PEPPER BOARD
-M: Ash Charles 
-S: Maintained
-F: board/gumstix/pepper/
-F: include/configs/pepper.h
-F: configs/pepper_defconfig
diff --git a/board/gumstix/pepper/Makefile b/board/gumstix/pepper/Makefile
deleted file mode 100644
index ff6f8b4221..00
--- a/board/gumstix/pepper/Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-# SPDX-License-Identifier: GPL-2.0+
-#
-# Makefile
-#
-# Copyright (C) 2011 Texas Instruments Incorporated - http://www.ti.com/
-
-ifdef CONFIG_SPL_BUILD
-obj-y  += mux.o
-endif
-
-obj-y  += board.o
diff --git a/board/gumstix/pepper/board.c b/board/gumstix/pepper/board.c
deleted file mode 100644
index ebb5a560c3..00
--- a/board/gumstix/pepper/board.c
+++ /dev/null
@@ -1,288 +0,0 @@
-// SPDX-License-Identifier: GPL-2.0+
-/*
- * Board functions for Gumstix Pepper and AM335x-based boards
- *
- * Copyright (C) 2014, Gumstix, Incorporated - http://www.gumstix.com/
- * Based on board/ti/am335x/board.c from Texas Instruments, Inc.
- */
-
-#include 
-#include 
-#include 
-#include 
-#include 
-#include 
-#include 
-#include 
-#include 
-#include 
-#include 
-#include 
-#include 
-#include 
-#include 
-#include 
-#include 
-#include 
-#include 
-#include 
-#include 
-#include 
-#include 
-#include 
-#include "board.h"
-
-DECLARE_GLOBAL_DATA_PTR;
-
-#ifdef CONFIG_SPL_BUILD
-#define OSC(V_OSCK/100)
-
-static const struct ddr_data ddr3_data = {
-   .datardsratio0 = MT41K256M16HA125E_RD_DQS,
-   .datawdsratio0 = MT41K256M16HA125E_WR_DQS,
-   .datafwsratio0 = MT41K256M16HA125E_PHY_FIFO_WE,
-   .datawrsratio0 = MT41K256M16HA125E_PHY_WR_DATA,
-};
-
-static const struct cmd_control ddr3_cmd_ctrl_data = {
-   .cmd0csratio = MT41K256M16HA125E_RATIO,
-   .cmd0iclkout = MT41K256M16HA125E_INVERT_CLKOUT,
-
-   .cmd1csratio = MT41K256M16HA125E_RATIO,
-   .cmd1iclkout = MT41K256M16HA125E_INVERT_CLKOUT,
-
-   .cmd2csratio = MT41K256M16HA125E_RATIO,
-   .cmd2iclkout = MT41K256M16HA125E_INVERT_CLKOUT,
-};
-
-static struct emif_regs ddr3_emif_reg_data = {
-   .sdram_config = MT41K256M16HA125E_EMIF_SDCFG,
-   .ref_ctrl = MT41K256M16HA125E_EMIF_SDREF,
-   .sdram_tim1 = MT41K256M16HA125E_EMIF_TIM1,
-   .sdram_tim2 = MT41K256M16HA125E_EMIF_TIM2,
-