Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
shift
/
mainline
/
e4f41de77f96e199151117646ac6df4f18301c79
/
drivers
/
rtc
79703e0
Merge tag 'tag-chrome-platform-for-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/chrome-platform/linux
by Linus Torvalds
· 5 years ago
eadc4e4
Merge tag 'rtc-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux
by Linus Torvalds
· 5 years ago
af32f3a
Merge tag 'mfd-next-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd
by Linus Torvalds
· 5 years ago
c5951e7
Merge tag 'mips_5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux
by Linus Torvalds
· 5 years ago
34719de
rtc: i2c/spi: Avoid inclusion of REGMAP support when not needed
by Geert Uytterhoeven
· 5 years ago
578c2b6
rtc: Kconfig: select REGMAP_I2C when necessary
by Alexandre Belloni
· 5 years ago
c682094
rtc: Kconfig: properly indent sd3078 entry
by Alexandre Belloni
· 5 years ago
6a1000b
Merge tag 'ioremap-5.6' of git://git.infradead.org/users/hch/ioremap
by Linus Torvalds
· 5 years ago
604c521
rtc: cmos: Refactor code by using the new dmi_get_bios_year() helper
by Andy Shevchenko
· 5 years ago
5848ad2
rtc: cmos: Use predefined value for RTC IRQ on legacy x86
by Andy Shevchenko
· 5 years ago
b6da197
rtc: cmos: Stop using shared IRQ
by Andy Shevchenko
· 5 years ago
4c4ab45
rtc: tps6586x: Use IRQ_NOAUTOEN flag
by Dmitry Osipenko
· 5 years ago
fe5a591
rtc: bd70528: add BD71828 support
by Matti Vaittinen
· 5 years ago
3c7b90c
rtc: at91rm9200: use FIELD_PREP/FIELD_GET
by Alexandre Belloni
· 5 years ago
565205d
rtc: at91rm9200: avoid time readout in at91_rtc_setalarm
by Alexandre Belloni
· 5 years ago
a1243b0
rtc: at91rm9200: move register definitions to C file
by Alexandre Belloni
· 5 years ago
ca3fdc9
rtc: at91rm9200: add sama5d4 and sama5d2 compatibles
by Alexandre Belloni
· 5 years ago
b705287
rtc: at91rm9200: remove procfs information
by Alexandre Belloni
· 5 years ago
10cf830
MIPS: SGI-IP27: fix readb/writeb addressing
by Thomas Bogendoerfer
· 5 years ago
11f1eab
cros_ec: treewide: Remove 'include/linux/mfd/cros_ec.h'
by Enric Balletbo i Serra
· 5 years ago
4bdc0d6
remove ioremap_nocache and devm_ioremap_nocache
by Christoph Hellwig
· 5 years ago
f01f4ff
rtc: cmos: Revert "rtc: Fix the AltCentury value on AMD/Hygon platform"
by Alexandre Belloni
· 5 years ago
d53f9b6
rtc: pcf8563: Use BIT
by Nobuhiro Iwamatsu
· 5 years ago
7dc679e
rtc: moxart: Convert to SPDX identifier
by Nobuhiro Iwamatsu
· 5 years ago
d6e62e7
rtc: ds1343: Remove unused struct spi_device in struct ds1343_priv
by Nobuhiro Iwamatsu
· 5 years ago
47a3c04
rtc: rx8025: Remove struct i2c_client from struct rx8025_data
by Nobuhiro Iwamatsu
· 5 years ago
e2ed750
rtc: hym8563: Read the valid flag directly instead of caching it
by Paul Kocialkowski
· 5 years ago
f236a2a
rtc: hym8563: Return -EINVAL if the time is known to be invalid
by Paul Kocialkowski
· 5 years ago
aeedfe7
rtc: rx8010: Fix return code for rx8010_probe
by Nobuhiro Iwamatsu
· 5 years ago
de05056
rtc: omap: Remove unneeded semicolon
by zhengbin
· 5 years ago
62cbe63
rtc: asm9260: add the missed check for devm_clk_get
by Chuhong Yuan
· 5 years ago
bd0d937
rtc: rv3029: remove useless error messages
by Alexandre Belloni
· 5 years ago
fc21929
rtc: rv3029: annotate init and exit functions
by Alexandre Belloni
· 5 years ago
8e99106
rtc: rv3029: drop deprecated compatbiles
by Alexandre Belloni
· 5 years ago
ec923fc
rtc: rv3029: add nvram support
by Alexandre Belloni
· 5 years ago
cbc943e
rtc: rv3029: let the core handle rtc range
by Alexandre Belloni
· 5 years ago
9346f87
rtc: rv3029: convert to devm_rtc_allocate_device
by Alexandre Belloni
· 5 years ago
cff2e4d
rtc: rv3029: correctly handle PON and VLOW2
by Alexandre Belloni
· 5 years ago
f630f72
rtc: rv3029: add RTC_VL_READ and RTC_VL_CLEAR support
by Alexandre Belloni
· 5 years ago
7518dd9
rtc: rv3029: drop rv3029_read_regs and rv3029_write_regs
by Alexandre Belloni
· 5 years ago
8fd3d60
rtc: rv3029: simplify rv3029_set_alarm
by Alexandre Belloni
· 5 years ago
38ce8e3
rtc: rv3029: simplify rv3029_alarm_irq_enable
by Alexandre Belloni
· 5 years ago
bb72dbb
rtc: rv3029: get rid of rv3029_get_sr
by Alexandre Belloni
· 5 years ago
35c2daa
rtc: rv3029: avoid reading the status register uselessly
by Alexandre Belloni
· 5 years ago
54c5970
rtc: rv3029: remove race condition when update STATUS
by Alexandre Belloni
· 5 years ago
609e97f
rtc: rv3029: remove open coded regmap_update_bits
by Alexandre Belloni
· 5 years ago
c509e43
rtc: rv3029: let regmap validate the register ranges
by Alexandre Belloni
· 5 years ago
9b45ef9
rtc: rv3029: use proper name for the driver
by Alexandre Belloni
· 5 years ago
8049c11
rtc: rx8010: return meaningful value for RTC_VL_READ
by Alexandre Belloni
· 5 years ago
894b043
rtc: rx8010: remove RTC_VL_CLR handling
by Alexandre Belloni
· 5 years ago
bcd17c5
rtc: rv8803: return meaningful value for RTC_VL_READ
by Alexandre Belloni
· 5 years ago
7e890a0
rtc: rv8803: avoid clearing RV8803_FLAG_V2F in RTC_VL_CLR
by Alexandre Belloni
· 5 years ago
86e655f
rtc: rv3028: return meaningful value for RTC_VL_READ
by Alexandre Belloni
· 5 years ago
92c02da
rtc: rv3028: remove RTC_VL_CLR handling
by Alexandre Belloni
· 5 years ago
f86dc5b
rtc: pcf85063: return meaningful value for RTC_VL_READ
by Alexandre Belloni
· 5 years ago
0295c27
rtc: pcf85063: remove RTC_VL_CLR handling
by Alexandre Belloni
· 5 years ago
b371b10
rtc: pcf8563: return meaningful value for RTC_VL_READ
by Alexandre Belloni
· 5 years ago
935272a
rtc: pcf8563: stop caching voltage_low
by Alexandre Belloni
· 5 years ago
75d26f5
rtc: pcf8563: remove conditional compilation
by Alexandre Belloni
· 5 years ago
d268f4b
rtc: pcf8563: remove RTC_VL_CLR handling
by Alexandre Belloni
· 5 years ago
244cf8f
rtc: pcf8523: return meaningful value for RTC_VL_READ
by Alexandre Belloni
· 5 years ago
af42731
rtc: pcf2127: return meaningful value for RTC_VL_READ
by Alexandre Belloni
· 5 years ago
9f05342
rtc: abx80x: return meaningful value for RTC_VL_READ
by Alexandre Belloni
· 5 years ago
653997e
rtc: mt6397: fix alarm register overwrite
by Ran Bi
· 5 years ago
3b52093
rtc: ds1343: Do not hardcode SPI mode flags
by Linus Walleij
· 5 years ago
519d637
rtc: zynqmp: re-use rtc_time64_to_tm operation
by Jean-Francois Dagenais
· 5 years ago
111bf02
rtc: sun6i: Add support for RTC clocks on R40
by Chen-Yu Tsai
· 5 years ago
cf33e91
rtc: stm32: add missed clk_disable_unprepare in error path of resume
by Chuhong Yuan
· 5 years ago
751438b
rtc: mt6397: drop free_irq of devm_ allocated irq
by Wei Yongjun
· 5 years ago
4672c2f
Merge tag 'rtc-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux
by Linus Torvalds
· 5 years ago
3732391
Merge tag 'mfd-next-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd
by Linus Torvalds
· 5 years ago
f830f7c
rtc: Fix Kconfig indentation
by Krzysztof Kozlowski
· 5 years ago
fa60b7e
rtc: xgene: Remove unused struct device in struct xgene_rtc_dev
by Nobuhiro Iwamatsu
· 5 years ago
8532bd5
rtc: sun6i: Remove struct device from sun6i_rtc_dev
by Nobuhiro Iwamatsu
· 5 years ago
4f8aade
rtc: st-lpc: Remove struct resource from struct st_rtc
by Nobuhiro Iwamatsu
· 5 years ago
9396624
rtc: pcf8523: Remove struct pcf8523
by Nobuhiro Iwamatsu
· 5 years ago
60bd22f
rtc: meson: remove redundant assignment to variable retries
by Colin Ian King
· 5 years ago
4239749
rtc: v3020: remove set but unused variable
by Alexandre Belloni
· 5 years ago
8321c2e
rtc: tegra: remove set but unused variable
by Alexandre Belloni
· 5 years ago
863d7b1
rtc: pm8xxx: update kerneldoc for struct pm8xxx_rtc
by Alexandre Belloni
· 5 years ago
e5b7d90f
rtc: m41t80: remove excess kerneldoc
by Alexandre Belloni
· 5 years ago
4ed3f1b
rtc: ds1685: fix build error with make W=1
by Alexandre Belloni
· 5 years ago
4740158
rtc: ds1685: remove set but unused variables
by Alexandre Belloni
· 5 years ago
75859ab
rtc: ds1374: remove unused variable
by Alexandre Belloni
· 5 years ago
6f69319
rtc: sysfs: fix hctosys_show kerneldoc
by Alexandre Belloni
· 5 years ago
55dcf7a
rtc: interface: fix kerneldoc comments
by Alexandre Belloni
· 5 years ago
32c4d9e
rtc: msm6242: Remove unneeded msm6242_set()/msm6242_clear() functions
by Kars de Jong
· 5 years ago
e34494c
rtc: msm6242: Fix reading of 10-hour digit
by Kars de Jong
· 5 years ago
db96d57
rtc: tps65910: allow using RTC without alarm interrupt
by Andrey Skvortsov
· 5 years ago
5ba03f8
rtc: fsl-ftm-alarm: remove select FSL_RCPM and default y from Kconfig
by Li Yang
· 5 years ago
e756034
rtc: pcf8563: Constify clkout_rates
by Nobuhiro Iwamatsu
· 5 years ago
265fc09
rtc: ds1302: Remove unused DRV_NAME
by Nobuhiro Iwamatsu
· 5 years ago
6d2130e
rtc: rx6110: Convert to SPDX identifier
by Nobuhiro Iwamatsu
· 5 years ago
5ea0a61
rtc: rx6110: Remove useless rx6110_remove
by Nobuhiro Iwamatsu
· 5 years ago
7ad295d5
rtc: Fix the AltCentury value on AMD/Hygon platform
by Jinke Fan
· 5 years ago
afe19a7
rtc: bd70528: fix module alias to autoload module
by Colin Ian King
· 5 years ago
c3e12e6
rtc: bd70528: Add MODULE ALIAS to autoload module
by Matti Vaittinen
· 5 years ago
394c051
rtc: em3027: correct month value
by Ilya Ledvich
· 5 years ago
94303f8
rtc: brcmstb-waketimer: add missed clk_disable_unprepare
by Chuhong Yuan
· 5 years ago
0e84313
rtc: cros-ec: let the core handle rtc range
by Alexandre Belloni
· 5 years ago
Next »