Re: [PATCH 00/10] cpufreq: OMAP: move into drivers, cleanups/fixes for v3.2

2011-11-08 Thread Kevin Hilman
On 11/02/2011 03:08 PM, Dave Jones wrote:
 On Wed, Nov 02, 2011 at 03:02:37PM -0700, Kevin Hilman wrote:
   Hi Dave,
   
   On 09/22/2011 02:07 PM, Kevin Hilman wrote:
This series moves the OMAP CPUfreq driver into drivers/cpufreq, add
support for SMP devices (OMAP4+) and includes several cleanups and
fixes from Nishanth Menon.

This series applies to v3.1-rc6, and is available here:

   git://github.com/khilman/linux-omap-pm.git for_3.2/omap-cpufreq

Kevin
   
   Any chance of this making it in for v3.2?
 
 My kernel.org account being created is blocking on Ted uploading my
 signed gpg key.  If you want to ask Linus to pull directly until I get
 that sorted, feel free.  (Though I understand he has a dislike for github 
 trees)

OK, due to some other changes in v3.2 (including the module.h stuff) I
need to refresh this against v3.2-rc1.

I see the cpufreq tree is now back on kernel.org, so I'll send you and
updated pull request for this series targeted for inclusion in v3.3.

Thanks,

Kevin

--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 00/10] cpufreq: OMAP: move into drivers, cleanups/fixes for v3.2

2011-11-08 Thread Dave Jones
On Tue, Nov 08, 2011 at 11:48:44AM -0800, Kevin Hilman wrote:

  OK, due to some other changes in v3.2 (including the module.h stuff) I
  need to refresh this against v3.2-rc1.
  
  I see the cpufreq tree is now back on kernel.org, so I'll send you and
  updated pull request for this series targeted for inclusion in v3.3.

Sharp eyes ;)  I'm still getting the hang of the new setup there,
but I'm ready to start queuing stuff up again.

Dave
 
--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 00/10] cpufreq: OMAP: move into drivers, cleanups/fixes for v3.2

2011-11-02 Thread Kevin Hilman
Hi Dave,

On 09/22/2011 02:07 PM, Kevin Hilman wrote:
 This series moves the OMAP CPUfreq driver into drivers/cpufreq, add
 support for SMP devices (OMAP4+) and includes several cleanups and
 fixes from Nishanth Menon.
 
 This series applies to v3.1-rc6, and is available here:
 
git://github.com/khilman/linux-omap-pm.git for_3.2/omap-cpufreq
 
 Kevin

Any chance of this making it in for v3.2?

Kevin

 Colin Cross (1):
   cpufreq: OMAP: notify even with bad boot frequency
 
 Nishanth Menon (6):
   cpufreq: OMAP: move clk name decision to init
   cpufreq: OMAP: deny initialization if no mpudev
   cpufreq: OMAP: dont support !freq_table
   cpufreq: OMAP: only supports OPP library
   cpufreq: OMAP: put clk if cpu_init failed
   cpufreq: OMAP: fix freq_table leak
 
 Russell King (1):
   cpufreq: OMAP: Add SMP support for OMAP4+
 
 Santosh Shilimkar (1):
   cpufreq: OMAP: cleanup for multi-SoC support, move into
 drivers/cpufreq
 
 Todd Poynor (1):
   cpufreq: OMAP: Enable all CPUs in shared policy mask
 
  arch/arm/plat-omap/Makefile|1 -
  arch/arm/plat-omap/cpu-omap.c  |  171 -
  drivers/cpufreq/Makefile   |1 +
  drivers/cpufreq/omap-cpufreq.c |  271 
 
  4 files changed, 272 insertions(+), 172 deletions(-)
  delete mode 100644 arch/arm/plat-omap/cpu-omap.c
  create mode 100644 drivers/cpufreq/omap-cpufreq.c
 

--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 00/10] cpufreq: OMAP: move into drivers, cleanups/fixes for v3.2

2011-11-02 Thread Dave Jones
On Wed, Nov 02, 2011 at 03:02:37PM -0700, Kevin Hilman wrote:
  Hi Dave,
  
  On 09/22/2011 02:07 PM, Kevin Hilman wrote:
   This series moves the OMAP CPUfreq driver into drivers/cpufreq, add
   support for SMP devices (OMAP4+) and includes several cleanups and
   fixes from Nishanth Menon.
   
   This series applies to v3.1-rc6, and is available here:
   
  git://github.com/khilman/linux-omap-pm.git for_3.2/omap-cpufreq
   
   Kevin
  
  Any chance of this making it in for v3.2?

My kernel.org account being created is blocking on Ted uploading my
signed gpg key.  If you want to ask Linus to pull directly until I get
that sorted, feel free.  (Though I understand he has a dislike for github trees)

Dave

--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 00/10] cpufreq: OMAP: move into drivers, cleanups/fixes for v3.2

2011-11-02 Thread Kevin Hilman
Dave Jones da...@redhat.com writes:

 On Wed, Nov 02, 2011 at 03:02:37PM -0700, Kevin Hilman wrote:
   Hi Dave,
   
   On 09/22/2011 02:07 PM, Kevin Hilman wrote:
This series moves the OMAP CPUfreq driver into drivers/cpufreq, add
support for SMP devices (OMAP4+) and includes several cleanups and
fixes from Nishanth Menon.

This series applies to v3.1-rc6, and is available here:

   git://github.com/khilman/linux-omap-pm.git for_3.2/omap-cpufreq

Kevin
   
   Any chance of this making it in for v3.2?

 My kernel.org account being created is blocking on Ted uploading my
 signed gpg key.  If you want to ask Linus to pull directly until I get
 that sorted, feel free.  (Though I understand he has a dislike for github 
 trees)

Can I take that as an Ack from you for this series?

With your ack, we can maybe merge this via the OMAP tree, or the arm-soc
tree (although it's probably too late now for v3.2.)

Kevin
--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH 00/10] cpufreq: OMAP: move into drivers, cleanups/fixes for v3.2

2011-09-22 Thread Kevin Hilman
This series moves the OMAP CPUfreq driver into drivers/cpufreq, add
support for SMP devices (OMAP4+) and includes several cleanups and
fixes from Nishanth Menon.

This series applies to v3.1-rc6, and is available here:

   git://github.com/khilman/linux-omap-pm.git for_3.2/omap-cpufreq

Kevin


Colin Cross (1):
  cpufreq: OMAP: notify even with bad boot frequency

Nishanth Menon (6):
  cpufreq: OMAP: move clk name decision to init
  cpufreq: OMAP: deny initialization if no mpudev
  cpufreq: OMAP: dont support !freq_table
  cpufreq: OMAP: only supports OPP library
  cpufreq: OMAP: put clk if cpu_init failed
  cpufreq: OMAP: fix freq_table leak

Russell King (1):
  cpufreq: OMAP: Add SMP support for OMAP4+

Santosh Shilimkar (1):
  cpufreq: OMAP: cleanup for multi-SoC support, move into
drivers/cpufreq

Todd Poynor (1):
  cpufreq: OMAP: Enable all CPUs in shared policy mask

 arch/arm/plat-omap/Makefile|1 -
 arch/arm/plat-omap/cpu-omap.c  |  171 -
 drivers/cpufreq/Makefile   |1 +
 drivers/cpufreq/omap-cpufreq.c |  271 
 4 files changed, 272 insertions(+), 172 deletions(-)
 delete mode 100644 arch/arm/plat-omap/cpu-omap.c
 create mode 100644 drivers/cpufreq/omap-cpufreq.c

-- 
1.7.6

--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html