]> git.baikalelectronics.ru Git - kernel.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)
commitd9feac7048ac7244486ac30c0649bdaf50a0c4d7
tree94e8888da9c9907622d1e1721f9632e642debb0d
parent4bd7f33d5bdcba13ec787b7ca87a67193a90abb5
parent2f628dc48c5d2a7a51d27d776c9261e052a60107
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