Skip to content
  1. Jun 24, 2011
  2. Jun 16, 2011
  3. Jun 10, 2011
  4. Jun 09, 2011
  5. Jun 06, 2011
  6. Jun 05, 2011
    • Linus Torvalds's avatar
      Merge branch 'for-linus' of git://android.git.kernel.org/kernel/tegra · 0792644d
      Linus Torvalds authored
      * 'for-linus' of git://android.git.kernel.org/kernel/tegra:
        ARM: Tegra: Harmony: Fix conflicting GPIO numbering
      0792644d
    • Stephen Warren's avatar
      ARM: Tegra: Harmony: Fix conflicting GPIO numbering · f2a4d8ae
      Stephen Warren authored
      Currently, both the WM8903 and TPS6586x chips attempt to register with
      gpiolib using the same GPIO numbers. This causes the audio driver to
      fail to initialize.
      
      To solve this, add a define to board-harmony.h for the TPS6586x, and make
      board-harmony-power.c use this define, instead of directly referencing
      TEGRA_NR_GPIOS.
      
      This fixes a regression introduced by commit
      6f168f2f
      
      .
      ARM: tegra: harmony: initialize the TPS65862 PMIC
      
      Signed-off-by: default avatarStephen Warren <swarren@nvidia.com>
      Signed-off-by: default avatarColin Cross <ccross@android.com>
      f2a4d8ae
    • Linus Torvalds's avatar
      Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable · e6ece707
      Linus Torvalds authored
      * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable: (25 commits)
        btrfs: fix uninitialized variable warning
        btrfs: add helper for fs_info->closing
        Btrfs: add mount -o inode_cache
        btrfs: scrub: add explicit plugging
        btrfs: use btrfs_ino to access inode number
        Btrfs: don't save the inode cache if we are deleting this root
        btrfs: false BUG_ON when degraded
        Btrfs: don't save the inode cache in non-FS roots
        Btrfs: make sure we don't overflow the free space cache crc page
        Btrfs: fix uninit variable in the delayed inode code
        btrfs: scrub: don't reuse bios and pages
        Btrfs: leave spinning on lookup and map the leaf
        Btrfs: check for duplicate entries in the free space cache
        Btrfs: don't try to allocate from a block group that doesn't have enough space
        Btrfs: don't always do readahead
        Btrfs: try not to sleep as much when doing slow caching
        Btrfs: kill BTRFS_I(inode)->block_group
        Btrfs: don't look at the extent buffer level 3 times in a row
        Btrfs: map the node block when looking for readahead targets
        Btrfs: set range_start to the right start in count_range_bits
        ...
      e6ece707
    • Per Dalén's avatar
      hwmon: (max6642): Better chip detection schema · 942c1a92
      Per Dalén authored
      
      
      Improve detection of MAX6642 by reading non existing registers (0x04, 0x06
      and 0xff). Reading those registers returns the previously read value.
      
      Signed-off-by: default avatarPer Dalen <per.dalen@appeartv.com>
      [guenter.roeck@ericsson.com: added second set of register reads]
      Signed-off-by: default avatarGuenter Roeck <guenter.roeck@ericsson.com>
      942c1a92
  7. Jun 04, 2011