From mboxrd@z Thu Jan 1 00:00:00 1970 From: nicolas.ferre@atmel.com (Nicolas Ferre) Date: Mon, 27 Aug 2012 10:08:07 +0200 Subject: [GIT PULL] at91: fixes for 3.6 (take 1 bis) In-Reply-To: <5037A4F3.9090608@atmel.com> References: <5037A4F3.9090608@atmel.com> Message-ID: <503B2AE7.4020704@atmel.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.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, -- Nicolas Ferre From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753364Ab2H0IIQ (ORCPT ); Mon, 27 Aug 2012 04:08:16 -0400 Received: from eusmtp01.atmel.com ([212.144.249.242]:49288 "EHLO eusmtp01.atmel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752888Ab2H0IIO (ORCPT ); Mon, 27 Aug 2012 04:08:14 -0400 Message-ID: <503B2AE7.4020704@atmel.com> Date: Mon, 27 Aug 2012 10:08:07 +0200 From: Nicolas Ferre 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 , Olof Johansson CC: Joachim Eastwood , Linux Kernel list , Ludovic Desroches , voice , "Jean-Christophe PLAGNIOL-VILLARD" , linux-arm-kernel 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 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.159.245.112] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.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, -- Nicolas Ferre