mbox

[GIT,PULL] at91: fixes for 3.12 #1

Message ID 1380027682-8132-1-git-send-email-nicolas.ferre@atmel.com
State New
Headers show

Pull-request

git://github.com/at91linux/linux-at91.git tags/at91-fixes

Message

Nicolas Ferre Sept. 24, 2013, 1:01 p.m. UTC
Arnd, Olof, Kevin,

This is the first batch of fixes for AT91.
I think that the removal of the void flag IRQF_DISABLED can be schedulled in
this timeframe as we are pretty early in the cycle and that this patch
shouldn't wait more.

Thanks, best regards,

The following changes since commit 272b98c6455f00884f0350f775c5342358ebb73f:

  Linux 3.12-rc1 (2013-09-16 16:17:51 -0400)

are available in the git repository at:

  git://github.com/at91linux/linux-at91.git tags/at91-fixes

for you to fetch changes up to 9ceb389dddbcdb87830f01fcf84d94b2da581dae:

  ARM: at91: remove IRQF_DISABLED (2013-09-19 15:36:35 +0200)

----------------------------------------------------------------
First fixes series for 3.12
- removal of void IRQF_DISABLED flag in timer drivers
- two little fixes in DT for at91sam9x5 family

----------------------------------------------------------------
Jiri Prchal (1):
      ARM: at91: serial: fix wrong pinctrl_usart2_rts

Michael Opdenacker (1):
      ARM: at91: remove IRQF_DISABLED

Nicolas Ferre (1):
      ARM: at91: at91sam9x5: set default mmc[01] pinctrl-names

 arch/arm/boot/dts/at91sam9x5.dtsi     | 6 ++++--
 arch/arm/mach-at91/at91rm9200_time.c  | 2 +-
 arch/arm/mach-at91/at91sam926x_time.c | 2 +-
 arch/arm/mach-at91/at91x40_time.c     | 2 +-
 4 files changed, 7 insertions(+), 5 deletions(-)

Comments

Olof Johansson Sept. 26, 2013, 4:11 a.m. UTC | #1
On Tue, Sep 24, 2013 at 6:01 AM, Nicolas Ferre <nicolas.ferre@atmel.com> wrote:
> Arnd, Olof, Kevin,
>
> This is the first batch of fixes for AT91.
> I think that the removal of the void flag IRQF_DISABLED can be schedulled in
> this timeframe as we are pretty early in the cycle and that this patch
> shouldn't wait more.

Those patches have been trickling in, and I'm not sure if all
maintainers are picking them up for 3.12.

Anyway, it's still fairly early and it's a tiny patch.

>
> Thanks, best regards,
>
> The following changes since commit 272b98c6455f00884f0350f775c5342358ebb73f:
>
>   Linux 3.12-rc1 (2013-09-16 16:17:51 -0400)
>
> are available in the git repository at:
>
>   git://github.com/at91linux/linux-at91.git tags/at91-fixes

Pulled, thanks.

-Olof