Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | pxa168fb: fix incorrect resource calculation | Dan Carpenter | 2010-03-22 | 1 | -1/+1 |
| | | | | | | | | The size calculation is not correct. It should be end - start + 1. Use resource_size() to caculate it. Signed-off-by: Dan Carpenter <error27@gmail.com> Signed-off-by: Eric Miao <eric.y.miao@gmail.com> | ||||
* | pxa168fb: fix offset setting at initialization | Jun Nie | 2009-12-01 | 1 | -0/+1 |
| | | | | | Signed-off-by: Jun Nie <njun@marvell.com> Signed-off-by: Eric Miao <eric.y.miao@gmail.com> | ||||
* | fb: add support of LCD display controller on pxa168/910 (base layer) | Lennert Buytenhek | 2009-06-13 | 1 | -0/+803 |
This driver is originally written by Lennert, modified by Green to be feature complete, and ported by Jun Nie and Kevin Liu for pxa168/910 processors. The patch adds support for the on-chip LCD display controller, it currently supports the base (graphics) layer only. Signed-off-by: Lennert Buytenhek <buytenh@marvell.com> Signed-off-by: Green Wan <gwan@marvell.com> Cc: Peter Liao <pliao@marvell.com> Signed-off-by: Jun Nie <njun@marvell.com> Signed-off-by: Kevin Liu <kliu5@marvell.com> Acked-by: Krzysztof Helt <krzysztof.h1@wp.pl> Signed-off-by: Eric Miao <eric.y.miao@gmail.com> |