summaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-v3020.c
Commit message (Expand)AuthorAgeFilesLines
* rtc: v3020: move rtc-v3020.h to platform_dataAlexandre Belloni2016-07-091-1/+1
* rtc: v3020: constify v3020_chip_ops structuresJulia Lawall2016-01-111-3/+3
* rtc: rtc-v3020: use gpio_request_array()Jingoo Han2015-06-251-30/+11
* rtc: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* drivers/rtc/rtc-v3020.c: use dev_get_platdata()Jingoo Han2013-11-131-1/+1
* drivers/rtc/rtc-v3020.c: fix spacing issuesSachin Kamat2013-07-031-7/+7
* drivers/rtc/rtc-v3020.c: remove redundant gotoSachin Kamat2013-07-031-2/+2
* rtc: rtc-v3020: use devm_*() functionsJingoo Han2013-04-291-10/+3
* rtc: convert drivers/rtc/* to use module_platform_driver()Axel Lin2012-01-101-12/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* rtc: fix driver data issues in several rtc driversAlessandro Zummo2009-12-161-5/+3
* Merge branch 'for-next' into for-linusJiri Kosina2009-12-071-1/+1
|\
| * tree-wide: fix assorted typos all over the placeAndré Goddard Rosa2009-12-041-1/+1
* | rtc: v3020: fix v3020_mmio_read_bit()Scott Valentine2009-11-121-1/+1
|/
* rtc-v3020: add ability to access v3020 chip with GPIOsMike Rapoport2009-04-021-20/+170
* rtc-v3020: coding style cleanupMike Rapoport2009-04-011-22/+18
* drivers/rtc/: use bcd2bin/bin2bcdAdrian Bunk2008-10-201-14/+14
* rtc: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-281-2/+2
* rtc: fix platform driver hotplug/coldplugKay Sievers2008-04-111-0/+1
* RTC v3020 fixesMike Rapoport2007-09-111-2/+7
* [PATCH] rtc: fix printk of 64-bit res on 32-bit platformJeff Garzik2006-10-171-2/+2
* [PATCH] constify rtc_class_ops: update driversDavid Brownell2006-10-011-1/+1
* [PATCH] Remove unnecessary check in drivers/rtc/rtc-v3020.cEric Sesterhenn2006-10-011-3/+0
* [PATCH] Add v3020 RTC supportRaphael Assenat2006-06-251-0/+264