summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* rtc: pm8xxx: Switch to use %ptRAndy Shevchenko2018-12-101-11/+5
* rtc: pic32: Switch to use %ptRAndy Shevchenko2018-12-101-14/+4
* rtc: pcf50633: Switch to use %ptRAndy Shevchenko2018-12-101-6/+2
* rtc: mcp795: Switch to use %ptRAndy Shevchenko2018-12-101-12/+6
* rtc: m48t59: Switch to use %ptRAndy Shevchenko2018-12-101-6/+2
* rtc: m41t80: Switch to use %ptRAndy Shevchenko2018-12-101-5/+1
* rtc: at91sam9: Switch to use %ptRAndy Shevchenko2018-12-101-12/+4
* rtc: at91rm9200: Switch to use %ptRAndy Shevchenko2018-12-101-11/+4
* rtc: Switch to use %ptRAndy Shevchenko2018-12-105-57/+18
* lib/vsprintf: Print time and date in human readable format via %ptAndy Shevchenko2018-12-103-3/+176
* dt-bindings: rtc: sun6i-rtc: Fix register range in exampleChen-Yu Tsai2018-12-071-1/+1
* rtc: sun6i: Expose internal oscillator through device treeChen-Yu Tsai2018-12-061-2/+14
* rtc: sun6i: Add support for all known pre-H6 variantsChen-Yu Tsai2018-12-061-0/+46
* rtc: sun6i: Add support for different variantsChen-Yu Tsai2018-12-061-7/+51
* rtc: sun6i: Add default clock name for LOSCChen-Yu Tsai2018-12-061-0/+1
* dt-bindings: rtc: sun6i-rtc: Export internal RC oscillatorChen-Yu Tsai2018-12-061-1/+2
* dt-bindings: rtc: sun6i-rtc: Deprecate external clock output for A31Chen-Yu Tsai2018-12-061-2/+4
* dt-bindings: rtc: sun6i-rtc: Add compatible strings for pre-H6 variantsChen-Yu Tsai2018-12-061-1/+15
* dt-bindings: rtc: sun6i-rtc: Rewrite clock outputs as a listChen-Yu Tsai2018-12-061-4/+6
* rtc: dt-binding: abx80x: fix resistance scaleBaruch Siach2018-11-221-1/+1
* rtc: isl1208: Use i2c block read/write routinesTrent Piepho2018-11-221-33/+4
* rtc: max8997: Fix the returned value in case of error in 'max8997_rtc_read_al...Christophe JAILLET2018-11-221-1/+1
* rtc: nvmem: remove nvmem from struct rtc_deviceAlexandre Belloni2018-11-222-15/+10
* rtc: nvmem: use devm_nvmem_register()Alexandre Belloni2018-11-221-6/+1
* rtc: max77686: Fix the returned value in case of error in 'max77686_rtc_read_...Christophe JAILLET2018-11-141-1/+1
* rtc: s3c-rtc: Avoid using broken ALMYEAR registerMarek Szyprowski2018-11-141-6/+0
* rtc: m41t80: Complete error propagation from SMBus callsMaciej W. Rozycki2018-11-141-5/+8
* rtc: m41t80: Correct alarm month range with RTC readsMaciej W. Rozycki2018-11-141-1/+1
* rtc: class: remove devm_rtc_device_unregisterAlexandre Belloni2018-11-122-28/+0
* rtc: sh: convert to SPDX identifiersKuninori Morimoto2018-11-121-5/+2
* rtc: clean up indentation issues, remove extraneous space, add missing tabsColin Ian King2018-11-123-3/+3
* rtc: omap: Use define directive for PIN_CONFIG_ACTIVE_HIGHNathan Chancellor2018-11-121-3/+1
* Linux 4.20-rc1v4.20-rc1Linus Torvalds2018-11-051-2/+2
* Merge tag 'tags/upstream-4.20-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds2018-11-0425-292/+2418
|\
| * ubifs: Remove unneeded semicolonDing Xiang2018-10-231-1/+1
| * Documentation: ubifs: Add authentication whitepaperSascha Hauer2018-10-231-0/+426
| * ubifs: Enable authentication supportSascha Hauer2018-10-233-1/+52
| * ubifs: Do not update inode size in-place in authenticated modeSascha Hauer2018-10-233-38/+113
| * ubifs: Add hashes and HMACs to default filesystemSascha Hauer2018-10-231-7/+27
| * ubifs: authentication: Authenticate super block nodeSascha Hauer2018-10-231-1/+69
| * ubifs: Create hash for default LPTSascha Hauer2018-10-233-3/+23
| * ubfis: authentication: Authenticate master nodeSascha Hauer2018-10-233-10/+61
| * ubifs: authentication: Authenticate LPTSascha Hauer2018-10-233-0/+134
| * ubifs: Authenticate replayed journalSascha Hauer2018-10-231-2/+144
| * ubifs: Add auth nodes to garbage collector journal headSascha Hauer2018-10-231-3/+43
| * ubifs: Add authentication nodes to journalSascha Hauer2018-10-236-18/+153
| * ubifs: authentication: Add hashes to index nodesSascha Hauer2018-10-237-14/+81
| * ubifs: Add hashes to the tree node cacheSascha Hauer2018-10-234-30/+135
| * ubifs: Create functions to embed a HMAC in a nodeSascha Hauer2018-10-232-6/+70
| * ubifs: Add helper functions for authentication supportSascha Hauer2018-10-234-0/+722