1. 19 6月, 2013 1 次提交
  2. 18 6月, 2013 2 次提交
  3. 03 6月, 2013 1 次提交
  4. 26 4月, 2013 1 次提交
  5. 10 4月, 2013 1 次提交
  6. 05 4月, 2013 1 次提交
  7. 26 3月, 2013 2 次提交
  8. 14 3月, 2013 1 次提交
  9. 07 3月, 2013 2 次提交
  10. 16 2月, 2013 1 次提交
  11. 05 2月, 2013 1 次提交
  12. 31 1月, 2013 3 次提交
  13. 12 1月, 2013 1 次提交
  14. 10 1月, 2013 1 次提交
  15. 04 1月, 2013 1 次提交
    • G
      Drivers: ssb: remove __dev* attributes. · 163247c1
      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, 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: Michael Buesch <m@bues.ch>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      163247c1
  16. 03 1月, 2013 1 次提交
    • G
      ssb: SSB_DRIVER_GPIO should depend on GPIOLIB instead of selecting it · 3194f2f0
      Geert Uytterhoeven 提交于
      Commit ec43b08b ("ssb: add GPIO driver")
      added SSB_DRIVER_GPIO, which unconditionally selects GPIOLIB, causing
      a Kconfig warning:
      
      warning: (ARCH_REQUIRE_GPIOLIB && SSB_DRIVER_GPIO && BCMA_DRIVER_GPIO && MFD_TC6393XB && FB_VIA) selects GPIOLIB which has unmet direct dependencies (ARCH_WANT_OPTIONAL_GPIOLIB || ARCH_REQUIRE_GPIOLIB)
      
      and build failure for m68k/allmodconfig:
      
      In file included from drivers/ssb/ssb_private.h:5,
                       from drivers/ssb/main.c:12:
      include/linux/ssb/ssb.h:440: error: field ‘gpio’ has incomplete type
      make[4]: *** [drivers/ssb/main.o] Error 1
      make[3]: *** [drivers/ssb/] Error 2
      
      Turn the select into a dependency to fix this.
      Signed-off-by: NGeert Uytterhoeven <geert@linux-m68k.org>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      3194f2f0
  17. 11 12月, 2012 1 次提交
  18. 07 12月, 2012 6 次提交
  19. 01 12月, 2012 1 次提交
  20. 22 11月, 2012 3 次提交
  21. 30 10月, 2012 2 次提交
  22. 20 10月, 2012 2 次提交
  23. 11 8月, 2012 1 次提交
  24. 12 6月, 2012 1 次提交
  25. 07 6月, 2012 1 次提交
  26. 17 5月, 2012 1 次提交