1. 01 4月, 2012 17 次提交
  2. 31 3月, 2012 1 次提交
  3. 29 3月, 2012 4 次提交
  4. 27 3月, 2012 2 次提交
  5. 26 3月, 2012 1 次提交
    • R
      ARM: pxa: use common IOMEM definition · 23019a73
      Rob Herring 提交于
      pxa was missed in the moving of IOMEM to a common definition, so lots of
      IOMEM redefined warnings were introduced. So remove pxa IOMEM definition
      and fix all the fallout.
      Reported-by: NPaul Gortmaker <paul.gortmaker@windriver.com>
      Signed-off-by: NRob Herring <rob.herring@calxeda.com>
      Cc: Eric Miao <eric.y.miao@gmail.com>
      Cc: Russell King <linux@arm.linux.org.uk>
      Cc: Haojian Zhuang <haojian.zhuang@marvell.com>
      Cc: Alessandro Zummo <a.zummo@towertech.it>
      Cc: Jaroslav Kysela <perex@perex.cz>
      Cc: Takashi Iwai <tiwai@suse.de>
      Cc: rtc-linux@googlegroups.com
      Cc: alsa-devel@alsa-project.org
      23019a73
  6. 22 3月, 2012 2 次提交
  7. 21 3月, 2012 2 次提交
  8. 20 3月, 2012 3 次提交
  9. 19 3月, 2012 3 次提交
    • H
      [media] tea575x: fix HW seek · bc2b395c
      Hans Verkuil 提交于
      Fix HW seek in TEA575x to work properly:
      - a delay must be present after search start and before first register read
        or the seek does weird things
      - when the search stops, the new frequency is not available immediately, we
        must wait until it appears in the register (fortunately, we can clear the
        frequency bits when starting the search as it starts at the frequency
        currently set, not from the value written)
      - sometimes, seek remains on the current frequency (or moves only a little),
        so repeat it until it moves by at least 50 kHz
      Signed-off-by: NOndrej Zary <linux@rainbow-software.org>
      Signed-off-by: NHans Verkuil <hans.verkuil@cisco.com>
      Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
      bc2b395c
    • H
      [media] tea575x-tuner: update to latest V4L2 framework requirements · d4ecc83b
      Hans Verkuil 提交于
      The tea575x-tuner module has been updated to use the latest V4L2 framework
      functionality. This also required changes in the drivers that rely on it.
      
      The tea575x changes are:
      
      - The drivers must provide a v4l2_device struct to the tea module.
      - The radio_nr module parameter must be part of the actual radio driver,
        and not of the tea module.
      - Changed the frequency range to the normal 76-108 MHz range instead of
        50-150.
      - Add hardware frequency seek support.
      - Fix broken rxsubchans/audmode handling.
      - The application can now select between stereo and mono.
      - Support polling for control events.
      - Add V4L2 priority handling.
      
      And radio-sf16fmr2.c now uses the isa bus kernel framework.
      Signed-off-by: NHans Verkuil <hans.verkuil@cisco.com>
      Thanks-to: Ondrej Zary <linux@rainbow-software.org>
      Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
      d4ecc83b
    • D
      ASoC: pxa-ssp: atomically set stream active masks · 273b72c8
      Daniel Mack 提交于
      PXA's SSP engine fails to take its current channel phase into account
      when enabling a stream while the engine is already running. This
      results in randomly swapped left/right channels on either the record
      or the playback side, depending on which one was enabled first.
      
      The following patch fixes this by factoring out the bit field
      modifications in question to a separate function that pauses the
      engine temporarily, modifies the bits and kicks it off again
      afterwards. Appearantly, a transition of SSCR0_SSE syncs both
      directions properly.
      
      The patch has been rolled out to quite a number of devices over the
      last weeks and seems to fix the issue reliably.
      Signed-off-by: NDaniel Mack <zonque@gmail.com>
      Reported-and-tested-by: NSven Neumann <s.neumann@raumfeld.com>
      Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
      Cc: stable@vger.kernel.org
      273b72c8
  10. 18 3月, 2012 1 次提交
  11. 17 3月, 2012 2 次提交
  12. 16 3月, 2012 2 次提交