1. 13 Jan, 2014 36 commits
  2. 26 Nov, 2013 4 commits
    • Dong Aisheng's avatar
      mmc: sdhci-esdhc-imx: add SDHCI_TRANSFER_MODE read function · 7dd109ef
      Dong Aisheng authored
      Used to read out the correct value of SDHCI_TRANSFER_MODE register
      for upper layer.
      Signed-off-by: default avatarDong Aisheng <b29396@freescale.com>
      Acked-by: default avatarShawn Guo <shawn.guo@linaro.org>
      Signed-off-by: default avatarChris Ball <cjb@laptop.org>
      7dd109ef
    • Dong Aisheng's avatar
      mmc: sdhci: clear auto cmd setting bits for no data cmds · 2b558c13
      Dong Aisheng authored
      The auto cmd settings bits should be cleared before sending new commands
      or we may receive command timeout error for normal commands due to wrongly
      pre-sent auto cmd.
      
      e.g. we receive CMD13 timeout error due to ACMD23 is wrongly enabled
      by former data commands.
      
      mmc2: new high speed DDR MMC card at address 0001
      mmcblk1: mmc2:0001 SEM08G 7.39 GiB
      mmcblk1boot0: mmc2:0001 SEM08G partition 1 2.00 MiB
      mmcblk1boot1: mmc2:0001 SEM08G partition 2 2.00 MiB
      mmcblk1rpmb: mmc2:0001 SEM08G partition 3 128 KiB
       mmcblk1: p1 p2 p3 p4 < p5 p6 p7 >
      mmc2: Timeout waiting for hardware interrupt.
       mmcblk1boot1: unknown partition table
      mmc2: Timeout waiting for hardware interrupt.
       mmcblk1boot0: unknown partition table
      Signed-off-by: default avatarDong Aisheng <b29396@freescale.com>
      Acked-by: default avatarShawn Guo <shawn.guo@linaro.org>
      Signed-off-by: default avatarChris Ball <cjb@laptop.org>
      2b558c13
    • Linus Torvalds's avatar
      Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc · 0e4b0743
      Linus Torvalds authored
      Pull ARM SoC fixes from Olof Johansson:
       "Mostly bugfixes and a few small code removals.  Worth pointing out is:
      
         - A handful of more fixes to get DT enablement working properly on
           OMAP, finding new breakage of things that don't work quite right
           yet without the traditional board files.  I expect a bit more of
           this to come in this release as people test on their hardware.
         - Implementation of power_down_finish() on vexpress, to make kexec
           work and to stop the MCPM core to produce a warning (the warning
           was new to 3.13-rc1).
         - A handful of minor fixes for various platforms"
      
      * tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc:
        ARM: bcm2835: add missing #xxx-cells to I2C nodes
        ARM: dts: Add max77686 RTC interrupt to cros5250-common
        ARM: vexpress/TC2: Implement MCPM power_down_finish()
        ARM: tegra: Provide dummy powergate implementation
        ARM: omap: fix warning with LPAE build
        ARM: OMAP2+: Remove legacy omap4_twl6030_hsmmc_init
        ARM: OMAP2+: Remove legacy mux code for display.c
        ARM: OMAP2+: Fix undefined reference to set_cntfreq
        gpio: twl4030: Fix passing of pdata in the device tree case
        gpio: twl4030: Fix regression for twl gpio output
        ARM: OMAP2+: More randconfig fixes for reconfigure_io_chain
        ARM: dts: imx6qdl: disable spdif "rxtx5" clock option
        ARM: dts: Fix omap2 specific dtsi files by adding the missing entries
        ARM: OMAP2+: Fix GPMC and simplify bootloader timings for 8250 and smc91x
        i2c: omap: Fix missing device tree flags for omap2
      0e4b0743
    • Linus Torvalds's avatar
      Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security · 3af4977e
      Linus Torvalds authored
      Pull IMA fixes from James Morris:
       "These three patches fix regressions in the IMA code in your current
        tree.
      
        The first fixes a couple of bugs in template_desc_init_fields(), and
        the other two ensure that changes in this kernel don't break
        userspace"
      
      * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security:
        ima: make a copy of template_fmt in template_desc_init_fields()
        ima: do not send field length to userspace for digest of ima template
        ima: do not include field length in template digest calc for ima template
      3af4977e