From mboxrd@z Thu Jan 1 00:00:00 1970 From: Zhiqiang Hou Subject: [PATCH V3 0/6] Add LS1043A SoC support Date: Wed, 14 Oct 2015 19:34:52 +0800 Message-ID: <1444822498-16477-1-git-send-email-B48286@freescale.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: linux-arm-kernel@lists.infradead.org, catalin.marinas@arm.com, will.deacon@arm.com, linux-i2c@vger.kernel.org, linux-watchdog@vger.kernel.org, linux-doc@vger.kernel.org, linux-clk@vger.kernel.org, mark.rutland@arm.com Cc: Shaohui.Xie@freescale.com, wsa@the-dreams.de, bhupesh.sharma@freescale.com, mturquette@baylibre.com, corbet@lwn.net, sboyd@codeaurora.org, wim@iguana.be, Wenbin.Song@freescale.com, scottwood@freescale.com, Mingkai.Hu@freescale.com, leoli@freescale.com List-Id: linux-i2c@vger.kernel.org This patchest adds support for Freescale's LS1043A SoC which is based on ARMv8 architecture. Some pending patches are depended on: 1. The LS1043A is belong to Freescale's ARMv8 Layerscape SoC family, so depends on the updating ARCH kconfig patch. https://patchwork.kernel.org/patch/7120101/ 2. The LS1043A use the new clockgen binding updated by Scott Wood, depends on the patchset: https://patchwork.kernel.org/patch/7225421/ https://patchwork.kernel.org/patch/7225461/ https://patchwork.kernel.org/patch/7225431/ https://patchwork.kernel.org/patch/7225441/ https://patchwork.kernel.org/patch/7225451/ [PATCH V3 1/6] i2c: Add i2c support to Freescale Layerscape platforms [PATCH V3 2/6] watchdog: Add support for Freescale Layerscape [PATCH V3 3/6] Documentation: DT: Add entry for FSL LS1043ARDB board [PATCH V3 4/6] arm64/ls1043a: add DTS for Freescale LS1043A SoC [PATCH V3 5/6] clk: qoriq: Add ls1043a support. [PATCH V3 6/6] dts/ls1043a: add LS1043ARDB board support