Re: Which git to clone for testing prior to submitting bugs?

2012-10-01 Thread johnea
On 09/28/2012 12:46 PM, li...@johnea.net wrote: On 09/28/2012 12:18 PM, Robert Nelson wrote: Ah, so looking at the config, ARCH switched to omapdrm... It kinda works in v3.5.x, but i'd wait till a few more releases... So, based on that config, they have both CONFIG_FB_OMAP2 and CONFIG_DRM_OMAP

Re: Which git to clone for testing prior to submitting bugs?

2012-10-01 Thread Robert Nelson
Good morning, We opted for the Stay with omapfb, and disabled CONFIG_DRM_OMAP. Now the dev tree is showing all 3 fb devices, but still no video out 8-( Boot messages include: [root@apm002 johnea]# dmesg | grep omapfb [0.00] Kernel command line: console=ttyO2,115200n8 mpurate=auto

Re: Which git to clone for testing prior to submitting bugs?

2012-10-01 Thread linux
On 10/01/2012 09:50 AM, Robert Nelson wrote: You guys are very close... Your config-3.5.4-archarm-3 config just needed one more change: CONFIG_PANEL_TFP410=m - CONFIG_PANEL_TFP410=y Thank You Robert! Starting a new build now... johnea -- To unsubscribe from this list: send the line

Re: Which git to clone for testing prior to submitting bugs?

2012-10-01 Thread linux
On 10/01/2012 09:57 AM, li...@johnea.net wrote: On 10/01/2012 09:50 AM, Robert Nelson wrote: You guys are very close... Your config-3.5.4-archarm-3 config just needed one more change: CONFIG_PANEL_TFP410=m - CONFIG_PANEL_TFP410=y That did it! We've got X running on BeagleboardxM DVI with

Re: Which git to clone for testing prior to submitting bugs?

2012-09-28 Thread linux
On 09/27/2012 01:41 PM, Robert Nelson wrote: On Thu, Sep 27, 2012 at 3:16 PM,li...@johnea.net wrote: On 09/27/2012 12:39 PM, Robert Nelson wrote: So, i would first look at the config (zcat /proc/config.gz) between those two releases, and if the arch developers added any more patches to it..

Re: Which git to clone for testing prior to submitting bugs?

2012-09-28 Thread Robert Nelson
On Fri, Sep 28, 2012 at 1:49 PM, li...@johnea.net wrote: On 09/27/2012 01:41 PM, Robert Nelson wrote: On Thu, Sep 27, 2012 at 3:16 PM,li...@johnea.net wrote: On 09/27/2012 12:39 PM, Robert Nelson wrote: So, i would first look at the config (zcat /proc/config.gz) between those two

Re: Which git to clone for testing prior to submitting bugs?

2012-09-28 Thread linux
On 09/28/2012 12:18 PM, Robert Nelson wrote: Ah, so looking at the config, ARCH switched to omapdrm... It kinda works in v3.5.x, but i'd wait till a few more releases... So, based on that config, they have both CONFIG_FB_OMAP2 and CONFIG_DRM_OMAP enabled.. That's a no-no... CONFIG_DRM_OMAP

Which git to clone for testing prior to submitting bugs?

2012-09-27 Thread linux
Hello, We're developing a system based on DM3730, and using Beagleboard-xM as a prototype platform. The 3.2 series kernels provided a working video output on Beagleboard-xM integrated HDMI connector. We use the kernel parameters: omapfb.mode=dvi:800x480MR-24@60 omapfb.vram=0:6M,1:2M,2:2M

Re: Which git to clone for testing prior to submitting bugs?

2012-09-27 Thread Robert Nelson
On Thu, Sep 27, 2012 at 12:19 PM, li...@johnea.net wrote: Hello, We're developing a system based on DM3730, and using Beagleboard-xM as a prototype platform. The 3.2 series kernels provided a working video output on Beagleboard-xM integrated HDMI connector. We use the kernel parameters:

Re: Which git to clone for testing prior to submitting bugs?

2012-09-27 Thread linux
On 09/27/2012 11:25 AM, Robert Nelson wrote: On Thu, Sep 27, 2012 at 12:19 PM,li...@johnea.net wrote: Hello, In a subsequent distro upgrade to 3.4.4 neither dvi, nor buddy=spidev function anymore. buddy=xyz is not upstream, so which 'tree'/'patchset' are you currently using as a basis for

Re: Which git to clone for testing prior to submitting bugs?

2012-09-27 Thread Felipe Balbi
Hi, On Thu, Sep 27, 2012 at 11:56:51AM -0700, li...@johnea.net wrote: On 09/27/2012 11:25 AM, Robert Nelson wrote: On Thu, Sep 27, 2012 at 12:19 PM,li...@johnea.net wrote: Hello, In a subsequent distro upgrade to 3.4.4 neither dvi, nor buddy=spidev function anymore. buddy=xyz is not

Re: Which git to clone for testing prior to submitting bugs?

2012-09-27 Thread Tony Lindgren
* Felipe Balbi ba...@ti.com [120927 12:01]: If you want to try with the public kernel, then try Linus' tree (http://git.kernel.org/linus) but I'm not sure if we have beagle XM in mainline yet. Yes Tony is DM3730 supported in mainline ? Yes Tony -- To unsubscribe from this list: send the

Re: Which git to clone for testing prior to submitting bugs?

2012-09-27 Thread Robert Nelson
On Thu, Sep 27, 2012 at 1:56 PM, li...@johnea.net wrote: On 09/27/2012 11:25 AM, Robert Nelson wrote: On Thu, Sep 27, 2012 at 12:19 PM,li...@johnea.net wrote: Hello, In a subsequent distro upgrade to 3.4.4 neither dvi, nor buddy=spidev function anymore. buddy=xyz is not upstream, so

Re: Which git to clone for testing prior to submitting bugs?

2012-09-27 Thread Robert Nelson
Thanks Robert, The 3.4.4 kernel is plain vanilla plus: http://rcn-ee.net/deb/sid-armhf/v3.4.4-x1/patch-3.4.4-x1.diff.gz We're running archlinuxarm, and working with devs there to upgrade to 3.5.4, in hopes this will address most or all of the issues. That will include:

Re: Which git to clone for testing prior to submitting bugs?

2012-09-27 Thread linux
On 09/27/2012 12:39 PM, Robert Nelson wrote: So, i would first look at the config (zcat /proc/config.gz) between those two releases, and if the arch developers added any more patches to it.. https://github.com/archlinuxarm/PKGBUILDs/commit/68a9e5a1609fde10a2f31dac8df211f0c3874eb7 It looks

Re: Which git to clone for testing prior to submitting bugs?

2012-09-27 Thread Robert Nelson
On Thu, Sep 27, 2012 at 3:16 PM, li...@johnea.net wrote: On 09/27/2012 12:39 PM, Robert Nelson wrote: So, i would first look at the config (zcat /proc/config.gz) between those two releases, and if the arch developers added any more patches to it..