index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
fpga
/
socfpga.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-04-08
rtc: ds1672: switch debug message to %ptR
Alexandre Belloni
1
-4
/
+1
2019-04-08
rtc: ds1672: convert to SPDX identifier
Alexandre Belloni
1
-4
/
+1
2019-04-08
rtc: ds1672: use .set_time
Alexandre Belloni
1
-2
/
+3
2019-04-08
rtc: ds1672: use rtc_time64_to_tm
Alexandre Belloni
1
-1
/
+1
2019-04-08
rtc: ds1672: remove useless indirection
Alexandre Belloni
1
-14
/
+6
2019-04-08
rtc: ds1672: remove sysfs debug interface
Alexandre Belloni
1
-51
/
+0
2019-04-08
rtc: ds1672: move oscillator handling to .read_time
Alexandre Belloni
1
-13
/
+16
2019-04-08
rtc: ds1672: set range
Alexandre Belloni
1
-5
/
+11
2019-04-08
rtc: test: use .set_time
Alexandre Belloni
1
-4
/
+4
2019-04-06
rtc: lib: check whether tm->tm_year in int32 range
Xuefeng Wang
1
-0
/
+1
2019-04-04
rtc: don't reference bogus function pointer in kdoc
Wolfram Sang
1
-4
/
+3
2019-04-04
rtc: remove unnecessary Kconfig dependencies
Alexandre Belloni
1
-2
/
+0
2019-04-04
rtc: pcf85063: add RTC_VL_READ/RTC_VL_CLR support
Alexandre Belloni
1
-0
/
+35
2019-04-04
rtc: pcf85063: add offset correction support
Alexandre Belloni
1
-1
/
+57
2019-04-04
rtc: pcf85063: add nvram support
Alexandre Belloni
1
-0
/
+24
2019-04-04
rtc: pcf85063: add Micro Crystal RV8263 support
Alexandre Belloni
2
-5
/
+30
2019-04-04
rtc: pcf85063: add alarm support
Alexandre Belloni
1
-0
/
+121
2019-04-04
rtc: pcf85063: differentiate pcf85063a and pcf85063tp
Alexandre Belloni
2
-7
/
+31
2019-04-04
rtc: pcf85063: switch to regmap
Alexandre Belloni
2
-93
/
+62
2019-04-04
rtc: pcf85063: set range
Alexandre Belloni
1
-3
/
+2
2019-04-04
rtc: pcf85063: convert to devm_rtc_allocate_device
Alexandre Belloni
1
-6
/
+6
2019-04-04
rtc: pcf85063: remove bogus i2c functionality check
Alexandre Belloni
1
-3
/
+0
2019-04-04
rtc: pcf85063: convert to SPDX identifier
Alexandre Belloni
1
-6
/
+1
2019-04-04
rtc: pcf85063: switch to probe_new
Alexandre Belloni
1
-10
/
+2
2019-04-04
rtc: snvs: use devm_platform_ioremap_resource() to simplify code
Anson Huang
1
-3
/
+1
2019-04-04
rtc: mxc: use devm_platform_ioremap_resource() to simplify code
Anson Huang
1
-3
/
+1
2019-04-04
rtc: snvs: use dev_pm_set_wake_irq() to simplify code
Anson Huang
1
-21
/
+4
2019-04-04
rtc: Add ASPEED RTC driver
Joel Stanley
3
-0
/
+148