Hi again.
On Oct 18 2008, Rogério Brito wrote:
> And it seems that there is something not quite right for these embedded
> systems. Here is something that I get with a vanilla linkstation_defconfig:
>
> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
> drivers/rtc/hctosys.c: u
Hi.
On Oct 13 2008, Scott Wood wrote:
> On Mon, Oct 13, 2008 at 08:05:09PM +0200, Guennadi Liakhovetski wrote:
> > On Mon, 13 Oct 2008, Rogério Brito wrote:
> > > The current defconfig for Linkstation/Kuroboxes has the "Disable
> > > Heap Randomization" option enabled.
> > >
> > > Since some of t
On Tue, 14 Oct 2008 17:25:06 +0200 Anatolij Gustschin <[EMAIL PROTECTED]> wrote:
> This patch adds framebuffer driver for Fujitsu
> Carmine/Coral-P(A)/Lime graphics controllers.
> Lime GDC support is known to work on PPC440EPx
> based lwmon5 and MPC8544E based socrates embedded
> boards, both equi
Implement polling for 5200FEC to make netconsole work. Tested on Phytec pcm030
and Efika.
Signed-off-by: Jon Smirl <[EMAIL PROTECTED]>
---
drivers/net/fec_mpc52xx.c | 18 ++
1 files changed, 18 insertions(+), 0 deletions(-)
diff --git a/drivers/net/fec_mpc52xx.c b/drivers/net/
> It helps if you CC the person you're writing too :).
Thanks Josh for pointing this out :-) I will be careful in future.
> Anyway, I looked over it briefly and agree it looks pretty good. A bit
> late for 2.6.28, but I'll do a more thorough review and get it in for
> 2.6.29.
>
Great. Look forwar
On Sat, 18 Oct 2008 14:54:58 +0200
Niklaus Giger <[EMAIL PROTECTED]> wrote:
> Am Samstag 18 Oktober 2008 02.32:05 schrieb Josh Boyer:
> > Hi All,
> <..>
> > Niklaus Giger (1):
> > powerpc/40x: Add support for Netstal HCU4 board
> Checked out the branch and tested it. The HCU4 board compiled
On Fri, 17 Oct 2008 08:54:52 -0700
"prodyut hazarika" <[EMAIL PROTECTED]> wrote:
> On Wed, Oct 15, 2008 at 7:22 PM, Ilya Yanok <[EMAIL PROTECTED]> wrote:
> > This patch adds support for page sizes bigger than 4K (16K/64K) on
> > PPC 44x.
> >
>
> This patch looks good to me. Seems that all the rev
Am Samstag 18 Oktober 2008 02.32:05 schrieb Josh Boyer:
> Hi All,
<..>
> Niklaus Giger (1):
> powerpc/40x: Add support for Netstal HCU4 board
Checked out the branch and tested it. The HCU4 board compiled and ran without
problems. Thanks a lot for your advise and help. Getting it into the li
On Thu, 2008-10-16 at 13:02 -0700, Arjan van de Ven wrote:
> On Thu, 16 Oct 2008 12:49:23 -0700 (PDT)
> David Miller <[EMAIL PROTECTED]> wrote:
> > #endif
> > #define __WARN() warn_on_slowpath(__FILE__, __LINE__)
> > #define __WARN_printf(arg...) warn_slowpath(__FILE__, __LINE__, arg)
> > #else
> >