1. 14 5月, 2013 1 次提交
  2. 13 5月, 2013 1 次提交
  3. 15 4月, 2013 1 次提交
  4. 11 4月, 2013 4 次提交
  5. 31 3月, 2013 1 次提交
  6. 29 3月, 2013 2 次提交
  7. 09 3月, 2013 1 次提交
  8. 01 3月, 2013 13 次提交
  9. 14 2月, 2013 1 次提交
    • A
      ARM: kirkwood: add missing include for nsa310 · 801e6a01
      Arnd Bergmann 提交于
      Patch 92cb7625 "ARM: kirkwood: nsa310: cleanup includes and
      unneeded code" was a little too quick, since there is still
      an I2C_BOARD_INFO left in this file at the moment. Once
      that is gone and replaced by a DT description of the devices,
      the inclusion can be removed again
      
      Without this patch, building kirkwood_defconfig results in:
      
      arch/arm/mach-kirkwood/board-nsa310.c:42:74: error: array type has incomplete element type
      arch/arm/mach-kirkwood/board-nsa310.c:43:2: error: implicit declaration of function 'I2C_BOARD_INFO' [-Werror=implicit-function-declaration]
      arch/arm/mach-kirkwood/board-nsa310.c: In function 'nsa310_gpio_init':
      arch/arm/mach-kirkwood/board-nsa310.c:71:3: error: 'pm_power_off' undeclared (first use in this function)
      arch/arm/mach-kirkwood/board-nsa310.c:71:3: note: each undeclared identifier is reported only once for each function it appears in
      arch/arm/mach-kirkwood/board-nsa310.c: In function 'nsa310_init':
      arch/arm/mach-kirkwood/board-nsa310.c:83:2: error: implicit declaration of function 'i2c_register_board_info' [-Werror=implicit-function-declaration]
      arch/arm/mach-kirkwood/board-nsa310.c:83:121: error: negative width in bit-field '<anonymous>'
      arch/arm/mach-kirkwood/board-nsa310.c: At top level:
      arch/arm/mach-kirkwood/board-nsa310.c:42:74: warning: 'nsa310_i2c_info' defined but not used [-Wunused-variable]
      cc1: some warnings being treated as errors
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      Cc: Jason Cooper <jason@lakedaemon.net>
      801e6a01
  10. 01 2月, 2013 1 次提交
  11. 31 1月, 2013 2 次提交
  12. 30 1月, 2013 1 次提交
  13. 13 1月, 2013 1 次提交
  14. 11 1月, 2013 1 次提交
  15. 10 1月, 2013 2 次提交
  16. 07 1月, 2013 2 次提交
  17. 04 1月, 2013 1 次提交
    • G
      ARM: drivers: remove __dev* attributes. · 351a102d
      Greg Kroah-Hartman 提交于
      CONFIG_HOTPLUG is going away as an option.  As a result, the __dev*
      markings need to be removed.
      
      This change removes the use of __devinit, __devexit_p, __devinitdata,
      and __devexit from these drivers.
      
      Based on patches originally written by Bill Pemberton, but redone by me
      in order to handle some of the coding style issues better, by hand.
      
      Cc: Bill Pemberton <wfp5p@virginia.edu>
      Cc: Russell King <linux@arm.linux.org.uk>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      351a102d
  18. 25 12月, 2012 1 次提交
  19. 24 11月, 2012 3 次提交