aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/rtc/rtc-v3020.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-07-09rtc: v3020: move rtc-v3020.h to platform_dataAlexandre Belloni1-1/+1
2016-01-11rtc: v3020: constify v3020_chip_ops structuresJulia Lawall1-3/+3
2015-06-25rtc: rtc-v3020: use gpio_request_array()Jingoo Han1-30/+11
2014-10-20rtc: drop owner assignment from platform_driversWolfram Sang1-1/+0
2013-11-13drivers/rtc/rtc-v3020.c: use dev_get_platdata()Jingoo Han1-1/+1
2013-07-03drivers/rtc/rtc-v3020.c: fix spacing issuesSachin Kamat1-7/+7
2013-07-03drivers/rtc/rtc-v3020.c: remove redundant gotoSachin Kamat1-2/+2
2013-04-29rtc: rtc-v3020: use devm_*() functionsJingoo Han1-10/+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-5/+3
2009-12-07Merge branch 'for-next' into for-linusJiri Kosina1-1/+1
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa1-1/+1
2009-11-12rtc: v3020: fix v3020_mmio_read_bit()Scott Valentine1-1/+1
2009-04-02rtc-v3020: add ability to access v3020 chip with GPIOsMike Rapoport1-20/+170
2009-04-01rtc-v3020: coding style cleanupMike Rapoport1-22/+18
2008-10-20drivers/rtc/: use bcd2bin/bin2bcdAdrian Bunk1-14/+14
2008-04-28rtc: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-2/+2
2008-04-11rtc: fix platform driver hotplug/coldplugKay Sievers1-0/+1
2007-09-11RTC v3020 fixesMike Rapoport1-2/+7
2006-10-17[PATCH] rtc: fix printk of 64-bit res on 32-bit platformJeff Garzik1-2/+2
2006-10-01[PATCH] constify rtc_class_ops: update driversDavid Brownell1-1/+1
2006-10-01[PATCH] Remove unnecessary check in drivers/rtc/rtc-v3020.cEric Sesterhenn1-3/+0
2006-06-25[PATCH] Add v3020 RTC supportRaphael Assenat1-0/+264