mbox

[GIT,PULL] cpuidle: new driver for Cirrus Logic for 3.16

Message ID 5360CF57.9050202@linaro.org
State New
Headers show

Pull-request

git://git.linaro.org/people/daniel.lezcano/linux.git cpuidle/3.16

Message

Daniel Lezcano April 30, 2014, 10:24 a.m. UTC
Hi Rafael,

this pull request is based on top 3.15-rc3

  * Alexander Shiyan added a new driver for the Cirrus Logic clps711x

Thanks
   -- Daniel

The following changes since commit d1db0eea852497762cab43b905b879dfcd3b8987:

   Linux 3.15-rc3 (2014-04-27 19:29:27 -0700)

are available in the git repository at:

   git://git.linaro.org/people/daniel.lezcano/linux.git cpuidle/3.16

for you to fetch changes up to 7c7f8f7f2c6bf078874e5de35d7e2c66467fc664:

   ARM: clps711x: Add cpuidle driver (2014-04-30 01:33:02 +0200)

----------------------------------------------------------------
Alexander Shiyan (1):
       ARM: clps711x: Add cpuidle driver

  drivers/cpuidle/Kconfig.arm        |    6 ++++
  drivers/cpuidle/Makefile           |    1 +
  drivers/cpuidle/cpuidle-clps711x.c |   64 
++++++++++++++++++++++++++++++++++++
  3 files changed, 71 insertions(+)
  create mode 100644 drivers/cpuidle/cpuidle-clps711x.c

Comments

Daniel Lezcano May 16, 2014, 8:23 a.m. UTC | #1
Hi Rafael,

just a head up in case you missed it.

Thanks
   -- Daniel

On 04/30/2014 12:24 PM, Daniel Lezcano wrote:
>
> Hi Rafael,
>
> this pull request is based on top 3.15-rc3
>
>   * Alexander Shiyan added a new driver for the Cirrus Logic clps711x
>
> Thanks
>    -- Daniel
>
> The following changes since commit
> d1db0eea852497762cab43b905b879dfcd3b8987:
>
>    Linux 3.15-rc3 (2014-04-27 19:29:27 -0700)
>
> are available in the git repository at:
>
>    git://git.linaro.org/people/daniel.lezcano/linux.git cpuidle/3.16
>
> for you to fetch changes up to 7c7f8f7f2c6bf078874e5de35d7e2c66467fc664:
>
>    ARM: clps711x: Add cpuidle driver (2014-04-30 01:33:02 +0200)
>
> ----------------------------------------------------------------
> Alexander Shiyan (1):
>        ARM: clps711x: Add cpuidle driver
>
>   drivers/cpuidle/Kconfig.arm        |    6 ++++
>   drivers/cpuidle/Makefile           |    1 +
>   drivers/cpuidle/cpuidle-clps711x.c |   64
> ++++++++++++++++++++++++++++++++++++
>   3 files changed, 71 insertions(+)
>   create mode 100644 drivers/cpuidle/cpuidle-clps711x.c
>
Rafael J. Wysocki May 16, 2014, 11:34 a.m. UTC | #2
On Friday, May 16, 2014 10:23:41 AM Daniel Lezcano wrote:
> 
> Hi Rafael,
> 
> just a head up in case you missed it.

Pulled now, thanks!


> On 04/30/2014 12:24 PM, Daniel Lezcano wrote:
> >
> > Hi Rafael,
> >
> > this pull request is based on top 3.15-rc3
> >
> >   * Alexander Shiyan added a new driver for the Cirrus Logic clps711x
> >
> > Thanks
> >    -- Daniel
> >
> > The following changes since commit
> > d1db0eea852497762cab43b905b879dfcd3b8987:
> >
> >    Linux 3.15-rc3 (2014-04-27 19:29:27 -0700)
> >
> > are available in the git repository at:
> >
> >    git://git.linaro.org/people/daniel.lezcano/linux.git cpuidle/3.16
> >
> > for you to fetch changes up to 7c7f8f7f2c6bf078874e5de35d7e2c66467fc664:
> >
> >    ARM: clps711x: Add cpuidle driver (2014-04-30 01:33:02 +0200)
> >
> > ----------------------------------------------------------------
> > Alexander Shiyan (1):
> >        ARM: clps711x: Add cpuidle driver
> >
> >   drivers/cpuidle/Kconfig.arm        |    6 ++++
> >   drivers/cpuidle/Makefile           |    1 +
> >   drivers/cpuidle/cpuidle-clps711x.c |   64
> > ++++++++++++++++++++++++++++++++++++
> >   3 files changed, 71 insertions(+)
> >   create mode 100644 drivers/cpuidle/cpuidle-clps711x.c
> >
> 
> 
>
Alexander Shiyan May 16, 2014, 3:10 p.m. UTC | #3
Fri, 16 May 2014 13:34:24 +0200 от "Rafael J. Wysocki" <rjw@rjwysocki.net>:
> On Friday, May 16, 2014 10:23:41 AM Daniel Lezcano wrote:
> > 
> > Hi Rafael,
> > 
> > just a head up in case you missed it.
> 
> Pulled now, thanks!

Tnx!

---