index
:
platform/kernel/u-boot
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_ivi_panda
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_unified_dev
accepted/tizen_unified_riscv
accepted/tizen_unified_toolchain
accepted/tizen_unified_x
accepted/tizen_unified_x_asan
accepted/tizen_wearable
master
old/tizen_20201104
old/tizen_20211124
sandbox/akazmin/hwasan_build
sandbox/amistewicz/comwor4
sandbox/hoegeun/tizen-next-pmic-starfive
sandbox/jkryszyn/virtual-ab
sandbox/klewandowski/wip
sandbox/lstelmach/sd_fusing_py
sandbox/mmajewski2/sd_fusing_py_lint
sandbox/mszyprowski/dev/tizen-next-prepare
sandbox/mszyprowski/dev/tizen-next-prepare-2
sandbox/mszyprowski/dev/tizen-next-prepare-3
sandbox/mszyprowski/dev/tizen-next-prepare-4
sandbox/nmerinov/llvm
sandbox/snawrocki/kvim3_thor_progress_2
sandbox/songinha/upstream
tizen
tizen-next
tizen_-1
tizen_-2
tizen_-3
tizen_-4
tizen_-5
tizen_-6
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
upstream
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
rtc
Age
Commit message (
Expand
)
Author
Files
Lines
2019-08-27
rtc: stm32: manage 2 digit limitation on year
Patrick Delaunay
1
-2
/
+7
2019-08-22
rtc: ds3232/ds3231: Add support to generate 32KHz output for driver module
Chuanhua Han
2
-0
/
+23
2019-08-11
env: Move env_get() to env.h
Simon Glass
1
-0
/
+1
2019-07-29
rtc, rx8025: add DM support
Heiko Schocher
1
-19
/
+135
2019-07-29
rtc, rx8025: fix Coding Style
Heiko Schocher
1
-29
/
+29
2019-07-29
rtc: move RTC_RX8025 to Kconfig
Heiko Schocher
1
-0
/
+5
2019-07-22
rtc: Add rtc driver for stm32mp1
Patrick Delaunay
3
-0
/
+330
2019-07-18
rtc: Add DM support to ds3231
Chuanhua Han
1
-0
/
+107
2019-07-13
rtc: add Microcrystal RV-8803 driver
Michael Walle
3
-0
/
+178
2019-07-13
rtc: ds1307: add support for m41t11
Heiko Schocher
1
-0
/
+14
2019-07-09
rtc: pcf2127: Fixed bug with rtc settings and getting error time
Chuanhua Han
1
-9
/
+24
2019-05-31
rtc: export rtc_month_days()
Heinrich Schuchardt
1
-1
/
+1
2019-04-25
rtc: m41t62: add compatible for m41t82
Simon Goldschmidt
1
-0
/
+11
2018-12-03
rtc: m41t62: Convert the RTC driver to support the driver model (DM)
Lukasz Majewski
1
-0
/
+77
2018-12-03
rtc: m41t62: Extract common RTC handling code to facilitate DM conversion
Lukasz Majewski
1
-12
/
+20
2018-12-03
rtc: m41t62: Break i2c_write() arguments to fix checkpatch warning
Lukasz Majewski
1
-1
/
+2
2018-12-03
Kconfig: Migrate CONFIG_RTC_M41T62 define to Kconfig
Lukasz Majewski
1
-0
/
+6
2018-12-01
drivers: rtc: correctly convert seconds to time structure
Heinrich Schuchardt
1
-1
/
+5
2018-12-01
Merge tag 'for-master-20181130' of git://git.denx.de/u-boot-rockchip
Tom Rini
2
-137
/
+453
2018-11-30
rtc: rv3029: update to support DM and sync with Linux 4.17
Philipp Tomsich
1
-137
/
+443
2018-11-30
rtc: rv3029: add to Kconfig
Philipp Tomsich
1
-0
/
+10
2018-11-29
rtc: Allow child drivers
Simon Glass
1
-0
/
+1
2018-10-10
Merge tag 'dm-9oct18' of git://git.denx.de/u-boot-dm
Tom Rini
2
-1
/
+27
2018-10-09
rtc: Allow use of RTC in SPL and TPL
Simon Glass
2
-1
/
+19
2018-10-09
Kconfig: Convert CONFIG_RTC_MC146818 to Kconfig
Simon Glass
1
-0
/
+8
2018-10-08
rtc: Add read8 and write8 support to isl1208 driver
Trent Piepho
1
-0
/
+20
2018-09-23
rtc: pl031: convert the driver to driver model
AKASHI Takahiro
1
-46
/
+80
2018-07-30
Merge tag 'signed-efi-next' of git://github.com/agraf/u-boot
Tom Rini
24
-89
/
+0
2018-07-28
drivers: rtc: correctly set week day for mc146818
Heinrich Schuchardt
1
-1
/
+2
2018-07-25
rtc: remove CONFIG_CMD_DATE dependency
Heinrich Schuchardt
24
-89
/
+0
2018-07-24
rtc: compile date.c if DM_RTC
AKASHI Takahiro
1
-1
/
+2
2018-07-20
drivers: rtc: correct week day for mc146818
Heinrich Schuchardt
1
-2
/
+6
2018-07-19
drivers: rtc: resolve year 2038 problem in rtc_to_tm
Heinrich Schuchardt
4
-44
/
+77
2018-07-19
ARM: qemu-arm: enable RTC
Heinrich Schuchardt
1
-0
/
+7
2018-06-05
drivers/rtc: convert mvrtc to DM
Chris Packham
3
-0
/
+68
2018-06-05
drivers/rtc: prepare mvrtc for DM conversion
Chris Packham
1
-18
/
+39
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
39
-79
/
+39
2018-04-27
Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR
Tom Rini
1
-2
/
+0
2018-04-06
rtc: rx8025: remove redundant code in rtc_reset
Chris Packham
1
-17
/
+1
2018-04-06
rtc: rs5c372: remove redundant code in rtc_reset
Chris Packham
1
-23
/
+1
2018-04-06
rtc: mx27rtc: remove redundant code in rtc_reset
Chris Packham
1
-5
/
+1
2018-04-06
rtc: ds1374: remove redundant code in rtc_reset
Chris Packham
1
-15
/
+0
2018-04-06
rtc: ds1307: remove redundant code in rtc_reset
Chris Packham
1
-33
/
+0
2018-04-06
rtc: rewrite isl1208 to support DM
Klaus Goger
2
-55
/
+98
2018-02-04
rtc: adding RX8010SJ rtc driver
Nandor Han
3
-0
/
+385
2017-11-20
rtc: add support for s35392a
Nandor Han
3
-0
/
+372
2017-10-23
rtc: mc146818: Correct alarm message for day alarm
Bin Meng
1
-1
/
+1
2017-08-16
env: Rename getenv/_f() to env_get()
Simon Glass
1
-1
/
+1
2017-06-16
powerpc, 5xxx, 512x: remove support for mpc5xxx and mpc512x
Heiko Schocher
2
-129
/
+0
2017-06-12
powerpc, 8xx: remove support for 8xx
Heiko Schocher
2
-61
/
+0
[next]