summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2022-02-15rtc-tools: Add a MakefileHEAD2022.02masterFabio Estevam1-0/+16
Add a Makefile to make installation and uninstallation process easier. Signed-off-by: Fabio Estevam <festevam@denx.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Link: https://lore.kernel.org/r/20220127225928.34214-1-festevam@gmail.com
2022-01-16.gitignore: Add an entry for rtc-rangeFabio Estevam1-0/+1
The rtc-range binary should also be ignored by git. Add an entry for it. Signed-off-by: Fabio Estevam <festevam@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Link: https://lore.kernel.org/r/20211203190324.1514671-1-festevam@gmail.com
2021-11-24rtc: add more feature supportAlexandre Belloni1-8/+9
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2021-10-11rtc: fix gcc Wall warningsAlexandre Belloni1-5/+6
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2021-10-11rtc: add param supportAlexandre Belloni1-1/+149
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2020-05-05rtc: add support for voltages flagsAlexandre Belloni1-0/+19
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2020-04-27rtc-sync: remove TODOAlexandre Belloni1-2/+0
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2020-04-27rtc-range: check for more datesAlexandre Belloni1-0/+12
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2019-12-14rtc: correct flags typeAlexandre Belloni1-1/+1
The values coming from the kernel are unsigned, ensure they are interpreted that way. Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2019-12-14rtc: document vlrd and vlclrAlexandre Belloni1-0/+2
Document the vlrd and vlclr commands Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2019-12-14rtc-range: add new cutoff dateAlexandre Belloni1-0/+6
BCD RTCs that have only 7 bits for the year will fail in 2080. Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2019-03-31rtc: add support for RTC_VL_READ and RTC_VL_CLRAlexandre Belloni1-0/+16
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2019-01-10rtc-range: new toolAlexandre Belloni1-0/+170
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2018-11-05rtc: display string describing error numberAlexandre Belloni1-1/+2
Use strerror to display user friendly description of errno. Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2018-06-05Add rtc toolAlexandre Belloni2-0/+158
Add tool to handle RTD device ioctls. Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2018-02-25Initial importAlexandre Belloni2-0/+654
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>