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
/
rtc-ds3232.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-03-02
rtc: stop validating rtc_time in .read_time
Alexandre Belloni
1
-1
/
+1
2017-07-06
rtc: ds3232: add temperature support
Kirill Esipov
1
-0
/
+119
2017-03-09
rtc: ds3232: Add OF device ID table
Javier Martinez Canillas
1
-0
/
+7
2017-02-24
rtc: ds3232: Call device_init_wakeup before device_register
Phil Reid
1
-2
/
+5
2017-02-21
rtc: ds3232: Add regmap max_register definition.
Phil Reid
1
-0
/
+2
2017-02-21
rtc: ds3232: Cleanup whitespace around register and bit definitions.
Phil Reid
1
-22
/
+22
2016-07-09
rtc: simplify implementations of read_alarm
Uwe Kleine-König
1
-6
/
+0
2016-05-20
rtc: ds3232: fix call trace when rtc->ops_lock is used as NULL
Qianyu Gong
1
-3
/
+6
2016-03-14
rtc: ds3232: use rtc->ops_lock to protect alarm operations
Akinobu Mita
1
-21
/
+4
2016-03-14
rtc: ds3232: fix issue when irq is shared several devices
Akinobu Mita
1
-69
/
+12
2016-03-14
rtc: ds3232: remove unused UIE code
Akinobu Mita
1
-19
/
+1
2016-03-14
rtc: ds3232: add register access error checks
Akinobu Mita
1
-7
/
+22
2016-03-14
rtc: ds3232: fix read on /dev/rtc after RTC_AIE_ON
Akinobu Mita
1
-7
/
+3
2016-03-14
rtc: merge ds3232 and ds3234
Akinobu Mita
1
-3
/
+164
2016-03-14
rtc: ds3232: convert to use regmap
Akinobu Mita
1
-103
/
+113
2015-09-05
rtc: ds3232: fix WARNING trace in resume function
Wang Dongsheng
1
-1
/
+4
2015-09-05
rtc: fix drivers that consider 0 as a valid IRQ in client->irq
Octavian Purdila
1
-1
/
+1
2015-09-05
rtc: Drop owner assignment from i2c_driver
Krzysztof Kozlowski
1
-1
/
+0
2015-04-17
rtc: use more standard kernel logging styles
Joe Perches
1
-2
/
+4
2014-04-03
drivers/rtc/rtc-ds3232.c: enable ds3232 to work as wakeup source
Wang Dongsheng
1
-24
/
+70
2014-04-03
drivers/rtc/rtc-ds3232.c: make it possible to share an irq
Bharat Bhushan
1
-2
/
+2
2014-04-03
rtc: fix potential race condition
Alessandro Zummo
1
-2
/
+0
2013-04-29
drivers/rtc/rtc-ds3232.c: use devm_* APIs
Sachin Kamat
1
-18
/
+7
2013-01-03
Drivers: rtc: remove __dev* attributes.
Greg Kroah-Hartman
1
-4
/
+4
2012-03-23
rtc: convert rtc i2c drivers to module_i2c_driver
Axel Lin
1
-12
/
+1
2011-03-09
RTC: Cleanup rtc_class_ops->update_irq_enable()
John Stultz
1
-18
/
+0
2011-02-25
drivers/rtc/rtc-ds3232.c: fix time range difference between linux and RTC chip
Lei Xu
1
-5
/
+9
2010-12-24
rtc: don't use flush_scheduled_work()
Tejun Heo
1
-1
/
+1
2010-10-27
drivers/rtc/rtc-ds3232.c: add alarm function
Lan Chunhe-B25806
1
-0
/
+181
2010-09-30
i2c: Remove obsolete cleanup for clientdata
Wolfram Sang
1
-2
/
+0
2010-08-11
rtc: add support for DS3232 RTC
Roy Zang
1
-0
/
+326