1. 14 11月, 2018 3 次提交
  2. 26 9月, 2018 1 次提交
  3. 25 9月, 2018 1 次提交
  4. 20 9月, 2018 1 次提交
  5. 17 9月, 2018 1 次提交
  6. 12 9月, 2018 2 次提交
  7. 29 8月, 2018 2 次提交
    • T
      ARM: dts: omap4-droid4: Fix emmc errors seen on some devices · 2d59bb60
      Tony Lindgren 提交于
      Otherwise we can get the following errors occasionally on some devices:
      
      mmc1: tried to HW reset card, got error -110
      mmcblk1: error -110 requesting status
      mmcblk1: recovery failed!
      print_req_error: I/O error, dev mmcblk1, sector 14329
      ...
      
      I have one device that hits this error almost on every boot, and another
      one that hits it only rarely with the other ones I've used behave without
      problems. I'm not sure if the issue is related to a particular eMMC card
      model, but in case it is, both of the machines with issues have:
      
      # cat /sys/class/mmc_host/mmc1/mmc1:0001/manfid \
      /sys/class/mmc_host/mmc1/mmc1:0001/oemid \
      /sys/class/mmc_host/mmc1/mmc1:0001/name
      0x000045
      0x0100
      SEM16G
      
      and the working ones have:
      
      0x000011
      0x0100
      016G92
      
      Note that "ti,non-removable" is different as omap_hsmmc_reg_get() does not
      call omap_hsmmc_disable_boot_regulators() if no_regulator_off_init is set.
      And currently we set no_regulator_off_init only for "ti,non-removable" and
      not for "non-removable". It seems that we should have "non-removable" with
      some other mmc generic property behave in the same way instead of having to
      use a non-generic property. But let's fix the issue first.
      
      Fixes: 7e2f8c0a ("ARM: dts: Add minimal support for motorola droid 4
      xt894")
      Cc: Marcel Partap <mpartap@gmx.net>
      Cc: Merlijn Wajer <merlijn@wizzup.org>
      Cc: Michael Scott <hashcode0f@gmail.com>
      Cc: NeKit <nekit1000@gmail.com>
      Cc: Pavel Machek <pavel@ucw.cz>
      Cc: Sebastian Reichel <sre@kernel.org>
      Signed-off-by: NTony Lindgren <tony@atomide.com>
      2d59bb60
    • N
      ARM: dts: Fix file permission for am335x-osd3358-sm-red.dts · 496f3347
      Neeraj Dantu 提交于
      Fix wrong mode for dts file added by commit bb3e3fbb
      ("ARM: dts: Add DT support for Octavo Systems OSD3358-SM-RED
      based on TI AM335x").
      Signed-off-by: NNeeraj Dantu <neeraj.dantu@octavosystems.com>
      CC: Robert Nelson <robertcnelson@gmail.com>
      CC: Jason Kridner <jkridner@gmail.com>
      Signed-off-by: NTony Lindgren <tony@atomide.com>
      496f3347
  8. 27 8月, 2018 5 次提交
  9. 24 8月, 2018 1 次提交
  10. 22 8月, 2018 2 次提交
  11. 25 7月, 2018 1 次提交
  12. 24 7月, 2018 6 次提交
  13. 23 7月, 2018 7 次提交
  14. 22 7月, 2018 5 次提交
  15. 21 7月, 2018 2 次提交
    • T
      ARM: dts: omap4: Add l4 ranges for 4460 · 77036896
      Tony Lindgren 提交于
      Compared to 4430, 4460 and 4470 just have slightly different
      l4 cfg ranges.
      Signed-off-by: NTony Lindgren <tony@atomide.com>
      77036896
    • T
      ARM: dts: omap4: Move l4 child devices to probe them with ti-sysc · 84badc5e
      Tony Lindgren 提交于
      With l4 interconnect hierarchy and ti-sysc interconnect target module
      data in place, we can simply move all the related child devices to
      their proper location and enable probing using ti-sysc.
      
      In general the first child device address range starts at range 0
      from the ti-sysc interconnect target so the move involves adjusting
      the child device reg properties for that.
      
      And we cannot yet move mmu_dsp until we have a proper reset controller
      driver for rstctrl registers.
      
      In case of any regressions, problem devices can be reverted to probe
      with legacy platform data as needed by moving them back and removing
      the related interconnect target module node.
      Signed-off-by: NTony Lindgren <tony@atomide.com>
      84badc5e