* [PATCH v2] ARM: mx25: Remove mach-mx25_3ds board file
@ 2015-03-03 12:32 Fabio Estevam
2015-03-06 4:49 ` Shawn Guo
0 siblings, 1 reply; 3+ messages in thread
From: Fabio Estevam @ 2015-03-03 12:32 UTC (permalink / raw)
To: linux-arm-kernel
imx25-pdk.dts provides a more complete support than the board file version, so
let's get rid of the board file.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
---
Changes since v1:
- Rebased against imx/cleanup branch
arch/arm/mach-imx/Kconfig | 15 ---
arch/arm/mach-imx/Makefile | 1 -
arch/arm/mach-imx/mach-mx25_3ds.c | 270 --------------------------------------
3 files changed, 286 deletions(-)
delete mode 100644 arch/arm/mach-imx/mach-mx25_3ds.c
diff --git a/arch/arm/mach-imx/Kconfig b/arch/arm/mach-imx/Kconfig
index f9d17f3..247a465 100644
--- a/arch/arm/mach-imx/Kconfig
+++ b/arch/arm/mach-imx/Kconfig
@@ -151,21 +151,6 @@ config MACH_MX21ADS
comment "MX25 platforms:"
-config MACH_MX25_3DS
- bool "Support MX25PDK (3DS) Platform"
- select IMX_HAVE_PLATFORM_FLEXCAN
- select IMX_HAVE_PLATFORM_FSL_USB2_UDC
- select IMX_HAVE_PLATFORM_IMX2_WDT
- select IMX_HAVE_PLATFORM_IMXDI_RTC
- select IMX_HAVE_PLATFORM_IMX_FB
- select IMX_HAVE_PLATFORM_IMX_I2C
- select IMX_HAVE_PLATFORM_IMX_KEYPAD
- select IMX_HAVE_PLATFORM_IMX_UART
- select IMX_HAVE_PLATFORM_MXC_EHCI
- select IMX_HAVE_PLATFORM_MXC_NAND
- select IMX_HAVE_PLATFORM_SDHCI_ESDHC_IMX
- select SOC_IMX25
-
config MACH_EUKREA_CPUIMX25SD
bool "Support Eukrea CPUIMX25 Platform"
select IMX_HAVE_PLATFORM_FLEXCAN
diff --git a/arch/arm/mach-imx/Makefile b/arch/arm/mach-imx/Makefile
index 8d1b101..e92ede9 100644
--- a/arch/arm/mach-imx/Makefile
+++ b/arch/arm/mach-imx/Makefile
@@ -49,7 +49,6 @@ obj-$(CONFIG_MACH_IMX1_DT) += imx1-dt.o
obj-$(CONFIG_MACH_MX21ADS) += mach-mx21ads.o
# i.MX25 based machines
-obj-$(CONFIG_MACH_MX25_3DS) += mach-mx25_3ds.o
obj-$(CONFIG_MACH_EUKREA_CPUIMX25SD) += mach-eukrea_cpuimx25.o
obj-$(CONFIG_MACH_EUKREA_MBIMXSD25_BASEBOARD) += eukrea_mbimxsd25-baseboard.o
obj-$(CONFIG_MACH_IMX25_DT) += imx25-dt.o
diff --git a/arch/arm/mach-imx/mach-mx25_3ds.c b/arch/arm/mach-imx/mach-mx25_3ds.c
deleted file mode 100644
index 584248a..0000000
--
1.9.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [PATCH v2] ARM: mx25: Remove mach-mx25_3ds board file
2015-03-03 12:32 [PATCH v2] ARM: mx25: Remove mach-mx25_3ds board file Fabio Estevam
@ 2015-03-06 4:49 ` Shawn Guo
2015-03-06 4:58 ` Fabio Estevam
0 siblings, 1 reply; 3+ messages in thread
From: Shawn Guo @ 2015-03-06 4:49 UTC (permalink / raw)
To: linux-arm-kernel
On Tue, Mar 03, 2015 at 09:32:42AM -0300, Fabio Estevam wrote:
> imx25-pdk.dts provides a more complete support than the board file version, so
> let's get rid of the board file.
>
> Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
> ---
> Changes since v1:
> - Rebased against imx/cleanup branch
I do not know what went wrong. The v2 still doesn't apply on my branch.
$ git am -3 ~/fabio
Applying: ARM: mx25: Remove mach-mx25_3ds board file
Using index info to reconstruct a base tree...
error: removal patch leaves file contents
error: arch/arm/mach-imx/mach-mx25_3ds.c: patch does not apply
Did you hand edit your patch?
It does not apply to blobs recorded in its index.
Cannot fall back to three-way merge.
Patch failed at 0001 ARM: mx25: Remove mach-mx25_3ds board file
Shawn
>
> arch/arm/mach-imx/Kconfig | 15 ---
> arch/arm/mach-imx/Makefile | 1 -
> arch/arm/mach-imx/mach-mx25_3ds.c | 270 --------------------------------------
> 3 files changed, 286 deletions(-)
> delete mode 100644 arch/arm/mach-imx/mach-mx25_3ds.c
>
> diff --git a/arch/arm/mach-imx/Kconfig b/arch/arm/mach-imx/Kconfig
> index f9d17f3..247a465 100644
> --- a/arch/arm/mach-imx/Kconfig
> +++ b/arch/arm/mach-imx/Kconfig
> @@ -151,21 +151,6 @@ config MACH_MX21ADS
>
> comment "MX25 platforms:"
>
> -config MACH_MX25_3DS
> - bool "Support MX25PDK (3DS) Platform"
> - select IMX_HAVE_PLATFORM_FLEXCAN
> - select IMX_HAVE_PLATFORM_FSL_USB2_UDC
> - select IMX_HAVE_PLATFORM_IMX2_WDT
> - select IMX_HAVE_PLATFORM_IMXDI_RTC
> - select IMX_HAVE_PLATFORM_IMX_FB
> - select IMX_HAVE_PLATFORM_IMX_I2C
> - select IMX_HAVE_PLATFORM_IMX_KEYPAD
> - select IMX_HAVE_PLATFORM_IMX_UART
> - select IMX_HAVE_PLATFORM_MXC_EHCI
> - select IMX_HAVE_PLATFORM_MXC_NAND
> - select IMX_HAVE_PLATFORM_SDHCI_ESDHC_IMX
> - select SOC_IMX25
> -
> config MACH_EUKREA_CPUIMX25SD
> bool "Support Eukrea CPUIMX25 Platform"
> select IMX_HAVE_PLATFORM_FLEXCAN
> diff --git a/arch/arm/mach-imx/Makefile b/arch/arm/mach-imx/Makefile
> index 8d1b101..e92ede9 100644
> --- a/arch/arm/mach-imx/Makefile
> +++ b/arch/arm/mach-imx/Makefile
> @@ -49,7 +49,6 @@ obj-$(CONFIG_MACH_IMX1_DT) += imx1-dt.o
> obj-$(CONFIG_MACH_MX21ADS) += mach-mx21ads.o
>
> # i.MX25 based machines
> -obj-$(CONFIG_MACH_MX25_3DS) += mach-mx25_3ds.o
> obj-$(CONFIG_MACH_EUKREA_CPUIMX25SD) += mach-eukrea_cpuimx25.o
> obj-$(CONFIG_MACH_EUKREA_MBIMXSD25_BASEBOARD) += eukrea_mbimxsd25-baseboard.o
> obj-$(CONFIG_MACH_IMX25_DT) += imx25-dt.o
> diff --git a/arch/arm/mach-imx/mach-mx25_3ds.c b/arch/arm/mach-imx/mach-mx25_3ds.c
> deleted file mode 100644
> index 584248a..0000000
> --
> 1.9.1
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH v2] ARM: mx25: Remove mach-mx25_3ds board file
2015-03-06 4:49 ` Shawn Guo
@ 2015-03-06 4:58 ` Fabio Estevam
0 siblings, 0 replies; 3+ messages in thread
From: Fabio Estevam @ 2015-03-06 4:58 UTC (permalink / raw)
To: linux-arm-kernel
On Fri, Mar 6, 2015 at 1:49 AM, Shawn Guo <shawn.guo@linaro.org> wrote:
> On Tue, Mar 03, 2015 at 09:32:42AM -0300, Fabio Estevam wrote:
>> imx25-pdk.dts provides a more complete support than the board file version, so
>> let's get rid of the board file.
>>
>> Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
>> ---
>> Changes since v1:
>> - Rebased against imx/cleanup branch
>
> I do not know what went wrong. The v2 still doesn't apply on my branch.
Maybe because I generated with -D option. I have sent a v3 without the
-D option and it should apply cleanly.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-03-06 4:58 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-03 12:32 [PATCH v2] ARM: mx25: Remove mach-mx25_3ds board file Fabio Estevam
2015-03-06 4:49 ` Shawn Guo
2015-03-06 4:58 ` Fabio Estevam
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).