1. 11 10月, 2007 1 次提交
    • J
      hwmon: (dme1737) cleanups · b237eb25
      Juerg Haefliger 提交于
      This patch cleans up and prepares the dme1737 driver for support of the sch311x
      chips. (Almost) no functional changes.
      
      - Replaced whitespaces with tabs.
      - Removed empty lines.
      - Added _i2c_ to names of functions that are strictly I2C related.
      - Added 4 new functions: dme1737_create_files, dme1737_remove_files,
        dme1737_sio_enter, and dme1737_sio_exit.
      - Added error messages in case client attach/detach fails.
      
      Signed-off-by: Juerg Haefliger <juergh at gmail.com>
      Acked-by: NJean Delvare <khali@linux-fr.org>
      Signed-off-by: NMark M. Hoffman <mhoffman@lightlink.com>
      b237eb25
  2. 10 10月, 2007 4 次提交
  3. 09 10月, 2007 10 次提交
  4. 08 10月, 2007 15 次提交
  5. 07 10月, 2007 5 次提交
  6. 06 10月, 2007 4 次提交
  7. 05 10月, 2007 1 次提交
    • L
      Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6 · af299901
      Linus Torvalds 提交于
      * 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6:
        [SPARC64]: Fix 'niu' complex IRQ probing.
        [SPARC64]: check fork_idle() error
        [SPARC64]: Temporary workaround for PCI-E slot on T1000.
        [SPARC64]: VIO device addition log message level is too high.
        [SPARC64]: Fix domain-services port probing.
        [SPARC64]: Don't use in/local regs for ldx/stx data in N1 memcpy.
      af299901