Alessandro Zummo
fe102c71a6
rtc: fix missing id_table in rtc-ds1672 and rtc-max6900 drivers
...
Add missing id_table to the drivers in subject. Patch is against the
latest git. It should go in with 2.6.28 if possible, the drivers won't
work without the id_table bits.
Signed-off-by: Alessandro Zummo <a.zummo@towertech.it >
Reported-by: Imre Kaloz <kaloz@openwrt.org >
Tested-by: Imre Kaloz <kaloz@openwrt.org >
Cc: David Brownell <david-b@pacbell.net >
Signed-off-by: Andrew Morton <akpm@linux-foundation.org >
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org >
2008-12-10 08:01:52 -08:00
Adrian Bunk
fe20ba70ab
drivers/rtc/: use bcd2bin/bin2bcd
...
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 <bunk@kernel.org >
Acked-by: Alessandro Zummo <a.zummo@towertech.it >
Cc: David Brownell <david-b@pacbell.net >
Signed-off-by: Andrew Morton <akpm@linux-foundation.org >
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org >
2008-10-20 08:52:41 -07:00
Alessandro Zummo
6fd5c03f82
rtc-max6900 new style driver
...
New style conversion and reformatting as per indent --linux-style
Signed-off-by: Alessandro Zummo <a.zummo@towertech.it >
Cc: Dale Farnsworth <dale@farnsworth.org >
Cc: David Brownell <david-b@pacbell.net >
Signed-off-by: Andrew Morton <akpm@linux-foundation.org >
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org >
2008-10-16 11:21:40 -07:00
Harvey Harrison
2a4e2b8780
rtc: replace remaining __FUNCTION__ occurrences
...
__FUNCTION__ is gcc-specific, use __func__
Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com >
Cc: David Brownell <david-b@pacbell.net >
Cc: Alessandro Zummo <a.zummo@towertech.it >
Signed-off-by: Andrew Morton <akpm@linux-foundation.org >
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org >
2008-04-28 08:58:17 -07:00
Jean Delvare
922539a0a3
i2c: normal_i2c can be made const (rtc drivers)
...
Signed-off-by: Jean Delvare <khali@linux-fr.org >
Acked-by: Alessandro Zummo <alessandro.zummo@towertech.it >
2008-01-27 18:14:47 +01:00
Dale Farnsworth
8a2601f6aa
rtc: update and use the MAX6900 century byte
...
We now read and write the century byte in the max6900 chip. We probably
don't need to do so on Linux-only system, but it's necessary when the chip
is shared by another OS that uses the century byte.
Signed-off-by: Dale Farnsworth <dale@farnsworth.org >
Cc: Alessandro Zummo <a.zummo@towertech.it >
Cc: David Brownell <david-b@pacbell.net >
Signed-off-by: Andrew Morton <akpm@linux-foundation.org >
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org >
2007-07-21 17:49:17 -07:00
Dale Farnsworth
aa5bd7e929
rtc: add RTC class driver for the Maxim MAX6900
...
Signed-off-by: Dale Farnsworth.org <dale@farnsworth.org >
Cc: Alessandro Zummo <a.zummo@towertech.it >
Cc: David Brownell <david-b@pacbell.net >
Cc: Jean Delvare <khali@linux-fr.org >
Signed-off-by: Andrew Morton <akpm@linux-foundation.org >
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org >
2007-05-08 11:15:03 -07:00