Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755632Ab3EHNaE (ORCPT ); Wed, 8 May 2013 09:30:04 -0400 Received: from mail-we0-f179.google.com ([74.125.82.179]:50256 "EHLO mail-we0-f179.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752186Ab3EHNaD (ORCPT ); Wed, 8 May 2013 09:30:03 -0400 From: Lee Jones To: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Cc: arnd@arndb.de, linus.walleij@stericsson.com, srinidhi.kasagar@stericsson.com Subject: [PATCH 0/9] Important ux500 fixups due for the v3.10 -rc:s Date: Wed, 8 May 2013 14:29:00 +0100 Message-Id: <1368019749-19455-1-git-send-email-lee.jones@linaro.org> X-Mailer: git-send-email 1.7.10.4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1339 Lines: 28 This patch-set straightens out some serious errors incurred during the v3.10 merge window, including: Patch 1: Possible over-write of DB8500-PRCMU platform data Patch 2: Fail to register AB8500 GPIO driver Patch 3: Fail to start Ethernet when using ATAGS - Clocks Patch 4: Fail to probe DB8500 Thermal driver - No pdata Patch 5: Fail to use Early Printk - Incorrect virtual addresses Patch 6: Fail to start Ethernet with using Device Tree - Clocks Patch 7: Oops kernel during driver fail - Null pointer Patch 8: Fail to probe AB8500 GPIO driver - Incorrect platform ID Patch 8: Fail to probe AB8500 GPADC driver - Regulators arch/arm/include/debug/ux500.S | 6 +++--- arch/arm/mach-ux500/board-mop500.c | 6 +++--- arch/arm/mach-ux500/cpu-db8500.c | 6 ++---- arch/arm/mach-ux500/setup.h | 2 +- drivers/clk/ux500/u8500_clk.c | 2 +- drivers/mfd/ab8500-core.c | 9 ++++++--- drivers/mfd/db8500-prcmu.c | 1 + drivers/pinctrl/pinctrl-abx500.c | 30 ++++++++++++++---------------- 8 files changed, 31 insertions(+), 31 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/