1. 30 8月, 2018 1 次提交
  2. 23 7月, 2018 1 次提交
  3. 22 7月, 2018 1 次提交
  4. 20 7月, 2018 1 次提交
  5. 17 7月, 2018 1 次提交
  6. 10 7月, 2018 1 次提交
  7. 04 7月, 2018 1 次提交
  8. 24 6月, 2018 1 次提交
  9. 22 6月, 2018 1 次提交
  10. 18 6月, 2018 1 次提交
  11. 26 5月, 2018 1 次提交
  12. 25 5月, 2018 3 次提交
  13. 17 5月, 2018 1 次提交
  14. 16 5月, 2018 1 次提交
  15. 14 5月, 2018 1 次提交
    • S
      arm64: defconfig: Increase CMA size for VC4 · ebf08924
      Stefan Wahren 提交于
      The VC4 needs more memory than the default setting (16 MB):
      
        vc4-drm soc:gpu: swiotlb: coherent allocation failed, size=16777216
        [drm:vc4_bo_create [vc4]] *ERROR* Failed to allocate from CMA:
        vc4_v3d 3fc00000.v3d: Failed to allocate memory for tile binning: -12.
          You may need to enable CMA or give it more memory.
        vc4-drm soc:gpu: failed to bind 3fc00000.v3d (ops vc4_v3d_ops [vc4]): -12
        vc4-drm soc:gpu: master bind failed: -12
        vc4-drm: probe of soc:gpu failed with error -12
      
      So increase the value to 32 MB and fix this issue.
      Signed-off-by: NStefan Wahren <stefan.wahren@i2se.com>
      Signed-off-by: NFlorian Fainelli <f.fainelli@gmail.com>
      ebf08924
  16. 11 5月, 2018 1 次提交
  17. 09 5月, 2018 1 次提交
  18. 02 5月, 2018 2 次提交
  19. 27 4月, 2018 2 次提交
  20. 26 4月, 2018 7 次提交
  21. 24 4月, 2018 1 次提交
  22. 27 3月, 2018 1 次提交
  23. 23 3月, 2018 1 次提交
    • D
      arm64: defconfig: enable stmmac ethernet to defconfig · 83d6e27e
      Dinh Nguyen 提交于
      This patch enables the CONFIG_STMMAC_ETH to the default arm64 defconfig:
      
      -CONFIG_STMMAC_ETH=m
      +CONFIG_STMMAC_ETH=y
      +CONFIG_DWMAC_IPQ806X=m
      +CONFIG_DWMAC_MESON=m
      +CONFIG_DWMAC_ROCKCHIP=m
      +CONFIG_DWMAC_SUNXI=m
      +CONFIG_DWMAC_SUN8I=m
      
      The STMMAC ethernet controller is on the Stratix10 platform, and thus needs
      driver to be in the kernel image for NFS to work.
      Signed-off-by: NDinh Nguyen <dinguyen@kernel.org>
      83d6e27e
  24. 14 3月, 2018 1 次提交
  25. 09 3月, 2018 6 次提交