Re: [RFC PATCHv3 1/6] arm: Initial TI-Nspire support

2013-05-12 Thread Daniel Tang
On 12/05/2013, at 7:06 PM, Russell King - ARM Linux wrote: > On Sun, May 12, 2013 at 02:22:56PM +1000, Daniel Tang wrote: >> >> +.bpp= 8, >> +.grayscale = 1 >> +}; > > Still no capabilities in the above - how does the CLCD controller know > which of BGR or RGB output

Re: [RFC PATCHv3 1/6] arm: Initial TI-Nspire support

2013-05-12 Thread Russell King - ARM Linux
On Sun, May 12, 2013 at 02:22:56PM +1000, Daniel Tang wrote: > diff --git a/arch/arm/mach-nspire/clcd.c b/arch/arm/mach-nspire/clcd.c > new file mode 100644 > index 000..a4b9f06 > --- /dev/null > +++ b/arch/arm/mach-nspire/clcd.c > @@ -0,0 +1,117 @@ > +/* > + * linux/arch/arm/mach-nspire/clcd

[RFC PATCHv3 1/6] arm: Initial TI-Nspire support

2013-05-11 Thread Daniel Tang
Signed-off-by: Daniel Tang --- arch/arm/Kconfig | 2 + arch/arm/Kconfig.debug | 16 + arch/arm/Makefile | 1 + arch/arm/include/debug/nspire.S| 28 + arch/arm/mach-nspire/Kconfig | 15 + arch/arm/mach-nspire/Makefile