aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/rtc/rtc-max77686.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-03-14rtc: max77686: Use REGMAP_IRQ_REG for regmap-rtc-irqs initialisationLaxman Dewangan1-6/+6
2016-03-14rtc: max77686: Add support for MAX20024/MAX77620 RTC IPLaxman Dewangan1-3/+44
2016-03-14rtc: max77686: move initialisation of rtc regmap, irq chip locallyLaxman Dewangan1-21/+127
2016-03-14rtc: max77686: avoid reference of parent device info multiple placesLaxman Dewangan1-29/+23
2016-03-14rtc: max77686: use rtc regmap to access RTC registersLaxman Dewangan1-3/+4
2016-03-14rtc: max77686: fix checkpatch errorLaxman Dewangan1-12/+13
2016-02-04rtc: max77686: Cleanup and reduce dmesg outputKrzysztof Kozlowski1-25/+14
2016-02-04rtc: max77686: Properly handle regmap_irq_get_virq() error codeKrzysztof Kozlowski1-1/+1
2016-02-04rtc: max77686: Fix unsupported year messageJavier Martinez Canillas1-3/+1
2016-02-04rtc: max77686: Add max77802 supportJavier Martinez Canillas1-40/+156
2016-02-04rtc: max77686: Add an indirection level to access RTC registersJavier Martinez Canillas1-10/+80
2016-02-04rtc: max77686: Use a driver data struct instead hard-coded valuesJavier Martinez Canillas1-17/+34
2016-02-04rtc: max77686: Use usleep_range() instead of msleep()Javier Martinez Canillas1-2/+3
2016-02-04rtc: max77686: Use ARRAY_SIZE() instead of current array lengthJavier Martinez Canillas1-11/+12
2016-02-04rtc: max77686: Fix max77686_rtc_read_alarm() return valueJavier Martinez Canillas1-1/+1
2015-06-25rtc: max77686: Report platform modalias to fix module autoloadJavier Martinez Canillas1-0/+1
2015-04-17rtc: use more standard kernel logging stylesJoe Perches1-2/+4
2014-10-20rtc: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-10-14rtc: max77686: Use ffs() to calculate tm_wdayJavier Martinez Canillas1-11/+2
2014-10-14rtc: max77686: remove unneeded info logJavier Martinez Canillas1-2/+0
2014-10-14rtc: max77686: fail to probe if no RTC regmap irqchip is setJavier Martinez Canillas1-0/+6
2014-10-14rtc: max77686: remove dead code for SMPL and WTSRJavier Martinez Canillas1-101/+0
2014-10-14rtc: max77686: Allow the max77686 rtc to wakeup the systemDoug Anderson1-0/+28
2014-07-21mfd: max77686: Convert to use regmap_irqJavier Martinez Canillas1-19/+8
2013-09-11drivers/rtc/rtc-max77686.c: Fix wrong registerSangjung Woo1-2/+2
2013-07-03drivers/rtc/rtc-max77686.c: remove empty functionSachin Kamat1-6/+0
2013-07-03drivers/rtc/rtc-max77686.c: remove space before semicolonSachin Kamat1-1/+1
2013-04-29drivers/rtc/rtc-max77686.c: use devm_regmap_init_i2c()Sachin Kamat1-1/+1
2013-04-29drivers/rtc/rtc-max77686.c: fix incorrect return value on errorSachin Kamat1-4/+4
2013-04-29rtc: rtc-max77686: use devm_rtc_device_register()Jingoo Han1-11/+4
2013-04-29drivers/rtc/rtc-max77686.c: use dev_info()/dev_emerg() instead of pr_info()/pr_emerg()Jingoo Han1-6/+9
2013-04-29drivers/rtc/rtc-max77686.c: fix indentation of bit definitionsJingoo Han1-5/+5
2013-04-29drivers/rtc/rtc-max77686.c: use devm_kzalloc()Jingoo Han1-7/+2
2013-04-29drivers/rtc/rtc-max77686.c: add missing module author nameJingoo Han1-1/+1
2013-04-29drivers/rtc/rtc-max77686.c: use module_platform_driver()Jingoo Han1-11/+1
2013-02-21rtc: max77686: use dev_info() instead of printk()Jingoo Han1-2/+2
2013-02-21rtc: max77686: add Maxim 77686 driverJonghwa Lee1-0/+641