01 Nov, 2011

1 commit


22 Sep, 2011

1 commit

  • Since commit [e58aa3d2: genirq: Run irq handlers with interrupts disabled],
    We run all interrupt handlers with interrupts disabled
    and we even check and yell when an interrupt handler
    returns with interrupts enabled (see commit [b738a50a:
    genirq: Warn when handler enables interrupts]).

    So now this flag is a NOOP and can be removed.

    Signed-off-by: Yong Zhang
    Acked-by: Peter Ujfalusi
    Acked-by: Mark Brown
    Signed-off-by: Takashi Iwai

    Yong Zhang
     

02 Mar, 2010

3 commits


12 May, 2009

1 commit


15 Apr, 2009

1 commit

  • Currently there are two possible platform datas for the PXA AC97 driver:
    one supported by the generic AC97 driver only which provides callbacks
    to allow board-specific configuration at stream startup and teardown,
    and another for pxa2xx-ac97-lib which allows configuration of the reset
    GPIO for PXA2xx CPUs.

    Obviously this won't actually work when using the generic AC97 driver
    since the drivers will attempt to parse the platform data in both
    formats. Fix this by merging the two structures.

    Signed-off-by: Mark Brown
    Acked-by: Robert Jarzmik
    Cc: Marek Vasut
    Signed-off-by: Eric Miao

    Mark Brown
     

06 Apr, 2009

1 commit


02 Apr, 2009

1 commit


29 Mar, 2009

1 commit


19 Mar, 2009

1 commit


16 Mar, 2009

1 commit

  • As the PXA27x series allow 2 gpios to reset the ac97 bus,
    allow through platform data configuration the definition of
    the correct gpio which will reset the AC97 bus.

    This comes from a silicon defect on the PXA27x series, where
    the gpio must be manually controlled in warm reset cases.

    Signed-off-by: Robert Jarzmik
    Signed-off-by: Mark Brown

    Robert Jarzmik
     

09 Mar, 2009

1 commit


06 Jan, 2009

1 commit


02 Dec, 2008

1 commit


14 Oct, 2008

1 commit

  • The last ALSA merge broke pxa2xx-ac97-lib.c, as it brought back
    references to cpu_is_pxa21x that Eric Miao removed in commit
    0ffcbfd54ea81ca24c0749f55ca4fcf3e2bdc23e:

    [ARM] pxa: make cpu_is_pxa2* macros more consistent

    This patch gets rid of those references, and only keeps cpu_is_pxa25x().

    Signed-off-by: Marc Zyngier
    Acked-by: Eric Miao
    Signed-off-by: Mark Brown
    Signed-off-by: Takashi Iwai

    Marc Zyngier
     

23 Sep, 2008

2 commits