summaryrefslogtreecommitdiff
path: root/drivers/rtc/rtc-ds1343.c
AgeCommit message (Expand)Author
2020-11-19rtc: rework rtc_register_device() resource managementBartosz Golaszewski
2020-11-19rtc: add devm_ prefix to rtc_nvmem_register()Bartosz Golaszewski
2020-11-19rtc: nvmem: remove nvram ABIAlexandre Belloni
2019-12-23rtc: ds1343: Remove unused struct spi_device in struct ds1343_privNobuhiro Iwamatsu
2019-12-10rtc: ds1343: Do not hardcode SPI mode flagsLinus Walleij
2019-10-19rtc: ds1343: cleanup .removeAlexandre Belloni
2019-10-19rtc: ds1343: rework interrupt handlingAlexandre Belloni
2019-10-19rtc: ds1343: remove unnecessary mutexAlexandre Belloni
2019-10-19rtc: ds1343: check regmap_read return valueAlexandre Belloni
2019-10-19rtc: ds1343: use regmap_update_bits for glitch filterAlexandre Belloni
2019-10-19rtc: ds1343: use rtc_add_groupAlexandre Belloni
2019-10-19rtc: ds1343: use burst write to set timeAlexandre Belloni
2019-10-19rtc: ds1343: remove dead codeAlexandre Belloni
2019-10-19rtc: ds1343: set rangeAlexandre Belloni
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2018-03-02rtc: stop validating rtc_time in .read_timeAlexandre Belloni
2018-03-01rtc: ds1343: use generic nvmemAlexandre Belloni
2018-03-01rtc: ds1343: remove undocumented and useless sysfs filesAlexandre Belloni
2018-03-01rtc: ds1343: switch to rtc_register_deviceAlexandre Belloni
2018-03-01rtc: ds1343: simplify regmap initializationAlexandre Belloni
2016-07-09rtc: simplify implementations of read_alarmUwe Kleine-König
2016-05-20rtc: remove useless DRV_VERSIONAlexandre Belloni
2015-11-10Merge tag 'rtc-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds
2015-11-08rtc: ds1343: remove misuse of IRQF_NO_SUSPEND flagSudeep Holla
2015-10-28spi: Drop owner assignment from spi_driversAndrew F. Davis
2015-09-05rtc: ds1343: clean up ds1343_nvram_read()/ds1343_nvram_write()Vladimir Zapolskiy
2014-08-08drivers/rtc/rtc-ds1343.c: add support of nvram for maxim dallas rtc ds1343Raghavendra Ganiga
2014-06-06drivers/rtc/rtc-ds1343.c: fix potential race conditionRaghavendra Ganiga
2014-06-06drivers/rtc: add support for maxim dallas rtc ds1343 and ds1344Raghavendra Ganiga