problems with spi interface & ads 784X under 2.6.23

2007-11-10 Thread dave chung
on kernel 2.6.23 , with an Arm AT91rm9200 sometimes when i "pen-down" on the touch screen,I'm seeing ads7846 spi0.0: touchscreen, irq 75 input: ADS784x Touchscreen as /devices/platform/atmel_spi.0/spi0.0/input/input0 at91_rtc at91_rtc: rtc core: registered at91_rtc as rtc0 atmel_spi atmel_spi

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