From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Brown Subject: [PATCH v2 00/11] msm: Add initial support for MSM8960 Date: Wed, 19 Jan 2011 14:40:40 -0800 Message-ID: <8ya1v48o6tz.fsf@huya.qualcomm.com> References: <1292384961-8851-1-git-send-email-stepanm@codeaurora.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1292384961-8851-1-git-send-email-stepanm@codeaurora.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-arm-kernel-bounces@lists.infradead.org Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: linux-arm-msm@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Arnd Bergmann , Sergei Shtylyov List-Id: linux-arm-msm@vger.kernel.org Resending with CC's actually present in the header. This series adds initial support for the MSM8960. Unfortunately, the naming of this device is misleading, and it is not a particular instance of the current MSM8x60 devices, but a rather different chip. The MSM8x60 arch supports the 8260 and 8660 devices. I may make a future patch to rename this arch to be one of these names. Patch versions: v2 - Remove ifdefs for io mappings for the new target. More need to be cleaned up for all targets, but this doesn't add new ones. The irq table still contains an ifdef, which will be cleaned up in an upcoming patch.