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
Age
Commit message (
Expand
)
Author
Files
Lines
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-09-05
rtc: s5m: fix to update ctrl register
Joonyoung Shim
1
-0
/
+10
2015-09-05
rtc: add xilinx zynqmp rtc driver
Suneel Garapati
3
-0
/
+287
2015-09-05
rtc: as3722: correct month value
Bibek Basu
1
-2
/
+2
2015-09-05
rtc: sa1100/pxa: convert to run-time register mapping
Rob Herring
3
-27
/
+63
2015-09-05
rtc: pxa: convert to use shared sa1100 functions
Rob Herring
2
-32
/
+31
2015-09-05
rtc: sa1100: prepare to share sa1100_rtc_ops
Rob Herring
2
-29
/
+49
2015-09-05
rtc: ds3232: fix WARNING trace in resume function
Wang Dongsheng
1
-1
/
+4
2015-09-05
rtc: s3c: remove unnecessary NULL assignment
Joonyoung Shim
1
-1
/
+0
2015-09-05
rtc: s3c: add missing clk control
Joonyoung Shim
1
-0
/
+3
2015-09-05
rtc: s3c: fix disabled clocks for alarm
Joonyoung Shim
1
-6
/
+18
2015-09-05
rtc: at91sam9: remove useless include
Alexandre Belloni
1
-1
/
+0
2015-09-05
rtc: at91sam9: include linux/of.h
Alexandre Belloni
1
-0
/
+1
2015-09-05
rtc: armada38x: Align RTC set time procedure with the official errata
Nadav Haklai
1
-20
/
+12
2015-09-05
rtc: rx8025: check time validity when necessary
Alexandre Belloni
1
-29
/
+29
2015-09-05
rtc: rx8025: fix RX8025_BIT_CTRL2_CTFG initialization
Alexandre Belloni
1
-1
/
+1
2015-09-05
rtc: rx8025: remove useless initialization
Alexandre Belloni
1
-1
/
+0
2015-09-05
rtc: rx8025: reset validity when setting time
Alexandre Belloni
1
-11
/
+20
2015-09-05
rtc: rx8025: fix rx8025_init_client()
Alexandre Belloni
1
-1
/
+1
2015-09-05
rtc: rx8025: continue without alarm when irq request fails
Alexandre Belloni
1
-2
/
+2
2015-09-05
rtc: rx8025: cleanup accessors
Alexandre Belloni
1
-54
/
+31
2015-09-05
rtc: rx8025: don't reset the time
Alexandre Belloni
1
-16
/
+22
2015-09-05
rtc: rx8025: fix transfer mode
Alexandre Belloni
1
-3
/
+3
2015-09-05
rtc: rx8025: only handle dates between 2000 and 2099
Alexandre Belloni
1
-10
/
+4
2015-09-05
rtc: rx8025: use BIT()
Alexandre Belloni
1
-11
/
+12
2015-09-05
rtc: rx8025: remove useless probe error message
Alexandre Belloni
1
-16
/
+6
2015-09-05
rtc: rx8025: switch to managed irq allocation
Alexandre Belloni
1
-10
/
+4
2015-09-05
rtc: rx8025: Convert to threaded IRQ
Alexandre Belloni
1
-33
/
+4
2015-09-05
rtc: rx8025: remove useless headers and reorder them
Alexandre Belloni
1
-5
/
+2
2015-09-05
rtc: tx4939: clean up tx4939_rtc_nvram_read()/tx4939_rtc_nvram_write()
Vladimir Zapolskiy
1
-4
/
+2
2015-09-05
rtc: stk17ta8: clean up stk17ta8_nvram_read()/stk17ta8_nvram_write()
Vladimir Zapolskiy
1
-2
/
+2
2015-09-05
rtc: rp5c01: clean up rp5c01_nvram_read()/rp5c01_nvram_write()
Vladimir Zapolskiy
1
-2
/
+2
2015-09-05
rtc: m48t59: clean up m48t59_nvram_read()/m48t59_nvram_write()
Vladimir Zapolskiy
1
-8
/
+10
2015-09-05
rtc: ds1742: clean up ds1742_nvram_read()/ds1742_nvram_write()
Vladimir Zapolskiy
1
-2
/
+2
2015-09-05
rtc: ds1553: clean up ds1553_nvram_read()/ds1553_nvram_write()
Vladimir Zapolskiy
1
-2
/
+2
2015-09-05
rtc: ds1511: clean up ds1511_nvram_read()/ds1511_nvram_write()
Vladimir Zapolskiy
1
-37
/
+5
2015-09-05
rtc: ds1343: clean up ds1343_nvram_read()/ds1343_nvram_write()
Vladimir Zapolskiy
1
-12
/
+0
2015-09-05
rtc: ds1307: clean up ds1307_nvram_read()/ds1307_nvram_write()
Vladimir Zapolskiy
1
-14
/
+0
2015-09-05
rtc: ds1305: clean up ds1305_nvram_read()/ds1305_nvram_write()
Vladimir Zapolskiy
1
-18
/
+0
2015-09-05
rtc: cmos: clean up cmos_nvram_read()/cmos_nvram_write()
Vladimir Zapolskiy
1
-13
/
+0
2015-09-05
rtc: at91rm9200: get and use slow clock
Alexandre Belloni
1
-3
/
+24
2015-09-05
rtc: gemini: fix ptr_ret.cocci warnings
kbuild test robot
1
-4
/
+1
2015-09-05
rtc: Drop (un)likely before IS_ERR(_OR_NULL)
viresh kumar
3
-3
/
+3
2015-09-05
rtc: at91rm9200: sort headers alphabetically
Alexandre Belloni
1
-8
/
+8
2015-09-05
rtc: at91sam9: get sclk rate after enabling it
Alexandre Belloni
1
-6
/
+7
2015-09-05
rtc: at91sam9: sort headers alphabetically
Alexandre Belloni
1
-8
/
+8
2015-09-05
rtc: at91sam9: remove useless check
Alexandre Belloni
1
-2
/
+1
2015-09-05
rtc: at91sam9: properly handle error case
Alexandre Belloni
1
-3
/
+10
2015-09-05
rtc: pl031: fix typo for author email
Leo Yan
1
-1
/
+1
[next]