summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-02-05rtc: snvs: make sure clock is enabled for interrupt handleAnson Huang1-0/+6
2019-02-05rtc: ds1672: fix unintended sign extensionColin Ian King1-1/+2
2019-01-30rtc: abx80x: Configure reserved bits in RV1805Marek Vasut1-2/+65
2019-01-30dt-bindings: rtc: Add RV1805 to abracon,abx80x bindingsMarek Vasut1-0/+1
2019-01-23rtc: sd3078: fix platform_no_drv_owner.cocci warningsYueHaibing1-1/+0
2019-01-22rtc: Add Cadence RTC driverJan Kotas3-0/+434
2019-01-22dt-bindings: rtc: Add bindings for Cadence RTCJan Kotas1-0/+25
2019-01-22rtc: cmos: ignore bogus century byteEric Wong1-1/+1
2019-01-22rtc: hym8563: fix a missing check of block data readKangjie Lu1-0/+2
2019-01-22rtc: coh901331: fix a missing check of clk_prepareKangjie Lu1-1/+5
2019-01-22rtc: pcf85063: set xtal load capacitance from DTSam Ravnborg1-0/+39
2019-01-22rtc: pcf8523: set xtal load capacitance from DTSam Ravnborg1-8/+20
2019-01-22dt-binding: pcf85063: add xtal load capacitanceSam Ravnborg2-1/+18
2019-01-22dt-binding: pcf8523: add xtal load capacitanceSam Ravnborg2-1/+18
2019-01-22dt-bindings: rtc: Add quartz-load-femtofarads propertySam Ravnborg1-6/+10
2019-01-22devicetree: property-units: Add femtofarads unitSam Ravnborg1-0/+1
2019-01-22rtc: s3c: Use generic helper to get driver dataMarek Szyprowski1-11/+2
2019-01-22rtc: s3c: Rewrite clock handlingMarek Szyprowski1-43/+31
2019-01-22rtc: sd3078: make symbol 'sd3078_driver' staticWei Yongjun1-1/+1
2019-01-10rtc: isl1208: fix negative digital trim reportingTrent Piepho1-4/+5
2019-01-10rtc: Fix UBSAN overflow warningZhangXiaoxu1-3/+3
2019-01-10rtc: pcf8523: Add rv8523 compatibleAlexandre Belloni2-0/+2
2019-01-10rtc: sd3078: new driver.Dianlong Li4-0/+248
2019-01-10dt-bindings: rtc: sd3078: add device tree documentationDianlong Li1-0/+1
2019-01-10dt-bindings: define vendor prefix for whwave, Inc.Dianlong Li1-0/+1
2019-01-06Linux 5.0-rc1v5.0-rc1Linus Torvalds1-3/+3
2019-01-06Merge tag 'kbuild-v4.21-3' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds94-694/+150
2019-01-06Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds27-166/+620
2019-01-06Change mincore() to count "mapped" pages rather than "cached" pagesLinus Torvalds1-81/+13
2019-01-06Fix 'acccess_ok()' on alpha and SHLinus Torvalds2-5/+10
2019-01-06Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds7-188/+468
2019-01-06Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-10/+19
2019-01-06Merge tag 'dma-mapping-4.21-1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds8-275/+215
2019-01-06Merge tag 'tag-chrome-platform-for-v4.21' of git://git.kernel.org/pub/scm/lin...Linus Torvalds3-8/+31
2019-01-06Merge tag 'hwlock-v4.21' of git://github.com/andersson/remoteprocLinus Torvalds4-0/+189
2019-01-06fscrypt: add Adiantum supportEric Biggers7-188/+468
2019-01-05Merge tag 'docs-5.0-fixes' of git://git.lwn.net/linuxLinus Torvalds5-10/+4
2019-01-05Merge tag 'firewire-update' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+0
2019-01-05Merge tag 'for-linus-20190104' of git://git.kernel.dk/linux-blockLinus Torvalds8-97/+101
2019-01-05Merge tag 'drm-next-2019-01-05' of git://anongit.freedesktop.org/drm/drmLinus Torvalds51-290/+628
2019-01-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds6-21/+10
2019-01-05Merge tag 'fbdev-v4.21' of git://github.com/bzolnier/linuxLinus Torvalds15-47/+71
2019-01-05Merge branch 'i2c/for-5.0' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds22-137/+346
2019-01-05Merge tag 'pci-v4.21-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds37-210/+1721
2019-01-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...Linus Torvalds17-61/+720
2019-01-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2-0/+9
2019-01-06kconfig: rename generated .*conf-cfg to *conf-cfgMasahiro Yamada2-18/+19
2019-01-06kbuild: remove unnecessary stubs for archheader and archscriptsMasahiro Yamada1-5/+1
2019-01-06kbuild: use assignment instead of define ... endef for filechk_* rulesMasahiro Yamada6-26/+12
2019-01-06arch: remove redundant UAPI generic-y definesMasahiro Yamada24-408/+0