summaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-rx8010.c
Commit message (Expand)AuthorAgeFilesLines
* rtc: Switch i2c drivers back to use .probe()Uwe Kleine-König2023-06-061-1/+1
* rtc: rx8010: use IRQ flags obtained from fwnodeAlexandre Belloni2023-02-011-2/+6
* rtc: rx8010: quiet maybe-unused variable warningAlexandre Belloni2021-02-061-1/+1
* rtc: rx8010: use rtc_lock/rtc_unlockAlexandre Belloni2021-01-251-3/+3
* rtc: rx8010: drop a struct rtc_class_opsAlexandre Belloni2021-01-161-10/+3
* rtc: rework rtc_register_device() resource managementBartosz Golaszewski2020-11-191-1/+1
* rtc: rx8010: rename rx8010_init_client() to rx8010_init()Bartosz Golaszewski2020-09-291-2/+2
* rtc: rx8010: use range checking provided by core RTC codeBartosz Golaszewski2020-09-151-3/+2
* rtc: rx8010: convert to using regmapBartosz Golaszewski2020-09-151-119/+79
* rtc: rx8010: switch to using the preferred i2c APIBartosz Golaszewski2020-09-151-3/+2
* rtc: rx8010: switch to using the preferred RTC APIBartosz Golaszewski2020-09-151-11/+7
* rtc: rx8010: prefer sizeof(*val) over sizeof(struct type_of_val)Bartosz Golaszewski2020-09-151-1/+1
* rtc: rx8010: use a helper variable for client->dev in probe()Bartosz Golaszewski2020-09-151-8/+7
* rtc: rx8010: drop unnecessary initializationBartosz Golaszewski2020-09-151-1/+1
* rtc: rx8010: don't use magic values for time buffer lengthBartosz Golaszewski2020-09-151-5/+6
* rtc: rx8010: rename ret to err in rx8010_set_time()Bartosz Golaszewski2020-09-151-11/+11
* rtc: rx8010: use tabs instead of spaces for code formattingBartosz Golaszewski2020-09-151-29/+29
* rtc: rx8010: consolidate local variables of the same typeBartosz Golaszewski2020-09-151-12/+6
* rtc: rx8010: remove unnecessary bracketsBartosz Golaszewski2020-09-151-6/+3
* rtc: rx8010: remove a stray newlineBartosz Golaszewski2020-09-151-1/+0
* rtc: rx8010: don't modify the global rtc opsBartosz Golaszewski2020-09-151-7/+17
* rtc: rx8010: Fix return code for rx8010_probeNobuhiro Iwamatsu2019-12-231-1/+1
* rtc: rx8010: return meaningful value for RTC_VL_READAlexandre Belloni2019-12-181-5/+2
* rtc: rx8010: remove RTC_VL_CLR handlingAlexandre Belloni2019-12-181-15/+1
* Merge tag 'rtc-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds2019-07-171-1/+1
|\
| * rtc: rx8010: simplify getting the adapter of a clientWolfram Sang2019-06-091-1/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-5/+1
|/
* rtc: stop validating rtc_time in .read_timeAlexandre Belloni2018-03-021-1/+1
* rtc: rx8010: Fix for incorrect return valueAkshay Bhat2017-11-091-2/+2
* rtc: rx8010: Specify correct address for RX8010_RESV31Akshay Bhat2017-11-081-1/+1
* rtc: rx8010: Remove duplicate defineAkshay Bhat2017-11-081-1/+0
* rtc: rx8010: Add OF device ID tableJavier Martinez Canillas2017-03-091-0/+7
* rtc: rx8010: change lock mechanismFabien Lahoudere2017-01-041-21/+3
* rtc: simplify implementations of read_alarmUwe Kleine-König2016-07-091-7/+1
* rtc: Add Epson RX8010SJ RTC driverAkshay Bhat2016-01-111-0/+523