Skip to content
  1. Oct 25, 2014
  2. Oct 23, 2014
  3. Oct 22, 2014
  4. Oct 20, 2014
  5. Oct 16, 2014
  6. Oct 14, 2014
  7. Oct 09, 2014
    • Tony Lindgren's avatar
      ARM: dts: Disable smc91x on n900 until bootloader dependency is removed · b16ccfe0
      Tony Lindgren authored
      
      
      I added smc91x support but turns out we currently do not set the
      smc91x timings in gpmc.c but rely on the bootloader timings. This
      produces the following error unless the smc91x GPMC timings are
      initialized by the bootloader:
      
      Unhandled fault: external abort on non-linefetch (0x1008) at 0xd080630e
      ...
      [<c04067fc>] (smc_drv_probe) from [<c038e9c4>] (platform_drv_probe+0x2c/0x5c)
      [<c038e9c4>] (platform_drv_probe) from [<c038d450>] (driver_probe_device+0x104/0x22c)
      [<c038d450>] (driver_probe_device) from [<c038d60c>] (__driver_attach+0x94/0x98)
      [<c038d60c>] (__driver_attach) from [<c038bc3c>] (bus_for_each_dev+0x54/0x88)
      [<c038bc3c>] (bus_for_each_dev) from [<c038cc3c>] (bus_add_driver+0xd8/0x1d8)
      [<c038cc3c>] (bus_add_driver) from [<c038dd74>] (driver_register+0x78/0xf4)
      [<c038dd74>] (driver_register) from [<c0008924>] (do_one_initcall+0x80/0x1c0)
      [<c0008924>] (do_one_initcall) from [<c0852d9c>] (kernel_init_freeable+0x1b8/0x28c)
      [<c0852d9c>] (kernel_init_freeable) from [<c05ce86c>] (kernel_init+0x8/0xec)
      [<c05ce86c>] (kernel_init) from [<c000e728>] (ret_from_fork+0x14/0x2c)
      
      Let's fix the issue by disabling the smc91x module for now until we
      have sorted out the issues in gpmc.c.
      
      Reported-by: default avatarKevin Hilman <khilman@linaro.org>
      Tested-by: default avatarKevin Hilman <khilman@linaro.org>
      Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
      b16ccfe0
    • Bartlomiej Zolnierkiewicz's avatar
      ARM: dts: fix MMC2 regulators for Exynos5420 Arndale Octa board · 583f958b
      Bartlomiej Zolnierkiewicz authored
      
      
      Regulators for MMC2 (SD card) are PVDD_TFLASH_2V8 (LDO19) for vmmc
      and PVDD_APIO_MMCOFF_2V8 (LDO13) for vqmmc.  Currently the device
      tree entry for MMC2 uses PVDD_PRE_1V8 (LDO10) for vmmc and vqmmc is
      not specified.  Fix it.
      
      Without this patch:
      - "mmc: dw_mmc: use mmc_regulator_get_supply to handle regulators"
        patch causes a SD card detection to fail
      - "mmc: dw_mmc: Support voltage changes" patch causes a boot hang
      
      This patch fixes both above problems.
      
      Suggested-by: default avatarDoug Anderson <dianders@google.com>
      Cc: Yuvaraj Kumar C D <yuvaraj.cd@samsung.com>
      Cc: Ulf Hansson <ulf.hansson@linaro.org>
      Signed-off-by: default avatarBartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
      Acked-by: default avatarKyungmin Park <kyungmin.park@samsung.com>
      Fixes: 01730558 ("mmc: dw_mmc: Support voltage changes")
      Acked-by: default avatarArnd Bergmann <arnd@arndb.de>
      Signed-off-by: default avatarUlf Hansson <ulf.hansson@linaro.org>
      583f958b
  8. Oct 02, 2014
  9. Oct 01, 2014
  10. Sep 30, 2014
  11. Sep 27, 2014
  12. Sep 26, 2014
  13. Sep 25, 2014
  14. Sep 24, 2014
Loading