index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
rtc
Commit message (
Expand
)
Author
Age
Files
Lines
*
drivers/rtc/rtc-vt8500.c: fix handling of data passed in struct rtc_time
Tony Prisk
2013-01-04
1
-3
/
+4
*
drivers/rtc/rtc-vt8500.c: correct handling of CR_24H bitfield
Tony Prisk
2013-01-04
1
-2
/
+2
*
rtc: add RTC driver for TPS6586x
Laxman Dewangan
2013-01-04
3
-0
/
+365
*
drivers/rtc/rtc-tegra.c: convert to DT driver
Joseph Lo
2013-01-04
1
-0
/
+7
*
Drivers: rtc: remove __dev* attributes.
Greg Kroah-Hartman
2013-01-03
70
-214
/
+209
*
revert "rtc: recycle id when unloading a rtc driver"
Andrew Morton
2012-12-20
1
-1
/
+0
*
drivers/rtc/rtc-imxdi.c: must include <linux/spinlock.h>
Jean Delvare
2012-12-20
1
-0
/
+1
*
rtc: DA9055 RTC driver
Ashish Jangam
2012-12-17
3
-0
/
+424
*
drivers/rtc/rtc-s3c: use of_match_ptr() macro
Sachin Kamat
2012-12-17
1
-3
/
+1
*
drivers/rtc/rtc-tps65910.c: enable RTC power domain on initialization
Kim, Milo
2012-12-17
1
-0
/
+7
*
drivers/rtc/rtc-dev.c: remove unused code from rtc-dev.c
Sachin Kamat
2012-12-17
1
-19
/
+0
*
drivers/rtc/rtc-s3c.c: convert to use devm_* API
Tushar Behera
2012-12-17
1
-37
/
+8
*
drivers/rtc/rtc-s3c.c: remove unnecessary err_nores label
Tushar Behera
2012-12-17
1
-4
/
+1
*
rtc: add NXP PCF8523 support
Thierry Reding
2012-12-17
3
-0
/
+336
*
rtc: rtc-davinci: use devm_kzalloc()
Devendra Naga
2012-12-17
1
-12
/
+4
*
rtc: rtc-davinci: return correct error code if rtc_device_register() fails
Devendra Naga
2012-12-17
1
-2
/
+3
*
drivers/rtc/rtc-tps65910.c: rename irq to match device
Sivaram Nair
2012-12-17
1
-1
/
+1
*
rtc: rtc-spear: Provide flag for no support of UIE mode
Deepak Sikri
2012-12-17
1
-0
/
+2
*
rtc: rtc-spear: Add clk_{un}prepare() support
Deepak Sikri
2012-12-17
1
-3
/
+3
*
rtc: rtc-spear: use devm_*() routines
Viresh Kumar
2012-12-17
1
-60
/
+29
*
drivers/rtc/rtc-test.c: avoid calling platform_device_put() twice
Wei Yongjun
2012-12-17
1
-7
/
+7
*
drivers/rtc/rtc-vt8500.c: convert to use devm_kzalloc
Devendra Naga
2012-12-17
1
-10
/
+5
*
drivers/rtc/rtc-imxdi.c: add devicetree support
Roland Stigge
2012-12-17
1
-0
/
+11
*
drivers/rtc/rtc-imxdi: support for i.MX53
Roland Stigge
2012-12-17
1
-1
/
+1
*
rtc: omap: add runtime pm support
Vaibhav Hiremath
2012-12-17
1
-0
/
+18
*
rtc: omap: depend on am33xx
Afzal Mohammed
2012-12-17
1
-4
/
+6
*
rtc: omap: dt support
Afzal Mohammed
2012-12-17
1
-0
/
+18
*
rtc: omap: kicker mechanism support
Afzal Mohammed
2012-12-17
1
-3
/
+41
*
Merge tag 'mfd-3.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/...
Linus Torvalds
2012-12-16
1
-16
/
+16
|
\
|
*
mfd/rtc/gpio: twl: No need to allocate bigger buffer for write
Peter Ujfalusi
2012-11-21
1
-16
/
+16
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
2012-12-13
2
-2
/
+2
|
\
\
|
*
|
Fix misspellings of "whether" in comments.
Adam Buchbinder
2012-11-19
2
-2
/
+2
|
|
/
*
|
Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Linus Torvalds
2012-12-12
1
-3
/
+31
|
\
\
|
*
\
Merge branch 'arm-next' of git://git.xilinx.com/linux-xlnx into next/cleanup
Olof Johansson
2012-11-06
1
-0
/
+2
|
|
\
\
|
|
|
/
|
*
|
rtc: mxc_rtc: remove cpu_is_xxx by using platform_device_id
Shawn Guo
2012-10-15
1
-3
/
+31
*
|
|
Merge tag 'headers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Linus Torvalds
2012-12-12
3
-2
/
+77
|
\
\
\
|
*
|
|
arm: at91: move at91rm9200 rtc header in drivers/rtc
Jean-Christophe PLAGNIOL-VILLARD
2012-11-06
2
-1
/
+76
|
*
|
|
arm: at91: move platfarm_data to include/linux/platform_data/atmel.h
Jean-Christophe PLAGNIOL-VILLARD
2012-11-06
1
-1
/
+1
|
|
|
/
|
|
/
|
*
|
|
drivers/rtc/rtc-tps65910.c: fix invalid pointer access on _remove()
Kim, Milo
2012-11-30
1
-3
/
+3
|
/
/
*
|
drivers/rtc/rtc-imxdi.c: add missing spin lock initialization
Jan Luebbe
2012-10-25
1
-0
/
+2
|
/
*
rtc: kconfig: fix RTC_INTF defaults connected to RTC_CLASS
Kevin Hilman
2012-10-11
1
-0
/
+3
*
Merge branch 'akpm' (Andrew's patch-bomb)
Linus Torvalds
2012-10-06
25
-256
/
+1982
|
\
|
*
drivers/rtc/rtc-s35390a.c: add wakealarm support for rtc-s35390A rtc chip
Michael Langer
2012-10-06
1
-0
/
+116
|
*
drivers/rtc/rtc-m41t80.c: remove disabled alarm functionality
Paul Bolle
2012-10-06
1
-153
/
+4
|
*
drivers/rtc/rtc-tps65910.c: use platform_get_irq() to get RTC irq details
Venu Byravarasu
2012-10-06
1
-4
/
+1
|
*
rtc: kconfig: fix up dependency for ab8500
Ulf Hansson
2012-10-06
1
-0
/
+1
|
*
drivers/rtc/rtc-em3027.c: convert struct i2c_msg initialization to C99 format
Shubhrajyoti D
2012-10-06
1
-3
/
+14
|
*
drivers/rtc/rtc-isl1208.c: convert struct i2c_msg initialization to C99 format
Shubhrajyoti D
2012-10-06
1
-4
/
+16
|
*
drivers/rtc/rtc-pcf8563.c: convert struct i2c_msg initialization to C99 format
Shubhrajyoti D
2012-10-06
1
-2
/
+11
|
*
drivers/rtc/rtc-rs5c372.c: convert struct i2c_msg initialization to C99 format
Shubhrajyoti D
2012-10-06
1
-1
/
+6
[next]