-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[PATCH] Framebuffer driver for Arc LCD board
Add support for the Arc monochrome LCD board. The board uses KS108 controllers to drive individual 64x64 LCD matrices. The board can be paneled in a variety of setups such as 2x1=128x64, 4x4=256x256 and so on. The board/host interface is through GPIO. Signed-off-by: Jaya Kumar <[email protected]> Cc: "Antonino A. Daplas" <[email protected]> Cc: <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
- Loading branch information
Jaya Kumar
authored and
Linus Torvalds
committed
Jun 22, 2005
1 parent
4ff45f5
commit 1154ea7
Showing
6 changed files
with
721 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1880,6 +1880,13 @@ S: Schlehenweg 9 | |
S: D-91080 Uttenreuth | ||
S: Germany | ||
|
||
N: Jaya Kumar | ||
E: [email protected] | ||
W: http://www.intworks.biz | ||
D: Arc monochrome LCD framebuffer driver, x86 reboot fixups | ||
S: Gurgaon, India | ||
S: Kuala Lumpur, Malaysia | ||
|
||
N: Gabor Kuti | ||
M: [email protected] | ||
M: [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -265,6 +265,11 @@ P: Arnaldo Carvalho de Melo | |
M: [email protected] | ||
S: Maintained | ||
|
||
ARC FRAMEBUFFER DRIVER | ||
P: Jaya Kumar | ||
M: [email protected] | ||
S: Maintained | ||
|
||
ARM26 ARCHITECTURE | ||
P: Ian Molton | ||
M: [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.