Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Switch from per-driver to common definition of bin2bcd and bcd2bin | Albin Tonnerre | 2009-08-25 | -1/+0 |
| | | | | | Signed-off-by: Albin Tonnerre <albin.tonnerre@free-electrons.com> Acked-by: Stefan Roese <sr@denx.de> | |||
* | Replace BCD2BIN and BIN2BCD macros with inline functions | Albin Tonnerre | 2009-08-25 | -14/+14 |
| | | | | | | | | | | In the process, also remove backward-compatiblity macros BIN_TO_BCD and BCD_TO_BIN and update the sole board using them to use the new bin2bcd and bcd2bin instead Signed-off-by: Albin Tonnerre <albin.tonnerre@free-electrons.com> Acked-by: Stefan Roese <sr@denx.de> Acked-by: Detlev Zundel <dzu@denx.de> | |||
* | rtc: add support for 4543 RTC (manufactured by e.g. EPSON) | Detlev Zundel | 2009-03-30 | -0/+118 |
Signed-off-by: Detlev Zundel <dzu@denx.de> Signed-off-by: Andreas Pfefferle <ap@denx.de> |