index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
rtc
/
rtc-omap.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-04-30
rtc: omap: use rtc_write to access OMAP_RTC_OSC_REG
Dario Binacchi
1
-3
/
+2
2020-11-19
rtc: rework rtc_register_device() resource management
Bartosz Golaszewski
1
-1
/
+1
2020-11-19
rtc: add devm_ prefix to rtc_nvmem_register()
Bartosz Golaszewski
1
-1
/
+1
2020-11-19
rtc: omap: use devm_pinctrl_register()
Bartosz Golaszewski
1
-7
/
+2
2020-03-23
rtc: omap: drop unused dt-bindings header
Uwe Kleine-König
1
-1
/
+0
2019-12-23
rtc: omap: Remove unneeded semicolon
zhengbin
1
-1
/
+1
2019-10-07
rtc: use devm_platform_ioremap_resource() to simplify code
YueHaibing
1
-3
/
+1
2019-05-16
Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...
Linus Torvalds
1
-8
/
+41
2019-04-08
rtc: OMAP: Add support for rtc-only mode
Keerthy
1
-9
/
+42
2019-04-04
rtc: omap: convert to SPDX identifier
Alexandre Belloni
1
-5
/
+1
2019-04-04
rtc: omap: switch to rtc_time64_to_tm/rtc_tm_to_time64
Alexandre Belloni
1
-2
/
+2
2019-04-04
rtc: omap: let the core handle range
Alexandre Belloni
1
-16
/
+6
2018-11-13
rtc: omap: Use define directive for PIN_CONFIG_ACTIVE_HIGH
Nathan Chancellor
1
-3
/
+1
2018-08-27
rtc: omap: Cut down the shutdown time from 2 seconds to 1 sec
Keerthy
1
-10
/
+15
2018-08-27
rtc: omap: use of_device_is_system_power_controller function
Keerthy
1
-2
/
+1
2018-07-12
rtc: omap: drop unnecessary register unlock around reads
Johan Hovold
1
-4
/
+0
2018-07-12
rtc: omap: add missing register lock in error path
Johan Hovold
1
-0
/
+1
2018-07-12
rtc: omap: fix resource leak in registration error path
Johan Hovold
1
-1
/
+3
2018-07-12
rtc: omap: fix potential crash on power off
Johan Hovold
1
-7
/
+7
2018-03-02
rtc: omap: stop validating rtc_time in .set_time and .set_alarm
Alexandre Belloni
1
-3
/
+0
2018-03-01
rtc: omap: call rtc_nvmem_register()
Alexandre Belloni
1
-1
/
+2
2017-12-19
rtc: omap: fix unbalanced clk_prepare_enable/clk_disable_unprepare
Andreas Platschek
1
-1
/
+4
2017-11-08
rtc: omap: Support scratch registers
Alexandre Belloni
1
-0
/
+45
2017-10-31
rtc: omap: switch to rtc_register_device
Alexandre Belloni
1
-2
/
+7
2017-10-31
rtc: omap: fix error path when pinctrl_register fails
Alexandre Belloni
1
-1
/
+2
2017-03-09
rtc: omap: mark PM methods as __maybe_unused
Dmitry Torokhov
1
-14
/
+4
2017-03-09
rtc: omap: remove incorrect __exit markups
Dmitry Torokhov
1
-2
/
+2
2017-01-26
pinctrl: Widen the generic pinconf argument from 16 to 24 bits
Mika Westerberg
1
-1
/
+1
2016-11-05
rtc: omap: prevent disabling of clock/module during suspend
Tero Kristo
1
-6
/
+26
2016-11-05
rtc: omap: Fix selecting external osc
Lokesh Vutla
1
-2
/
+4
2016-09-21
rtc: omap: Support ext_wakeup configuration
Marcin Niestroj
1
-8
/
+160
2016-09-02
rtc: constify rtc_class_ops structures
Julia Lawall
1
-1
/
+1
2015-09-05
rtc: omap: Add external clock enabling support
Keerthy
1
-1
/
+24
2015-09-05
rtc: omap: Add internal clock enabling support
Keerthy
1
-0
/
+10
2015-04-17
drivers/rtc/rtc-omap.c: use module_platform_driver
Lokesh Vutla
1
-2
/
+3
2015-04-17
drivers/rtc/rtc-omap.c: unlock and lock rtc registers before and after regist...
Lokesh Vutla
1
-11
/
+52
2014-12-15
Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+0
2014-12-11
rtc: omap: drop vendor-prefix from power-controller dt property
Johan Hovold
1
-1
/
+1
2014-12-11
rtc: omap: add copyright entry
Johan Hovold
1
-0
/
+1
2014-12-11
rtc: omap: fix minor coding style issues
Johan Hovold
1
-19
/
+27
2014-12-11
rtc: omap: enable wake-up from power off
Johan Hovold
1
-1
/
+8
2014-12-11
rtc: omap: add support for pmic_power_en
Johan Hovold
1
-0
/
+100
2014-12-11
rtc: omap: add helper to read 32-bit registers
Johan Hovold
1
-0
/
+5
2014-12-11
rtc: omap: add helper to read raw bcd time
Johan Hovold
1
-8
/
+10
2014-12-11
rtc: omap: silence bogus power-up reset message at probe
Johan Hovold
1
-6
/
+13
2014-12-11
rtc: omap: add structured device-type info
Johan Hovold
1
-52
/
+51
2014-12-11
rtc: omap: remove DRIVER_NAME macro
Johan Hovold
1
-5
/
+3
2014-12-11
rtc: omap: add device abstraction
Johan Hovold
1
-106
/
+133
2014-12-11
rtc: omap: make platform-device id table const
Johan Hovold
1
-1
/
+1
2014-12-11
rtc: omap: use dev_info
Johan Hovold
1
-4
/
+3
[next]