Re: [PATCH v3] staging: panel: change struct bits to a bit array

2015-03-15 Thread Willy Tarreau
Hello, On Sat, Mar 14, 2015 at 11:14:43AM +0100, Isaac Lleida wrote: > This path implements a bit array representing the LCD signal states instead > of the old "struct bits", which used char to represent a single bit. This > will reduce the memory usage. > > Signed-off-by: Isaac Lleida > --- >

[PATCH v3] staging: panel: change struct bits to a bit array

2015-03-14 Thread Isaac Lleida
This path implements a bit array representing the LCD signal states instead of the old "struct bits", which used char to represent a single bit. This will reduce the memory usage. Signed-off-by: Isaac Lleida --- v3: some more stupid errors I introduced in last patch fixed. drivers/staging/pan