[PATCH v2 00/12] Add basic code support for imx6sll
From: ping.bai@nxp.com (Jacky Bai)
Date: 2017-01-23 07:18:51
Also in:
linux-clk, linux-devicetree, linux-gpio
From: Shawn Guo [mailto:shawnguo at kernel.org] On Tue, Dec 27, 2016 at 05:47:38PM +0800, Bai Ping wrote:quoted
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 defconfigI 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.
ok, got it.
Shawn