From mboxrd@z Thu Jan 1 00:00:00 1970 From: Zhiqiang Hou Subject: [PATCH 0/6] Add LS1043A SoC support Date: Mon, 21 Sep 2015 20:22:32 +0800 Message-ID: <1442838158-2964-1-git-send-email-B48286@freescale.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Sender: linux-doc-owner@vger.kernel.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 Cc: wsa@the-dreams.de, wim@iguana.be, corbet@lwn.net, mturquette@baylibre.com, sboyd@codeaurora.org, Mingkai.Hu@freescale.com, Shaohui.Xie@freescale.com, Wenbin.Song@freescale.com, scottwood@freescale.com, bhupesh.sharma@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 1/6] i2c: Add i2c support to Freescale Layerscape platforms [PATCH 2/6] watchdog: Add support for Freescale Layerscape platforms [PATCH 3/6] Documentation: DT: Add entry for FSL LS1043ARDB board [PATCH 4/6] arm64/ls1043a: add DTS for Freescale LS1043A SoC [PATCH 5/6] clk: qoriq: Add ls1043a support. [PATCH 6/6] dts/ls1043a: add LS1043ARDB board support