1. 27 1月, 2009 1 次提交
  2. 15 7月, 2008 2 次提交
    • M
      i2c-sibyte: SWARM I2C board initialization · 392a0408
      Maciej W. Rozycki 提交于
       The standard rtc-m41t80.c driver cannot be used with the SWARM as it is,
      because the board does not provide setup information for the I2C core.  
      As a result the bus and the address to probe for the M41T80 chip is not
      known.
      
       Here is a set of changes that fix the problem:
      
      1. swarm-i2c.c -- SWARM I2C board setup, currently for the M41T80 chip on 
         the bus #1 only (there is a MAX6654 temperature sensor on the bus #0 
         which may be added in the future if we have a driver for that chip).
      
      2. The i2c-sibyte.c BCM1250A SMBus controller driver now registers its 
         buses as numbered so that board setup is correctly applied.
      Signed-off-by: NMaciej W. Rozycki <macro@linux-mips.org>
      Signed-off-by: NJean Delvare <khali@linux-fr.org>
      392a0408
    • J
      i2c: Let bus drivers add SPD to their class · 3401b2ff
      Jean Delvare 提交于
      Let general purpose I2C/SMBus bus drivers add SPD to their class. Once
      this is done, we will be able to tell the eeprom driver to only probe
      for SPD EEPROMs and similar on these buses.
      
      Note that I took a conservative approach here, adding I2C_CLASS_SPD to
      many drivers that have no idea whether they can host SPD EEPROMs or not.
      This is to make sure that the eeprom driver doesn't stop probing buses
      where SPD EEPROMs or equivalent live.
      
      So, bus driver maintainers and users should feel free to remove the SPD
      class from drivers those buses never have SPD EEPROMs or they don't
      want the eeprom driver to bind to them. Likewise, feel free to add the
      SPD class to any bus driver I might have missed.
      Signed-off-by: NJean Delvare <khali@linux-fr.org>
      3401b2ff
  3. 12 5月, 2008 2 次提交
  4. 28 1月, 2008 1 次提交
  5. 15 1月, 2008 1 次提交
    • J
      i2c-sibyte: Fix an error path · 5cd6e675
      Jean Delvare 提交于
      If the registration of the second I2C channel fails, we really want to
      unregister the first one before we return with an error.
      
      While we're here, fix the printk right above so that it displays the
      real driver name.
      Signed-off-by: NJean Delvare <khali@linux-fr.org>
      Cc: Ralf Baechle <ralf@linux-mips.org>
      5cd6e675
  6. 30 9月, 2006 1 次提交
  7. 27 9月, 2006 3 次提交
  8. 10 8月, 2005 1 次提交
  9. 22 6月, 2005 1 次提交
  10. 17 4月, 2005 1 次提交
    • L
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds 提交于
      Initial git repository build. I'm not bothering with the full history,
      even though we have it. We can create a separate "historical" git
      archive of that later if we want to, and in the meantime it's about
      3.2GB when imported into git - space that would just make the early
      git days unnecessarily complicated, when we don't have a lot of good
      infrastructure for it.
      
      Let it rip!
      1da177e4