From: Pavel Machek on
Hi!

> > > /home/dwalker/linux-2.6/drivers/video/msm/msm_fb.c:24: fatal error: linux/msm_mdp.h: No such file or directory
> > > compilation terminated.
> > > make[4]: *** [drivers/video/msm/msm_fb.o] Error 1
> > > make[3]: *** [drivers/video/msm] Error 2
> > > make[3]: *** Waiting for unfinished jobs....
> > > make[2]: *** [drivers/video] Error 2
> > > make[1]: *** [drivers] Error 2
> > > make: *** [sub-make] Error 2
> >
> > Yes, framebuffer has problems.
> >
> > > Even with the framebuffer off I still don't get any serial output on a
> > > plain 2.6.33-rc6 .. I'm using a config that you sent me when you first
> > > tested my -next tree .
> >
> > 2.6.33 boots here, with attached config. I'll try -next next.
>
> My -next tree hasn't changed much since you last looked at it .. I
> wouldn't bother testing it. I might take some small fixes from that tree
> to merge, but what's there is still too much of a mess to merge.

Ok, so your -next tree will not be merged for 2.6.34?

> I just pushed another tree called "working-mmc" which still needs some
> clean up but should have working mmc if you want to test that.

Do you have git url? Yes, I'd like to play.
Pavel
--
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo(a)vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
From: Daniel Walker on
On Mon, 2010-03-01 at 22:10 +0100, Pavel Machek wrote:

> How do I get that one? I tried killing the repository and redoing git
> pull, followed up by

You should just be able to do "git remotes update" , then checkout the
branch again.

> git checkout refs/remotes/origin/working-mmc
>
> only to get (git log): [I think I was there before].
>
> commit 2b0bcf161e83fc7d45476f3330f06b656a1f03d4
> Author: Daniel Walker <dwalker(a)codeaurora.org>
> Date: Mon Feb 22 12:29:17 2010 -0800
>
> DMA fixes (get MMC working).
>
> commit 5fc33446739aa7a0826d98a00cc50a712c6d60eb
> Author: San Mehat <san(a)google.com>
> Date: Wed Feb 3 12:59:29 2010 -0800
>
> drivers: mmc: msm_sdcc: Add EMBEDDED_SDIO support
>
> Signed-off-by: Dmitry Shmidt <dimitrysh(a)google.com>

I actually dropped a patch between the two above, otherwise the history
is very similar. I think you have the right one, are you still getting
the compile errors?

Daniel

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo(a)vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
From: Pavel Machek on
Hi!


> > arch/arm/mach-msm/smd.c:429: warning: 'smd_dsp_irq_handler' defined
> > but not used
> > CC arch/arm/mach-msm/smd_debug.o
> > arch/arm/mach-msm/smd_debug.c:240: warning: initialization from
> > incompatible pointer type
> > CC arch/arm/mach-msm/board-dream.o
> > make[1]: *** No rule to make target
> > `arch/arm/mach-msm/board-dream-gpio.o', needed by
> > `arch/arm/mach-msm/built-in.o'. Stop.
> > make: *** [arch/arm/mach-msm] Error 2
> > 24.39user 5.08system 97.43 (1m37.437s) elapsed 30.24%CPU
> > pavel(a)amd:/data/l/linux-dwalker-mmc$ emacs .conf
> >
> > ....maybe board-dream-gpio.c needs to be added to git?
>
> I pushed a new branch into working-mmc . I added the board-dream-gpio.c
> file.. It's not the one you wrote tho, but eventually it will be. It
> should work now if you want to test it.

How do I get that one? I tried killing the repository and redoing git
pull, followed up by

git checkout refs/remotes/origin/working-mmc

only to get (git log): [I think I was there before].

commit 2b0bcf161e83fc7d45476f3330f06b656a1f03d4
Author: Daniel Walker <dwalker(a)codeaurora.org>
Date: Mon Feb 22 12:29:17 2010 -0800

DMA fixes (get MMC working).

commit 5fc33446739aa7a0826d98a00cc50a712c6d60eb
Author: San Mehat <san(a)google.com>
Date: Wed Feb 3 12:59:29 2010 -0800

drivers: mmc: msm_sdcc: Add EMBEDDED_SDIO support

Signed-off-by: Dmitry Shmidt <dimitrysh(a)google.com>

Pavel

--
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo(a)vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
From: Pavel Machek on
On Mon 2010-03-01 13:15:18, Daniel Walker wrote:
> On Mon, 2010-03-01 at 22:10 +0100, Pavel Machek wrote:
>
> > How do I get that one? I tried killing the repository and redoing git
> > pull, followed up by
>
> You should just be able to do "git remotes update" , then checkout the
> branch again.

Thanks!

> > commit 5fc33446739aa7a0826d98a00cc50a712c6d60eb
> > Author: San Mehat <san(a)google.com>
> > Date: Wed Feb 3 12:59:29 2010 -0800
> >
> > drivers: mmc: msm_sdcc: Add EMBEDDED_SDIO support
> >
> > Signed-off-by: Dmitry Shmidt <dimitrysh(a)google.com>
>
> I actually dropped a patch between the two above, otherwise the history
> is very similar. I think you have the right one, are you still getting
> the compile errors?

Different one this time :-(

make[1]: *** No rule to make target
`arch/arm/mach-msm/board-halibut-keypad.o', needed by
`arch/arm/mach-msm/built-in.o'. Stop.

Ok, I worked around it by config change, and had to disable msm
framebuffer, too. Then it compiles... more testing tommorow.

Pavel

--- ../linux-dwalker-delme/.config 2010-02-26 21:49:02.000000000 +0100
+++ .config 2010-03-01 22:39:26.000000000 +0100
@@ -1,7 +1,7 @@
#
# Automatically generated make config: don't edit
# Linux kernel version: 2.6.33-rc8
-# Fri Feb 26 21:49:02 2010
+# Mon Mar 1 22:39:26 2010
#
CONFIG_ARM=y
CONFIG_SYS_SUPPORTS_APM_EMULATION=y
@@ -224,7 +224,7 @@
# CONFIG_MSM_DEBUG_UART1 is not set
# CONFIG_MSM_DEBUG_UART2 is not set
CONFIG_MSM_DEBUG_UART3=y
-CONFIG_MACH_HALIBUT=y
+# CONFIG_MACH_HALIBUT is not set
CONFIG_MACH_TROUT=y
CONFIG_MSM_SMD=y

@@ -821,9 +821,9 @@
# CONFIG_FIRMWARE_EDID is not set
# CONFIG_FB_DDC is not set
# CONFIG_FB_BOOT_VESA_SUPPORT is not set
-CONFIG_FB_CFB_FILLRECT=y
-CONFIG_FB_CFB_COPYAREA=y
-CONFIG_FB_CFB_IMAGEBLIT=y
+# CONFIG_FB_CFB_FILLRECT is not set
+# CONFIG_FB_CFB_COPYAREA is not set
+# CONFIG_FB_CFB_IMAGEBLIT is not set
# CONFIG_FB_CFB_REV_PIXELS_IN_BYTE is not set
# CONFIG_FB_SYS_FILLRECT is not set
# CONFIG_FB_SYS_COPYAREA is not set
@@ -843,7 +843,7 @@
# CONFIG_FB_VIRTUAL is not set
# CONFIG_FB_METRONOME is not set
# CONFIG_FB_MB862XX is not set
-CONFIG_FB_MSM=y
+# CONFIG_FB_MSM is not set
# CONFIG_FB_BROADSHEET is not set
# CONFIG_BACKLIGHT_LCD_SUPPORT is not set


--
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo(a)vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/