| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
The stock kernel runs this at sleep. No idea why the Nexus S's kernel doesn't.
The GPIO settings have been checked from the latest Galaxy S, Captivate,
Fascinate, Vibrant and Galaxy S B kernel.
|
|
|
|
|
|
|
| |
S5PC110 saves state in cpu_prep but was not restoring it until
much later in the resume path. This provides needed balance.
Signed-off-by: Brian Swetland <swetland@google.com>
|
|
|
|
|
|
|
| |
Change printk()->pr_debug()
Change-Id: Ib53763eeeec842f88372805e97778613191d64b7
Signed-off-by: Choi jonghwan <jhbird.choi@samsung.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Replace sysdev classes and struct sys_device objects used for "core"
power management by Samsung platforms with struct syscore_ops objects
that are simpler.
This generally reduces the code size and the kernel memory footprint.
It also is necessary for removing sysdevs entirely from the kernel in
the future.
Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
Acked-by: Greg Kroah-Hartman <gregkh@suse.de>
Acked-by: Kukjin Kim <kgene.kim@samsung.com>
|
|\ \
| | |
| | |
| | | |
'irqdata', 'pm', 'sh', 'smp', 'spear', 'ux500' and 'via' into devel
|
| |/
| |
| |
| |
| | |
Tested-by: Kukjin Kim <kgene.kim@samsung.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
|
|/
|
|
|
|
|
|
| |
Previously we were relying on it being pulled in by other headers for
the prototype of s3c24xx_irq_suspend() and s3c24xx_irq_resume().
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
|
|
|
|
|
|
|
|
|
|
|
| |
Kernel 2.6.37 adds new interrupt methods which take a struct irq_data
rather than an irq number. Begin converting Samsung platforms over to
these methods by converting s3c_irqext_wake() with a simple textual
substitution.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Cc: Ben Dooks <ben-linux@fluff.org>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
|
|
Move common headers from plat-s3c's include/plat directory into plat-samsung.
No need to fix any files, these are still included via <plat/>
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
|