08 Nov, 2014

1 commit


04 Jan, 2011

1 commit

  • Eliminate unnecessary casts and the following sparse warnings:

    drivers/i2c/busses/i2c-iop3xx.c:65:9: warning: incorrect type in argument 1 (different base types)
    drivers/i2c/busses/i2c-iop3xx.c:65:9: expected void const volatile [noderef] *
    drivers/i2c/busses/i2c-iop3xx.c:65:9: got unsigned int

    [ the previous warning is repeated 18 times ]

    drivers/i2c/busses/i2c-iop3xx.c:456:33: warning: cast removes address space of expression

    Signed-off-by: Aaro Koskinen
    Signed-off-by: Ben Dooks

    Aaro Koskinen
     

13 Jul, 2006

1 commit

  • Avoid addressing self when sending a slave address. Follows instruction
    in Intel 80331/80321 manuals.
    Ignoring this worked previously on 80321, but causes a hang on i2cdetect
    on 80331.

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

    Peter Milne
     

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