1. 22 11月, 2012 1 次提交
  2. 27 9月, 2012 2 次提交
  3. 06 9月, 2012 1 次提交
  4. 25 1月, 2012 1 次提交
    • A
      MISC: convert drivers/misc/* to use module_i2c_driver() · a64fe2ed
      Axel Lin 提交于
      This patch converts the drivers in drivers/misc/* to use the
      module_i2c_driver() macro which makes the code smaller and a bit
      simpler.
      Signed-off-by: NAxel Lin <axel.lin@gmail.com>
      Cc: Michael Hennerich <hennerich@blackfin.uclinux.org>
      Cc: Anantha Narayanan <Anantha.Narayanan@intel.com>
      Cc: Hemanth V <hemanthv@ti.com>
      Cc: Christoph Mair <christoph.mair@gmail.com>
      Cc: Grant Likely <grant.likely@secretlab.ca>
      Cc: Ben Gardner <bgardner@wabtec.com>
      Cc: Minkyu Kang <mk7.kang@samsung.com>
      Cc: Kalhan Trisal <kalhan.trisal@intel.com>
      Cc: Darrick J. Wong <djwong@us.ibm.com>
      Cc: Daniel Mack <zonque@gmail.com>
      Cc: Rodolfo Giometti <giometti@linux.it>
      Acked-by: NArnd Bergmann <arnd@arndb.de>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      a64fe2ed
  5. 01 11月, 2011 3 次提交
  6. 22 3月, 2011 1 次提交
  7. 23 11月, 2010 1 次提交
    • G
      hwmon: (lis3lv02d_i2c) Fix compile warnings · 32292f49
      Guenter Roeck 提交于
      This commit fixes the following compile warnings.
      
      From v2.6.37-rc2/m68k/m68k-allmodconfig, v2.6.37-rc2/powerpc/powerpc-randconfig:
      drivers/hwmon/lis3lv02d_i2c.c:222: warning: 'lis3_i2c_runtime_suspend' defined but not used
      drivers/hwmon/lis3lv02d_i2c.c:231: warning: 'lis3_i2c_runtime_resume' defined but not used
      
      Seen if CONFIG_PM_RUNTIME is not set.
      
      From v2.6.37-rc2/sh4/sh-allyesconfig:
      drivers/hwmon/lis3lv02d_i2c.c:191: warning: 'lis3lv02d_i2c_suspend' defined but not used
      drivers/hwmon/lis3lv02d_i2c.c:201: warning: 'lis3lv02d_i2c_resume' defined but not used
      
      Seen if CONFIG_PM is set but CONFIG_PM_SLEEP is not.
      Signed-off-by: NGuenter Roeck <guenter.roeck@ericsson.com>
      Acked-by: NJean Delvare <khali@linux-fr.org>
      32292f49
  8. 26 10月, 2010 6 次提交
  9. 17 9月, 2010 1 次提交
  10. 18 12月, 2009 1 次提交