09 Dec, 2011
1 commit
-
arch/arm/mach-pxa/corgi_pm.c: In function ‘corgi_should_wakeup’:
arch/arm/mach-pxa/corgi_pm.c:102:2: error: implicit declaration of
function ‘GPIO_bit’
make[1]: *** [arch/arm/mach-pxa/corgi_pm.o] Error 1
make: *** [arch/arm/mach-pxa] Error 2Signed-off-by: Haojian Zhuang
Signed-off-by: Arnd Bergmann
14 Nov, 2011
1 commit
-
Remove the code of accessing gpio register. Use the generic read
operation instead.Signed-off-by: Haojian Zhuang
05 Aug, 2010
3 commits
-
Only a small part of used code is moved into sharpsl_pm.h.
Signed-off-by: Eric Miao
-
READ_GPIO_BIT() is no way generic by accessing GPIO registers directly,
replace it with gpio_get_value().Signed-off-by: Eric Miao
-
BACKLIGHT_CORGI was later renamed to BACKLIGHT_GENERIC and has not been
used since then. As it's now safe to completely transition to LCD_CORGI
driver, which incorprates both the LCD and backlight device.Signed-off-by: Christoph Egger
Signed-off-by: Eric Miao
11 May, 2010
2 commits
-
Signed-off-by: Eric Miao
-
Signed-off-by: Eric Miao
01 Dec, 2009
1 commit
-
Battery power levels are shared between spitz and corgi, rename
variable to reflect it.Signed-off-by: Pavel Machek
Signed-off-by: Eric Miao
11 Jun, 2009
1 commit
-
As pxa now is the only user of sharpsl_pm we can drop several startup
functions into generic code thus dropping several global functions.Signed-off-by: Dmitry Eremin-Solenikov
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
29 Oct, 2008
1 commit
-
corgi_lcd has symbol conflict with corgi_bl driver.
Fix it by renaming common symbol in new corgi_lcd driver.Signed-off-by: Dmitry Baryshkov
Signed-off-by: Eric Miao
24 Sep, 2008
1 commit
-
Original patch from Dmitry Baryshkov's inital scoop gpio conversion
work at http://git.infradead.org/users/dbaryshkov/zaurus-2.6.git.Signed-off-by: Dmitry Baryshkov
Signed-off-by: Eric Miao
Signed-off-by: Russell King
07 Aug, 2008
2 commits
-
This just leaves include/asm-arm/plat-* to deal with.
Signed-off-by: Russell King
-
Remove includes of asm/hardware.h in addition to asm/arch/hardware.h.
Then, since asm/hardware.h only exists to include asm/arch/hardware.h,
update everything to directly include asm/arch/hardware.h and remove
asm/hardware.h.Signed-off-by: Russell King
03 Jun, 2008
2 commits
-
Signed-off-by: Dmitry Baryshkov
Acked-by: Richard Purdie
Signed-off-by: Russell King -
The power manager and core clock registers aren't present in PXA3
CPUs. Move them out of pxa-regs.h into pxa2xx-regs.h, and include
pxa2xx-regs.h where necessary.Signed-off-by: Russell King
19 May, 2008
1 commit
-
If CONFIG_BACKLIGHT_CORGI is not selected, then corgibl_limit_intensity()
is not present. However, both corgi_pm.c and sharp_pm.c reference this
symbol, resulting in a link error.Wrap the references with the relevant ifdefs, and avoid the resulting
NULL pointer dereference by making the code in sharpsl_pm.c also
conditional on the config symbol.Signed-off-by: Russell King
19 Apr, 2008
1 commit
-
two reasons:
1. GPIO namings and their mode definitions are conceptually not part
of the PXA register definitions2. this is actually a temporary move in the transition of PXA2xx to
use MFP-alike APIs (as what PXA3xx is now doing), so that legacy
code will still work and new code can be added in step by stepSigned-off-by: eric miao
Signed-off-by: Russell King
02 Mar, 2007
1 commit
-
Signed-off-by: Russell King
10 Feb, 2007
1 commit
-
Signed-off-by: Ralf Baechle
20 Jun, 2006
1 commit
-
Patch from Richard Purdie
Abstract some machine specific parameters from the sharpsl_pm core
into the machine specific drivers. This allows the core to support
tosa/poodle.Signed-off-by: Richard Purdie
Signed-off-by: Russell King
07 Jan, 2006
1 commit
-
Patch from Richard Purdie
Fix a gcc4 build error (incomplete element type) in the pxa SharpSL
PM code.Signed-off-by: Richard Purdie
Signed-off-by: Russell King
06 Jan, 2006
1 commit
-
Patch from Richard Purdie
This patch moves a large chunk of the sharpsl_pm driver to
arch/arm/common so that it can be reused on other devices such as the
SL-5500 (collie). It also abstracts some functions from the core into
the machine and platform specific parts of the driver to aid reuse.Signed-off-by: Richard Purdie
Signed-off-by: Russell King
13 Nov, 2005
1 commit
-
Patch from Richard Purdie
Add a SharpSL PM device driver for the SL-C7x0 machines.
Signed-off-by: Richard Purdie
Signed-off-by: Russell King