mbox series

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

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

Pull-request

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

Message

Shawn Guo May 20, 2018, 2:57 p.m. UTC
The following changes since commit 60cc43fc888428bb2f18f08997432d426a243338:

  Linux 4.17-rc1 (2018-04-15 18:24:20 -0700)

are available in the git repository at:

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

for you to fetch changes up to f54e714cfc53b9164d1206f9ee49042195532a51:

  soc: imx: gpc: Do not pass static memory as platform data (2018-04-23 17:03:15 +0800)

----------------------------------------------------------------
i.MX drivers update for 4.18:
 - Use platform_device_add_data() instead of a pointer to a static
   memory in gpc/gpcv2 driver for platform data passing, so that we
   can avoid a BUG() when calling platform_device_put().

----------------------------------------------------------------
Andrey Smirnov (2):
      soc: imx: gpcv2: Do not pass static memory as platform data
      soc: imx: gpc: Do not pass static memory as platform data

 drivers/soc/imx/gpc.c   | 18 +++++++++++++-----
 drivers/soc/imx/gpcv2.c | 22 +++++++++++++++-------
 2 files changed, 28 insertions(+), 12 deletions(-)

Comments

Olof Johansson May 25, 2018, 8:47 p.m. UTC | #1
On Sun, May 20, 2018 at 10:57:57PM +0800, Shawn Guo wrote:
> The following changes since commit 60cc43fc888428bb2f18f08997432d426a243338:
> 
>   Linux 4.17-rc1 (2018-04-15 18:24:20 -0700)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-drivers-4.18
> 
> for you to fetch changes up to f54e714cfc53b9164d1206f9ee49042195532a51:
> 
>   soc: imx: gpc: Do not pass static memory as platform data (2018-04-23 17:03:15 +0800)

Merged, thanks!


-Olof