mbox series

[GIT,PULL,1/5] i.MX drivers updates for 4.16

Message ID 1514959040-9992-1-git-send-email-shawnguo@kernel.org
State New
Headers show
Series [GIT,PULL,1/5] i.MX drivers updates for 4.16 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-drivers-4.16

Message

Shawn Guo Jan. 3, 2018, 5:57 a.m. UTC
The following changes since commit 50c4c4e268a2d7a3e58ebb698ac74da0de40ae36:

  Linux 4.15-rc3 (2017-12-10 17:56:26 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-drivers-4.16

for you to fetch changes up to cfabb7921ccbede2968e5049d433ba3d0e0950af:

  soc: imx: gpc: Add i.MX6SX PCI power domain (2017-12-26 16:26:46 +0800)

----------------------------------------------------------------
i.MX drivers update for 4.16:
 - Update i.MX GPC driver to support PCI power domain of i.MX6SX SoC.

----------------------------------------------------------------
Fabio Estevam (1):
      soc: imx: gpc: Add i.MX6SX PCI power domain

 Documentation/devicetree/bindings/power/fsl,imx-gpc.txt |  3 +++
 drivers/soc/imx/gpc.c                                   | 16 +++++++++++++++-
 2 files changed, 18 insertions(+), 1 deletion(-)

Comments

Arnd Bergmann Jan. 5, 2018, 4:56 p.m. UTC | #1
On Wed, Jan 3, 2018 at 6:57 AM, Shawn Guo <shawnguo@kernel.org> wrote:
> The following changes since commit 50c4c4e268a2d7a3e58ebb698ac74da0de40ae36:
>
>   Linux 4.15-rc3 (2017-12-10 17:56:26 -0800)
>
> are available in the git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-drivers-4.16
>
> for you to fetch changes up to cfabb7921ccbede2968e5049d433ba3d0e0950af:
>
>   soc: imx: gpc: Add i.MX6SX PCI power domain (2017-12-26 16:26:46 +0800)
>
> ----------------------------------------------------------------
> i.MX drivers update for 4.16:
>  - Update i.MX GPC driver to support PCI power domain of i.MX6SX SoC.

Pulled into next/drivers, thanks!

       Arnd