17 Mar, 2011
1 commit
-
If gpio_request fails when i > 0, gpios[0] is not freed in current
implementation.Signed-off-by: Axel Lin
Signed-off-by: Eric Miao
16 Mar, 2011
1 commit
-
set_pxa_fb_info() has been a long-standing wart in the naming scheme
of the pxa_set_xxx_info() functions. This renames the function, and
combines set_pxa_fb_parent() with set_pxa_fb_info().Signed-off-by: Russell King
Acked-by: Igor Grinberg
Signed-off-by: Eric Miao
09 Mar, 2009
1 commit
-
Considering the header mess ATM, it is not always possible to include
the correct header files within board code. Let's keep this simple:- for pxa25x based platforms
- for pxa27x based platforms
- for pxa300 based platforms
- for pxa320 based platforms
- for pxa930 based platformsNOTE:
1. one header one board file, they are not compatible (i.e. they have
conflicting definitions which won't compile if included together).2. Unless strictly necessary, the following header files are considered
to be SoC files use _only_, and is not recommended to be included in
board code:
Signed-off-by: Eric Miao
24 Dec, 2008
1 commit
-
…xa-linux-2.6 into devel
Conflicts:
arch/arm/mach-pxa/am200epd.c
arch/arm/mach-pxa/ezx.c
17 Dec, 2008
1 commit
-
Signed-off-by: Jaya Kumar
Cc: Andre Puschmann
Signed-off-by: Eric Miao
13 Dec, 2008
1 commit
-
The gpio setup for AM200 specific GPIO pins should be done in the AM200
code rather than in generic gumstix code.Signed-off-by: Jaya Kumar
Signed-off-by: Russell King
27 Aug, 2008
1 commit
-
The original am200epd driver was designed with bad assumptions. It
manipulated GPSR/GPLR registers directly. It relied on direct access to the
pxa LCDC registers which have since conflicted with commit
ce4fb7b892a6d6c6a0f87366b26fd834d2923dd7 . This patch moves it into mach-pxa
and overhauls it to use a fb obtained through fb notifiers. It now uses the
generic GPIO api.Signed-off-by: Jaya Kumar
Acked-by: Krzysztof Helt
Acked-by: Eric Miao
Signed-off-by: Russell King