summaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-pcf85063.c
Commit message (Expand)AuthorAgeFilesLines
* rtc: Explicitly include correct DT includesRob Herring2023-07-271-1/+1
* rtc: pcf85063: Drop enum pcf85063_type and split pcf85063_cfg[]Biju Das2023-07-271-45/+38
* rtc: pcf85063: Simplify probe()Biju Das2023-07-271-18/+8
* rtc: Switch i2c drivers back to use .probe()Uwe Kleine-König2023-06-061-1/+1
* rtc: pcf85063: use IRQ flags obtained from fwnodeAlexandre Belloni2023-02-011-1/+6
* rtc: pcf85063: fix pcf85063_clkout_controlAlexandre Belloni2022-12-111-1/+1
* rtc: pcf85063: Fix reading alarmAlexander Stein2022-11-161-4/+4
* rtc: pcf85063: Add a compatible entry for pca85073aFabio Estevam2022-05-181-0/+2
* rtc: pcf85063: set RTC_FEATURE_ALARM_RES_2SAlexandre Belloni2022-03-231-0/+1
* rtc: pcf85063: switch to RTC_FEATURE_UPDATE_INTERRUPTAlexandre Belloni2022-03-231-1/+1
* rtc: pcf85063: add i2c_device_id name matching supportMarc Ferland2021-12-011-31/+66
* rtc: pcf85063: silence cppcheck warningAlexandre Belloni2021-11-101-1/+1
* rtc: pcf85063: Always clear EXT_TEST from set_timePhil Elwell2021-10-151-0/+2
* rtc: pcf85063: add support for fixed clockAlexander Stein2021-10-151-0/+12
* rtc: pcf85063: Update the PCF85063A datasheet revisionFabio Estevam2021-07-101-1/+1
* rtc: pcf85063: Fix the datasheet URLFabio Estevam2021-06-201-2/+2
* rtc: pcf85063: fallback to parent of_nodeFrancois Gervais2021-04-161-4/+3
* rtc: pcf85063: quiet maybe-unused variable warningsAlexandre Belloni2021-02-061-19/+19
* rtc: pcf85063: remove pcf85063_rtc_ops_alarmAlexandre Belloni2021-01-161-9/+2
* rtc: rework rtc_register_device() resource managementBartosz Golaszewski2020-11-191-1/+1
* rtc: add devm_ prefix to rtc_nvmem_register()Bartosz Golaszewski2020-11-191-1/+1
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* rtc: Replace HTTP links with HTTPS onesAlexander A. Klimov2020-07-161-2/+2
* rtc: pcf85063: Add pcf85063 clkout control to common clock frameworkMichael McCormick2020-03-261-0/+157
* rtc: pcf85063: return meaningful value for RTC_VL_READAlexandre Belloni2019-12-181-8/+2
* rtc: pcf85063: remove RTC_VL_CLR handlingAlexandre Belloni2019-12-181-6/+0
* rtc: pcf85063: add RTC_VL_READ/RTC_VL_CLR supportAlexandre Belloni2019-04-041-0/+35
* rtc: pcf85063: add offset correction supportAlexandre Belloni2019-04-041-1/+57
* rtc: pcf85063: add nvram supportAlexandre Belloni2019-04-041-0/+24
* rtc: pcf85063: add Micro Crystal RV8263 supportAlexandre Belloni2019-04-041-4/+28
* rtc: pcf85063: add alarm supportAlexandre Belloni2019-04-041-0/+121
* rtc: pcf85063: differentiate pcf85063a and pcf85063tpAlexandre Belloni2019-04-041-6/+27
* rtc: pcf85063: switch to regmapAlexandre Belloni2019-04-041-93/+61
* rtc: pcf85063: set rangeAlexandre Belloni2019-04-041-3/+2
* rtc: pcf85063: convert to devm_rtc_allocate_deviceAlexandre Belloni2019-04-041-6/+6
* rtc: pcf85063: remove bogus i2c functionality checkAlexandre Belloni2019-04-041-3/+0
* rtc: pcf85063: convert to SPDX identifierAlexandre Belloni2019-04-041-6/+1
* rtc: pcf85063: switch to probe_newAlexandre Belloni2019-04-041-10/+2
* rtc: pcf85063: remove dead codeAlexey Roslyakov2019-03-021-7/+0
* rtc: pcf85063: set xtal load capacitance from DTSam Ravnborg2019-01-221-0/+39
* rtc: pcf85063: preserve control register value between stop and startAlvin Šipraga2018-07-281-10/+11
* rtc: pcf85063: fix clearing bits in pcf85063_start_clockMichael McCormick2018-03-171-1/+1
* rtc: pcf85063: remove useless indirectionAlexandre Belloni2018-03-171-12/+4
* rtc: pcf85063: stop validating rtc_time in .read_timeAlexandre Belloni2018-03-171-1/+1
* rtc: pcf85063: do not register a RTC device if chip is not presentMirza Krak2016-11-041-0/+7
* rtc: pcf85063: Add support for the PCF85063A deviceChris DeBruin2016-07-191-9/+38
* rtc: pcf85063: fix year rangeAlexandre Belloni2016-07-191-7/+5
* rtc: pcf85063: remove struct pcf85063Alexandre Belloni2016-03-141-17/+5
* rtc: pcf85063: remove useless DRV_VERSIONAlexandre Belloni2016-03-141-5/+0
* rtc: pcf85063: remove useless century handlingAlexandre Belloni2016-03-141-7/+0