summaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-bq32k.c
Commit message (Expand)AuthorAgeFilesLines
* rtc: Switch i2c drivers back to use .probe()Uwe Kleine-König2023-06-061-1/+1
* rtc: Include <linux/kstrtox.h> when appropriateChristophe JAILLET2022-11-151-0/+1
* i2c: Make remove callback return voidUwe Kleine-König2022-08-161-3/+1
* rtc: use simple i2c probeStephen Kitt2022-06-241-3/+2
* rtc: bq32k: quiet maybe-unused variable warningAlexandre Belloni2021-02-061-1/+1
* rtc: Replace HTTP links with HTTPS onesAlexander A. Klimov2020-07-161-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* rtc: remove VLA usageGustavo A. R. Silva2018-03-171-1/+5
* rtc: stop validating rtc_time in .read_timeAlexandre Belloni2018-03-021-1/+1
* rtc: bq32k: Add OF device ID tableJavier Martinez Canillas2017-03-091-0/+7
* rtc: bq32000: add support to enable disable the trickle charge FET bypassEnric Balletbo i Serra2017-02-011-0/+76
* rtc: bq32k: Fix handling of oscillator failure flagJan Östlund2016-08-311-5/+9
* rtc: bq32k: Use correct mask name for 'minutes' register.Jan Östlund2016-08-311-1/+1
* rtc: Drop owner assignment from i2c_driverKrzysztof Kozlowski2015-09-051-1/+0
* rtc: bq32k: remove redundant checkManinder Singh2015-09-051-1/+1
* drivers/rtc/rtc-bq32k.c: fix register valuePavel Machek2014-10-291-1/+1
* rtc: bq32000: add trickle charger option, with device tree bindingPavel Machek2014-10-141-0/+62
* drivers/rtc/rtc-bq32k.c: remove empty functionSachin Kamat2013-07-031-6/+0
* rtc: rtc-bq32k: use devm_rtc_device_register()Jingoo Han2013-04-291-4/+1
* Drivers: rtc: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-2/+2
* rtc: convert rtc i2c drivers to module_i2c_driverAxel Lin2012-03-231-11/+1
* rtc: add driver for BQ32000 I2C RTCPiotr Ziecik2009-12-161-0/+204