aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/rtc/rtc-stk17ta8.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-05-20rtc: remove useless DRV_VERSIONAlexandre Belloni1-3/+0
2015-09-05rtc: stk17ta8: clean up stk17ta8_nvram_read()/stk17ta8_nvram_write()Vladimir Zapolskiy1-2/+2
2014-10-20rtc: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-04-03rtc: treewide: remove excess rtc_device validationAlexander Shiyan1-2/+1
2013-09-11rtc: simplify devm_request_mem_region/devm_ioremapJulia Lawall1-10/+5
2013-04-29rtc: rtc-stk17ta8: use devm_rtc_device_register()Jingoo Han1-4/+2
2013-01-03Drivers: rtc: remove __dev* attributes.Greg Kroah-Hartman1-3/+3
2012-03-23drivers/rtc: remove IRQF_DISABLEDYong Zhang1-1/+1
2012-01-10rtc: convert drivers/rtc/* to use module_platform_driver()Axel Lin1-12/+1
2011-10-31rtc: Add module.h to implicit users in drivers/rtcPaul Gortmaker1-0/+1
2010-05-21sysfs: add struct file* to bin_attr callbacksChris Wright1-2/+2
2010-04-23Merge branch 'master' into for-nextJiri Kosina1-0/+1
2010-04-14stk17ta8: renaming e-mail corrections following split of GE Fanuc joint ventureMartyn Welch1-2/+2
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: do not use container_of macro as an argument for to_platform_deviceAtsushi Nemoto1-4/+4
2009-12-16rtc-stk17ta8: fix races around device registrationAtsushi Nemoto1-69/+45
2009-12-16rtc: fix driver data issues in several rtc driversAlessandro Zummo1-10/+10
2009-11-09move stk17ta8's probe function to .devinit.textUwe Kleine-König1-1/+1
2009-01-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2009-01-06rtc: bunch of drivers: fix 'no irq' case handingAnton Vorontsov1-8/+7
2009-01-06trivial: rtc-stk17ta8: fix sparse warningHannes Eder1-1/+1
2008-10-20x86: sysfs: kill owner field from attributeParag Warudkar1-1/+0
2008-10-20drivers/rtc/: use bcd2bin/bin2bcdAdrian Bunk1-19/+19
2008-10-16rtc: file close() consistently disables repeating irqsDavid Brownell1-12/+0
2008-04-11rtc: fix platform driver hotplug/coldplugKay Sievers1-0/+3
2007-11-14RTCs: handle NVRAM betterDavid Brownell1-1/+1
2007-07-26fix missing arguments in drivers/rtc/rtc-stk17ta8.cAl Viro1-2/+4
2007-07-21rtc: add support for STK17TA8 chipThomas Hommel1-0/+420