1. 11 5月, 2012 6 次提交
  2. 02 5月, 2012 7 次提交
  3. 26 4月, 2012 1 次提交
  4. 24 4月, 2012 6 次提交
  5. 23 4月, 2012 1 次提交
  6. 20 4月, 2012 1 次提交
  7. 16 4月, 2012 1 次提交
  8. 11 4月, 2012 1 次提交
  9. 17 3月, 2012 9 次提交
  10. 15 3月, 2012 1 次提交
  11. 14 3月, 2012 1 次提交
  12. 13 3月, 2012 1 次提交
  13. 07 3月, 2012 2 次提交
  14. 01 3月, 2012 2 次提交
    • P
      bug.h: add include of it to various implicit C users · 50af5ead
      Paul Gortmaker 提交于
      With bug.h currently living right in linux/kernel.h there
      are files that use BUG_ON and friends but are not including
      the header explicitly.  Fix them up so we can remove the
      presence in kernel.h file.
      Signed-off-by: NPaul Gortmaker <paul.gortmaker@windriver.com>
      50af5ead
    • L
      ARM: ux500: solve some Kconfig mess · 5017f1cd
      Linus Walleij 提交于
      First rename the config option MACH_U8500 to MACH_MOP500
      because that is what it's obviously all about, this has
      confused me for the last time. Fix some whitespace in the
      process.
      
      Since the machine descriptors for HREFv60 and snowball
      are clearly in the file board-mop500.c which only
      compiles if MACH_MOP500 (former MACH_U8500) is set,
      select this for the board variants and nothing else.
      
      For the MOP500 variants the UIB (user interface board)
      is probed using I2C so select I2C and I2C_NOMADIK so
      we know that this probe will always be successful.
      
      Cc: Arnd Bergmann <arnd@arndb.de>
      Cc: Mathieu Poirier <mathieu.poirier@linaro.org>
      Signed-off-by: NLinus Walleij <linus.walleij@linaro.org>
      5017f1cd