1. 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
  2. 24 4月, 2018 1 次提交
  3. 27 3月, 2018 1 次提交
  4. 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
  5. 14 3月, 2018 1 次提交
  6. 09 3月, 2018 6 次提交
  7. 07 3月, 2018 2 次提交
  8. 02 3月, 2018 1 次提交
  9. 26 2月, 2018 1 次提交
  10. 22 2月, 2018 1 次提交
  11. 13 2月, 2018 1 次提交
  12. 12 2月, 2018 1 次提交
  13. 19 1月, 2018 3 次提交
  14. 12 1月, 2018 1 次提交
  15. 22 12月, 2017 3 次提交
  16. 21 12月, 2017 3 次提交
  17. 07 12月, 2017 1 次提交
  18. 30 10月, 2017 1 次提交
  19. 20 10月, 2017 2 次提交
  20. 19 10月, 2017 1 次提交
  21. 17 10月, 2017 1 次提交
    • A
      arm64: defconfig: re-enable Qualcomm DB410c USB · b8eb03a7
      Alex Elder 提交于
      Stephen Boyd reworked some Qualcomm USB code earlier this year.
      The result requires a few different config options to be enabled
      in order for the USB on the DragonBoard 410c to continue working,
      but these were never added to arm64 "defconfig".  As a result, USB
      on that board stopped working during the v4.13-rc1 merge window.
      
      Re-enable this functionality by setting the needed config options
      in the arm64 "defconfig" file.
      Signed-off-by: NAlex Elder <elder@linaro.org>
      Signed-off-by: NAndy Gross <andy.gross@linaro.org>
      b8eb03a7
  22. 12 10月, 2017 2 次提交
  23. 10 10月, 2017 1 次提交
  24. 27 9月, 2017 1 次提交
  25. 25 9月, 2017 1 次提交
  26. 20 9月, 2017 1 次提交