Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759729AbaGDUQF (ORCPT ); Fri, 4 Jul 2014 16:16:05 -0400 Received: from mout.kundenserver.de ([212.227.17.24]:64103 "EHLO mout.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752107AbaGDUQD (ORCPT ); Fri, 4 Jul 2014 16:16:03 -0400 From: Arnd Bergmann To: linux-arm-kernel@lists.infradead.org Cc: Tomasz Figa , linux-samsung-soc@vger.kernel.org, Kukjin Kim , Heiko =?ISO-8859-1?Q?St=FCbner?= , linux-kernel@vger.kernel.org, Tomasz Figa , Mark Brown , Olof Johansson , Marek Szyprowski Subject: Re: [PATCH 00/19] ARM: SAMSUNG: S5PV210 platform clean-up Date: Fri, 04 Jul 2014 22:15:54 +0200 Message-ID: <12714831.uRzVr7yNEz@wuerfel> User-Agent: KMail/4.11.5 (Linux/3.11.0-18-generic; KDE/4.11.5; x86_64; ; ) In-Reply-To: <1404496099-26708-1-git-send-email-t.figa@samsung.com> References: <1404496099-26708-1-git-send-email-t.figa@samsung.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Provags-ID: V02:K0:/udSvUMBSBrB0nF19sEoAnsOVgMPUHTATrov415YgT3 m5Y9/6bE2wMgyQCnqfDMBnzpsKZ4mkipZfVekTOCxbSKTSV64g oBBcYKEtGV20BPWqMrMY04JWHowszDFZE+v4XXhw//sr1NQTIY w9VCqw/bRJEv9GC0v/pVnXaNOhxQ0pJY95RIvN8jgZPFfhzlUc aRHCzz70kIg++iGNL7rX4JMiHuWXF4JiCAV3wgI2rNCEks0FUc jyTguyFu3rJjMKulXBQJeAsAuMv6PY3/4EGEhpGwLneBK5GHCs 90Ppv1rPJV2GQmlfQn87F36Y3i4pnXcgE01aWwXsZjIr9vK0D6 fhB4LlbzdXKd53Wo53Lw= Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Friday 04 July 2014 19:48:00 Tomasz Figa wrote: > This huge series is a (hopefully final) attempt to convert Samsung S5PV210 > into a DT-only and multiplatform-aware platform. It consists of several > steps to gradually replace legacy code with one meeting current standards > and then finally remove unused remnants. > > Patches 1-6 migrate the platform to fully use the Common Clock Framework > and get rid of legacy private clock code, of which s5pv210 was the last > user. Then patch 7 adds generic PHY driver for USB PHY on S5PV210 to allow > USB to be supported when using DT. Further three patches (8-10) add DT > support for mach-s5pv210 and necessary DT sources for currently supported > boards. Patch 11 removes board files and code directly related to them, > effectively making s5pv210 a DT-only platform. In next step, patches 12-15 > prepare remaining code for multiplatform enablement, which is finally done > in patch 16. Patches 17-19 are a final clean-up, which remove a lot of > unused code left after making the last S5P platform DT-only. > > Build tested patch by patch on following configs: > - s3c2410_defconfig (with DT support enabled), > - s3c6400_defconfig (with DT support enabled), > - s5pv210_defconfig (with DT support enabled after patches adding it), > - exynos_defconfig, > - exynos_defconfig with S5PV210 enabled in multiplatform configuration. > > Boot tested on s5pv210-goni board. > > Note that support for smdkc110, smdkv210 and torbreck boards is provided > by moving data from existing board files to new device tree sources. No > testing was performed due to mentioned board not being available anymore. > However I believe we agreed on this approach, because apparently there > are no active users of them. See the RFC from August 2013 asking for > removal of the whole platform [1]. > > [1] http://www.mail-archive.com/linux-samsung-soc%40vger.kernel.org/msg21882.html > > Great work, everything Acked-by: Arnd Bergmann I hope we can get this into linux-next soon so we can do some more cleanups on top. Arnd -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/