summaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-max77686.c
Commit message (Expand)AuthorAgeFilesLines
* drivers/rtc/rtc-max77686.c: Fix wrong registerSangjung Woo2013-09-121-2/+2
* drivers/rtc/rtc-max77686.c: remove empty functionSachin Kamat2013-07-041-6/+0Star
* drivers/rtc/rtc-max77686.c: remove space before semicolonSachin Kamat2013-07-041-1/+1
* drivers/rtc/rtc-max77686.c: use devm_regmap_init_i2c()Sachin Kamat2013-04-301-1/+1
* drivers/rtc/rtc-max77686.c: fix incorrect return value on errorSachin Kamat2013-04-301-4/+4
* rtc: rtc-max77686: use devm_rtc_device_register()Jingoo Han2013-04-301-11/+4Star
* drivers/rtc/rtc-max77686.c: use dev_info()/dev_emerg() instead of pr_info()/p...Jingoo Han2013-04-301-6/+9
* drivers/rtc/rtc-max77686.c: fix indentation of bit definitionsJingoo Han2013-04-301-5/+5
* drivers/rtc/rtc-max77686.c: use devm_kzalloc()Jingoo Han2013-04-301-7/+2Star
* drivers/rtc/rtc-max77686.c: add missing module author nameJingoo Han2013-04-301-1/+1
* drivers/rtc/rtc-max77686.c: use module_platform_driver()Jingoo Han2013-04-301-11/+1Star
* rtc: max77686: use dev_info() instead of printk()Jingoo Han2013-02-221-2/+2
* rtc: max77686: add Maxim 77686 driverJonghwa Lee2013-02-221-0/+641