1. 01 4月, 2012 27 次提交
  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 1 次提交
    • M
      ASoC: wm8994: Provide VMID mode control and fix default sequence · 22f8d055
      Mark Brown 提交于
      The optimal management of VMID depends on a number of factors which vary
      dynamically at runtime, for example the connection to a system docking
      station. In some circumstances it is desirable to keep VMID enabled all
      the time, in others it is desirable to aggressively power it up and down.
      
      Provide a callback allowing machine driver to configure either the normal
      power up/down mode (WM8994_VMID_MODE_NORMAL) or to maintain VMID even
      when idle (WM8994_VMID_MODE_FORCE). This callback, wm8994_vmid_mode(),
      should be called with the CODEC lock.
      Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
      22f8d055