11 Dec, 2006

2 commits


27 Sep, 2006

5 commits

  • i2c: Constify i2c_algorithm declarations, part 1

    Make struct i2c_algorithm declarations const in all i2c algorithm
    drivers.

    Signed-off-by: Jean Delvare
    Cc: David Brownell
    Signed-off-by: Greg Kroah-Hartman

    Jean Delvare
     
  • i2c-algo-bit: Cleanups

    * Uninline long functions (saves around 1 kB or 15%)
    * Refactor code in sclhi()
    * Drop redundant udelay on repeated start

    Signed-off-by: Jean Delvare
    Signed-off-by: Greg Kroah-Hartman

    Jean Delvare
     
  • i2c-algo-bit: Discard the mdelay data struct member

    The i2c_algo_bit_data structure has an mdelay member, which is not
    used by the algorithm code (the code has always been ifdef'd out.)
    Let's discard it to save some code and memory.

    Signed-off-by: Jean Delvare
    Acked-by: Mauro Carvalho Chehab
    Cc: Adrian Bunk
    Signed-off-by: Greg Kroah-Hartman

    Jean Delvare
     
  • i2c-algo-sibyte: Merge into i2c-sibyte

    Merge i2c-algo-sibyte into i2c-sibyte, as this is a complete,
    hardware-dependent SMBus implementation and not a reusable algorithm.

    Perform some basic coding style cleanups while we're here (mainly
    space-based indentation replaced by tabulations.)

    Signed-off-by: Jean Delvare
    Cc: Ralf Baechle
    Signed-off-by: Greg Kroah-Hartman

    Jean Delvare
     
  • i2c-algo-sibyte: Cleanups

    * Delete empty algo_control implementation.
    * Simplify i2c_sibyte_del_bus.
    * Delete empty module init and cleanup functions.
    * Drop out-of-date #ifdef MODULE construct.

    Signed-off-by: Jean Delvare
    Cc: Ralf Baechle
    Signed-off-by: Greg Kroah-Hartman

    Jean Delvare
     

13 Jul, 2006

2 commits


07 Feb, 2006

1 commit


29 Oct, 2005

1 commit

  • Kill explicit static initializations to 0 in 10 i2c drivers.

    Signed-off-by: Jean Delvare
    Signed-off-by: Greg Kroah-Hartman

    drivers/i2c/algos/i2c-algo-pca.c | 2 +-
    drivers/i2c/algos/i2c-algo-sibyte.c | 2 +-
    drivers/i2c/busses/i2c-ali15x3.c | 4 ++--
    drivers/i2c/busses/i2c-amd756.c | 2 +-
    drivers/i2c/busses/i2c-iop3xx.c | 2 +-
    drivers/i2c/busses/i2c-piix4.c | 8 ++++----
    drivers/i2c/busses/i2c-sis5595.c | 4 ++--
    drivers/i2c/busses/i2c-sis630.c | 2 +-
    drivers/i2c/busses/i2c-sis96x.c | 2 +-
    drivers/i2c/busses/i2c-via.c | 2 +-
    10 files changed, 15 insertions(+), 15 deletions(-)

    Jean Delvare
     

06 Sep, 2005

6 commits


12 Jul, 2005

1 commit


22 Jun, 2005

3 commits


17 Apr, 2005

1 commit

  • 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!

    Linus Torvalds