]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'rtc-4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 14 Nov 2018 19:47:15 +0000 (13:47 -0600)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 14 Nov 2018 19:47:15 +0000 (13:47 -0600)
commit6692dd277336fd773eca7a61bdb70eaa21ffcff4
treef7f77165bbb6918982ef9137698f3fe4180f5155
parent353e1d7079a258591332ad0754f2794f8f6ea7b7
parentbe6641340f6ee3ddd12258c28a5e62a03712d3ef
Merge tag 'rtc-4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux

Pull RTC driver fixes from Alexandre Belloni:

 - cmos: stop exporting alarms when not supported

 - hctosys: correctly report range error

 - pcf2127: fix a memory leak

* tag 'rtc-4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux:
  rtc: pcf2127: fix a kmemleak caused in pcf2127_i2c_gather_write
  rtc: hctosys: Add missing range error reporting
  rtc: cmos: Do not export alarm rtc_ops when we do not support alarms