]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
Merge tag 'imx-fixes-4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/shawngu...
authorArnd Bergmann <arnd@arndb.de>
Tue, 15 Aug 2017 15:34:52 +0000 (17:34 +0200)
committerArnd Bergmann <arnd@arndb.de>
Tue, 15 Aug 2017 15:34:52 +0000 (17:34 +0200)
commit64c2c372dbcf1b701b79e1f6f0f75c5c83529994
tree94e8888da9c9907622d1e1721f9632e642debb0d
parent69a80d8c2cb0956fc2aab41aae786ed0c663b582
parent8317562097acec4c9e9750eb91115687931bca35
Merge tag 'imx-fixes-4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into fixes

Pull "i.MX fixes for 4.13, round 2" from Shawn Guo:

 - Add missing 'ranges' property for i.MX25 device tree TSCADC node, so
   that it's child nodes ADC and TSC device can be probed by kernel.
 - Fix i.MX GPCv2 power domain driver to request regulator after power
   domain initialization, since regulator could defer probing and
   therefore cause power domain initialized twice.

* tag 'imx-fixes-4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux:
  ARM: dts: i.MX25: add ranges to tscadc
  soc: imx: gpcv2: fix regulator deferred probe