Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-11-19rtc: rework rtc_register_device() resource managementBartosz Golaszewski
2020-11-19rtc: nvmem: emit an error message when nvmem registration failsBartosz Golaszewski
2020-11-19rtc: add devm_ prefix to rtc_nvmem_register()Bartosz Golaszewski
2020-11-19rtc: nvmem: remove nvram ABIAlexandre Belloni
2019-10-07rtc: use devm_platform_ioremap_resource() to simplify codeYueHaibing
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2018-05-03rtc: simplify getting .drvdataWolfram Sang
2018-03-01rtc: ds1553: let the core handle invalid timeAlexandre Belloni
2018-03-01rtc: ds1553: make alarms usefulAlexandre Belloni
2018-03-01rtc: ds1553: use generic nvmemAlexandre Belloni
2018-03-01rtc: ds1553: switch to rtc_register_deviceAlexandre Belloni
2016-05-20rtc: remove useless DRV_VERSIONAlexandre Belloni
2015-09-05rtc: ds1553: clean up ds1553_nvram_read()/ds1553_nvram_write()Vladimir Zapolskiy
2014-10-20rtc: drop owner assignment from platform_driversWolfram Sang
2014-04-04rtc: treewide: remove excess rtc_device validationAlexander Shiyan
2014-04-04rtc: fix potential race conditionAlessandro Zummo
2013-09-12rtc: simplify devm_request_mem_region/devm_ioremapJulia Lawall
2013-04-30rtc: rtc-ds1553: use devm_rtc_device_register()Jingoo Han
2013-01-04Drivers: rtc: remove __dev* attributes.Greg Kroah-Hartman
2012-03-24drivers/rtc: remove IRQF_DISABLEDYong Zhang
2012-01-11rtc: convert drivers/rtc/* to use module_platform_driver()Axel Lin
2011-11-01rtc: Add module.h to implicit users in drivers/rtcPaul Gortmaker
2011-03-09RTC: Cleanup rtc_class_ops->update_irq_enable()John Stultz
2010-05-21sysfs: add struct file* to bin_attr callbacksChris Wright
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-12-16rtc: do not use container_of macro as an argument for to_platform_deviceAtsushi Nemoto
2009-12-16rtc-ds1553: fix races around device registrationAtsushi Nemoto
2009-06-19rtc-ds1553: drop IRQF_SHAREDAtsushi Nemoto
2009-01-07rtc: bunch of drivers: fix 'no irq' case handingAnton Vorontsov
2008-10-20drivers/rtc/: use bcd2bin/bin2bcdAdrian Bunk
2008-10-16rtc: file close() consistently disables repeating irqsDavid Brownell
2008-04-11rtc: fix platform driver hotplug/coldplugKay Sievers
2007-11-15RTCs: handle NVRAM betterDavid Brownell
2007-10-16rtc: make rtc-ds1553 driver hotplug-awareAtsushi Nemoto
2007-09-19rtc: rtc-ds1553.c should use resource_size_t for base addressAtsushi Nemoto
2007-07-22rtc: do not return void valueAtsushi Nemoto
2007-07-12sysfs: add parameter "struct bin_attribute *" in .read/.write methods for sys...Zhang Rui
2007-07-12sysfs: kill unnecessary attribute->ownerTejun Heo
2007-05-08rtc: rtc interfaces don't use class_deviceDavid Brownell
2007-02-12[PATCH] change __init to __devinit in 2 rtc driversPrarit Bhargava
2006-11-26[PATCH] rtc class locking bugfixesDavid Brownell
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells
2006-10-01[PATCH] RTC: rtc-ds1553, rtc-ds1742 updateAtsushi Nemoto
2006-10-01[PATCH] constify rtc_class_ops: update driversDavid Brownell
2006-07-03[PATCH] irq-flags: misc drivers: Use the new IRQF_ constantsThomas Gleixner
2006-06-28[PATCH] RTC: Add a comment for ENOIOCTLCMD in ds1553_rtc_ioctlAtsushi Nemoto
2006-06-25[PATCH] RTC: add rtc-ds1553 driverAtsushi Nemoto