2018-09-24 22:21:57

by Leo Li

[permalink] [raw]
Subject: [GIT PULL] updates for soc/fsl drivers for v4.20

Hi arm-soc maintainers,

Please pull soc/fsl drivers updates for v4.20.

Regards,
Leo

The following changes since commit 5b394b2ddf0347bef56e50c69a58773c94343ff3:

Linux 4.19-rc1 (2018-08-26 14:11:59 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/leo/linux.git soc-fsl-next-v4.20

for you to fetch changes up to afa86d264a7ce62ba214bc7c6012e2129141421e:

soc: fsl: dpio: remove redundant pointer 'priv' (2018-08-30 12:19:02 -0500)

----------------------------------------------------------------
NXP/FSL SoC driver updates for v4.20

- Use of_get_child_by_name helper for QE driver
- Remove redundant pointer 'priv' for dpio driver

----------------------------------------------------------------
Colin Ian King (1):
soc: fsl: dpio: remove redundant pointer 'priv'

Rob Herring (1):
soc: fsl/qe: Use of_get_child_by_name helper

drivers/soc/fsl/dpio/dpio-driver.c | 3 ---
drivers/soc/fsl/qe/qe.c | 6 +-----
2 files changed, 1 insertion(+), 8 deletions(-)


2018-09-25 20:16:38

by Olof Johansson

[permalink] [raw]
Subject: Re: [GIT PULL] updates for soc/fsl drivers for v4.20

On Mon, Sep 24, 2018 at 05:20:17PM -0500, Li Yang wrote:
> Hi arm-soc maintainers,
>
> Please pull soc/fsl drivers updates for v4.20.
>
> Regards,
> Leo
>
> The following changes since commit 5b394b2ddf0347bef56e50c69a58773c94343ff3:
>
> Linux 4.19-rc1 (2018-08-26 14:11:59 -0700)
>
> are available in the Git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/leo/linux.git soc-fsl-next-v4.20
>
> for you to fetch changes up to afa86d264a7ce62ba214bc7c6012e2129141421e:
>
> soc: fsl: dpio: remove redundant pointer 'priv' (2018-08-30 12:19:02 -0500)
>
> ----------------------------------------------------------------
> NXP/FSL SoC driver updates for v4.20
>
> - Use of_get_child_by_name helper for QE driver
> - Remove redundant pointer 'priv' for dpio driver

Good summary, thanks! Merged into next/drivers.


-Olof