summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* rtc: at91sam9: drop platform_data supportAlexandre Belloni2019-04-042-37/+9
* rtc: sh: set rangeAlexandre Belloni2019-04-041-0/+8
* rtc: sh: fix possible race conditionAlexandre Belloni2019-04-041-7/+9
* rtc: sh: stop resetting time to epochAlexandre Belloni2019-04-041-7/+3
* rtc: dm355evm: convert to SPDX identifierAlexandre Belloni2019-04-041-5/+1
* rtc: dm355evm: switch to rtc_time64_to_tm/rtc_tm_to_time64Alexandre Belloni2019-04-041-2/+2
* rtc: dm355evm: set rangeAlexandre Belloni2019-04-041-0/+1
* rtc: dm355evm: convert to devm_rtc_allocate_deviceAlexandre Belloni2019-04-041-7/+6
* rtc: goldfish: convert to SPDX identifierAlexandre Belloni2019-04-041-10/+1
* rtc: goldfish: switch to rtc_time64_to_tm/rtc_tm_to_time64Alexandre Belloni2019-04-041-19/+8
* rtc: goldfish: allow building on more than MIPSAlexandre Belloni2019-04-042-1/+3
* rtc: goldfish: sort headersAlexandre Belloni2019-04-041-1/+1
* rtc: goldfish: add rangeAlexandre Belloni2019-04-041-0/+1
* rtc: goldfish: convert to devm_rtc_allocate_deviceAlexandre Belloni2019-04-041-4/+4
* rtc: xgene: use .set_timeAlexandre Belloni2019-04-041-3/+3
* rtc: xgene: switch to rtc_time64_to_tm/rtc_tm_to_time64Alexandre Belloni2019-04-041-5/+3
* rtc: xgene: stop caching alarm_timeAlexandre Belloni2019-04-041-4/+3
* rtc: xgene: correct checkpatch issuesAlexandre Belloni2019-04-041-7/+7
* rtc: xgene: convert to SPDX identifierAlexandre Belloni2019-04-041-14/+1
* rtc: xgene: set rangeAlexandre Belloni2019-04-041-0/+1
* rtc: xgene: fix possible race conditionAlexandre Belloni2019-04-041-7/+11
* rtc: test: do not use assignment in if conditionAlexandre Belloni2019-04-041-1/+2
* rtc: 88pm80x: convert to SPDX identifierAlexandre Belloni2019-04-041-13/+1
* rtc: ab-b5ze-s3: correct checkpatch issuesAlexandre Belloni2019-04-041-18/+16
* rtc: core: correct trivial checkpatch warningsAlexandre Belloni2019-04-048-90/+93
* rtc: x1205: Add DT probing supportLinus Walleij2019-04-041-0/+7
* rtc: da9063: convert header to SPDXWolfram Sang2019-04-041-11/+3
* rtc: omap: let the core handle rangeAlexandre Belloni2019-04-041-16/+6
* rtc: mv: add rangeAlexandre Belloni2019-04-041-2/+5
* rtc: mv: convert to devm_rtc_allocate_deviceAlexandre Belloni2019-04-041-10/+11
* rtc: mv: convert to SPDX identifierAlexandre Belloni2019-04-041-4/+1
* rtc: convert core to SPDX identifierAlexandre Belloni2019-03-189-45/+16
* rtc: ab-b5ze-s3: remove unnecessary checkAlexandre Belloni2019-03-181-10/+8
* rtc: ab-b5ze-s3: convert to SPDX identifierAlexandre Belloni2019-03-181-9/+1
* rtc: ab-b5ze-s3: switch to rtc_time64_to_tm/rtc_tm_to_time64Alexandre Belloni2019-03-181-28/+9
* rtc: ab-b5ze-s3: remove unnecessary gotosAlexandre Belloni2019-03-181-55/+38
* rtc: ab-b5ze-s3: remove mutexAlexandre Belloni2019-03-181-17/+2
* rtc: zynqmp: convert to SPDX identifierAlexandre Belloni2019-03-181-12/+1
* rtc: abx80x: remove useless .removeAlexandre Belloni2019-03-181-6/+0
* rtc: abx80x: use rtc_add_groupAlexandre Belloni2019-03-181-26/+6
* rtc: abx80x: convert to SPDX identifierAlexandre Belloni2019-03-181-4/+1
* Merge tag 'for-linus-5.1b-rc1b-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-03-171-1/+4
|\
| * xen/balloon: Fix mapping PG_offline pages to user spaceDavid Hildenbrand2019-03-151-1/+4
* | Merge tag 'devdax-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/n...Linus Torvalds2019-03-1622-502/+1044
|\ \
| * | device-dax: "Hotplug" persistent memory for use like normal RAMDave Hansen2019-02-284-0/+126
| * | device-dax: Add a 'modalias' attribute to DAX 'bus' devicesVishal Verma2019-02-281-0/+12
| * | device-dax: Add a 'target_node' attributeDan Williams2019-02-201-0/+28
| * | device-dax: Auto-bind device after successful new_idDan Williams2019-01-241-6/+18
| * | acpi/nfit, device-dax: Identify differentiated memory with a unique numa-nodeDan Williams2019-01-0710-6/+23
| * | device-dax: Add /sys/class/dax backwards compatibilityDan Williams2019-01-079-49/+202