summaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-max77686.c
Commit message (Expand)AuthorAgeFilesLines
* rtc: max77686: Add MAX77714 supportLuca Ceresoli2022-03-071-0/+24
* rtc: max77686: Remove unused code to read in 12-hour modeLuca Ceresoli2022-03-071-13/+1
* rtc: max77686: Rename day-of-month definesLuca Ceresoli2022-03-071-8/+8
* rtc: max77686: Convert comments to kernel-doc formatLuca Ceresoli2022-03-071-9/+12
* rtc: max77686: Do not enforce (incorrect) interrupt trigger typeKrzysztof Kozlowski2021-06-201-2/+2
* rtc: max77686: Fix wake-ups for max77620Jon Hunter2020-08-071-4/+7
* rtc: max77686: Do not allow interrupt to fire before system resumeKrzysztof Kozlowski2020-07-161-2/+18
* rtc: max77686: Use single-byte writes on MAX77620Thierry Reding2020-05-111-6/+16
* rtc: max77686: convert to devm_i2c_new_dummy_device()Wolfram Sang2019-09-011-13/+4
* rtc: Remove dev_err() usage after platform_get_irq()Stephen Boyd2019-08-131-4/+1
* rtc: max77686: convert to i2c_new_dummy_deviceWolfram Sang2019-07-231-4/+4
* rtc: max77686: Fix the returned value in case of error in 'max77686_rtc_read_...Christophe JAILLET2018-11-141-1/+1
* rtc: maxim: Add SPDX license identifiersKrzysztof Kozlowski2018-08-141-13/+7
* rtc: max77686: stop validating rtc_time in .read_timeAlexandre Belloni2018-03-021-3/+1
* rtc: max77686: Use REGMAP_IRQ_REG for regmap-rtc-irqs initialisationLaxman Dewangan2016-03-141-6/+6
* rtc: max77686: Add support for MAX20024/MAX77620 RTC IPLaxman Dewangan2016-03-141-3/+44
* rtc: max77686: move initialisation of rtc regmap, irq chip locallyLaxman Dewangan2016-03-141-21/+127
* rtc: max77686: avoid reference of parent device info multiple placesLaxman Dewangan2016-03-141-29/+23
* rtc: max77686: use rtc regmap to access RTC registersLaxman Dewangan2016-03-141-3/+4
* rtc: max77686: fix checkpatch errorLaxman Dewangan2016-03-141-12/+13
* rtc: max77686: Cleanup and reduce dmesg outputKrzysztof Kozlowski2016-02-041-25/+14
* rtc: max77686: Properly handle regmap_irq_get_virq() error codeKrzysztof Kozlowski2016-02-041-1/+1
* rtc: max77686: Fix unsupported year messageJavier Martinez Canillas2016-02-041-3/+1
* rtc: max77686: Add max77802 supportJavier Martinez Canillas2016-02-041-40/+156
* rtc: max77686: Add an indirection level to access RTC registersJavier Martinez Canillas2016-02-041-10/+80
* rtc: max77686: Use a driver data struct instead hard-coded valuesJavier Martinez Canillas2016-02-041-17/+34
* rtc: max77686: Use usleep_range() instead of msleep()Javier Martinez Canillas2016-02-041-2/+3
* rtc: max77686: Use ARRAY_SIZE() instead of current array lengthJavier Martinez Canillas2016-02-041-11/+12
* rtc: max77686: Fix max77686_rtc_read_alarm() return valueJavier Martinez Canillas2016-02-041-1/+1
* rtc: max77686: Report platform modalias to fix module autoloadJavier Martinez Canillas2015-06-251-0/+1
* rtc: use more standard kernel logging stylesJoe Perches2015-04-171-2/+4
* rtc: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* rtc: max77686: Use ffs() to calculate tm_wdayJavier Martinez Canillas2014-10-141-11/+2
* rtc: max77686: remove unneeded info logJavier Martinez Canillas2014-10-141-2/+0
* rtc: max77686: fail to probe if no RTC regmap irqchip is setJavier Martinez Canillas2014-10-141-0/+6
* rtc: max77686: remove dead code for SMPL and WTSRJavier Martinez Canillas2014-10-141-101/+0
* rtc: max77686: Allow the max77686 rtc to wakeup the systemDoug Anderson2014-10-141-0/+28
* mfd: max77686: Convert to use regmap_irqJavier Martinez Canillas2014-07-211-19/+8
* drivers/rtc/rtc-max77686.c: Fix wrong registerSangjung Woo2013-09-111-2/+2
* drivers/rtc/rtc-max77686.c: remove empty functionSachin Kamat2013-07-031-6/+0
* drivers/rtc/rtc-max77686.c: remove space before semicolonSachin Kamat2013-07-031-1/+1
* drivers/rtc/rtc-max77686.c: use devm_regmap_init_i2c()Sachin Kamat2013-04-291-1/+1
* drivers/rtc/rtc-max77686.c: fix incorrect return value on errorSachin Kamat2013-04-291-4/+4
* rtc: rtc-max77686: use devm_rtc_device_register()Jingoo Han2013-04-291-11/+4
* drivers/rtc/rtc-max77686.c: use dev_info()/dev_emerg() instead of pr_info()/p...Jingoo Han2013-04-291-6/+9
* drivers/rtc/rtc-max77686.c: fix indentation of bit definitionsJingoo Han2013-04-291-5/+5
* drivers/rtc/rtc-max77686.c: use devm_kzalloc()Jingoo Han2013-04-291-7/+2
* drivers/rtc/rtc-max77686.c: add missing module author nameJingoo Han2013-04-291-1/+1
* drivers/rtc/rtc-max77686.c: use module_platform_driver()Jingoo Han2013-04-291-11/+1
* rtc: max77686: use dev_info() instead of printk()Jingoo Han2013-02-211-2/+2