1. 20 1月, 2012 1 次提交
    • S
      ARM: imx6: add missing twd_clk for imx6q clock · 5e540a5a
      Shawn Guo 提交于
      With commit 5def51b0 (ARM: 7211/1: smp_twd: get the rate from a clock)
      hitting mainline, if we do not have a twd_clk for lookup, we will see
      the following error message in boot log.
      
       smp_twd: clock not found: -2
      
      Actually we should add this clock regardless of the error message,
      so that we can:
      
       * Avoid the local timer calibrating at boot time
       * Make the local timer cpufreq aware on imx6q
      Signed-off-by: NShawn Guo <shawn.guo@linaro.org>
      5e540a5a
  2. 05 1月, 2012 1 次提交
  3. 17 11月, 2011 1 次提交
  4. 11 11月, 2011 1 次提交
    • S
      arm/imx: fix imx6q mmc error when mounting rootfs · f750ba9b
      Shawn Guo 提交于
      The following error is seen in some case when mounting rootfs from
      SD/MMC cards.
      
        Waiting for root device /dev/mmcblk0p1...
        mmc1: host does not support reading read-only switch. assuming write-enable.
        mmc1: new high speed SDHC card at address b368
        mmcblk0: mmc1:b368 SDC   3.74 GiB
         mmcblk0: p1
        mmc1: Timeout waiting for hardware interrupt.
        mmcblk0: error -110 transferring data, sector 3678224, nr 40, cmd response 0x900, card status 0xc00
        end_request: I/O error, dev mmcblk0, sector 3678225
        Buffer I/O error on device mmcblk0p1, logical block 458754
        lost page write due to I/O error on mmcblk0p1
      
      This patch fixes the problem by lowering the usdhc clock and correcting
      watermark configuration.
      Signed-off-by: NShawn Guo <shawn.guo@linaro.org>
      Cc: Chris Ball <cjb@laptop.org>
      Cc: Sascha Hauer <s.hauer@pengutronix.de>
      Signed-off-by: NSascha Hauer <s.hauer@pengutronix.de>
      f750ba9b
  5. 31 10月, 2011 1 次提交