Re: [PATCH] drivers/video/s1d13xxxfb.c as module with dbg

2007-11-13 Thread Kristoffer Ericson
On Sun, 11 Nov 2007 07:29:35 +0800 "dave chung" <[EMAIL PROTECTED]> wrote: > On 11/10/07, Stanislav Brabec <[EMAIL PROTECTED]> wrote: > > Attached patch fixes two compilation problems of s1d13xxxfb.c: > > - Fixes outdated dbg() message to fix compilation error with debugging > > enabled. > > -

Re: [PATCH] drivers/video/s1d13xxxfb.c as module with dbg

2007-11-13 Thread Kristoffer Ericson
On Sun, 11 Nov 2007 07:29:35 +0800 dave chung [EMAIL PROTECTED] wrote: On 11/10/07, Stanislav Brabec [EMAIL PROTECTED] wrote: Attached patch fixes two compilation problems of s1d13xxxfb.c: - Fixes outdated dbg() message to fix compilation error with debugging enabled. - Do not read

Re: [PATCH] drivers/video/s1d13xxxfb.c as module with dbg

2007-11-11 Thread Thibaut VARENE
On Nov 11, 2007 12:29 AM, dave chung <[EMAIL PROTECTED]> wrote: > we also need to look at splitting out the "chip revision", which is > currently hard set, as I have had very good results with this driver > and chip S1D13506, which is functionally similar but without the > external clocking and

Re: [PATCH] drivers/video/s1d13xxxfb.c as module with dbg

2007-11-11 Thread Thibaut VARENE
On Nov 11, 2007 12:29 AM, dave chung [EMAIL PROTECTED] wrote: we also need to look at splitting out the chip revision, which is currently hard set, as I have had very good results with this driver and chip S1D13506, which is functionally similar but without the external clocking and without

Re: [PATCH] drivers/video/s1d13xxxfb.c as module with dbg

2007-11-10 Thread dave chung
On 11/10/07, Stanislav Brabec <[EMAIL PROTECTED]> wrote: > Attached patch fixes two compilation problems of s1d13xxxfb.c: > - Fixes outdated dbg() message to fix compilation error with debugging > enabled. > - Do not read kernel command line options when compiled as module. > > Signed-off-by:

[PATCH] drivers/video/s1d13xxxfb.c as module with dbg

2007-11-10 Thread Stanislav Brabec
Attached patch fixes two compilation problems of s1d13xxxfb.c: - Fixes outdated dbg() message to fix compilation error with debugging enabled. - Do not read kernel command line options when compiled as module. Signed-off-by: Stanislav Brabec <[EMAIL PROTECTED]> ---

[PATCH] drivers/video/s1d13xxxfb.c as module with dbg

2007-11-10 Thread Stanislav Brabec
Attached patch fixes two compilation problems of s1d13xxxfb.c: - Fixes outdated dbg() message to fix compilation error with debugging enabled. - Do not read kernel command line options when compiled as module. Signed-off-by: Stanislav Brabec [EMAIL PROTECTED] ---

Re: [PATCH] drivers/video/s1d13xxxfb.c as module with dbg

2007-11-10 Thread dave chung
On 11/10/07, Stanislav Brabec [EMAIL PROTECTED] wrote: Attached patch fixes two compilation problems of s1d13xxxfb.c: - Fixes outdated dbg() message to fix compilation error with debugging enabled. - Do not read kernel command line options when compiled as module. Signed-off-by: Stanislav