From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shawn Guo Subject: Re: [PATCH v2 00/12] Add basic code support for imx6sll Date: Mon, 23 Jan 2017 14:10:36 +0800 Message-ID: <20170123061034.GE5662@dragon> References: <1482832070-22668-1-git-send-email-ping.bai@nxp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mail.kernel.org ([198.145.29.136]:57834 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750703AbdAWGKw (ORCPT ); Mon, 23 Jan 2017 01:10:52 -0500 Content-Disposition: inline In-Reply-To: <1482832070-22668-1-git-send-email-ping.bai@nxp.com> Sender: linux-gpio-owner@vger.kernel.org List-Id: linux-gpio@vger.kernel.org To: Bai Ping Cc: mturquette@baylibre.com, sboyd@codeaurora.org, robh+dt@kernel.org, mark.rutland@arm.com, linus.walleij@linaro.org, devicetree@vger.kernel.org, kernel@pengutronix.de, daniel.lezcano@linaro.org, linux-gpio@vger.kernel.org, p.zabel@pengutronix.de, jacky.baip@gmail.com, fabio.estevam@nxp.com, tglx@linutronix.de, linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org On Tue, Dec 27, 2016 at 05:47:38PM +0800, Bai Ping wrote: > The i.MX 6SoloLiteLite application processors are NXP's > latest additions to a growing family of multimedia-focused > products offering high-performance processing optimized for > lowest power consumption. The i.MX 6SoloLiteLite processors > feature NXP's advanced implementation of the ARM Cortex-A9 core, > which can be interfaced with LPDDR3 and LPDDR2 DRAM memory devices. > > i.MX6SLL is a new SOC of the i.MX6 family, shares many common modules, > so most of the MSL code can be resued from i.MX6 serious SOC. > > > change for V2: > - address comments in dts and dtsi from Fabio. > - split the doc update into two patch, fix typo. > - address comments in clock driver, add necessary 'const'qualifier. > > Bai Ping (12): > ARM: imx: Add basic msl support for imx6sll > driver: clocksource: add gpt timer for imx6sll > Document: dt: binding: imx: update clock doc for imx6sll > driver: clk: imx: Add clock driver for imx6sll > Document: dt: binding: imx: update pinctrl doc for imx6sll > driver: pinctrl: imx: Add pinctrl driver support for imx6sll > ARM: dts: imx: Add basic dtsi for imx6sll > ARM: dts: imx: Add imx6sll EVK board dts support > ARM: debug: Add low level debug support for imx6sll > ARM: imx: Add suspend/resume support for imx6sll > ARM: imx: correct i.mx6sll dram io low power mode > ARM: configs: enable imx6sll support in defconfig I do not think you need to necessarily put them into a series, since they will go through different sub-system maintainers. If there are dependencies between them, you should manage to get the prerequisite parts get merged first. Shawn From mboxrd@z Thu Jan 1 00:00:00 1970 From: shawnguo@kernel.org (Shawn Guo) Date: Mon, 23 Jan 2017 14:10:36 +0800 Subject: [PATCH v2 00/12] Add basic code support for imx6sll In-Reply-To: <1482832070-22668-1-git-send-email-ping.bai@nxp.com> References: <1482832070-22668-1-git-send-email-ping.bai@nxp.com> Message-ID: <20170123061034.GE5662@dragon> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Tue, Dec 27, 2016 at 05:47:38PM +0800, Bai Ping wrote: > The i.MX 6SoloLiteLite application processors are NXP's > latest additions to a growing family of multimedia-focused > products offering high-performance processing optimized for > lowest power consumption. The i.MX 6SoloLiteLite processors > feature NXP's advanced implementation of the ARM Cortex-A9 core, > which can be interfaced with LPDDR3 and LPDDR2 DRAM memory devices. > > i.MX6SLL is a new SOC of the i.MX6 family, shares many common modules, > so most of the MSL code can be resued from i.MX6 serious SOC. > > > change for V2: > - address comments in dts and dtsi from Fabio. > - split the doc update into two patch, fix typo. > - address comments in clock driver, add necessary 'const'qualifier. > > Bai Ping (12): > ARM: imx: Add basic msl support for imx6sll > driver: clocksource: add gpt timer for imx6sll > Document: dt: binding: imx: update clock doc for imx6sll > driver: clk: imx: Add clock driver for imx6sll > Document: dt: binding: imx: update pinctrl doc for imx6sll > driver: pinctrl: imx: Add pinctrl driver support for imx6sll > ARM: dts: imx: Add basic dtsi for imx6sll > ARM: dts: imx: Add imx6sll EVK board dts support > ARM: debug: Add low level debug support for imx6sll > ARM: imx: Add suspend/resume support for imx6sll > ARM: imx: correct i.mx6sll dram io low power mode > ARM: configs: enable imx6sll support in defconfig I do not think you need to necessarily put them into a series, since they will go through different sub-system maintainers. If there are dependencies between them, you should manage to get the prerequisite parts get merged first. Shawn