index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Documentation
/
misc-devices
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-09-24
rtc: ds1307: consider aux-voltage-chargeable
Bastian Krause
1
-2
/
+21
2020-09-24
rtc: ds1307: store previous charge default per chip
Bastian Krause
1
-1
/
+8
2020-09-24
rtc: ds1307: introduce requires_trickle_resistor per chip
Bastian Krause
1
-1
/
+7
2020-09-24
rtc: ds1307: apply DS13XX_TRICKLE_CHARGER_MAGIC only conditionally
Bastian Krause
1
-1
/
+2
2020-09-24
dt-bindings: rtc: ds1307: add rx8130 aux-voltage-chargeable support
Bastian Krause
1
-1
/
+1
2020-09-24
dt-bindings: rtc: ds1307: let aux-voltage-chargeable supersede trickle-diode-...
Bastian Krause
1
-1
/
+8
2020-09-24
dt-bindings: rtc: let aux-voltage-chargeable supersede trickle-diode-disable
Bastian Krause
1
-0
/
+10
2020-09-15
rtc: pcf2127: fix a bug when not specify interrupts property
Biwen Li
1
-2
/
+2
2020-09-15
rtc: ds1685: Fix bank switching to avoid endless loop
Thomas Bogendoerfer
1
-4
/
+4
2020-09-15
rtc: st-lpc: Constify st_rtc_ops
Rikard Falkeborn
1
-1
/
+1
2020-09-15
rtc: rx8010: use range checking provided by core RTC code
Bartosz Golaszewski
1
-3
/
+2
2020-09-15
rtc: rx8010: convert to using regmap
Bartosz Golaszewski
1
-119
/
+79
2020-09-15
rtc: rx8010: switch to using the preferred i2c API
Bartosz Golaszewski
1
-3
/
+2
2020-09-15
rtc: rx8010: switch to using the preferred RTC API
Bartosz Golaszewski
1
-11
/
+7
2020-09-15
rtc: rx8010: prefer sizeof(*val) over sizeof(struct type_of_val)
Bartosz Golaszewski
1
-1
/
+1
2020-09-15
rtc: rx8010: use a helper variable for client->dev in probe()
Bartosz Golaszewski
1
-8
/
+7
2020-09-15
rtc: rx8010: drop unnecessary initialization
Bartosz Golaszewski
1
-1
/
+1
2020-09-15
rtc: rx8010: don't use magic values for time buffer length
Bartosz Golaszewski
1
-5
/
+6
2020-09-15
rtc: rx8010: rename ret to err in rx8010_set_time()
Bartosz Golaszewski
1
-11
/
+11
2020-09-15
rtc: rx8010: use tabs instead of spaces for code formatting
Bartosz Golaszewski
1
-29
/
+29
2020-09-15
rtc: rx8010: consolidate local variables of the same type
Bartosz Golaszewski
1
-12
/
+6
2020-09-15
rtc: rx8010: remove unnecessary brackets
Bartosz Golaszewski
1
-6
/
+3
2020-09-15
rtc: rx8010: remove a stray newline
Bartosz Golaszewski
1
-1
/
+0
2020-09-15
rtc: rx8010: don't modify the global rtc ops
Bartosz Golaszewski
1
-7
/
+17
2020-09-15
rtc: s3c: Simplify with dev_err_probe()
Krzysztof Kozlowski
1
-7
/
+2
2020-08-21
rtc: fsl-ftm-alarm: update acpi device id
Peng Ma
1
-2
/
+2
2020-08-21
rtc: ds1307: Clear OSF flag on DS1388 when setting time
Chris Packham
1
-0
/
+4
2020-08-21
rtc: ds1307: Ensure oscillator is enabled for DS1388
Chris Packham
1
-0
/
+14
2020-08-21
rtc: rtc-rs5c313: Convert to module_platform_driver()
Geert Uytterhoeven
1
-12
/
+1
2020-08-21
rtc: rtc-rs5c313: Fix late hardware init
Geert Uytterhoeven
1
-12
/
+8
2020-08-21
rtc: rtc-rs5c313: Drop obsolete platform_set_drvdata() call
Geert Uytterhoeven
1
-6
/
+1
2020-08-21
rtc: cmos: zero-init wkalrm when reading from CMOS
Victor Ding
1
-0
/
+2
2020-08-16
Linux 5.9-rc1
v5.9-rc1
Linus Torvalds
1
-2
/
+2
2020-08-16
parisc: fix PMD pages allocation by restoring pmd_alloc_one()
Mike Rapoport
1
-0
/
+6
2020-08-16
io_uring: short circuit -EAGAIN for blocking read attempt
Jens Axboe
1
-1
/
+4
2020-08-15
io_uring: sanitize double poll handling
Jens Axboe
1
-9
/
+25
2020-08-15
virtio: pci: constify ioreadX() iomem argument (as in generic implementation)
Krzysztof Kozlowski
1
-3
/
+3
2020-08-15
ntb: intel: constify ioreadX() iomem argument (as in generic implementation)
Krzysztof Kozlowski
3
-3
/
+3
2020-08-15
rtl818x: constify ioreadX() iomem argument (as in generic implementation)
Krzysztof Kozlowski
1
-3
/
+3
2020-08-15
iomap: constify ioreadX() iomem argument (as in generic implementation)
Krzysztof Kozlowski
22
-138
/
+138
2020-08-15
sh: use generic strncpy()
Kuninori Morimoto
1
-26
/
+0
2020-08-15
sh: clkfwk: remove r8/r16/r32
Kuninori Morimoto
1
-19
/
+4
2020-08-15
include/asm-generic/vmlinux.lds.h: align ro_after_init
Romain Naour
1
-0
/
+1
2020-08-15
mm: annotate a data race in page_zonenum()
Qian Cai
1
-0
/
+1
2020-08-15
mm/swap.c: annotate data races for lru_rotate_pvecs
Qian Cai
1
-2
/
+3
2020-08-15
mm/rmap: annotate a data race at tlb_flush_batched
Qian Cai
1
-1
/
+1
2020-08-15
mm/mempool: fix a data race in mempool_free()
Qian Cai
1
-1
/
+1
2020-08-15
mm/list_lru: fix a data race in list_lru_count_one
Qian Cai
1
-1
/
+1
2020-08-15
mm/memcontrol: fix a data race in scan count
Qian Cai
1
-1
/
+1
2020-08-15
mm/page_counter: fix various data races at memsw
Qian Cai
1
-6
/
+7
[next]