index
:
~sima/drm
alloc-review
avoid_bo_reuse_stalls
backlight-confusion
backport-3.6
bdw-for-bwidawsk
better-gpu_cpufreq
cea-double-clocked
colder-fusion
cpu_edp-abomination
cpu_transcoder
cs-prefetch
ctx-cleanup
direct-gtt
dma_buf-cpu-access
document-abi
dp-ilk-gm45
dp-integ
dp_mode_fixup
dpms-rework
dragon-slaughter
drm-cleanups
drm-core-cleanups
drm-coverity-fixes
drm-docs
drm-fb-helper
drm-init-cleanup
drm-intel-next-queued
drm-kms-locking
drm_agp_cleanup
drm_dp-refactoring
drm_for_each
dvo-meh
edid-latency
embed-gtt-space
exynos-base
exynos-base2
fb-size-check
fbcon-fixup
fbcon-rework
fbdev-less
fdi-dither
fence-debugfs
fix-relaxed-tiling
fixes-stuff
for-QA
for-agd5f
for-airlied
for-angela
for-anholt
for-antti
for-ben
for-bernard
for-bonbons
for-bwidawsk
for-chainsaw
for-damien
for-dominik
for-dvdhrm
for-eugeniy
for-fixes
for-fritsch
for-ickle
for-imre
for-j4ni
for-jani
for-jbarnes
for-jirierab
for-manday
for-me
for-mika
for-mlankhorst
for-nashpa
for-next
for-nkalkhof
for-ohsix
for-pinchartl
for-poland
for-pzanoni
for-robclark
for-seanpaul
for-sedat-dilek
for-thomas
for-tsa
for-ville
forcewake
full-gtt
gem_stress-fallout
gm45-reset-fixes
gmbus
gmbus-irq
gpu-freq-tracing
gpu-hanger
gtt-cleanup
gtt-wrestling
guard-page-fix
hangcheck-robustify
hangman
hole_stack-trick
hpd-mess
hpd-relaunch
hw_context
hw_context-ben
i810-fixup
i810-gtt-cleanup
i855-cache-coherency-checker
i915-docs
i915-fixes
ilk-hw-context
ilk-module-unload
ilk-wa-pile
init-fixes
intel_gtt_rework
intel_gtt_rework-part2
interlaced
irq-review
irq_handler_cleanup
ivb-edp-fixpile
jbarnes-owes-me-beers
kbz-59841
kill-old-drm-crap
kill-with-fire
kms_lease
local/cracy-mch-hack
local/dev_priv-rework
local/gtt-rework
lvds-fixed
map-and-fence
meh
mmu_notifier-checks
modeset-rework
modeset-rework-base
modeset-rework-fix-load-detect
modeset-rework-pipea-fix
modeset_s-r
my-next
no-more-cookies-for-me
no-more-enc-mode_set
no-more-ums
odds-and-ends
pageflip-ts-mess
pch-irq-fun
pfit-fixes
pipelined_fencing
pll-limits-mess
ppgtt
ppgtt-fix
ppgtt-stuff
prime-fixes
prime-locking-fixes
prts
psr-stuff
pts
pwrite-pread
radeon-kick-offb
refcount-meh
reset-fail
reset-irq-fun
reset-rework
review-for-jbarnes
reworked-dp-sequence
rinbuffer-cleanup
ring-cleanups
ringbuffer-cruft
robustify-reset-transitions
rps-locking
runtime-pm-for-dpms
semaphore-fun
set_caching
shit
shmem_slowpath
simple-patch-queue
snb-workarounds
story-for-ickle
stuff
stuff-fixes
stuff-for-39
stuff-for-poland
swizzled-pread
swizzling
tile-layout
topic/fix
topic/gpu-reloc-fight
topic/hmm-annotations
unbound-splitup
vgacon-crap
danvet's drm/ playground
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
rtc
Age
Commit message (
Expand
)
Author
Files
Lines
2022-10-18
rtc: cmos: fix build on non-ACPI platforms
Alexandre Belloni
1
-0
/
+3
2022-10-18
rtc: cmos: Fix wake alarm breakage
Rafael J. Wysocki
1
-3
/
+8
2022-10-14
Merge tag 'rtc-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...
Linus Torvalds
11
-247
/
+98
2022-10-13
rtc: rv3028: Fix codestyle errors
Ke Sun
1
-3
/
+2
2022-10-13
rtc: cmos: Fix event handler registration ordering issue
Rafael J. Wysocki
1
-10
/
+19
2022-10-13
rtc: k3: Use devm_clk_get_enabled() helper
Christophe JAILLET
1
-18
/
+4
2022-10-13
rtc: jz4740: Use devm_clk_get_enabled() helper
Christophe JAILLET
1
-22
/
+3
2022-10-13
rtc: mpfs: Use devm_clk_get_enabled() helper
Christophe JAILLET
1
-18
/
+1
2022-10-13
rtc: ds1685: Fix spelling of function name in comment block
Colin Ian King
1
-1
/
+1
2022-10-13
rtc: isl12022: switch to using regmap API
Rasmus Villemoes
2
-85
/
+26
2022-10-13
rtc: isl12022: drop redundant write to HR register
Rasmus Villemoes
1
-14
/
+0
2022-10-13
rtc: isl12022: use dev_set_drvdata() instead of i2c_set_clientdata()
Rasmus Villemoes
1
-3
/
+2
2022-10-13
rtc: isl12022: use %ptR
Rasmus Villemoes
1
-10
/
+2
2022-10-13
rtc: isl12022: simplify some expressions
Rasmus Villemoes
1
-4
/
+4
2022-10-13
rtc: isl12022: drop a dev_info()
Rasmus Villemoes
1
-3
/
+0
2022-10-13
rtc: isl12022: specify range_min and range_max
Rasmus Villemoes
1
-0
/
+2
2022-10-13
rtc: isl12022: stop using deprecated devm_rtc_device_register()
Rasmus Villemoes
1
-4
/
+7
2022-10-13
rtc: stmp3xxx: Add failure handling for stmp3xxx_wdt_register()
Lin Yujun
1
-0
/
+2
2022-08-23
rtc: mxc: Use devm_clk_get_enabled() helper
Christophe JAILLET
1
-25
/
+2
2022-08-23
rtc: gamecube: Always reset HW_SRNPROT after read
Emmanuel Gil Peyrot
1
-6
/
+5
2022-08-23
rtc: k3: detect SoC to determine erratum fix
Bryan Brattlof
1
-18
/
+14
2022-08-23
rtc: k3: wait until the unlock field is not zero
Bryan Brattlof
1
-1
/
+1
2022-08-23
rtc: mpfs: Remove printing of stray CR
Geert Uytterhoeven
1
-4
/
+3
2022-08-16
i2c: Make remove callback return void
Uwe Kleine-König
6
-15
/
+6
2022-08-09
rtc: spear: set range max
Zeng Jingxiang
1
-1
/
+1
2022-08-08
rtc: rtc-cmos: Do not check ACPI_FADT_LOW_POWER_S0
Rafael J. Wysocki
1
-3
/
+0
2022-08-08
rtc: zynqmp: initialize fract_tick
Alexandre Belloni
1
-1
/
+1
2022-07-26
rtc: Add NCT3018Y real time clock driver
Mia Lin
3
-0
/
+564
2022-07-26
rtc: rx8025: fix 12/24 hour mode detection on RX-8035
Mathew McBride
1
-4
/
+18
2022-07-26
rtc: cros-ec: Only warn once in .remove() about notifier_chain problems
Uwe Kleine-König
1
-3
/
+1
2022-07-26
rtc: vr41xx: remove driver
Thomas Bogendoerfer
3
-374
/
+0
2022-07-26
rtc: mpfs: remove 'pending' variable from mpfs_rtc_wakeup_irq_handler()
Tom Rix
1
-3
/
+0
2022-07-26
rtc: rv8803: fix missing unlock on error in rv8803_set_time()
Yang Yingliang
1
-1
/
+3
2022-07-26
rtc: zynqmp: Add calibration set and get support
Srinivas Neeli
1
-19
/
+94
2022-07-26
rtc: zynqmp: Updated calibration value
Srinivas Neeli
1
-1
/
+1
2022-07-26
rtc: sun6i: add support for R329 RTC
Icenowy Zheng
1
-0
/
+2
2022-06-24
rtc: Directly use ida_alloc()/free()
keliu
1
-3
/
+3
2022-06-24
rtc: Introduce ti-k3-rtc
Nishanth Menon
3
-0
/
+692
2022-06-24
rtc: Add driver for Microchip PolarFire SoC
Conor Dooley
3
-0
/
+337
2022-06-24
rtc: use simple i2c probe
Stephen Kitt
21
-63
/
+42
2022-06-24
rtc: Remove unused rtc_dev_exit().
Tetsuo Handa
2
-11
/
+0
2022-06-24
rtc: Replace flush_scheduled_work() with flush_work().
Tetsuo Handa
1
-1
/
+1
2022-06-24
rtc: isl1208: do not advertise update interrupt feature if no interrupt speci...
Quentin Schulz
1
-3
/
+7
2022-06-24
rtc: rv8803: re-initialize all Epson RX8803 registers on voltage loss
Ahmad Fatoum
1
-2
/
+38
2022-06-24
rtc: rv8803: initialize registers on post-probe voltage loss
Ahmad Fatoum
1
-0
/
+13
2022-06-24
rtc: rv8803: factor out existing register initialization to function
Ahmad Fatoum
1
-14
/
+29
2022-06-24
rtc: mc146818-lib: reduce RTC_UIP polling period
Mateusz Jończyk
1
-4
/
+4
2022-06-02
Merge tag 'arm-multiplatform-5.19-2' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-2
/
+0
2022-06-01
Merge tag 'rtc-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...
Linus Torvalds
11
-18
/
+500
2022-06-01
rtc: mxc: Silence a clang warning
Fabio Estevam
1
-1
/
+1
[next]