1. 17 12月, 2015 1 次提交
    • A
      ARM: defconfig: use correct debug_ll settings · e45a1e18
      Arnd Bergmann 提交于
      The debug-ll infrastructure can be configured in two ways, either
      by selecting a platform specific debug option, or by picking one
      of the generic options (8250 or pl01x typically). For compatibility
      with multiplatform kernels, we have changed a couple of platforms
      to use the former method now when they used to use the latter.
      
      Unfortunately, this broke the defconfigs because now they still
      enable CONFIG_DEBUG_LL_UART_PL01X or CONFIG_DEBUG_LL_UART_8250,
      and we no longer configure the correct register addresses
      automatically.
      
      Embarrassingly, this was only found in linux-next when the
      defconfig builds turned up errors for multiple people, and I
      had not caught those in my own tests, which were done using
      the randconfig fixes patchset on top, and that has a workaround
      to avoid a build error when the addresses are not configured.
      
      The error was something like:
      
      .config:2010:warning: symbol value '' invalid for DEBUG_UART_PHYS
      .config:2011:warning: symbol value '' invalid for DEBUG_UART_VIRT
      
      This patch avoids the problem by removing the respective
      statements from the defconfig files. Any out of tree defconfig
      files on the platforms I have changed will have to do the same
      change or run into the build error above. Any users that have
      a full .config already set the correct DEBUG_UART_PHYS/VIRT
      addresses and do not need to change anything.
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      Fixes: 4db22c10 ("ARM: debug-ll: rework integrator/versatile handling")
      Fixes: f06455fa ("ARM: debug-ll: rework ep93xx handling")
      Fixes: c047f529 ("ARM: debug-ll: reorganize mvebu debug uart config")
      Fixes: 59bd4c38 ("ARM: debug-ll: rework lpc32xx handling")
      e45a1e18
  2. 16 12月, 2015 1 次提交
  3. 16 9月, 2014 1 次提交
  4. 28 3月, 2014 1 次提交
    • L
      ARM: plat-versatile: update defconfigs for Versatile LEDs · 9b58d187
      Linus Walleij 提交于
      As we moved the Versatile LEDs to the LEDs subsystem and made
      it a module, the config options are no more default-selected.
      Make sure all users still experience LEDs properly by updating
      all RealView and Versatile defconfigs.
      
      Cc: Bryan Wu <cooloney@gmail.com>
      Cc: Richard Purdie <rpurdie@rpsys.net>
      Cc: Russell King <linux@arm.linux.org.uk>
      Cc: Pawel Moll <pawel.moll@arm.com>
      Signed-off-by: NLinus Walleij <linus.walleij@linaro.org>
      9b58d187
  5. 21 12月, 2013 4 次提交
  6. 27 10月, 2012 1 次提交
  7. 21 5月, 2011 1 次提交
  8. 10 6月, 2010 1 次提交
  9. 19 12月, 2009 1 次提交
  10. 27 1月, 2009 1 次提交
  11. 13 5月, 2008 1 次提交
  12. 30 11月, 2006 1 次提交
  13. 12 11月, 2006 1 次提交
  14. 09 5月, 2006 1 次提交
  15. 09 1月, 2006 1 次提交
  16. 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