broadsheetfb: add multiple panel type support
Update broadsheetfb to add support for multiple panel types. The 3.7" and 6" are known to work but the 9.7" is untested due to lack of hardware. Signed-off-by: Jaya Kumar <jayakumar.lkml@gmail.com> Cc: Geert Uytterhoeven <geert@linux-m68k.org> Cc: Krzysztof Helt <krzysztof.h1@wp.pl> Cc: Russell King <rmk@arm.linux.org.uk> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
committed by
Linus Torvalds
parent
d40f29bff3
commit
c1c341a060
@@ -41,6 +41,7 @@ struct broadsheetfb_par {
|
||||
void (*write_reg)(struct broadsheetfb_par *, u16 reg, u16 val);
|
||||
u16 (*read_reg)(struct broadsheetfb_par *, u16 reg);
|
||||
wait_queue_head_t waitq;
|
||||
int panel_index;
|
||||
};
|
||||
|
||||
/* board specific routines */
|
||||
|
||||
Reference in New Issue
Block a user