Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
557fbf4f387a6b3df2e02647848b7b4f1064e104
557fbf4
rtc: imxdi: remove unused variable
by Anders Roxell
· 6 years ago
a01ab06
rtc: drop set_mms and set_mmss64
by Alexandre Belloni
· 6 years ago
f5fae39
rtc: pcap: convert to SPDX identifier
by Alexandre Belloni
· 6 years ago
c8b599e
rtc: pcap: use .set_time
by Alexandre Belloni
· 6 years ago
03745d1
rtc: pcap: switch to rtc_time64_to_tm/rtc_tm_to_time64
by Alexandre Belloni
· 6 years ago
d1403c4
rtc: pcap: set range
by Alexandre Belloni
· 6 years ago
77c13d9
rtc: digicolor: convert to SPDX identifier
by Alexandre Belloni
· 6 years ago
72ef256
rtc: digicolor: use .set_time
by Alexandre Belloni
· 6 years ago
e5fe3c3
rtc: digicolor: set range
by Alexandre Belloni
· 6 years ago
060711f
rtc: digicolor: fix possible race condition
by Alexandre Belloni
· 6 years ago
86836d6
rtc: jz4740: convert to SPDX identifier
by Alexandre Belloni
· 6 years ago
7fe8fce
rtc: jz4740: rework invalid time detection
by Alexandre Belloni
· 6 years ago
3b2dc19
rtc: jz4740: use dev_pm_set_wake_irq() to simplify code
by Alexandre Belloni
· 6 years ago
e72746e
rtc: jz4740: use .set_time
by Alexandre Belloni
· 6 years ago
d10dcc95
rtc: jz4740: remove useless check
by Alexandre Belloni
· 6 years ago
be8dce9
rtc: jz4740: switch to rtc_time64_to_tm/rtc_tm_to_time64
by Alexandre Belloni
· 6 years ago
a7ab6be
rtc: jz4740: set range
by Alexandre Belloni
· 6 years ago
f22b1ba
rtc: 88pm860x: prevent use-after-free on device remove
by Sven Van Asbroeck
· 6 years ago
527bd75
rtc: Use dev_get_drvdata()
by Kefeng Wang
· 6 years ago
c8889bb
rtc: imxdi: convert to SPDX identifier
by Alexandre Belloni
· 6 years ago
629d488
rtc: imxdi: remove unnecessary check
by Alexandre Belloni
· 6 years ago
d231d32
rtc: imxdi: use .set_time
by Alexandre Belloni
· 6 years ago
9305979
rtc: imxdi: switch to rtc_time64_to_tm/rtc_tm_to_time64
by Alexandre Belloni
· 6 years ago
21c9dfd
rtc: imxdi: set range
by Alexandre Belloni
· 6 years ago
02bc723
rtc: mxc: use .set_time
by Alexandre Belloni
· 6 years ago
83888df
rtc: mxc: set range
by Alexandre Belloni
· 6 years ago
ebc2ec4e
rtc: mxc: fix possible race condition
by Alexandre Belloni
· 6 years ago
cf612c5
rtc: stm32: manage the get_irq probe defer case
by Fabien Dessenne
· 6 years ago
f9bf089
rtc: rx6110: declare missing of table
by Daniel Gomez
· 6 years ago
498ce4e
rtc: wm831x: use .set_time
by Alexandre Belloni
· 6 years ago
d9aa5ca
rtc: ds2404: simplify .probe and remove .remove
by Alexandre Belloni
· 6 years ago
c7ac260
rtc: ds2404: remove ds2404_chip_ops
by Alexandre Belloni
· 6 years ago
14556f0
rtc: ds2404: convert to SPDX identifier
by Alexandre Belloni
· 6 years ago
be2b043
rtc: ds2404: use .set_time
by Alexandre Belloni
· 6 years ago
5352321
rtc: ds2404: switch to rtc_time64_to_tm
by Alexandre Belloni
· 6 years ago
13bfa94
rtc: ds2404: set range
by Alexandre Belloni
· 6 years ago
d71c771
rtc: ep93xx: fix checkpatch issues
by Alexandre Belloni
· 6 years ago
4fdf4d2
rtc: ep93xx: convert to SPDX identifier
by Alexandre Belloni
· 6 years ago
ef9440a
rtc: ep93xx: use .set_time
by Alexandre Belloni
· 6 years ago
886a77e
rtc: ep93xx: switch to rtc_time64_to_tm
by Alexandre Belloni
· 6 years ago
2d4fc6d
rtc: ep93xx: set range
by Alexandre Belloni
· 6 years ago
09cd030
rtc: ep93xx: use rtc_add_group
by Alexandre Belloni
· 6 years ago
bac68b3
rtc: ep93xx: convert to devm_rtc_allocate_device
by Alexandre Belloni
· 6 years ago
b809d19
rtc: ep93xx: stop setting platform_data
by Alexandre Belloni
· 6 years ago
9eec31f
rtc: ds3232: get SRAM access using NVMEM Framework
by Han Nandor
· 6 years ago
9fc0fd5
rtc: mc13xxx: fix style issue
by Alexandre Belloni
· 6 years ago
edd6d79
rtc: mc13xxx: convert to SPDX identifier
by Alexandre Belloni
· 6 years ago
eee86de
rtc: mc13xxx: use .set_time
by Alexandre Belloni
· 6 years ago
e4ae702
rtc: mc13xxx: set range
by Alexandre Belloni
· 6 years ago
3b6bddd
rtc: ds1685: use threaded interrupt
by Thomas Bogendoerfer
· 6 years ago
e330c3d
rtc: ds1685: remove dead code
by Thomas Bogendoerfer
· 6 years ago
692802d
rtc: ds1685: fix crash caused by referencing wrong device struct
by Thomas Bogendoerfer
· 6 years ago
7342e2a
rtc: lpc32xx: convert to SPDX identifier
by Alexandre Belloni
· 6 years ago
34b21c9
rtc: lpc32xx: use .set_time
by Alexandre Belloni
· 6 years ago
f04dd34
rtc: lpc32xx: switch to rtc_time64_to_tm/rtc_tm_to_time64
by Alexandre Belloni
· 6 years ago
ba4a84f
rtc: lpc32xx: simplify IRQ setup
by Alexandre Belloni
· 6 years ago
3a13426
rtc: lpc32xx: set range
by Alexandre Belloni
· 6 years ago
6bbad58
rtc: lpc32xx: convert to devm_rtc_allocate_device
by Alexandre Belloni
· 6 years ago
fbc5ee9
rtc: mxc_v2: use dev_pm_set_wake_irq() to simplify code
by Anson Huang
· 6 years ago
bc0e731
rtc: mxc: use dev_pm_set_wake_irq() to simplify code
by Anson Huang
· 6 years ago
862cac1
rtc: rx8025: Fix a parameter to %ptR in rx8025_read_alarm()
by Andy Shevchenko
· 6 years ago
153a917
rtc: sirfsoc: Make sysrtc_regmap_config static
by YueHaibing
· 6 years ago
ac2ae48ef
rtc: ab3100: convert to SPDX identifier
by Alexandre Belloni
· 6 years ago
0dca027b
rtc: ab3100: use .set_time
by Alexandre Belloni
· 6 years ago
386b594
rtc: ab3100: set range
by Alexandre Belloni
· 6 years ago
56573ca
rtc: pcf85363: convert to SPDX identifier
by Alexandre Belloni
· 6 years ago
b21a841
rtc: pcf85363: remove useless forward declaration
by Alexandre Belloni
· 6 years ago
176a5ee
rtc: pcf85363: remove bogus i2c functionality check
by Alexandre Belloni
· 6 years ago
c0ec831
rtc: pcf85363: set range
by Alexandre Belloni
· 6 years ago
8f7b1d7
rtc: pcf85363: remove unused struct pcf85363 member
by Alexandre Belloni
· 6 years ago
838d2d9
rtc: stmp3xxx: convert to SPDX identifier
by Alexandre Belloni
· 6 years ago
622eb9b
rtc: stmp3xxx: use .set_time
by Alexandre Belloni
· 6 years ago
a659a08
rtc: stmp3xxx: switch to rtc_time64_to_tm/rtc_tm_to_time64
by Alexandre Belloni
· 6 years ago
0d823ab
rtc: stmp3xxx: set range
by Alexandre Belloni
· 6 years ago
b683827
rtc: tegra: convert to SPDX identifier
by Alexandre Belloni
· 6 years ago
34ea0ac
rtc: tegra: switch to rtc_time64_to_tm/rtc_tm_to_time64
by Alexandre Belloni
· 6 years ago
e108980
rtc: tegra: set range
by Alexandre Belloni
· 6 years ago
7d62462
rtc: coh901331: convert to SPDX identifier
by Alexandre Belloni
· 6 years ago
febad79
rtc: coh901331: use .set_time
by Alexandre Belloni
· 6 years ago
9cf2f9b
rtc: coh901331: switch to rtc_time64_to_tm/rtc_tm_to_time64
by Alexandre Belloni
· 6 years ago
06cfd66
rtc: coh901331: set range
by Alexandre Belloni
· 6 years ago
e3a7691
rtc: ds1672: switch debug message to %ptR
by Alexandre Belloni
· 6 years ago
6946832
rtc: ds1672: convert to SPDX identifier
by Alexandre Belloni
· 6 years ago
219219d
rtc: ds1672: use .set_time
by Alexandre Belloni
· 6 years ago
520d651
rtc: ds1672: use rtc_time64_to_tm
by Alexandre Belloni
· 6 years ago
7a5670c
rtc: ds1672: remove useless indirection
by Alexandre Belloni
· 6 years ago
c346065
rtc: ds1672: remove sysfs debug interface
by Alexandre Belloni
· 6 years ago
10e3efc
rtc: ds1672: move oscillator handling to .read_time
by Alexandre Belloni
· 6 years ago
d1fbe69
rtc: ds1672: set range
by Alexandre Belloni
· 6 years ago
43dae50
rtc: test: use .set_time
by Alexandre Belloni
· 6 years ago
73f28f7
rtc: lib: check whether tm->tm_year in int32 range
by Xuefeng Wang
· 6 years ago
c48cadf
rtc: don't reference bogus function pointer in kdoc
by Wolfram Sang
· 6 years ago
169680d
rtc: remove unnecessary Kconfig dependencies
by Alexandre Belloni
· 6 years ago
27ff836
rtc: pcf85063: add RTC_VL_READ/RTC_VL_CLR support
by Alexandre Belloni
· 6 years ago
85370d3
rtc: pcf85063: add offset correction support
by Alexandre Belloni
· 6 years ago
fadfd09
rtc: pcf85063: add nvram support
by Alexandre Belloni
· 6 years ago
5b3a3ad
rtc: pcf85063: add Micro Crystal RV8263 support
by Alexandre Belloni
· 6 years ago
05cb3a5
rtc: pcf85063: add alarm support
by Alexandre Belloni
· 6 years ago
0e2e877
rtc: pcf85063: differentiate pcf85063a and pcf85063tp
by Alexandre Belloni
· 6 years ago
e89b60d
rtc: pcf85063: switch to regmap
by Alexandre Belloni
· 6 years ago
Next »