summaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-max77686.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* rtc: max77686: add Maxim 77686 driverJonghwa Lee2013-02-211-0/+641
OpenPOWER on IntegriCloud