summaryrefslogtreecommitdiff
path: root/drivers/rtc/m41t94.c
AgeCommit message (Collapse)Author
2022-11-10rtc: Remove unused driversTom Rini
These drivers are not enabled anywhere, remove them. Signed-off-by: Tom Rini <[email protected]> Reviewed-by: Simon Glass <[email protected]>
2009-11-27Fix for Void function returning value in sbc35-a9g20Sandeep Paulraj
Void function was returning 0 in the m41t94 rtc driver. This makes it similar to m41t62 rtc driver. Signed-off-by: Sandeep Paulraj <[email protected]>
2009-08-25Add driver for the ST M41T94 SPI RTCAlbin Tonnerre
This RTC is used in some Calao boards. The driver code is taken from the linux rtc-m41t94 driver Signed-off-by: Albin Tonnerre <[email protected]>