linux 2.6.34 bug
Dylan Cristiani
d.cristiani at idem-tech.it
Tue Jul 13 06:44:14 EDT 2010
On Tue, 13 Jul 2010 09:50:56 +0800
Eric Miao <eric.y.miao at gmail.com> wrote:
>
> It was my bad. Fixed updated as below. Dylan, please help review:
>
> [ARM] pxa: fix incorrect order of AC97 reset pin configs
>
> Reported-by: Dylan Cristiani <d.cristiani at idem-tech.it>
> Signed-off-by: Eric Miao <eric.y.miao at gmail.com>
>
> diff --git a/arch/arm/mach-pxa/pxa27x.c b/arch/arm/mach-pxa/pxa27x.c
> index 0af3617..c059dac 100644
> --- a/arch/arm/mach-pxa/pxa27x.c
> +++ b/arch/arm/mach-pxa/pxa27x.c
> @@ -41,10 +41,10 @@ void pxa27x_clear_otgph(void)
> EXPORT_SYMBOL(pxa27x_clear_otgph);
>
> static unsigned long ac97_reset_config[] = {
> - GPIO95_AC97_nRESET,
> - GPIO95_GPIO,
> - GPIO113_AC97_nRESET,
> GPIO113_GPIO,
> + GPIO113_AC97_nRESET,
> + GPIO95_GPIO,
> + GPIO95_AC97_nRESET,
> };
>
> void pxa27x_assert_ac97reset(int reset_gpio, int on)
for me is ok: ACK!
More information about the linux-arm-kernel
mailing list