1. 29 Aug, 2017 1 commit
    • Lin Huang's avatar
      rockchip/rk3399: save and restore pd_alive register · 2adcad64
      Lin Huang authored
      
      
      pd_alive control cru, grf, timer, gpio and wdt, when
      turn off logic power rail, these register value will
      back to reset value, we need to save them value in suspend
      and restore them when resuem, since timer will reinitial
      in kernel, so it not need to save/restore.
      
      Change-Id: I0fc2a011d3cdc04b66ffbf728e769eb28b51ee38
      Signed-off-by: default avatarLin Huang <hl@rock-chips.com>
      2adcad64
  2. 14 Jul, 2017 1 commit
  3. 03 May, 2017 1 commit
  4. 09 Sep, 2016 1 commit
  5. 27 May, 2016 1 commit
    • Caesar Wang's avatar
      rockchip: support rk3399 gpio driver · 9901dcf6
      Caesar Wang authored
      There are 5 groups of GPIO (GPIO0~GPIO4), totally have 122 GPIOs
      on rk3399 platform.
      The pull direction(pullup or pulldown) for all of GPIOs are
      software-programmable.
      At the moment, we add the gpio basic driver since reset or power off
      the devices from gpio configuration for BL31.
      9901dcf6