mbox series

[GIT,PULL] fixes to soc/fsl drivers for v5.1

Message ID 20190501203748.5393-1-leoyang.li@nxp.com (mailing list archive)
State Mainlined, archived
Commit 5674a92ca4b7e5a6a19231edd10298d30324cd27
Headers show
Series [GIT,PULL] fixes to soc/fsl drivers for v5.1 | expand

Pull-request

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

Message

Leo Li May 1, 2019, 8:37 p.m. UTC
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(-)

Comments

Olof Johansson May 16, 2019, 6:24 a.m. UTC | #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