Re: [GIT PULL] fbdev changes for 3.8

2012-12-15 Thread Dave Jones
On Sat, Dec 15, 2012 at 01:11:04PM -0800, Linus Torvalds wrote:
  On Fri, Dec 14, 2012 at 2:22 AM, Tomi Valkeinen tomi.valkei...@ti.com 
  wrote:
   Hi Linus,
  
   Florian, the fbdev maintainer, has been very busy lately, so I offered to 
   send
   the pull request for fbdev for this merge window.
  
  Pulled. However, with this I get the Kconfig question
  
 OMAP2+ Display Subsystem support (OMAP2_DSS) [N/m/y/?] (NEW)
  
  which doesn't make a whole lot of sense on x86-64, unless there's
  something about OMAP2 that I don't know.
  
  So I'd suggest making that OMAP2_DSS be dependent on OMAP2. Or at
  least ARM. Because showing it to anybody else seems insane.
  
  Same goes for FB_OMAP2 for that matter. I realize that it's likely
  nice to get compile testing for this on x86-64 too, but if that's the
  intent, we need to think about it some more. I don't think it's good
  to ask actual normal users questions like this just for compile
  coverage.

This OMAP stuff has been creeping into x86 builds for a while.
Grep from my current build config ..

# CONFIG_OMAP_OCP2SCP is not set
# CONFIG_KEYBOARD_OMAP4 is not set
# CONFIG_OMAP2_DSS is not set
# CONFIG_OMAP_USB2 is not set

There was some other arm-ism that does the same that I' currently forgetting,
or maybe that got fixed..

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: [GIT PULL] cpufreq: OMAP updates for v3.4

2012-03-14 Thread Dave Jones
On Wed, Mar 14, 2012 at 06:41:51PM +0200, Grazvydas Ignotas wrote:

   Afzal Mohammed (1):
        cpufreq: OMAP: specify range for voltage scaling
  
   Kevin Hilman (1):
        cpufreq: OMAP: scale voltage along with frequency
  
   Russell King (1):
        cpufreq: OMAP driver depends CPUfreq tables
  
  It seems this one got messed up, it says default ARCH_OMAP2PLUS
  instead of depends.
  Can it be dropped and resent, or do we need a fixup patch?

Please send a follow-up patch if necessary.

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: [GIT PULL] cpufreq: OMAP updates for v3.4

2012-03-07 Thread Dave Jones
On Wed, Mar 07, 2012 at 12:20:41PM -0800, Kevin Hilman wrote:
  Dave,
  
  Please pull the following OMAP CPUfreq driver changes for v3.4.

pulled, thanks.

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: [GIT PULL] cpufreq: OMAP: move to drivers/cpufreq and updates for v3.3

2011-12-02 Thread Dave Jones
On Fri, Dec 02, 2011 at 09:45:17AM -0800, Kevin Hilman wrote:
  Dave,
  
  Kevin Hilman khil...@ti.com writes:
  
   Hi Dave,
  
   Here's the updated pull request after a rebase onto v3.2-rc1 and some
   fixes to address other changes that went into v3.2.
  
   This is targetted for v3.3, so I'd like to get it into your tree and
   into linux-next.
  
  Are there any problems with this series or pull request?  

Somehow I missed this. I'll get to it this afternoon and push it out.

apologies.

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: [GIT PULL] cpufreq: OMAP: move to drivers/cpufreq and updates for v3.3

2011-12-02 Thread Dave Jones
On Fri, Dec 02, 2011 at 12:52:57PM -0500, Dave Jones wrote:
  On Fri, Dec 02, 2011 at 09:45:17AM -0800, Kevin Hilman wrote:
Dave,

Kevin Hilman khil...@ti.com writes:

 Hi Dave,

 Here's the updated pull request after a rebase onto v3.2-rc1 and some
 fixes to address other changes that went into v3.2.

 This is targetted for v3.3, so I'd like to get it into your tree and
 into linux-next.

Are there any problems with this series or pull request?  
  
  Somehow I missed this. I'll get to it this afternoon and push it out.

applied and pushed.

So things have seemed kinda quiet lately, which is making me wonder if
I've somehow lost other mail too.  (There have been a number of small disasters
with my @redhat mail this last month).

If anyone has anything else pending that hasn't been applied yet, please resend,
and I'll get on top of it asap.

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-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 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