1. 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
  2. 28 4月, 2008 2 次提交
  3. 18 7月, 2007 1 次提交
  4. 14 2月, 2007 1 次提交
  5. 06 1月, 2007 1 次提交
    • D
      [PATCH] Update the rtc-rs5c372 driver · cb26b572
      David Brownell 提交于
       Bugfixes:
        - Handle RTCs which are configured to use 12-hour mode.
        - Never report bogus/un-initialized times.
        - Displaying "raw trim" requires not masking it first!
        - Fix the sysfs and procfs display of crystal and trim data.
      
       Features:
        - Handle other RTCs in this family, notably rv5c386/rv5c387.
        - Declare the other registers.
        - Provide alarm get/set functionality.
        - Handle AIE and UIE; but no IRQ handling yet.
      
       Cleanup:
        - Shrink object by not including needless sysfs or procfs support
        - We don't need no steenkin' forward declarations.  (Except one.)
      
      Until the I2C framework merges "new style" driver support, matching
      the driver model better, using rv5c chips or alarm IRQs requires a
      separate board-specific patch.  (And an IRQ handler, handing off labor
      through a work_struct...)
      
      This uses the "method 3" register reads, but notes that it's done
      to work around an evident i2c adapter driver bug.
      Signed-off-by: NDavid Brownell <dbrownell@users.sourceforge.net>
      Acked-by: NAlessandro Zummo <a.zummo@towertech.it>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      cb26b572
  6. 11 12月, 2006 1 次提交
  7. 08 12月, 2006 2 次提交
  8. 26 11月, 2006 1 次提交
  9. 04 10月, 2006 1 次提交
  10. 01 10月, 2006 1 次提交
  11. 11 4月, 2006 4 次提交
  12. 28 3月, 2006 1 次提交