| Submitter | Nicolas Ferre |
|---|---|
| Date | Aug. 27, 2012, 8:08 a.m. |
| Message ID | <503B2AE7.4020704@atmel.com> |
| Download | mbox |
| Permalink | /patch/182248/ |
| State | New |
| Headers | show
Return-Path: <linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org> X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@bilbo.ozlabs.org Received: from merlin.infradead.org (unknown [IPv6:2001:4978:20e::2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 684542C031E for <incoming-imx@patchwork.ozlabs.org>; Fri, 7 Sep 2012 02:16:05 +1000 (EST) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1T9ePV-0001ff-5B; Thu, 06 Sep 2012 15:54:29 +0000 Received: from eusmtp01.atmel.com ([212.144.249.242]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1T5uMp-0003ac-3w for linux-arm-kernel@lists.infradead.org; Mon, 27 Aug 2012 08:08:15 +0000 Received: from HNOCHT02.corp.atmel.com (10.161.30.162) by eusmtp01.atmel.com (10.161.101.30) with Microsoft SMTP Server (TLS) id 14.2.318.1; Mon, 27 Aug 2012 10:09:36 +0200 Received: from [10.159.245.112] (10.159.245.112) by HNOCHT02.corp.atmel.com (10.161.30.160) with Microsoft SMTP Server (TLS) id 14.2.318.1; Mon, 27 Aug 2012 10:08:12 +0200 Message-ID: <503B2AE7.4020704@atmel.com> Date: Mon, 27 Aug 2012 10:08:07 +0200 From: Nicolas Ferre <nicolas.ferre@atmel.com> Organization: atmel User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20120714 Thunderbird/14.0 MIME-Version: 1.0 To: Arnd Bergmann <arnd@arndb.de>, Olof Johansson <olof@lixom.net> Subject: [GIT PULL] at91: fixes for 3.6 (take 1 bis) References: <5037A4F3.9090608@atmel.com> In-Reply-To: <5037A4F3.9090608@atmel.com> X-Enigmail-Version: 1.5a1pre X-Originating-IP: [10.159.245.112] X-Bad-Reply: References and In-Reply-To but no 'Re:' in Subject. X-Spam-Note: CRM114 invocation failed X-Spam-Score: -2.1 (--) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-2.1 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record -0.2 RP_MATCHES_RCVD Envelope sender domain matches handover relay domain -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Mailman-Approved-At: Thu, 06 Sep 2012 10:43:30 -0400 Cc: Joachim Eastwood <joachim.eastwood@jotron.com>, Linux Kernel list <linux-kernel@vger.kernel.org>, Ludovic Desroches <ludovic.desroches@atmel.com>, voice <voice.shen@atmel.com>, Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>, linux-arm-kernel <linux-arm-kernel@lists.infradead.org> X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.14 Precedence: list List-Unsubscribe: <http://lists.infradead.org/mailman/options/linux-arm-kernel>, <mailto:linux-arm-kernel-request@lists.infradead.org?subject=unsubscribe> List-Archive: <http://lists.infradead.org/pipermail/linux-arm-kernel/> List-Post: <mailto:linux-arm-kernel@lists.infradead.org> List-Help: <mailto:linux-arm-kernel-request@lists.infradead.org?subject=help> List-Subscribe: <http://lists.infradead.org/mailman/listinfo/linux-arm-kernel>, <mailto:linux-arm-kernel-request@lists.infradead.org?subject=subscribe> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: linux-arm-kernel-bounces@lists.infradead.org Errors-To: linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org List-Id: linux-imx-kernel.lists.patchwork.ozlabs.org |
Hi, This pull request supersedes the previous one from August 24th. It removes the ASoC SSC part which is now handled by Mark Brown. The following changes since commit d9875690d9b89a866022ff49e3fcea892345ad92: Linux 3.6-rc2 (2012-08-16 14:51:24 -0700) are available in the git repository at: git://github.com/at91linux/linux-at91.git tags/at91-fixes for you to fetch changes up to 51a6149b89b822cacf572b2ca2a15cb6f2232b11: ARM: at91/feature-removal-schedule: delay at91_mci removal (2012-08-27 09:59:36 +0200) ---------------------------------------------------------------- Fixes for AT91 related to: - move to sparse IRQ: some drivers were forgotten - a DTS typo - the delay for removal of old at91_mci driver ---------------------------------------------------------------- Bo Shen (1): ARM: at91/dts: remove partial parameter in at91sam9g25ek.dts Ludovic Desroches (3): ARM: at91: fix system timer irq issue due to sparse irq support ARM: at91: fix rtc-at91sam9 irq issue due to sparse irq support ARM: at91/feature-removal-schedule: delay at91_mci removal Nicolas Ferre (1): ARM: at91/clock: fix PLLA overclock warning Documentation/feature-removal-schedule.txt | 2 +- arch/arm/boot/dts/at91sam9g25ek.dts | 2 +- arch/arm/mach-at91/at91rm9200_time.c | 2 +- arch/arm/mach-at91/at91sam9260_devices.c | 6 +++++- arch/arm/mach-at91/at91sam9261_devices.c | 6 +++++- arch/arm/mach-at91/at91sam9263_devices.c | 10 ++++++++-- arch/arm/mach-at91/at91sam9g45_devices.c | 6 +++++- arch/arm/mach-at91/at91sam9rl_devices.c | 6 +++++- arch/arm/mach-at91/clock.c | 12 ++++++++++++ drivers/rtc/rtc-at91sam9.c | 22 +++++++++++++++------- 10 files changed, 58 insertions(+), 16 deletions(-) Thanks, best regards,