1. 22 5月, 2014 1 次提交
  2. 16 5月, 2014 1 次提交
  3. 05 5月, 2014 3 次提交
  4. 26 4月, 2014 2 次提交
  5. 24 4月, 2014 2 次提交
  6. 14 4月, 2014 1 次提交
  7. 27 3月, 2014 3 次提交
  8. 22 3月, 2014 2 次提交
    • A
      ARM: mvebu: don't select CONFIG_NEON · c7f094d5
      Arnd Bergmann 提交于
      CONFIG_NEON is meant to be user-selectable. Turning it on
      unconditionally means we can't build a smaller kernel when
      we don't need it, and causes build errors if CONFIG_VFP
      is not also enabled.
      
      To still have neon enabled however, we need to turn it on
      now in multi_v7_defconfig and mvebu_v7_defconfig.
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      Acked-by: NJason Cooper <jason@lakedaemon.net>
      Acked-by: NGregory Clement <gregory.clement@free-electrons.com>
      Cc: Andrew Lunn <andrew@lunn.ch>
      Cc: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
      c7f094d5
    • A
      ARM: davinci: fix Kconfig for DA850_EVM · 06f07c9e
      Arnd Bergmann 提交于
      The DAVINCI_DA850_EVM board uses an unusual method to
      enable the GPIO_PCA953X and KEYBOARD_GPIO_POLLED symbols,
      which leads to the dependencies on these symbols being
      ignored. As GPIO_PCA953X actually requires I2C, that
      can lead to build failures when I2C is disabled.
      
      This patch removes the duplicate symbol definitions
      and instead enables them from the davinci_all_defconfig
      file.
      
      A different question whether we actually want to automatically
      enable them at all or rather put them into defconfig,
      but that should be a separate patch.
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      Acked-by: NSekhar Nori <nsekhar@ti.com>
      Cc: Kevin Hilman <khilman@deeprootsystems.com>
      Cc: davinci-linux-open-source@linux.davincidsp.com
      06f07c9e
  9. 20 3月, 2014 1 次提交
  10. 18 3月, 2014 2 次提交
  11. 17 3月, 2014 1 次提交
  12. 12 3月, 2014 3 次提交
  13. 10 3月, 2014 3 次提交
  14. 06 3月, 2014 4 次提交
  15. 05 3月, 2014 7 次提交
  16. 04 3月, 2014 1 次提交
  17. 03 3月, 2014 1 次提交
  18. 01 3月, 2014 2 次提交