1. 11 Jul, 2013 1 commit
    • Stephen Warren's avatar
      spi: revert master->setup function removal for altera and nuc900 · 103ccee4
      Stephen Warren authored
      Commit 24778be2 "spi: convert drivers to use bits_per_word_mask" removed
      what appeared to be redundant code from many drivers. However, it
      appears that in the spi-bitbang case, these functions are required by
      the spi-bitbang core, even if they don't do anything. Restore them.
      
      For 3.12, the spi-bitbang core should be adjusted not to require these
      callbacks to exist if they don't need to do anything.
      
      This is the equivalent of Michal Simek's patch "spi/xilinx: Revert
      master->setup function removal", applied to other affected drivers.
      Signed-off-by: default avatarStephen Warren <swarren@nvidia.com>
      Signed-off-by: default avatarMark Brown <broonie@linaro.org>
      103ccee4
  2. 26 Jun, 2013 25 commits
  3. 25 Jun, 2013 2 commits
  4. 24 Jun, 2013 2 commits
  5. 22 Jun, 2013 9 commits
  6. 21 Jun, 2013 1 commit
    • Linus Torvalds's avatar
      Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip · f71194a7
      Linus Torvalds authored
      Pull x86 fixes from Peter Anvin:
       "This series fixes a couple of build failures, and fixes MTRR cleanup
        and memory setup on very specific memory maps.
      
        Finally, it fixes triggering backtraces on all CPUs, which was
        inadvertently disabled on x86."
      
      * 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
        x86/efi: Fix dummy variable buffer allocation
        x86: Fix trigger_all_cpu_backtrace() implementation
        x86: Fix section mismatch on load_ucode_ap
        x86: fix build error and kconfig for ia32_emulation and binfmt
        range: Do not add new blank slot with add_range_with_merge
        x86, mtrr: Fix original mtrr range get for mtrr_cleanup
      f71194a7