1. 16 10月, 2016 1 次提交
  2. 08 8月, 2016 1 次提交
  3. 07 4月, 2016 1 次提交
  4. 27 3月, 2016 1 次提交
  5. 10 2月, 2016 1 次提交
    • S
      ARM: dts: rockchip: replace gpio-key,wakeup with wakeup-source property · 4f66f247
      Sudeep Holla 提交于
      Keyboard driver for GPIO buttons(gpio-keys) checks for the legacy
      "gpio-key,wakeup" boolean property to enable gpio buttons as wakeup
      source.
      
      Few dts files assign value "1" to gpio-key,wakeup and in one instance a
      value "0" is assigned probably assuming it won't be enabled as a wakeup
      source. Since the presence of the boolean property indicates it is
      enabled, value of "0" have no value.
      
      This patch replaces the legacy "gpio-key,wakeup" with the unified
      "wakeup-source" property which inturn fixes the above mentioned issue.
      Signed-off-by: NSudeep Holla <sudeep.holla@arm.com>
      Signed-off-by: NHeiko Stuebner <heiko@sntech.de>
      4f66f247
  6. 11 12月, 2015 1 次提交
  7. 16 7月, 2015 1 次提交
  8. 15 5月, 2015 1 次提交
  9. 27 4月, 2015 1 次提交
  10. 13 3月, 2015 1 次提交
  11. 23 2月, 2015 1 次提交
  12. 30 1月, 2015 2 次提交
  13. 25 1月, 2015 1 次提交
  14. 01 1月, 2015 1 次提交
  15. 21 12月, 2014 1 次提交
    • D
      ARM: dts: rockchip: bump sd card pin drive strength up on rk3288-evb · 6618e478
      Doug Anderson 提交于
      It seems that ever since (536f6b91 mmc: dw_mmc: Reset DMA before
      enabling IDMAC) landed upstream that SD cards have been very unhappy
      on rk3288-evb.  They were a little unhappy before that change, but
      after that change they're REALLY unhappy.
      
      It turns out that the above fix happens to fix a corruption when
      reading card information during probe time.  Without the fix we didn't
      detect that high speed SD cards could actually support high speed.
      With the fix we suddenly detect that they're high speed and we try to
      use them at 50MHz.  That doesn't work so well on EVB with the default
      drive strength (maybe because there are two physical SD card slots
      hooked up to the same pin?).
      
      Fix the problem by bumping up the drive strength of the sdmmc lines.
      Signed-off-by: NDoug Anderson <dianders@chromium.org>
      Fixes: 536f6b91 ("mmc: dw_mmc: Reset DMA before enabling IDMAC")
      Signed-off-by: NHeiko Stuebner <heiko@sntech.de>
      6618e478
  16. 25 11月, 2014 1 次提交
  17. 09 9月, 2014 1 次提交
  18. 28 8月, 2014 1 次提交
  19. 17 8月, 2014 2 次提交
    • D
      ARM: dts: Move the PMIC interrupt pinctrl line to rk3288-evb common · 91ff8cd8
      Doug Anderson 提交于
      The PMIC interrupt pinctrl line was added to the rk3288-evb-act8846,
      but it's the same line on both the ACT8846 version and the RK808
      version.  This makes a lot of sense since they share the same SoC
      daugherboard.  Move the pinctrl definition to the common file so we
      can use it for the RK808 version.
      
      NOTE: The PMIC interrupt doesn't _actually_ go to the PMIC on the
      ACT8846 version of the board (it does on the RK808), but our
      convention is to label things as they're labelled on the schematics.
      In the very least you can argue that this is the interrupt from the
      PMIC daughtercard even if it doesn't actually go to the PMIC chip.
      Signed-off-by: NDoug Anderson <dianders@chromium.org>
      Signed-off-by: NHeiko Stuebner <heiko@sntech.de>
      91ff8cd8
    • D
      ARM: dts: Enable emmc and sdmmc on the rk3288-evb boards · 2c31d949
      Doug Anderson 提交于
      This enables basic SD and eMMC support.  Things are not yet running at
      the fastest speed and we don't have the regulators specified, but we
      can at least use the eMMC and SD cards now.
      
      A note:
      * Though MMC DDR50 mode is partially supported in the dw_mmc
        rk3288-specific code in Addy's patch, Addy's patch doesn't add
        tuning support.  That means DDR50 mode is not reliable.  From the
        3288 TRM: "Tuning is required for other speed modes-such as
        DDR50-even though the output delay from the card is less than one
        cycle."  Thus, we don't enable MMC DDR50 mode in this patch.
      Signed-off-by: NDoug Anderson <dianders@chromium.org>
      Acked-by: NArnd Bergmann <arnd@arndb.de>
      Signed-off-by: NHeiko Stuebner <heiko@sntech.de>
      2c31d949
  20. 31 7月, 2014 2 次提交
  21. 26 7月, 2014 1 次提交