mbox

[GIT,PULL] i.MX fixes for 4.13, round 2

Message ID 20170805130830.GV31819@dragon
State New
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-fixes-4.13-2

Message

Shawn Guo Aug. 5, 2017, 1:08 p.m. UTC
The following changes since commit 05969566e6d64113a861adc6c17cbba685c640b3:

  ARM: dts: imx7d-sdb: Put pinctrl_spi4 in the correct location (2017-07-16 09:43:04 +0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-fixes-4.13-2

for you to fetch changes up to 8317562097acec4c9e9750eb91115687931bca35:

  ARM: dts: i.MX25: add ranges to tscadc (2017-08-05 13:22:32 +0800)

----------------------------------------------------------------
i.MX fixes for 4.13, round 2:
 - 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.

----------------------------------------------------------------
Martin Kaiser (1):
      ARM: dts: i.MX25: add ranges to tscadc

Stefan Agner (1):
      soc: imx: gpcv2: fix regulator deferred probe

 arch/arm/boot/dts/imx25.dtsi |  1 +
 drivers/soc/imx/gpcv2.c      | 15 ++++++++-------
 2 files changed, 9 insertions(+), 7 deletions(-)

Comments

Arnd Bergmann Aug. 15, 2017, 3:35 p.m. UTC | #1
On Sat, Aug 5, 2017 at 3:08 PM, Shawn Guo <shawnguo@kernel.org> wrote:
> The following changes since commit 05969566e6d64113a861adc6c17cbba685c640b3:
>
>   ARM: dts: imx7d-sdb: Put pinctrl_spi4 in the correct location (2017-07-16 09:43:04 +0800)
>
> are available in the git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-fixes-4.13-2
>
> for you to fetch changes up to 8317562097acec4c9e9750eb91115687931bca35:
>
>   ARM: dts: i.MX25: add ranges to tscadc (2017-08-05 13:22:32 +0800)
>
> ----------------------------------------------------------------
> i.MX fixes for 4.13, round 2:
>  - 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.


Pulled into fixes, thanks,

     Arnd