1. 24 5月, 2019 2 次提交
    • M
      ARM: socfpga: Pull PL310 clearing into common code · 501be470
      Marek Vasut 提交于
      Pull the PL310 clearing code into common code, so it can be reused
      by Arria10.
      Signed-off-by: NMarek Vasut <marex@denx.de>
      Cc: Chin Liang See <chin.liang.see@intel.com>
      Cc: Dalon Westergreen <dwesterg@gmail.com>
      Cc: Dinh Nguyen <dinguyen@kernel.org>
      Cc: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
      Cc: Tien Fong Chee <tien.fong.chee@intel.com>
      501be470
    • S
      gpio: dwapb_gpio: fix broken dev->node · 34b1a510
      Simon Goldschmidt 提交于
      commit 1b898ffc ("gpio: dwapb_gpio: convert to livetree") introduced
      a bug in that dev->node of the gpio chip was accidentally set to the
      of_node of its bank subnode.
      
      What it meant to do was assign subdev->node, not dev->node.
      
      While this doesn't affect too many use cases, iterating over the gpio
      chip's properties doesn't work any more after that, so fix this.
      
      Fixes: commit 1b898ffc ("gpio: dwapb_gpio: convert to livetree")
      Signed-off-by: NSimon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
      34b1a510
  2. 23 5月, 2019 1 次提交
  3. 22 5月, 2019 34 次提交
  4. 21 5月, 2019 3 次提交
    • T
      Merge git://git.denx.de/u-boot-mpc83xx · e1a2ed71
      Tom Rini 提交于
      - Update MPC83xx platform support to current best practices, etc.
      e1a2ed71
    • T
      Merge tag 'mmc-5-20' of https://github.com/MrVan/u-boot · ffbad25b
      Tom Rini 提交于
      "Please pull mmc-5-20 for v2019.07, this is to avoid break i.MX53 boot."
      ffbad25b
    • T
      Merge tag 'video-for-2019.07-rc3' of git://git.denx.de/u-boot-video · b9625abe
      Tom Rini 提交于
      - update for using splashfile instead of location->name
        when loading the splash image from a FIT
      - updates for loading internal and external splash data from FIT
      - DM_GPIO/DM_VIDEO migration for mx53 cx9020 board
      - fix boot issue on mx6sabresd board after DM_VIDEO migration
      - increase the max preallocated framebuffer BPP to 32 in ipuv3
        driver to prepare for configurations with higher color depth
      - allow to use vidconsole_put_string() in board code for text
        output on LCD displays
      b9625abe