1. 19 4月, 2017 1 次提交
  2. 11 4月, 2017 2 次提交
  3. 07 4月, 2017 2 次提交
  4. 04 4月, 2017 1 次提交
  5. 31 3月, 2017 3 次提交
  6. 30 3月, 2017 3 次提交
  7. 29 3月, 2017 1 次提交
  8. 24 3月, 2017 1 次提交
  9. 20 3月, 2017 2 次提交
  10. 18 3月, 2017 1 次提交
  11. 17 3月, 2017 2 次提交
    • J
      ARM: dts: NSP: GPIO reboot open-source · acfa28b3
      Jon Mason 提交于
      The libgpio code pre-sets the GPIO values for the gpio-reset in the
      device tree.  This results in the device being reset during bringup.
      To prevent this pre-setting, use the "open-source" flag in the device
      tree.
      Signed-off-by: NJon Mason <jon.mason@broadcom.com>
      Fixes: b1aaf88b ("ARM: dts: NSP: Add GPIO reboot method to bcm958625hr DTS file")
      Fixes: 10baed1c ("ARM: dts: NSP: Add GPIO reboot method to bcm958625xmc DTS file")
      Fixes: 088e3148 ("ARM: dts: NSP: Add new DT file for bcm958522er")
      Fixes: e3227c12 ("ARM: dts: NSP: Add new DT file for bcm958525er")
      Fixes: 2f8bc002 ("ARM: dts: NSP: Add new DT file for bcm958622hr")
      Fixes: d454c376 ("ARM: dts: NSP: Add new DT file for bcm958623hr")
      Fixes: f27eacf2 ("ARM: dts: NSP: Add new DT file for bcm988312hr")
      Signed-off-by: NFlorian Fainelli <f.fainelli@gmail.com>
      acfa28b3
    • S
      ARM: bcm2835: Enable missing CMA settings for VC4 driver · bdd3c254
      Stefan Wahren 提交于
      Currently bcm2835_defconfig has CMA disabled which makes the
      HDMI output on a Raspberry Pi 1 stop working during boot:
      
          fb: switching to vc4drmfb from simple
          Console: switching to colour dummy device 80x30
          [drm] Initialized vc4 0.0.0 20140616 for soc:gpu on minor 0
          [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
          [drm] Driver supports precise vblank timestamp query.
          vc4-drm soc:gpu: failed to allocate buffer with size 9216000
          vc4-drm soc:gpu: Failed to set initial hw configuration.
      
      So enable CMA and DMA_CMA in bcm2835_defconfig.
      Signed-off-by: NStefan Wahren <stefan.wahren@i2se.com>
      Fixes: 4400d9ac ("ARM: bcm2835: Enable the VC4 graphics driver in the defconfig")
      Reviewed-by: NEric Anholt <eric@anholt.net>
      bdd3c254
  12. 16 3月, 2017 3 次提交
  13. 14 3月, 2017 2 次提交
    • N
      ARM: at91: pm: cpu_idle: switch DDR to power-down mode · 60b89f19
      Nicolas Ferre 提交于
      On some DDR controllers, compatible with the sama5d3 one,
      the sequence to enter/exit/re-enter the self-refresh mode adds
      more constrains than what is currently written in the at91_idle
      driver. An actual access to the DDR chip is needed between exit
      and re-enter of this mode which is somehow difficult to implement.
      This sequence can completely hang the SoC. It is particularly
      experienced on parts which embed a L2 cache if the code run
      between IDLE calls fits in it...
      
      Moreover, as the intention is to enter and exit pretty rapidly
      from IDLE, the power-down mode is a good candidate.
      
      So now we use power-down instead of self-refresh. As we can
      simplify the code for sama5d3 compatible DDR controllers,
      we instantiate a new sama5d3_ddr_standby() function.
      Signed-off-by: NNicolas Ferre <nicolas.ferre@microchip.com>
      Cc: <stable@vger.kernel.org> # v4.1+
      Fixes: 017b5522 ("ARM: at91: Add new binding for sama5d3-ddramc")
      Signed-off-by: NAlexandre Belloni <alexandre.belloni@free-electrons.com>
      60b89f19
    • L
      ARM: dts: add the AB8500 clocks to the device tree · 9aea151f
      Linus Walleij 提交于
      This adds the AB8500 clocks to the device tree using the new
      bindings from the clk subsystem, making audio work again.
      
      Cc: Lee Jones <lee.jones@linaro.org>
      Cc: Ulf Hansson <ulf.hansson@linaro.org>
      Signed-off-by: NLinus Walleij <linus.walleij@linaro.org>
      Signed-off-by: NOlof Johansson <olof@lixom.net>
      9aea151f
  14. 10 3月, 2017 2 次提交
  15. 09 3月, 2017 2 次提交
  16. 08 3月, 2017 3 次提交
  17. 07 3月, 2017 3 次提交
  18. 06 3月, 2017 6 次提交