aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-rx8010.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-09-29rtc: rx8010: rename rx8010_init_client() to rx8010_init()Bartosz Golaszewski1-2/+2
2020-09-15rtc: rx8010: use range checking provided by core RTC codeBartosz Golaszewski1-3/+2
2020-09-15rtc: rx8010: convert to using regmapBartosz Golaszewski1-119/+79
2020-09-15rtc: rx8010: switch to using the preferred i2c APIBartosz Golaszewski1-3/+2
2020-09-15rtc: rx8010: switch to using the preferred RTC APIBartosz Golaszewski1-11/+7
2020-09-15rtc: rx8010: prefer sizeof(*val) over sizeof(struct type_of_val)Bartosz Golaszewski1-1/+1
2020-09-15rtc: rx8010: use a helper variable for client->dev in probe()Bartosz Golaszewski1-8/+7
2020-09-15rtc: rx8010: drop unnecessary initializationBartosz Golaszewski1-1/+1
2020-09-15rtc: rx8010: don't use magic values for time buffer lengthBartosz Golaszewski1-5/+6
2020-09-15rtc: rx8010: rename ret to err in rx8010_set_time()Bartosz Golaszewski1-11/+11
2020-09-15rtc: rx8010: use tabs instead of spaces for code formattingBartosz Golaszewski1-29/+29
2020-09-15rtc: rx8010: consolidate local variables of the same typeBartosz Golaszewski1-12/+6
2020-09-15rtc: rx8010: remove unnecessary bracketsBartosz Golaszewski1-6/+3
2020-09-15rtc: rx8010: remove a stray newlineBartosz Golaszewski1-1/+0
2020-09-15rtc: rx8010: don't modify the global rtc opsBartosz Golaszewski1-7/+17
2019-12-23rtc: rx8010: Fix return code for rx8010_probeNobuhiro Iwamatsu1-1/+1
2019-12-18rtc: rx8010: return meaningful value for RTC_VL_READAlexandre Belloni1-5/+2
2019-12-18rtc: rx8010: remove RTC_VL_CLR handlingAlexandre Belloni1-15/+1
2019-07-17Merge tag 'rtc-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linuxLinus Torvalds1-1/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-5/+1
2019-06-09rtc: rx8010: simplify getting the adapter of a clientWolfram Sang1-1/+1
2018-03-02rtc: stop validating rtc_time in .read_timeAlexandre Belloni1-1/+1
2017-11-09rtc: rx8010: Fix for incorrect return valueAkshay Bhat1-2/+2
2017-11-08rtc: rx8010: Specify correct address for RX8010_RESV31Akshay Bhat1-1/+1
2017-11-08rtc: rx8010: Remove duplicate defineAkshay Bhat1-1/+0
2017-03-09rtc: rx8010: Add OF device ID tableJavier Martinez Canillas1-0/+7
2017-01-04rtc: rx8010: change lock mechanismFabien Lahoudere1-21/+3
2016-07-09rtc: simplify implementations of read_alarmUwe Kleine-König1-7/+1
2016-01-11rtc: Add Epson RX8010SJ RTC driverAkshay Bhat1-0/+523