Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
d2a02e3c8bb6b347818518edff5a4b40ff52d6d8
/
drivers
/
rtc
/
rtc-m41t80.c
7caadcf
rtc: m41t80: return NULL rather than a plain 0 integer
by Colin Ian King
· 3 years, 3 months ago
b958da7
rtc: m41t80: correct kerneldoc function names
by Yang Yingliang
· 3 years, 8 months ago
f765e34
rtc: m41t80: add support for fixed clock
by Sebastian Reichel
· 3 years, 8 months ago
5ceabb6
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 3 years, 10 months ago
6f24784
whack-a-mole: don't open-code iminor/imajor
by Al Viro
· 4 years ago
2717c59
rtc: m41t80: quiet maybe-unused variable warning
by Alexandre Belloni
· 4 years ago
06c6e32
rtc: m41t80: use rtc_lock/rtc_unlock
by Alexandre Belloni
· 4 years ago
3948a86
rtc: m41t80: constify m41t80_rtc_ops
by Alexandre Belloni
· 4 years ago
fdcfd85
rtc: rework rtc_register_device() resource management
by Bartosz Golaszewski
· 4 years, 2 months ago
df561f66
treewide: Use fallthrough pseudo-keyword
by Gustavo A. R. Silva
· 4 years, 4 months ago
4672c2f
Merge tag 'rtc-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux
by Linus Torvalds
· 5 years ago
e5b7d90f
rtc: m41t80: remove excess kerneldoc
by Alexandre Belloni
· 5 years ago
b6dfb24
compat_ioctl: move WDIOC handling into wdt drivers
by Arnd Bergmann
· 6 years ago
cf79e7c
rtc: m41t80: set range
by Alexandre Belloni
· 5 years ago
edafb6f
Merge tag 'rtc-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux
by Linus Torvalds
· 5 years ago
d2912cb
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
by Thomas Gleixner
· 6 years ago
e5108df
rtc: m41t80: simplify getting the adapter of a client
by Wolfram Sang
· 6 years ago
c5bf68f
*: convert stream-like files from nonseekable_open -> stream_open
by Kirill Smelkov
· 6 years ago
22b844a
rtc: m41t80: Switch to use %ptR
by Andy Shevchenko
· 6 years ago
f1bd154
rtc: m41t80: Complete error propagation from SMBus calls
by Maciej W. Rozycki
· 6 years ago
3cc9ffb
rtc: m41t80: Correct alarm month range with RTC reads
by Maciej W. Rozycki
· 6 years ago
c3e0491
rtc: m41t80: mark expected switch fall-through
by Gustavo A. R. Silva
· 6 years ago
e2c8e1a
rtc: m41t80: remove useless indirection
by Alexandre Belloni
· 7 years ago
10d0c76
rtc: m41t80: fix race conditions
by Alexandre Belloni
· 7 years ago
76384f3
rtc: m41t80: move m41t80_rtc_mutex to the block where it is used
by Sebastian Andrzej Siewior
· 7 years ago
22652ba
rtc: stop validating rtc_time in .read_time
by Alexandre Belloni
· 7 years ago
05a03bf
rtc: m41t80: remove unneeded checks from m41t80_sqw_set_rate
by Troy Kisky
· 7 years ago
13bb1d7
rtc: m41t80: avoid i2c read in m41t80_sqw_is_prepared
by Troy Kisky
· 7 years ago
2cb90ed
rtc: m41t80: avoid i2c read in m41t80_sqw_recalc_rate
by Troy Kisky
· 7 years ago
c8384bb
rtc: m41t80: fix m41t80_sqw_round_rate return value
by Troy Kisky
· 7 years ago
de6042d
rtc: m41t80: m41t80_sqw_set_rate should return 0 on success
by Troy Kisky
· 7 years ago
be8e274
rtc: m41t80: remove debug sysfs attribute
by Alexandre Belloni
· 7 years ago
d4473b9
rtc: m41t80: enable wakealarm when "wakeup-source" is specified
by Eric Cooper
· 7 years ago
1373e77
rtc: m41t80: add clock provider support
by Gary Bisson
· 8 years ago
17e296e
rtc: m41t80: remove sqw sysfs entry
by Gary Bisson
· 8 years ago
0f546b0
rtc: m41t80: fix SQW dividers override when setting a date
by Gary Bisson
· 8 years ago
2de9261
rtc: m41t80: fix SQWE override when setting an alarm
by Gary Bisson
· 8 years ago
a897bf1
rtc: m41t80: Add proper compatible for rv4162
by Alexandre Belloni
· 8 years ago
eb235c5
rtc: m41t80: Add OF device ID table
by Javier Martinez Canillas
· 8 years ago
ae036af
rtc: m41t80: add suspend handlers for alarm IRQ
by Stefan Christ
· 8 years ago
e89487f
rtc: m41t80: make it a real error message
by Stefan Christ
· 8 years ago
104b2d8
rtc: m41t80: use devm_add_action_or_reset()
by Sudip Mukherjee
· 8 years ago
56d86a7
rtc: simplify implementations of read_alarm
by Uwe Kleine-König
· 9 years ago
05a7f27
rtc: m41t80: handle oscillator failure bit
by Mylène Josserand
· 9 years ago
3726a218
rtc: m41t80: add wakealarm functionality
by Mylène Josserand
· 9 years ago
9c6dfed
rtc: m41t80: add alarm functionality
by Mylène Josserand
· 9 years ago
fc99b90
rtc: m41t80: remove warnings and replace obsolete function
by Mylène Josserand
· 9 years ago
54339f3
rtc: m41t80: add the use of 'BIT' macro
by Mylène Josserand
· 9 years ago
f2b84ee
rtc: m41t80: replace i2c functions for smbus ones
by Mylène Josserand
· 9 years ago
ca91607
rtc: m41t80: remove proc macro
by Mylène Josserand
· 9 years ago
ef6b312
rtc: m41t80: update sysfs entries export
by Mylène Josserand
· 9 years ago
bcebd81
rtc: m41t80: avoid out of range year values
by Stefan Christ
· 9 years ago
a737e83
rtc: use more standard kernel logging styles
by Joe Perches
· 10 years ago
6b1a523
drivers/rtc/rtc-m41t80.c: add support for MicroCrystal rv4162
by Wolfram Sang
· 11 years ago
85d7704
drivers/rtc/rtc-m41t80.c: propagate error value from smbus functions
by Wolfram Sang
· 11 years ago
c67fedf
drivers/rtc/rtc-m41t80.c: clean up error paths
by Wolfram Sang
· 11 years ago
5028578
drivers/rtc/rtc-m41t80.c: remove DRV_VERSION macro
by Wolfram Sang
· 11 years ago
e46527d
drivers/rtc/rtc-m41t80.c: fix spacing related issue
by Sachin Kamat
· 11 years ago
4ebabb7
rtc: rtc-m41t80: use devm_*() functions
by Jingoo Han
· 12 years ago
48e9766
drivers/rtc/rtc-m41t80.c: remove disabled alarm functionality
by Paul Bolle
· 12 years ago
0abc920
rtc: convert rtc i2c drivers to module_i2c_driver
by Axel Lin
· 13 years ago
c3b7977
rtc: m41t80: Workaround broken alarm functionality
by John Stultz
· 13 years ago
a015dbc
rtc: m41t80: Initialize clientdata before registering device
by John Stultz
· 14 years ago
16380c1
RTC: Convert rtc drivers to use the alarm_irq_enable method
by John Stultz
· 14 years ago
092e0e7
Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl
by Linus Torvalds
· 14 years ago
6038f37
llseek: automatically add .llseek fop
by Arnd Bergmann
· 14 years ago
613655f
drivers: autoconvert trivial BKL users to private mutex
by Arnd Bergmann
· 15 years ago
408929b
rtc: m41t80: do not use rtc_valid_tm in m41t80_rtc_read_alarm
by Atsushi Nemoto
· 14 years ago
b485fe5
rtc/m41t80: use rtc_valid_tm() to check returned tm
by Wan ZongShun
· 14 years ago
09eeb1f
rtc-m41t80: use nonseekable_open()
by Jan Blunck
· 15 years ago
5592933
drivers: Push down BKL into various drivers
by Arnd Bergmann
· 15 years ago
f30281f
rtc: add m41t62 support to rtc-m41t80 driver
by Daniel Glockner
· 16 years ago
fe20ba7
drivers/rtc/: use bcd2bin/bin2bcd
by Adrian Bunk
· 16 years ago
d3a126f
rtc: rtc-m41t80.c: add support for the ST M41T65 RTC
by Steven A. Falco
· 16 years ago
4c228db
rtc: m41t80: use pr_info() as appropriate
by Maciej W. Rozycki
· 16 years ago
35aa64f
rtc: m41t80: sort header inclusions for readability
by Maciej W. Rozycki
· 16 years ago
4101273
rtc-rtc-m41t80: BKL pushdown
by Arnd Bergmann
· 17 years ago
9fb1f68
rtc: m41t80: include <linux/kernel.h> for printk()
by Maciej W. Rozycki
· 17 years ago
417607d
RTC/watchdog: M41T80: fix a potential use of unitialized data
by Maciej W. Rozycki
· 17 years ago
3760f73
i2c: Convert most new-style drivers to use module aliasing
by Jean Delvare
· 17 years ago
d2653e9
i2c: Add support for device alias names
by Jean Delvare
· 17 years ago
afe1ab4
correct name for rtc-m41t80
by David Brownell
· 17 years ago
617780d
rtc: watchdog support for rtc-m41t80 driver
by Atsushi Nemoto
· 17 years ago
caaff56
rtc: add rtc-m41t80 driver
by Atsushi Nemoto
· 17 years ago