1. 04 4月, 2017 1 次提交
  2. 27 9月, 2016 3 次提交
  3. 11 4月, 2016 2 次提交
  4. 05 3月, 2016 1 次提交
  5. 24 11月, 2015 1 次提交
    • T
      arm64: tegra: Add Tegra132 support · 34b4f6d0
      Thierry Reding 提交于
      NVIDIA Tegra132 (also known as Tegra K1 64-bit) is a variant of Tegra124
      but with 2 Denver CPUs instead of the 4+1 Cortex-A15. This adds the DTSI
      file for the SoC, which is mostly similar to the one for Tegra124.
      
      Based on work by Allen Martin <amartin@nvidia.com>
      
      Cc: Paul Walmsley <pwalmsley@nvidia.com>
      Cc: Allen Martin <amartin@nvidia.com>
      Signed-off-by: NThierry Reding <treding@nvidia.com>
      34b4f6d0
  6. 20 10月, 2015 1 次提交
  7. 15 10月, 2015 1 次提交
    • T
      ARM: tegra: Comment out gpio-ranges properties · 4f1d8414
      Thierry Reding 提交于
      While the addition of these properties is technically correct it unveils
      a bug with deferred probe. The problem is that the presence of the gpio-
      range property causes the gpio-tegra driver to defer probe (it needs the
      pinctrl driver to be ready). That's technically correct, but it causes a
      couple of issues:
      
        - The keyboard on Chromebooks stops working. The reason for that is
          that the gpio-tegra device has not registered an IRQ domain by the
          time the EC SPI device is registered, hence the interrupt number
          resolves to 0. This is technically a bug in the SPI core, since it
          should really resolve the interrupt at probe time and defer if the
          IRQ domain isn't available yet. This is similar to what's done for
          I2C and platform device already.
      
        - The gpio-tegra device deferring probe means that it is moved to the
          end of the dpm_list. This list defines the suspend/resume order for
          devices. However the core lacks a way to move all users of the
          gpio-tegra device to the end of the dpm_list at the same time. This
          in turn results in a subtle bug on Jetson TK1, where the gpio-keys
          device is used to expose the power key as input. The power key is a
          convenient way to wake the system from suspend. Interestingly, the
          gpio-keys device ends up getting probed at a point after gpio-tegra
          has been probed successfully from having been deferred earlier. As
          such the driver doesn't need to defer the probe itself, and hence
          the device isn't moved to the end of the dpm_list. This causes the
          gpio-tegra device to be suspended before gpio-keys, which in turn
          leaves gpio-keys unable to wake the system from suspend.
      
      There are patches in the works to fix both of the above issues, but they
      are too involved to make it into v4.3, so in the meantime let's fix the
      regressions by commenting out the gpio-ranges properties until the fixes
      have landed.
      Signed-off-by: NThierry Reding <treding@nvidia.com>
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      4f1d8414
  8. 15 9月, 2015 1 次提交
  9. 22 8月, 2015 5 次提交
  10. 05 5月, 2015 1 次提交
  11. 04 5月, 2015 1 次提交
  12. 28 4月, 2015 1 次提交
  13. 30 3月, 2015 2 次提交
  14. 15 3月, 2015 1 次提交
  15. 04 12月, 2014 3 次提交
  16. 20 11月, 2014 1 次提交
  17. 13 11月, 2014 1 次提交
  18. 18 9月, 2014 1 次提交
  19. 06 9月, 2014 1 次提交
  20. 27 8月, 2014 2 次提交
  21. 17 7月, 2014 4 次提交
  22. 10 7月, 2014 1 次提交
  23. 28 4月, 2014 1 次提交
  24. 24 4月, 2014 1 次提交
  25. 06 3月, 2014 1 次提交
  26. 01 3月, 2014 1 次提交