* RE: [PATCH] ARM: EXYNOS: no more support non-DT for EXYNOS SoCs [not found] <2f3001ce3515$9a9ae1b0$cfd0a510$%kim@samsung.com> @ 2013-04-09 11:38 ` Kukjin Kim 2013-04-11 17:11 ` Olof Johansson 1 sibling, 0 replies; 8+ messages in thread From: Kukjin Kim @ 2013-04-09 11:38 UTC (permalink / raw) To: 'Kukjin Kim', linux-arm-kernel, linux-samsung-soc Cc: 'Arnd Bergmann', 'Olof Johansson', kyungmin.park, 'Thomas Abraham', 'Sylwester Nawrocki', 'Tomasz Figa' Kukjin Kim wrote: > > > As we discussed in mailing list, non-DT for EXYNOS SoCs will not be > supported from v3.10. This patch removes regarding files for non-DT > including board files. > > Signed-off-by: Kukjin Kim <kgene.kim@samsung.com> > --- > arch/arm/configs/exynos4_defconfig | 68 -- > arch/arm/mach-exynos/Kconfig | 303 +----- > arch/arm/mach-exynos/Makefile | 26 - > arch/arm/mach-exynos/common.c | 9 +- > arch/arm/mach-exynos/dev-ahci.c | 255 ----- > arch/arm/mach-exynos/dev-ohci.c | 52 -- > arch/arm/mach-exynos/dma.c | 322 ------- > arch/arm/mach-exynos/mach-armlex4210.c | 206 ----- > arch/arm/mach-exynos/mach-nuri.c | 1387 > ---------------------------- > arch/arm/mach-exynos/mach-origen.c | 822 ----------------- > arch/arm/mach-exynos/mach-smdk4x12.c | 395 -------- > arch/arm/mach-exynos/mach-smdkv310.c | 443 --------- > arch/arm/mach-exynos/mach-universal_c210.c | 1159 ----------------------- > arch/arm/mach-exynos/pm_domains.c | 7 - > arch/arm/mach-exynos/setup-fimc.c | 44 - > arch/arm/mach-exynos/setup-fimd0.c | 43 - > arch/arm/mach-exynos/setup-i2c1.c | 23 - > arch/arm/mach-exynos/setup-i2c2.c | 23 - > arch/arm/mach-exynos/setup-i2c3.c | 23 - > arch/arm/mach-exynos/setup-i2c4.c | 23 - > arch/arm/mach-exynos/setup-i2c5.c | 23 - > arch/arm/mach-exynos/setup-i2c6.c | 23 - > arch/arm/mach-exynos/setup-i2c7.c | 23 - > arch/arm/mach-exynos/setup-keypad.c | 36 - > arch/arm/mach-exynos/setup-sdhci-gpio.c | 152 --- > arch/arm/mach-exynos/setup-spi.c | 45 - > arch/arm/mach-exynos/setup-usb-phy.c | 223 ----- > 27 files changed, 3 insertions(+), 6155 deletions(-) > delete mode 100644 arch/arm/configs/exynos4_defconfig > delete mode 100644 arch/arm/mach-exynos/dev-ahci.c > delete mode 100644 arch/arm/mach-exynos/dev-ohci.c > delete mode 100644 arch/arm/mach-exynos/dma.c > delete mode 100644 arch/arm/mach-exynos/mach-armlex4210.c > delete mode 100644 arch/arm/mach-exynos/mach-nuri.c > delete mode 100644 arch/arm/mach-exynos/mach-origen.c > delete mode 100644 arch/arm/mach-exynos/mach-smdk4x12.c > delete mode 100644 arch/arm/mach-exynos/mach-smdkv310.c > delete mode 100644 arch/arm/mach-exynos/mach-universal_c210.c > delete mode 100644 arch/arm/mach-exynos/setup-fimc.c > delete mode 100644 arch/arm/mach-exynos/setup-fimd0.c > delete mode 100644 arch/arm/mach-exynos/setup-i2c1.c > delete mode 100644 arch/arm/mach-exynos/setup-i2c2.c > delete mode 100644 arch/arm/mach-exynos/setup-i2c3.c > delete mode 100644 arch/arm/mach-exynos/setup-i2c4.c > delete mode 100644 arch/arm/mach-exynos/setup-i2c5.c > delete mode 100644 arch/arm/mach-exynos/setup-i2c6.c > delete mode 100644 arch/arm/mach-exynos/setup-i2c7.c > delete mode 100644 arch/arm/mach-exynos/setup-keypad.c > delete mode 100644 arch/arm/mach-exynos/setup-sdhci-gpio.c > delete mode 100644 arch/arm/mach-exynos/setup-spi.c > delete mode 100644 arch/arm/mach-exynos/setup-usb-phy.c > One more, as you know, we cannot support all features non-DT did only with DT exynos. But I think, if required, some of them can be kept in samsung tree temporarily. Note, original patch couldn't submitted to linux arm kernel ml due to size. And please ignore useless line wrapped due to e-mail client problem :-( Thanks. - Kukjin [...] ^ permalink raw reply [flat|nested] 8+ messages in thread
* [PATCH] ARM: EXYNOS: no more support non-DT for EXYNOS SoCs @ 2013-04-09 11:38 ` Kukjin Kim 0 siblings, 0 replies; 8+ messages in thread From: Kukjin Kim @ 2013-04-09 11:38 UTC (permalink / raw) To: linux-arm-kernel Kukjin Kim wrote: > > > As we discussed in mailing list, non-DT for EXYNOS SoCs will not be > supported from v3.10. This patch removes regarding files for non-DT > including board files. > > Signed-off-by: Kukjin Kim <kgene.kim@samsung.com> > --- > arch/arm/configs/exynos4_defconfig | 68 -- > arch/arm/mach-exynos/Kconfig | 303 +----- > arch/arm/mach-exynos/Makefile | 26 - > arch/arm/mach-exynos/common.c | 9 +- > arch/arm/mach-exynos/dev-ahci.c | 255 ----- > arch/arm/mach-exynos/dev-ohci.c | 52 -- > arch/arm/mach-exynos/dma.c | 322 ------- > arch/arm/mach-exynos/mach-armlex4210.c | 206 ----- > arch/arm/mach-exynos/mach-nuri.c | 1387 > ---------------------------- > arch/arm/mach-exynos/mach-origen.c | 822 ----------------- > arch/arm/mach-exynos/mach-smdk4x12.c | 395 -------- > arch/arm/mach-exynos/mach-smdkv310.c | 443 --------- > arch/arm/mach-exynos/mach-universal_c210.c | 1159 ----------------------- > arch/arm/mach-exynos/pm_domains.c | 7 - > arch/arm/mach-exynos/setup-fimc.c | 44 - > arch/arm/mach-exynos/setup-fimd0.c | 43 - > arch/arm/mach-exynos/setup-i2c1.c | 23 - > arch/arm/mach-exynos/setup-i2c2.c | 23 - > arch/arm/mach-exynos/setup-i2c3.c | 23 - > arch/arm/mach-exynos/setup-i2c4.c | 23 - > arch/arm/mach-exynos/setup-i2c5.c | 23 - > arch/arm/mach-exynos/setup-i2c6.c | 23 - > arch/arm/mach-exynos/setup-i2c7.c | 23 - > arch/arm/mach-exynos/setup-keypad.c | 36 - > arch/arm/mach-exynos/setup-sdhci-gpio.c | 152 --- > arch/arm/mach-exynos/setup-spi.c | 45 - > arch/arm/mach-exynos/setup-usb-phy.c | 223 ----- > 27 files changed, 3 insertions(+), 6155 deletions(-) > delete mode 100644 arch/arm/configs/exynos4_defconfig > delete mode 100644 arch/arm/mach-exynos/dev-ahci.c > delete mode 100644 arch/arm/mach-exynos/dev-ohci.c > delete mode 100644 arch/arm/mach-exynos/dma.c > delete mode 100644 arch/arm/mach-exynos/mach-armlex4210.c > delete mode 100644 arch/arm/mach-exynos/mach-nuri.c > delete mode 100644 arch/arm/mach-exynos/mach-origen.c > delete mode 100644 arch/arm/mach-exynos/mach-smdk4x12.c > delete mode 100644 arch/arm/mach-exynos/mach-smdkv310.c > delete mode 100644 arch/arm/mach-exynos/mach-universal_c210.c > delete mode 100644 arch/arm/mach-exynos/setup-fimc.c > delete mode 100644 arch/arm/mach-exynos/setup-fimd0.c > delete mode 100644 arch/arm/mach-exynos/setup-i2c1.c > delete mode 100644 arch/arm/mach-exynos/setup-i2c2.c > delete mode 100644 arch/arm/mach-exynos/setup-i2c3.c > delete mode 100644 arch/arm/mach-exynos/setup-i2c4.c > delete mode 100644 arch/arm/mach-exynos/setup-i2c5.c > delete mode 100644 arch/arm/mach-exynos/setup-i2c6.c > delete mode 100644 arch/arm/mach-exynos/setup-i2c7.c > delete mode 100644 arch/arm/mach-exynos/setup-keypad.c > delete mode 100644 arch/arm/mach-exynos/setup-sdhci-gpio.c > delete mode 100644 arch/arm/mach-exynos/setup-spi.c > delete mode 100644 arch/arm/mach-exynos/setup-usb-phy.c > One more, as you know, we cannot support all features non-DT did only with DT exynos. But I think, if required, some of them can be kept in samsung tree temporarily. Note, original patch couldn't submitted to linux arm kernel ml due to size. And please ignore useless line wrapped due to e-mail client problem :-( Thanks. - Kukjin [...] ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] ARM: EXYNOS: no more support non-DT for EXYNOS SoCs 2013-04-09 11:38 ` Kukjin Kim @ 2013-04-09 11:48 ` Arnd Bergmann -1 siblings, 0 replies; 8+ messages in thread From: Arnd Bergmann @ 2013-04-09 11:48 UTC (permalink / raw) To: Kukjin Kim Cc: linux-arm-kernel, linux-samsung-soc, 'Olof Johansson', kyungmin.park, 'Thomas Abraham', 'Sylwester Nawrocki', 'Tomasz Figa' On Tuesday 09 April 2013, Kukjin Kim wrote: > One more, as you know, we cannot support all features non-DT did only with > DT exynos. But I think, if required, some of them can be kept in samsung > tree temporarily. Which are the features that are going to be missing? Is it possible to add the ones that people are likely to miss using auxdata? > Note, original patch couldn't submitted to linux arm kernel ml due to size. > And please ignore useless line wrapped due to e-mail client problem :-( You might be able to send it when you create the patch using 'git format-patch -M -D', which will leave out deleted files. Arnd ^ permalink raw reply [flat|nested] 8+ messages in thread
* [PATCH] ARM: EXYNOS: no more support non-DT for EXYNOS SoCs @ 2013-04-09 11:48 ` Arnd Bergmann 0 siblings, 0 replies; 8+ messages in thread From: Arnd Bergmann @ 2013-04-09 11:48 UTC (permalink / raw) To: linux-arm-kernel On Tuesday 09 April 2013, Kukjin Kim wrote: > One more, as you know, we cannot support all features non-DT did only with > DT exynos. But I think, if required, some of them can be kept in samsung > tree temporarily. Which are the features that are going to be missing? Is it possible to add the ones that people are likely to miss using auxdata? > Note, original patch couldn't submitted to linux arm kernel ml due to size. > And please ignore useless line wrapped due to e-mail client problem :-( You might be able to send it when you create the patch using 'git format-patch -M -D', which will leave out deleted files. Arnd ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] ARM: EXYNOS: no more support non-DT for EXYNOS SoCs 2013-04-09 11:48 ` Arnd Bergmann @ 2013-04-09 15:07 ` Kukjin Kim -1 siblings, 0 replies; 8+ messages in thread From: Kukjin Kim @ 2013-04-09 15:07 UTC (permalink / raw) To: Arnd Bergmann Cc: Kukjin Kim, linux-samsung-soc, 'Tomasz Figa', kyungmin.park, 'Thomas Abraham', 'Sylwester Nawrocki', 'Olof Johansson', linux-arm-kernel On 04/09/13 20:48, Arnd Bergmann wrote: > On Tuesday 09 April 2013, Kukjin Kim wrote: >> One more, as you know, we cannot support all features non-DT did only with >> DT exynos. But I think, if required, some of them can be kept in samsung >> tree temporarily. > > Which are the features that are going to be missing? Is it possible to > add the ones that people are likely to miss using auxdata? > AFAIK, some of them such as sata, usb phy is on-going and... >> Note, original patch couldn't submitted to linux arm kernel ml due to size. >> And please ignore useless line wrapped due to e-mail client problem :-( > > You might be able to send it when you create the patch using 'git format-patch > -M -D', which will leave out deleted files. > Thanks, I did as per your suggestion. - Kukjin ^ permalink raw reply [flat|nested] 8+ messages in thread
* [PATCH] ARM: EXYNOS: no more support non-DT for EXYNOS SoCs @ 2013-04-09 15:07 ` Kukjin Kim 0 siblings, 0 replies; 8+ messages in thread From: Kukjin Kim @ 2013-04-09 15:07 UTC (permalink / raw) To: linux-arm-kernel On 04/09/13 20:48, Arnd Bergmann wrote: > On Tuesday 09 April 2013, Kukjin Kim wrote: >> One more, as you know, we cannot support all features non-DT did only with >> DT exynos. But I think, if required, some of them can be kept in samsung >> tree temporarily. > > Which are the features that are going to be missing? Is it possible to > add the ones that people are likely to miss using auxdata? > AFAIK, some of them such as sata, usb phy is on-going and... >> Note, original patch couldn't submitted to linux arm kernel ml due to size. >> And please ignore useless line wrapped due to e-mail client problem :-( > > You might be able to send it when you create the patch using 'git format-patch > -M -D', which will leave out deleted files. > Thanks, I did as per your suggestion. - Kukjin ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] ARM: EXYNOS: no more support non-DT for EXYNOS SoCs [not found] <2f3001ce3515$9a9ae1b0$cfd0a510$%kim@samsung.com> @ 2013-04-11 17:11 ` Olof Johansson 2013-04-11 17:11 ` Olof Johansson 1 sibling, 0 replies; 8+ messages in thread From: Olof Johansson @ 2013-04-11 17:11 UTC (permalink / raw) To: Kukjin Kim Cc: linux-arm-kernel, linux-samsung-soc, 'Arnd Bergmann', kyungmin.park, 'Thomas Abraham', 'Sylwester Nawrocki', 'Tomasz Figa' On Tue, Apr 09, 2013 at 08:30:14PM +0900, Kukjin Kim wrote: > > As we discussed in mailing list, non-DT for EXYNOS SoCs will not be > supported from v3.10. This patch removes regarding files for non-DT > including board files. > > Signed-off-by: Kukjin Kim <kgene.kim@samsung.com> > --- > arch/arm/configs/exynos4_defconfig | 68 -- I think you can just delete this and move the contents over to exynos_defconfig instead. The original argument for keeping exynos4_defconfig was to provide a defconfig for non-DT platforms on exynos4. That's gone now, and you can just roll them into exynos_defconfig instead. -Olof ^ permalink raw reply [flat|nested] 8+ messages in thread
* [PATCH] ARM: EXYNOS: no more support non-DT for EXYNOS SoCs @ 2013-04-11 17:11 ` Olof Johansson 0 siblings, 0 replies; 8+ messages in thread From: Olof Johansson @ 2013-04-11 17:11 UTC (permalink / raw) To: linux-arm-kernel On Tue, Apr 09, 2013 at 08:30:14PM +0900, Kukjin Kim wrote: > > As we discussed in mailing list, non-DT for EXYNOS SoCs will not be > supported from v3.10. This patch removes regarding files for non-DT > including board files. > > Signed-off-by: Kukjin Kim <kgene.kim@samsung.com> > --- > arch/arm/configs/exynos4_defconfig | 68 -- I think you can just delete this and move the contents over to exynos_defconfig instead. The original argument for keeping exynos4_defconfig was to provide a defconfig for non-DT platforms on exynos4. That's gone now, and you can just roll them into exynos_defconfig instead. -Olof ^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2013-04-11 17:11 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <2f3001ce3515$9a9ae1b0$cfd0a510$%kim@samsung.com>
2013-04-09 11:38 ` [PATCH] ARM: EXYNOS: no more support non-DT for EXYNOS SoCs Kukjin Kim
2013-04-09 11:38 ` Kukjin Kim
2013-04-09 11:48 ` Arnd Bergmann
2013-04-09 11:48 ` Arnd Bergmann
2013-04-09 15:07 ` Kukjin Kim
2013-04-09 15:07 ` Kukjin Kim
2013-04-11 17:11 ` Olof Johansson
2013-04-11 17:11 ` Olof Johansson
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.