12 Apr, 2014

1 commit

  • Pull spi fixes from Mark Brown:
    "A few driver specific fixes, the main one being the fix for handling
    of complete callbacks that are open coded in individual drivers to
    allow callers to omit the completion. As we move things into the core
    that sort of issue should become less and less common"

    * tag 'spi-v3.15-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi:
    spi: qup: Depend on ARCH_QCOM
    spi: efm32: Update binding document to make "efm32,location" property optional
    spi: omap2-mcspi: Convert to use devm_kcalloc
    spi: Always check complete callback before calling it

    Linus Torvalds
     

11 Apr, 2014

1 commit


08 Apr, 2014

1 commit

  • Commit 8fc1b0f87d9f ("ARM: qcom: Split Qualcomm support into legacy and
    multiplatform") removed Kconfig symbol ARCH_MSM_DT. But that commit
    left one (optional) dependency on ARCH_MSM_DT untouched.

    Three Kconfig symbols used to depend on ARCH_MSM_DT: ARCH_MSM8X60,
    ARCH_MSM8960, and ARCH_MSM8974. These three symbols now depend on
    ARCH_QCOM. So it appears this driver needs to depend on ARCH_QCOM too.

    Signed-off-by: Paul Bolle
    Reviewed-by: Stephen Boyd
    Signed-off-by: Mark Brown

    Paul Bolle
     

03 Apr, 2014

3 commits

  • This saves a few unwind code and return proper error if devm_kcalloc fails.

    Signed-off-by: Axel Lin
    Signed-off-by: Mark Brown

    Axel Lin
     
  • Since commit 1e25cd4729bd "spi: Do not require a completion", this checking is
    required to prevent NULL pointer dereference.

    Signed-off-by: Axel Lin
    Signed-off-by: Mark Brown

    Axel Lin
     
  • Pull MIPS updates from Ralf Baechle:
    - Support for Imgtec's Aptiv family of MIPS cores.
    - Improved detection of BCM47xx configurations.
    - Fix hiberation for certain configurations.
    - Add support for the Chinese Loongson 3 CPU, a MIPS64 R2 core and
    systems.
    - Detection and support for the MIPS P5600 core.
    - A few more random fixes that didn't make 3.14.
    - Support for the EVA Extended Virtual Addressing
    - Switch Alchemy to the platform PATA driver
    - Complete unification of Alchemy support
    - Allow availability of I/O cache coherency to be runtime detected
    - Improvments to multiprocessing support for Imgtec platforms
    - A few microoptimizations
    - Cleanups of FPU support
    - Paul Gortmaker's fixes for the init stuff
    - Support for seccomp

    * 'mips-for-linux-next' of git://git.linux-mips.org/pub/scm/ralf/upstream-sfr: (165 commits)
    MIPS: CPC: Use __raw_ memory access functions
    MIPS: CM: use __raw_ memory access functions
    MIPS: Fix warning when including smp-ops.h with CONFIG_SMP=n
    MIPS: Malta: GIC IPIs may be used without MT
    MIPS: smp-mt: Use common GIC IPI implementation
    MIPS: smp-cmp: Remove incorrect core number probe
    MIPS: Fix gigaton of warning building with microMIPS.
    MIPS: Fix core number detection for MT cores
    MIPS: MT: core_nvpes function to retrieve VPE count
    MIPS: Provide empty mips_mt_set_cpuoptions when CONFIG_MIPS_MT=n
    MIPS: Lasat: Replace del_timer by del_timer_sync
    MIPS: Malta: Setup PM I/O region on boot
    MIPS: Loongson: Add a Loongson-3 default config file
    MIPS: Loongson 3: Add CPU hotplug support
    MIPS: Loongson 3: Add Loongson-3 SMP support
    MIPS: Loongson: Add Loongson-3 Kconfig options
    MIPS: Loongson: Add swiotlb to support All-Memory DMA
    MIPS: Loongson 3: Add serial port support
    MIPS: Loongson 3: Add IRQ init and dispatch support
    MIPS: Loongson 3: Add HT-linked PCI support
    ...

    Linus Torvalds
     

01 Apr, 2014

1 commit


30 Mar, 2014

12 commits


29 Mar, 2014

3 commits


28 Mar, 2014

3 commits


27 Mar, 2014

4 commits


26 Mar, 2014

5 commits


25 Mar, 2014

1 commit


24 Mar, 2014

1 commit


22 Mar, 2014

4 commits