summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* rtc: reorder Makefile entriesAlexandre Belloni2018-09-281-6/+6
* rtc: ds1307: add frequency_test_enable attribute on m41txxGiulio Benetti2018-09-281-0/+92
* rtc: ds1307: add offset sysfs for mt41txx chips.Giulio Benetti2018-09-281-0/+77
* rtc: isl1208: avoid possible sysfs raceAlexandre Belloni2018-09-281-17/+10
* rtc: remove irq_task from kerneldocAlexandre Belloni2018-09-131-3/+0
* rtc: unexport non devm managed registrationAlexandre Belloni2018-09-132-12/+5
* Merge tag 'ib-mfd-rtc-v4.20' of git://git.kernel.org/pub/scm/linux/kernel/git...Alexandre Belloni2018-09-121-4/+9
|\
| * mfd: menelaus: Fix possible race condition and leakAlexandre Belloni2018-09-111-4/+9
* | rtc: abx80x: add basic watchdog supportJeremy Gebben2018-09-122-4/+113
* | rtc: abx80x: use a 'priv' struct for client dataJeremy Gebben2018-09-121-8/+19
* | rtc: pl031: switch to devm_rtc_allocate_device/rtc_register_deviceAlexandre Belloni2018-09-111-9/+9
* | rtc: pl030: fix possible race conditionAlexandre Belloni2018-09-111-6/+9
* | rtc: mt6397: fix possible race conditionAlexandre Belloni2018-09-111-5/+8
* | rtc: mips: default to rtc-cmos on mipsArnd Bergmann2018-09-082-2/+2
* | rtc: mrst: remove set but not used variable 'valid'YueHaibing2018-08-311-2/+1
* | rtc: rv8803: add Epson RX8803 supportAlexandre Belloni2018-08-271-0/+5
* | rtc: rv8803: fix the rv8803 id in the OF tableAlexandre Belloni2018-08-271-1/+1
* | rtc: sysfs: fix NULL check in rtc_add_groups()Dan Carpenter2018-08-271-2/+2
* | rtc: sun6i: Use struct_size() in kzalloc()Gustavo A. R. Silva2018-08-271-2/+1
* | rtc: jz4740: Drop dependency on MACH_INGENICPaul Cercueil2018-08-271-1/+1
* | rtc: omap: Cut down the shutdown time from 2 seconds to 1 secKeerthy2018-08-271-10/+15
* | rtc: omap: use of_device_is_system_power_controller functionKeerthy2018-08-271-2/+1
* | rtc: rtc-mrst: Replace mdelay() with msleep() in mrst_read_time()Jia-Ju Bai2018-08-271-1/+1
|/
* Linux 4.19-rc1v4.19-rc1Linus Torvalds2018-08-261-2/+2
* Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2018-08-261-0/+15
|\
| * y2038: Provide aliases for compat helpersArnd Bergmann2018-08-221-0/+15
* | Merge branch 'ida-4.19' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2018-08-2628-679/+485
|\ \
| * | ida: Change ida_get_new_above to return the idMatthew Wilcox2018-08-221-18/+12
| * | ida: Remove old APIMatthew Wilcox2018-08-223-67/+11
| * | test_ida: check_ida_destroy and check_ida_allocMatthew Wilcox2018-08-222-66/+58
| * | test_ida: Convert check_ida_conv to new APIMatthew Wilcox2018-08-222-46/+40
| * | test_ida: Move ida_check_maxMatthew Wilcox2018-08-222-28/+23
| * | test_ida: Move ida_check_leafMatthew Wilcox2018-08-222-27/+25
| * | idr-test: Convert ida_check_nomem to new APIMatthew Wilcox2018-08-221-6/+7
| * | ida: Start new test_ida moduleMatthew Wilcox2018-08-227-7/+71
| * | target/iscsi: Allocate session IDs from an IDAMatthew Wilcox2018-08-223-30/+10
| * | iscsi target: fix session creation failure handlingMike Christie2018-08-221-14/+21
| * | drm/vmwgfx: Convert to new IDA APIMatthew Wilcox2018-08-221-29/+12
| * | dmaengine: Convert to new IDA APIMatthew Wilcox2018-08-221-16/+7
| * | ppc: Convert vas ID allocation to new IDA APIMatthew Wilcox2018-08-221-22/+4
| * | media: Convert entity ID allocation to new IDA APIMatthew Wilcox2018-08-221-11/+5
| * | ppc: Convert mmu context allocation to new IDA APIMatthew Wilcox2018-08-221-40/+4
| * | Convert net_namespace to new IDA APIMatthew Wilcox2018-08-221-10/+6
| * | cb710: Convert to new IDA APIMatthew Wilcox2018-08-221-18/+5
| * | rsxx: Convert to new IDA APIMatthew Wilcox2018-08-221-16/+5
| * | osd: Convert to new IDA APIMatthew Wilcox2018-08-221-15/+7
| * | sd: Convert to new IDA APIMatthew Wilcox2018-08-221-17/+4
| * | devpts: Convert to new IDA APIMatthew Wilcox2018-08-221-34/+13
| * | fs: Convert namespace IDAs to new APIMatthew Wilcox2018-08-221-38/+12
| * | fs: Convert unnamed_dev_ida to new APIMatthew Wilcox2018-08-221-43/+24