Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
c23e0cb81e4021b9712b1093d54713991fd9b7c2
/
drivers
/
rtc
/
rtc-m41t80.c
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
· 9 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
3726a21
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
· 12 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