1. 23 8月, 2012 1 次提交
    • A
      ARM: ux500: don't select LEDS_GPIO for snowball · db43b184
      Arnd Bergmann 提交于
      Using 'select' in Kconfig is hard, a platform cannot just
      enable a driver without also making sure that its subsystem
      is there. Also, there is no actual code dependency between
      the platform and the gpio leds driver.
      
      Without this patch, building without LEDS_CLASS esults in:
      
      drivers/built-in.o: In function `create_gpio_led.part.2':
      governor_userspace.c:(.devinit.text+0x5a58): undefined reference to `led_classdev_register'
      drivers/built-in.o: In function `gpio_led_remove':
      governor_userspace.c:(.devexit.text+0x6b8): undefined reference to `led_classdev_unregister'
      
      This reverts 8733f53c "ARM: ux500: Kconfig: Compile in leds-gpio
      support for Snowball" that introduced the regression and did not
      provide a helpful explanation.
      
      In order to leave the GPIO LED code still present in normal
      builds, this also enables the symbol in u8500_defconfig, in addition
      to the other LED drivers that are already selected there.
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      Cc: Linus Walleij <linus.walleij@linaro.org>
      Cc: Lee Jones <lee.jones@linaro.org>
      db43b184
  2. 01 6月, 2012 1 次提交
  3. 16 4月, 2012 1 次提交
    • L
      ARM: ux500: update defconfig · f27962ac
      Linus Walleij 提交于
      Some new drivers and changed Kconfig dependencies for the v3.4
      kernel affecting the U8500 defconfig:
      
      - The SOC config options are now brought in by default
      - No need to explicitly select misc devices anymore
      - I2C is selected by default
      - We now have support for charging from the AB8500 so compile
        in this
      - The regulator framework needs to be explictly selected
      Signed-off-by: NLinus Walleij <linus.walleij@linaro.org>
      f27962ac
  4. 17 3月, 2012 1 次提交
  5. 29 11月, 2011 1 次提交
  6. 23 6月, 2011 1 次提交
  7. 21 6月, 2011 1 次提交
  8. 19 2月, 2011 1 次提交
  9. 11 1月, 2011 1 次提交
  10. 10 6月, 2010 1 次提交
  11. 19 12月, 2009 1 次提交
  12. 01 12月, 2009 1 次提交
  13. 15 8月, 2009 1 次提交
  14. 22 4月, 2009 1 次提交
  15. 23 7月, 2008 2 次提交
  16. 05 3月, 2008 1 次提交
  17. 06 2月, 2008 1 次提交
  18. 23 10月, 2007 1 次提交
  19. 28 6月, 2006 1 次提交
  20. 02 11月, 2005 1 次提交
  21. 02 9月, 2005 1 次提交
  22. 17 4月, 2005 1 次提交
    • L
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds 提交于
      Initial git repository build. I'm not bothering with the full history,
      even though we have it. We can create a separate "historical" git
      archive of that later if we want to, and in the meantime it's about
      3.2GB when imported into git - space that would just make the early
      git days unnecessarily complicated, when we don't have a lot of good
      infrastructure for it.
      
      Let it rip!
      1da177e4