1. 12 Feb, 2010 1 commit
    • Paul Mundt's avatar
      sh: Isolate uncached mapping support. · b0f3ae03
      Paul Mundt authored
      This splits out the uncached mapping support under its own config option,
      presently only used by 29-bit mode and 32-bit + PMB. This will make it
      possible to optionally add an uncached mapping on sh64 as well as booting
      without an uncached mapping for 32-bit.
      Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
      b0f3ae03
  2. 10 Feb, 2010 2 commits
  3. 09 Feb, 2010 8 commits
  4. 08 Feb, 2010 12 commits
  5. 07 Feb, 2010 10 commits
  6. 06 Feb, 2010 4 commits
  7. 05 Feb, 2010 3 commits
    • Linus Torvalds's avatar
      Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6 · 9d9c3a51
      Linus Torvalds authored
      * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6:
        ASoC: pandora: Add APLL supply to fix audio output
        ALSA: ice1724 - aureon - fix wm8770 volume offset
        ALSA: cosmetic: make hda intel interrupt name consistent with others
        ALSA: hda - Delay switching to polling mode if an interrupt was missing
        ALSA: ctxfi - fix PTP address initialization
      9d9c3a51
    • Jean Delvare's avatar
      hwmon: (w83781d) Request I/O ports individually for probing · b0bcdd3c
      Jean Delvare authored
      Different motherboards have different PNP declarations for
      W83781D/W83782D chips. Some declare the whole range of I/O ports (8
      ports), some declare only the useful ports (2 ports at offset 5) and
      some declare fancy ranges, for example 4 ports at offset 4. To
      properly handle all cases, request all ports individually for probing.
      After we have determined that we really have a W83781D or W83782D
      chip, the useful port range will be requested again, as a single
      block.
      
      I did not see a board which needs this yet, but I know of one for lm78
      driver and I'd like to keep the logic of these two drivers in sync.
      Signed-off-by: default avatarJean Delvare <khali@linux-fr.org>
      Cc: stable@kernel.org
      b0bcdd3c
    • Jean Delvare's avatar
      hwmon: (lm78) Request I/O ports individually for probing · 197027e6
      Jean Delvare authored
      Different motherboards have different PNP declarations for LM78/LM79
      chips. Some declare the whole range of I/O ports (8 ports), some
      declare only the useful ports (2 ports at offset 5) and some declare
      fancy ranges, for example 4 ports at offset 4. To properly handle all
      cases, request all ports individually for probing. After we have
      determined that we really have an LM78 or LM79 chip, the useful port
      range will be requested again, as a single block.
      
      This fixes the driver on the Olivetti M3000 DT 540, at least.
      Signed-off-by: default avatarJean Delvare <khali@linux-fr.org>
      Cc: stable@kernel.org
      197027e6