index
:
talos-op-linux
master
Talos™ II Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
rtc
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
rtc: rx8025: cleanup accessors
Alexandre Belloni
2015-09-05
1
-54
/
+31
*
rtc: rx8025: don't reset the time
Alexandre Belloni
2015-09-05
1
-16
/
+22
*
rtc: rx8025: fix transfer mode
Alexandre Belloni
2015-09-05
1
-3
/
+3
*
rtc: rx8025: only handle dates between 2000 and 2099
Alexandre Belloni
2015-09-05
1
-10
/
+4
*
rtc: rx8025: use BIT()
Alexandre Belloni
2015-09-05
1
-11
/
+12
*
rtc: rx8025: remove useless probe error message
Alexandre Belloni
2015-09-05
1
-16
/
+6
*
rtc: rx8025: switch to managed irq allocation
Alexandre Belloni
2015-09-05
1
-10
/
+4
*
rtc: rx8025: Convert to threaded IRQ
Alexandre Belloni
2015-09-05
1
-33
/
+4
*
rtc: rx8025: remove useless headers and reorder them
Alexandre Belloni
2015-09-05
1
-5
/
+2
*
rtc: tx4939: clean up tx4939_rtc_nvram_read()/tx4939_rtc_nvram_write()
Vladimir Zapolskiy
2015-09-05
1
-4
/
+2
*
rtc: stk17ta8: clean up stk17ta8_nvram_read()/stk17ta8_nvram_write()
Vladimir Zapolskiy
2015-09-05
1
-2
/
+2
*
rtc: rp5c01: clean up rp5c01_nvram_read()/rp5c01_nvram_write()
Vladimir Zapolskiy
2015-09-05
1
-2
/
+2
*
rtc: m48t59: clean up m48t59_nvram_read()/m48t59_nvram_write()
Vladimir Zapolskiy
2015-09-05
1
-8
/
+10
*
rtc: ds1742: clean up ds1742_nvram_read()/ds1742_nvram_write()
Vladimir Zapolskiy
2015-09-05
1
-2
/
+2
*
rtc: ds1553: clean up ds1553_nvram_read()/ds1553_nvram_write()
Vladimir Zapolskiy
2015-09-05
1
-2
/
+2
*
rtc: ds1511: clean up ds1511_nvram_read()/ds1511_nvram_write()
Vladimir Zapolskiy
2015-09-05
1
-37
/
+5
*
rtc: ds1343: clean up ds1343_nvram_read()/ds1343_nvram_write()
Vladimir Zapolskiy
2015-09-05
1
-12
/
+0
*
rtc: ds1307: clean up ds1307_nvram_read()/ds1307_nvram_write()
Vladimir Zapolskiy
2015-09-05
1
-14
/
+0
*
rtc: ds1305: clean up ds1305_nvram_read()/ds1305_nvram_write()
Vladimir Zapolskiy
2015-09-05
1
-18
/
+0
*
rtc: cmos: clean up cmos_nvram_read()/cmos_nvram_write()
Vladimir Zapolskiy
2015-09-05
1
-13
/
+0
*
rtc: at91rm9200: get and use slow clock
Alexandre Belloni
2015-09-05
1
-3
/
+24
*
rtc: gemini: fix ptr_ret.cocci warnings
kbuild test robot
2015-09-05
1
-4
/
+1
*
rtc: Drop (un)likely before IS_ERR(_OR_NULL)
viresh kumar
2015-09-05
3
-3
/
+3
*
rtc: at91rm9200: sort headers alphabetically
Alexandre Belloni
2015-09-05
1
-8
/
+8
*
rtc: at91sam9: get sclk rate after enabling it
Alexandre Belloni
2015-09-05
1
-6
/
+7
*
rtc: at91sam9: sort headers alphabetically
Alexandre Belloni
2015-09-05
1
-8
/
+8
*
rtc: at91sam9: remove useless check
Alexandre Belloni
2015-09-05
1
-2
/
+1
*
rtc: at91sam9: properly handle error case
Alexandre Belloni
2015-09-05
1
-3
/
+10
*
rtc: pl031: fix typo for author email
Leo Yan
2015-09-05
1
-1
/
+1
*
rtc: Export OF module alias information in missing drivers
Javier Martinez Canillas
2015-09-05
3
-0
/
+3
*
rtc: cmos: Revert "rtc-cmos: Add an alarm disable quirk"
Adrian Huang
2015-09-05
1
-50
/
+0
*
rtc: cmos: Cancel alarm timer if alarm time is equal to now+1 seconds
Adrian Huang
2015-09-05
1
-4
/
+60
*
rtc: da9063: Add DA9062 RTC capability to DA9063 RTC driver
S Twiss
2015-09-05
2
-115
/
+282
*
rtc: mt6397: implement suspend/resume function in rtc-mt6397 driver
Henry Chen
2015-09-05
1
-0
/
+26
*
rtc: switch to using is_visible() to control sysfs attributes
Dmitry Torokhov
2015-09-05
3
-48
/
+34
*
rtc: switch wakealarm attribute to DEVICE_ATTR_RW
Dmitry Torokhov
2015-09-05
1
-5
/
+3
*
rtc: make rtc_does_wakealarm() return boolean
Dmitry Torokhov
2015-09-05
1
-2
/
+3
*
rtc: rx8025: remove obsolete local_irq_disable() and local_irq_enable() for r...
Henri Roosen
2015-09-05
1
-4
/
+0
*
rtc: fix drivers that consider 0 as a valid IRQ in client->irq
Octavian Purdila
2015-09-05
2
-3
/
+3
*
rtc: dev: properly manage lifetime of dev and cdev in rtc device
Dmitry Torokhov
2015-09-05
1
-0
/
+1
*
rtc: class: remove unnecessary device_get() in rtc_device_unregister
Dmitry Torokhov
2015-09-05
1
-13
/
+12
*
rtc: class: fix double free in rtc_register_device() error path
Dmitry Torokhov
2015-09-05
1
-4
/
+2
*
rtc: sirfsoc: move to regmap APIs from platform-specific APIs
Guo Zeng
2015-09-05
1
-43
/
+64
*
rtc: opal: Enable alarms only when opal supports tpo
Vaibhav Jain
2015-09-05
1
-4
/
+5
*
rtc: add rtc-lpc24xx driver
Joachim Eastwood
2015-09-05
3
-0
/
+323
*
rtc: Drop owner assignment from platform_driver
Krzysztof Kozlowski
2015-09-05
1
-1
/
+0
*
rtc: Drop owner assignment from i2c_driver
Krzysztof Kozlowski
2015-09-05
15
-15
/
+0
*
rtc: pcf2127: use OFS flag to detect unreliable date and warn the user
Andrea Scian
2015-09-05
1
-3
/
+23
*
rtc: use rtc_valid_tm() error code when reading date/time
Andrea Scian
2015-09-05
3
-20
/
+3
*
rtc: 88pm80x: add device tree support
Vaibhav Hiremath
2015-09-05
1
-11
/
+17
[prev]
[next]