1. 20 7月, 2011 11 次提交
  2. 19 7月, 2011 11 次提交
  3. 18 7月, 2011 16 次提交
  4. 17 7月, 2011 2 次提交
    • R
      watchdog: hpwdt depends on PCI · f71d26bb
      Randy Dunlap 提交于
      hpwdt is a PCI driver so it should depend on PCI.
      Fixes these build errors:
      
      drivers/watchdog/hpwdt.c:762: error: implicit declaration of function 'pci_iomap'
      drivers/watchdog/hpwdt.c:762: warning: assignment makes pointer from integer without a cast
      drivers/watchdog/hpwdt.c:797: error: implicit declaration of function 'pci_iounmap'
      Signed-off-by: NRandy Dunlap <rdunlap@xenotime.net>
      Signed-off-by: NWim Van Sebroeck <wim@iguana.be>
      Cc: Thomas Mingarelli <thomas.mingarelli@hp.com>
      f71d26bb
    • M
      ASoC: Correct WM8994 MICBIAS supply widget hookup · b793eb60
      Mark Brown 提交于
      The WM8994 and WM8958 series of devices have two MICBIAS supplies rather
      than one, the current widget actually manages the microphone detection
      control register bit (which is managed separately by the relevant API).
      
      Fix this, hooking the relevant supplies up to the MICBIAS1 and MICBIAS2
      widgets.
      Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
      Cc: stable@kernel.org
      b793eb60