2019-05-01 20:39:20

by Leo Li

[permalink] [raw]
Subject: [GIT PULL] fixes to soc/fsl drivers for v5.1

Hi arm-soc maintainers,

Please help to merge the following fix for soc/fsl drivers.

Thanks,
Leo

The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b:

Linux 5.1-rc1 (2019-03-17 14:22:26 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/leo/linux.git tags/soc-fsl-fix-v5.1

for you to fetch changes up to 5674a92ca4b7e5a6a19231edd10298d30324cd27:

soc/fsl/qe: Fix an error code in qe_pin_request() (2019-04-02 18:02:48 -0500)

----------------------------------------------------------------
NXP/FSL soc driver fixes for v5.1

QE drivers
- Fix an error path in qe_pin_request()

----------------------------------------------------------------
Dan Carpenter (1):
soc/fsl/qe: Fix an error code in qe_pin_request()

drivers/soc/fsl/qe/gpio.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)


2019-05-16 06:46:02

by Olof Johansson

[permalink] [raw]
Subject: Re: [GIT PULL] fixes to soc/fsl drivers for v5.1

On Wed, May 01, 2019 at 03:37:48PM -0500, Li Yang wrote:
> Hi arm-soc maintainers,
>
> Please help to merge the following fix for soc/fsl drivers.
>
> Thanks,
> Leo
>
> The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b:
>
> Linux 5.1-rc1 (2019-03-17 14:22:26 -0700)
>
> are available in the Git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/leo/linux.git tags/soc-fsl-fix-v5.1
>
> for you to fetch changes up to 5674a92ca4b7e5a6a19231edd10298d30324cd27:
>
> soc/fsl/qe: Fix an error code in qe_pin_request() (2019-04-02 18:02:48 -0500)
>
> ----------------------------------------------------------------
> NXP/FSL soc driver fixes for v5.1
>
> QE drivers
> - Fix an error path in qe_pin_request()

Merged into arm/late. Thanks!


-Olof