Re: [PATCH] ARM: EXYNOS: no more support non-DT for EXYNOS SoCs

2013-04-11 Thread Olof Johansson
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 
> ---
>  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
--
To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH] ARM: EXYNOS: no more support non-DT for EXYNOS SoCs

2013-04-09 Thread Kukjin Kim

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
--
To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH] ARM: EXYNOS: no more support non-DT for EXYNOS SoCs

2013-04-09 Thread Arnd Bergmann
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
--
To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


RE: [PATCH] ARM: EXYNOS: no more support non-DT for EXYNOS SoCs

2013-04-09 Thread Kukjin Kim
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 
> ---
>  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

[...]

--
To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html