1. 19 4月, 2017 1 次提交
  2. 11 4月, 2017 2 次提交
  3. 07 4月, 2017 2 次提交
  4. 04 4月, 2017 1 次提交
  5. 31 3月, 2017 3 次提交
  6. 30 3月, 2017 3 次提交
  7. 29 3月, 2017 1 次提交
  8. 24 3月, 2017 1 次提交
  9. 18 3月, 2017 1 次提交
  10. 17 3月, 2017 1 次提交
    • S
      ARM: bcm2835: Enable missing CMA settings for VC4 driver · bdd3c254
      Stefan Wahren 提交于
      Currently bcm2835_defconfig has CMA disabled which makes the
      HDMI output on a Raspberry Pi 1 stop working during boot:
      
          fb: switching to vc4drmfb from simple
          Console: switching to colour dummy device 80x30
          [drm] Initialized vc4 0.0.0 20140616 for soc:gpu on minor 0
          [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
          [drm] Driver supports precise vblank timestamp query.
          vc4-drm soc:gpu: failed to allocate buffer with size 9216000
          vc4-drm soc:gpu: Failed to set initial hw configuration.
      
      So enable CMA and DMA_CMA in bcm2835_defconfig.
      Signed-off-by: NStefan Wahren <stefan.wahren@i2se.com>
      Fixes: 4400d9ac ("ARM: bcm2835: Enable the VC4 graphics driver in the defconfig")
      Reviewed-by: NEric Anholt <eric@anholt.net>
      bdd3c254
  11. 16 3月, 2017 3 次提交
  12. 08 3月, 2017 2 次提交
  13. 07 3月, 2017 2 次提交
  14. 06 3月, 2017 7 次提交
  15. 03 3月, 2017 1 次提交
  16. 01 3月, 2017 1 次提交
  17. 19 2月, 2017 1 次提交
  18. 17 2月, 2017 2 次提交
  19. 08 2月, 2017 2 次提交
  20. 07 2月, 2017 1 次提交
    • A
      ARM: defconfigs: make NF_CT_PROTO_SCTP and NF_CT_PROTO_UDPLITE built-in · 5aff1d24
      Arnd Bergmann 提交于
      The symbols can no longer be used as loadable modules, leading to a harmless Kconfig
      warning:
      
      arch/arm/configs/imote2_defconfig:60:warning: symbol value 'm' invalid for NF_CT_PROTO_UDPLITE
      arch/arm/configs/imote2_defconfig:59:warning: symbol value 'm' invalid for NF_CT_PROTO_SCTP
      arch/arm/configs/ezx_defconfig:68:warning: symbol value 'm' invalid for NF_CT_PROTO_UDPLITE
      arch/arm/configs/ezx_defconfig:67:warning: symbol value 'm' invalid for NF_CT_PROTO_SCTP
      
      Let's make them built-in.
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      5aff1d24
  21. 04 2月, 2017 1 次提交
  22. 31 1月, 2017 1 次提交