summaryrefslogtreecommitdiff
path: root/drivers/rtc/rtc-max77686.c
Commit message (Expand)AuthorAge
* rtc: max77686: stop validating rtc_time in .read_timeAlexandre Belloni2018-03-02
* rtc: max77686: Use REGMAP_IRQ_REG for regmap-rtc-irqs initialisationLaxman Dewangan2016-03-14
* rtc: max77686: Add support for MAX20024/MAX77620 RTC IPLaxman Dewangan2016-03-14
* rtc: max77686: move initialisation of rtc regmap, irq chip locallyLaxman Dewangan2016-03-14
* rtc: max77686: avoid reference of parent device info multiple placesLaxman Dewangan2016-03-14
* rtc: max77686: use rtc regmap to access RTC registersLaxman Dewangan2016-03-14
* rtc: max77686: fix checkpatch errorLaxman Dewangan2016-03-14
* rtc: max77686: Cleanup and reduce dmesg outputKrzysztof Kozlowski2016-02-04
* rtc: max77686: Properly handle regmap_irq_get_virq() error codeKrzysztof Kozlowski2016-02-04
* rtc: max77686: Fix unsupported year messageJavier Martinez Canillas2016-02-04
* rtc: max77686: Add max77802 supportJavier Martinez Canillas2016-02-04
* rtc: max77686: Add an indirection level to access RTC registersJavier Martinez Canillas2016-02-04
* rtc: max77686: Use a driver data struct instead hard-coded valuesJavier Martinez Canillas2016-02-04
* rtc: max77686: Use usleep_range() instead of msleep()Javier Martinez Canillas2016-02-04
* rtc: max77686: Use ARRAY_SIZE() instead of current array lengthJavier Martinez Canillas2016-02-04
* rtc: max77686: Fix max77686_rtc_read_alarm() return valueJavier Martinez Canillas2016-02-04
* rtc: max77686: Report platform modalias to fix module autoloadJavier Martinez Canillas2015-06-25
* rtc: use more standard kernel logging stylesJoe Perches2015-04-17
* rtc: drop owner assignment from platform_driversWolfram Sang2014-10-20
* rtc: max77686: Use ffs() to calculate tm_wdayJavier Martinez Canillas2014-10-14
* rtc: max77686: remove unneeded info logJavier Martinez Canillas2014-10-14
* rtc: max77686: fail to probe if no RTC regmap irqchip is setJavier Martinez Canillas2014-10-14
* rtc: max77686: remove dead code for SMPL and WTSRJavier Martinez Canillas2014-10-14
* rtc: max77686: Allow the max77686 rtc to wakeup the systemDoug Anderson2014-10-14
* mfd: max77686: Convert to use regmap_irqJavier Martinez Canillas2014-07-21
* drivers/rtc/rtc-max77686.c: Fix wrong registerSangjung Woo2013-09-11
* drivers/rtc/rtc-max77686.c: remove empty functionSachin Kamat2013-07-03
* drivers/rtc/rtc-max77686.c: remove space before semicolonSachin Kamat2013-07-03
* drivers/rtc/rtc-max77686.c: use devm_regmap_init_i2c()Sachin Kamat2013-04-29
* drivers/rtc/rtc-max77686.c: fix incorrect return value on errorSachin Kamat2013-04-29
* rtc: rtc-max77686: use devm_rtc_device_register()Jingoo Han2013-04-29
* drivers/rtc/rtc-max77686.c: use dev_info()/dev_emerg() instead of pr_info()/p...Jingoo Han2013-04-29
* drivers/rtc/rtc-max77686.c: fix indentation of bit definitionsJingoo Han2013-04-29
* drivers/rtc/rtc-max77686.c: use devm_kzalloc()Jingoo Han2013-04-29
* drivers/rtc/rtc-max77686.c: add missing module author nameJingoo Han2013-04-29
* drivers/rtc/rtc-max77686.c: use module_platform_driver()Jingoo Han2013-04-29
* rtc: max77686: use dev_info() instead of printk()Jingoo Han2013-02-21
* rtc: max77686: add Maxim 77686 driverJonghwa Lee2013-02-21