mbox series

[GIT,PULL,2/6] i.MX SoC update for 5.2

Message ID 20190422082836.3734-2-shawnguo@kernel.org
State New
Headers show
Series [GIT,PULL,1/6] i.MX drivers change for 5.2 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-soc-5.2

Message

Shawn Guo April 22, 2019, 8:28 a.m. UTC
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/shawnguo/linux.git tags/imx-soc-5.2

for you to fetch changes up to 8f3e2d2c93494333a1e889a68eaed241329be4f8:

  ARM: imx6: cpuidle: omit the unnecessary unmask of GINT (2019-03-20 22:35:29 +0800)

----------------------------------------------------------------
i.MX SoC update for 5.2:
 - Optimize i.MX6 cpuidle driver a little bit by omitting the
   unnecessary unmask of GINT for WAIT_CLOCKED mode.

----------------------------------------------------------------
Kohji Okuno (1):
      ARM: imx6: cpuidle: omit the unnecessary unmask of GINT

 arch/arm/mach-imx/pm-imx6.c | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

Comments

Olof Johansson April 29, 2019, 4:26 p.m. UTC | #1
On Mon, Apr 22, 2019 at 04:28:32PM +0800, Shawn Guo wrote:
> 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/shawnguo/linux.git tags/imx-soc-5.2
> 
> for you to fetch changes up to 8f3e2d2c93494333a1e889a68eaed241329be4f8:
> 
>   ARM: imx6: cpuidle: omit the unnecessary unmask of GINT (2019-03-20 22:35:29 +0800)
> 
> ----------------------------------------------------------------
> i.MX SoC update for 5.2:
>  - Optimize i.MX6 cpuidle driver a little bit by omitting the
>    unnecessary unmask of GINT for WAIT_CLOCKED mode.

Merged, thanks.


-Olof