1. 19 6月, 2016 1 次提交
    • L
      ARM: dts: STi: stih407-family: Disable reserved-memory co-processor nodes · 0e289e53
      Lee Jones 提交于
      This patch fixes a non-booting issue in Mainline.
      
      When booting with a compressed kernel, we need to be careful how we
      populate memory close to DDR start.  AUTO_ZRELADDR is enabled by default
      in multi-arch enabled configurations, which place some restrictions on
      where the kernel is placed and where it will be uncompressed to on boot.
      
      AUTO_ZRELADDR takes the decompressor code's start address and masks out
      the bottom 28 bits to obtain an address to uncompress the kernel to
      (thus a load address of 0x42000000 means that the kernel will be
      uncompressed to 0x40000000 i.e. DDR START on this platform).
      
      Even changing the load address to after the co-processor's shared memory
      won't render a booting platform, since the AUTO_ZRELADDR algorithm still
      ensures the kernel is uncompressed into memory shared with the first
      co-processor (0x40000000).
      
      Another option would be to move loading to 0x4A000000, since this will
      mean the decompressor will decompress the kernel to 0x48000000. However,
      this would mean a large chunk (0x44000000 => 0x48000000 (64MB)) of
      memory would essentially be wasted for no good reason.
      
      Until we can work with ST to find a suitable memory location to
      relocate co-processor shared memory, let's disable the shared memory
      nodes.  This will ensure a working platform in the mean time.
      
      NB: The more observant of you will notice that we're leaving the DMU
      shared memory node enabled; this is because a) it is the only one in
      active use at the time of this writing and b) it is not affected by
      the current default behaviour which is causing issues.
      
      Fixes: fe135c63 (ARM: dts: STiH407: Move over to using the 'reserved-memory' API for obtaining DMA memory)
      Signed-off-by: NLee Jones <lee.jones@linaro.org>
      Reviewed-by Peter Griffin <peter.griffin@linaro.org>
      Signed-off-by: NMaxime Coquelin <maxime.coquelin@st.com>
      Signed-off-by: NOlof Johansson <olof@lixom.net>
      0e289e53
  2. 17 6月, 2016 1 次提交
  3. 09 6月, 2016 2 次提交
  4. 07 6月, 2016 2 次提交
  5. 04 6月, 2016 3 次提交
    • C
      ARM: dts: sun6i: yones-toptech-bs1078-v2: Drop constraints on dc1sw regulator · b223d624
      Chen-Yu Tsai 提交于
      This is the same issue fixed in commit dcf5341f ("ARM: dts:
      sun8i-q8-common: Do not set constraints on dc1sw regulator").
      Commit message copied:
      
      dc1sw is an on/off only regulator and as such it cannot have constraints.
      
      This is a limitation of the kernel regulator implementation which resolves
      supplies on the first regulator_get(), which is done after applying
      constraints, and applying the constrains will fail because it calls
      _regulator_get_voltage() and _regulator_do_set_voltage() both of which
      will fail on a switch regulator when there is no supply (yet).
      
      This causes registering of all axp22x regulators to fail with the
      following errors:
      
      [    1.395249] vcc-lcd: failed to get the current voltage(-22)
      [    1.405131] axp20x-regulator axp20x-regulator: Failed to register dc1sw
      [    1.412436] axp20x-regulator: probe of axp20x-regulator failed with error -22
      
      This commit removes the constrains on dc1sw / vcc-lcd fixing this problem.
      Note that dcdc1 itself is contrained to the exact same values, so this
      does not change anything.
      
      Cc: Hans de Goede <hdegoede@redhat.com>
      Signed-off-by: NChen-Yu Tsai <wens@csie.org>
      Cc: <stable@vger.kernel.org> # 4.6
      Acked-by: NMaxime Ripard <maxime.ripard@free-electrons.com>
      Signed-off-by: NOlof Johansson <olof@lixom.net>
      b223d624
    • C
      ARM: dts: sun6i: primo81: Drop constraints on dc1sw regulator · cb84f6c0
      Chen-Yu Tsai 提交于
      This is the same issue fixed in commit dcf5341f ("ARM: dts:
      sun8i-q8-common: Do not set constraints on dc1sw regulator").
      Commit message copied:
      
      dc1sw is an on/off only regulator and as such it cannot have constraints.
      
      This is a limitation of the kernel regulator implementation which resolves
      supplies on the first regulator_get(), which is done after applying
      constraints, and applying the constrains will fail because it calls
      _regulator_get_voltage() and _regulator_do_set_voltage() both of which
      will fail on a switch regulator when there is no supply (yet).
      
      This causes registering of all axp22x regulators to fail with the
      following errors:
      
      [    1.395249] vcc-lcd: failed to get the current voltage(-22)
      [    1.405131] axp20x-regulator axp20x-regulator: Failed to register dc1sw
      [    1.412436] axp20x-regulator: probe of axp20x-regulator failed with error -22
      
      This commit removes the constrains on dc1sw / vcc-lcd fixing this problem.
      Note that dcdc1 itself is contrained to the exact same values, so this
      does not change anything.
      
      Cc: Hans de Goede <hdegoede@redhat.com>
      Signed-off-by: NChen-Yu Tsai <wens@csie.org>
      Cc: <stable@vger.kernel.org> # 4.6
      Acked-by: NMaxime Ripard <maxime.ripard@free-electrons.com>
      Signed-off-by: NOlof Johansson <olof@lixom.net>
      cb84f6c0
    • O
      ARM: dts: sunxi: Add OLinuXino Lime2 eMMC to the Makefile · 5fdb8842
      Olliver Schinagl 提交于
      commit 27dd9af6 ("ARM: dts: sunxi: Add a olinuxino-lime2-emmc")
      added the new emmc equipped lime2 but forgot its Makefile.
      
      This patch adds an entry to the Makefile.
      Signed-off-by: NOlliver Schinagl <oliver@schinagl.nl>
      Acked-by: NMaxime Ripard <maxime.ripard@free-electrons.com>
      Signed-off-by: NOlof Johansson <olof@lixom.net>
      5fdb8842
  6. 13 5月, 2016 9 次提交
  7. 11 5月, 2016 1 次提交
  8. 10 5月, 2016 5 次提交
  9. 09 5月, 2016 4 次提交
  10. 06 5月, 2016 8 次提交
  11. 05 5月, 2016 4 次提交