24 Sep, 2007

1 commit


04 Aug, 2007

1 commit


01 Aug, 2007

1 commit


31 Jul, 2007

2 commits

  • * master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.23:
    sh: Fix fs.h removal from mm.h regressions.
    sh: fix get_wchan() for SH kernels without framepointers
    sh: arch/sh/boot - fix shell usage
    rtc: rtc-sh: Correct sh_rtc_set_time() for some SH-3 parts.
    sh: remove support for sh7300 and solution engine 7300
    sh: Add sh to the CC_OPTIMIZE_FOR_SIZE dependencies.
    sh: Kill off virt_to_bus()/bus_to_virt().
    sh: sh-sci - fix SH7708 support
    sh: Restrict DSP support to specific CPUs.
    sh: Silence sq compile warning on sh4 nommu.
    sh: Kill the rest of the SE73180 cruft.
    sh: remove support for sh73180 and solution engine 73180
    sh: remove old broken pint code
    sh: Reclaim beginning of P3 space for vmalloc area.
    sh: Fix Dreamcast DMA issues.
    sh: Add kmap_coherent()/kunmap_coherent() interface for SH-4.

    Linus Torvalds
     
  • Various gpio and mux settings for the Osprey 440 weren't correct. Fix them
    and provide some documentation about how the gpios work.

    The osprey eeprom routine wasn't run for the 440, add it. It was also crap,
    re-written to be better.

    Add the Osprey 440 to the Bt878 ALSA driver's whitelist. Currently the sample
    rate is fixed at 32kHz, as the driver doesn't support different rates for
    digital input mode, though the card can select the rate from 32, 44.1, or 48
    kHz via gpio.

    Setting the audio gain via ALSA isn't supported yet; a userspace tool that
    programs the X9221 via i2c-dev must be used.

    The Bt878 digital audio format isn't programmed correctly for the CS5331A ADC
    used, resulting in extremely garbled sound. That is fixed in a followup
    patch.

    Signed-off-by: Trent Piepho
    Signed-off-by: Mauro Carvalho Chehab

    Trent Piepho
     

29 Jul, 2007

1 commit


24 Jul, 2007

1 commit

  • The current SH DMA API is somewhat broken, not correctly matching
    virtual channel to the correct SH DMAC. This wasn't noticeable when
    using g2 DMA for the sound driver - one channel 0 is as good as any
    other! - but caused the pvr2 driver to fail.

    This patch fixes the pvr2 problem and consequently fixes the sound
    driver to ensure it continues to function.

    Signed-off by: Adrian McMenamin
    Signed-off-by: Paul Mundt

    Adrian McMenamin
     

20 Jul, 2007

33 commits