index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
rtc
/
rtc-pcf8523.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
rtc: Drop explicit initialization of struct i2c_device_id::driver_data to 0
Uwe Kleine-König
2024-07-07
1
-1
/
+1
*
rtc: pcf8523: add suspend handlers for alarm IRQ
Alexandre Belloni
2024-02-29
1
-0
/
+25
*
rtc: Switch i2c drivers back to use .probe()
Uwe Kleine-König
2023-06-06
1
-1
/
+1
*
rtc: pcf8523: remove unnecessary OR operation
Javier Carrasco
2023-03-17
1
-1
/
+1
*
rtc: pcf8523: fix coding-style issues
Javier Carrasco
2023-03-17
1
-8
/
+7
*
rtc: pcf8523: use IRQ flags obtained from fwnode
Alexandre Belloni
2023-02-01
1
-1
/
+6
*
rtc: pcf8523: fix for stop bit
paulmn
2022-11-16
1
-10
/
+10
*
rtc: use simple i2c probe
Stephen Kitt
2022-06-24
1
-3
/
+2
*
rtc: pcf8523: let the core handle the alarm resolution
Alexandre Belloni
2022-03-23
1
-8
/
+1
*
rtc: pcf8523: switch to RTC_FEATURE_UPDATE_INTERRUPT
Alexandre Belloni
2022-03-23
1
-1
/
+1
*
rtc: pcf8523: Fix GCC 12 warning
Victor Erminpour
2022-02-15
1
-2
/
+2
*
rtc: pcf8523: add BSM support
Alexandre Belloni
2021-10-18
1
-6
/
+97
*
rtc: pcf8523: allow usage on ACPI platforms
Alexandre Belloni
2021-10-18
1
-3
/
+1
*
rtc: pcf8523: remove unecessary ifdefery
Alexandre Belloni
2021-10-18
1
-2
/
+0
*
rtc: pcf8523: always compile pcf8523_rtc_ioctl
Alexandre Belloni
2021-10-18
1
-4
/
+0
*
rtc: pcf8523: switch to regmap
Alexandre Belloni
2021-10-18
1
-219
/
+84
*
rtc: pcf8523: avoid reading BLF in pcf8523_rtc_read_time
Alexandre Belloni
2021-10-18
1
-22
/
+4
*
rtc: pcf8523: rename register and bit defines
Alexandre Belloni
2021-07-10
1
-73
/
+73
*
rtc: pcf8523: report oscillator failures
Alexandre Belloni
2021-04-29
1
-2
/
+11
*
rtc: pcf8523: add alarm support
Alexandre Belloni
2021-04-29
1
-0
/
+179
*
rtc: pcf8523: remove useless define
Alexandre Belloni
2021-04-29
1
-3
/
+1
*
rtc: pcf8523: use BIT
Alexandre Belloni
2020-11-19
1
-7
/
+7
*
rtc: pcf8523: set range
Alexandre Belloni
2020-11-19
1
-11
/
+2
*
rtc: pcf8523: switch to devm_rtc_allocate_device
Alexandre Belloni
2020-11-19
1
-3
/
+4
*
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-24
1
-1
/
+1
*
rtc: pcf8523: return meaningful value for RTC_VL_READ
Alexandre Belloni
2019-12-18
1
-3
/
+3
*
rtc: pcf8523: Remove struct pcf8523
Nobuhiro Iwamatsu
2019-11-27
1
-14
/
+4
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2019-06-19
1
-4
/
+1
*
rtc: pcf8523: set xtal load capacitance from DT
Sam Ravnborg
2019-01-22
1
-8
/
+20
*
rtc: pcf8523: Add rv8523 compatible
Alexandre Belloni
2019-01-10
1
-0
/
+1
*
rtc: pcf8523: don't return invalid date when battery is low
Baruch Siach
2018-12-11
1
-8
/
+24
*
rtc: stop validating rtc_time in .read_time
Alexandre Belloni
2018-03-02
1
-1
/
+1
*
rtc: pcf8523: add support for trimming the RTC oscillator
Russell King
2017-10-25
1
-0
/
+40
*
rtc: pcf8523: properly handle oscillator stop bit
Alexandre Belloni
2016-03-14
1
-22
/
+3
*
rtc: pcf8523: refuse to write dates later than 2099
Uwe Kleine-König
2016-01-11
1
-0
/
+11
*
rtc: Drop owner assignment from i2c_driver
Krzysztof Kozlowski
2015-09-05
1
-1
/
+0
*
drivers/rtc/rtc-pcf8523.c: fix month definition
Chris Cui
2014-05-06
1
-2
/
+2
*
drivers/rtc/rtc-pcf8523.c: remove empty function
Sachin Kamat
2013-07-04
1
-6
/
+0
*
rtc: rtc-pcf8523: use devm_rtc_device_register()
Jingoo Han
2013-04-30
1
-5
/
+1
*
rtc-pcf8523: add low battery voltage support
Jesper Nilsson
2013-02-22
1
-0
/
+31
*
rtc: add NXP PCF8523 support
Thierry Reding
2012-12-18
1
-0
/
+326