aboutsummaryrefslogtreecommitdiff
path: root/drivers/rtc/rtc-ds1343.c
AgeCommit message (Expand)AuthorFilesLines
2020-11-19rtc: rework rtc_register_device() resource managementGravatar Bartosz Golaszewski 1-1/+1
2020-11-19rtc: add devm_ prefix to rtc_nvmem_register()Gravatar Bartosz Golaszewski 1-1/+1
2020-11-19rtc: nvmem: remove nvram ABIGravatar Alexandre Belloni 1-1/+0
2019-12-23rtc: ds1343: Remove unused struct spi_device in struct ds1343_privGravatar Nobuhiro Iwamatsu 1-3/+0
2019-12-10rtc: ds1343: Do not hardcode SPI mode flagsGravatar Linus Walleij 1-2/+5
2019-10-19rtc: ds1343: cleanup .removeGravatar Alexandre Belloni 1-9/+1
2019-10-19rtc: ds1343: rework interrupt handlingGravatar Alexandre Belloni 1-77/+35
2019-10-19rtc: ds1343: remove unnecessary mutexGravatar Alexandre Belloni 1-29/+7
2019-10-19rtc: ds1343: check regmap_read return valueGravatar Alexandre Belloni 1-3/+8
2019-10-19rtc: ds1343: use regmap_update_bits for glitch filterGravatar Alexandre Belloni 1-10/+8
2019-10-19rtc: ds1343: use rtc_add_groupGravatar Alexandre Belloni 1-31/+16
2019-10-19rtc: ds1343: use burst write to set timeGravatar Alexandre Belloni 1-40/+12
2019-10-19rtc: ds1343: remove dead codeGravatar Alexandre Belloni 1-21/+0
2019-10-19rtc: ds1343: set rangeGravatar Alexandre Belloni 1-0/+2
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Gravatar Thomas Gleixner 1-5/+1
2018-03-02rtc: stop validating rtc_time in .read_timeGravatar Alexandre Belloni 1-1/+1
2018-03-01rtc: ds1343: use generic nvmemGravatar Alexandre Belloni 1-46/+20
2018-03-01rtc: ds1343: remove undocumented and useless sysfs filesGravatar Alexandre Belloni 1-95/+1
2018-03-01rtc: ds1343: switch to rtc_register_deviceGravatar Alexandre Belloni 1-5/+8
2018-03-01rtc: ds1343: simplify regmap initializationGravatar Alexandre Belloni 1-6/+2
2016-07-09rtc: simplify implementations of read_alarmGravatar Uwe Kleine-König 1-6/+0
2016-05-20rtc: remove useless DRV_VERSIONGravatar Alexandre Belloni 1-2/+0
2015-11-10Merge tag 'rtc-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Gravatar Linus Torvalds 1-3/+6
2015-11-08rtc: ds1343: remove misuse of IRQF_NO_SUSPEND flagGravatar Sudeep Holla 1-3/+6
2015-10-28spi: Drop owner assignment from spi_driversGravatar Andrew F. Davis 1-1/+0
2015-09-05rtc: ds1343: clean up ds1343_nvram_read()/ds1343_nvram_write()Gravatar Vladimir Zapolskiy 1-12/+0
2014-08-08drivers/rtc/rtc-ds1343.c: add support of nvram for maxim dallas rtc ds1343Gravatar Raghavendra Ganiga 1-2/+73
2014-06-06drivers/rtc/rtc-ds1343.c: fix potential race conditionGravatar Raghavendra Ganiga 1-14/+24
2014-06-06drivers/rtc: add support for maxim dallas rtc ds1343 and ds1344Gravatar Raghavendra Ganiga 1-0/+679