16 Dec, 2009

1 commit

  • Herton Ronaldo Krzesinski recently raised up, and fixed, an issue with the
    rtc_cmos driver, which was referring to an inconsistent driver data.

    This patch ensures that driver data registration happens before
    rtc_device_register().

    Signed-off-by: Alessandro Zummo
    Acked-by: Thomas Hommel
    Acked-by: Hans-Christian Egtvedt
    Acked-by: Paul Mundt
    Cc: David S. Miller
    Cc: Thomas Bogendoerfer
    Cc: Andrew Sharp
    Cc: Atsushi Nemoto
    Cc: Alexander Bigga
    Cc: Thomas Bogendoerfer
    Cc: Mark Zhan
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Alessandro Zummo
     

20 Oct, 2008

1 commit

  • Change drivers/rtc/ to use the new bcd2bin/bin2bcd functions instead of
    the obsolete BCD_TO_BIN/BIN_TO_BCD/BCD2BIN/BIN2BCD macros.

    Signed-off-by: Adrian Bunk
    Acked-by: Alessandro Zummo
    Cc: David Brownell
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Adrian Bunk
     

25 Jul, 2008

1 commit


28 Apr, 2008

1 commit

  • Fix bogus #include in rtc-pcf8583, so it compiles on platforms that
    don't support PC clone RTCs. (Original issue noted by Adrian Bunk.)

    Signed-off-by: David Brownell
    Cc: Adrian Bunk
    Acked-by: Alessandro Zummo
    Cc:
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    David Brownell
     

07 Feb, 2008

1 commit

  • The rtc-pcf8583 driver is using the I2C_M_NOSTART flag but shouldn't. This
    flag is only meant for broken chips and the PCF8583 RTC chip is not one of
    these.

    Signed-off-by: Jean Delvare
    Signed-off-by: Alessandro Zummo
    Cc: David Brownell
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Jean Delvare
     

28 Jan, 2008

1 commit


17 Oct, 2007

1 commit

  • Not all i2c adapters support I2C-level messaging. Check that the adapter
    does before probing for a PCF8583 chip, as the driver makes use of
    i2c_transfer and i2c_master_send.

    Signed-off-by: Jean Delvare
    Signed-off-by: Alessandro Zummo
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Jean Delvare
     

05 Mar, 2007

3 commits


01 Oct, 2006

1 commit


26 Jun, 2006

1 commit

  • A port of the driver for the pcf8583 i2c rtc controller to the generic RTC
    framework by Alessandro Zummo. Based on
    drivers/acorn/char/{pcf8583.[hc],i2c.c}. Hopefully, acorn can be converted
    too to use this driver in the future.

    Signed-off-by: G. Liakhovetski
    Signed-off-by: Alessandro Zummo
    Cc: Russell King
    Cc: Jean Delvare
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    G. Liakhovetski