1. 13 11月, 2013 1 次提交
  2. 05 2月, 2013 1 次提交
  3. 19 11月, 2012 1 次提交
  4. 06 10月, 2012 2 次提交
  5. 24 3月, 2012 1 次提交
    • A
      rtc: convert rtc i2c drivers to module_i2c_driver · 0abc9201
      Axel Lin 提交于
      Factor out some boilerplate code for i2c driver registration into
      module_i2c_driver.
      Signed-off-by: NAxel Lin <axel.lin@gmail.com>
      Cc: Piotr Ziecik <kosmo@semihalf.com>
      Cc: Alessandro Zummo <a.zummo@towertech.it>
      Cc: Scott Wood <scottwood@freescale.com>
      Cc: Srikanth Srinivasan <srikanth.srinivasan@freescale.com>
      Cc: Mike Rapoport <mike@compulab.co.il>
      Cc: Sergey Lapin <slapin@ossfans.org>
      Cc: Roman Fietze <roman.fietze@telemotive.de>
      Cc: Herbert Valerio Riedel <hvr@gnu.org>
      Cc: Alexander Bigga <ab@mycable.de>
      Cc: Dale Farnsworth <dale@farnsworth.org>
      Cc: Gregory Hermant <gregory.hermant@calao-systems.com>
      Cc: Wolfgang Grandegger <wg@grandegger.com>
      Cc: Martyn Welch <martyn.welch@ge.com>
      Cc: Byron Bradley <byron.bbradley@gmail.com>
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      0abc9201
  6. 23 3月, 2011 1 次提交
  7. 25 5月, 2010 1 次提交
  8. 24 12月, 2008 1 次提交
  9. 20 10月, 2008 1 次提交
  10. 13 8月, 2008 1 次提交
  11. 30 4月, 2008 2 次提交
    • J
      i2c: Convert most new-style drivers to use module aliasing · 3760f736
      Jean Delvare 提交于
      Based on earlier work by Jon Smirl and Jochen Friedrich.
      
      Update most new-style i2c drivers to use standard module aliasing
      instead of the old driver_name/type driver matching scheme. I've
      left the video drivers apart (except for SoC camera drivers) as
      they're a bit more diffcult to deal with, they'll have their own
      patch later.
      Signed-off-by: NJean Delvare <khali@linux-fr.org>
      Cc: Jon Smirl <jonsmirl@gmail.com>
      Cc: Jochen Friedrich <jochen@scram.de>
      3760f736
    • J
      i2c: Add support for device alias names · d2653e92
      Jean Delvare 提交于
      Based on earlier work by Jon Smirl and Jochen Friedrich.
      
      This patch allows new-style i2c chip drivers to have alias names using
      the official kernel aliasing system and MODULE_DEVICE_TABLE(). At this
      point, the old i2c driver binding scheme (driver_name/type) is still
      supported.
      Signed-off-by: NJean Delvare <khali@linux-fr.org>
      Cc: Jochen Friedrich <jochen@scram.de>
      Cc: Jon Smirl <jonsmirl@gmail.com>
      Cc: Kay Sievers <kay.sievers@vrfy.org>
      d2653e92
  12. 28 4月, 2008 1 次提交
  13. 28 1月, 2008 1 次提交
  14. 01 10月, 2006 1 次提交
  15. 15 7月, 2006 1 次提交