aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-bq4802.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner1-0/+1
2018-07-11rtc: bq4802: add error handling for devm_ioremapZhouyang Jia1-0/+4
2018-05-03rtc: simplify getting .drvdataWolfram Sang1-4/+2
2014-10-20rtc: drop owner assignment from platform_driversWolfram Sang1-1/+0
2013-07-03drivers/rtc/rtc-bq4802.c: remove empty functionSachin Kamat1-6/+0
2013-07-03rtc: rtc-bq4802: remove unnecessary platform_set_drvdata()Jingoo Han1-2/+0
2013-04-29rtc: rtc-bq4802: use devm_*() functionsJingoo Han1-21/+8
2013-01-03Drivers: rtc: remove __dev* attributes.Greg Kroah-Hartman1-3/+3
2012-01-10rtc: convert drivers/rtc/* to use module_platform_driver()Axel Lin1-12/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-12-16rtc: fix driver data issues in several rtc driversAlessandro Zummo1-1/+2
2008-10-20drivers/rtc/rtc-bq4802.c: don't use BIN_2_BCD and BCD_2_BINAndrew Morton1-15/+15
2008-09-09rtc-bq4802: Fix sparse warnings.David S. Miller1-4/+5
2008-08-29rtc: Add TI BQ4802 RTC driver.David S. Miller1-0/+229