Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6
Conflicts: arch/arm/mach-pxa/generic.c arch/arm/mach-pxa/pxa25x.c arch/arm/mach-pxa/pxa27x.c arch/arm/mach-pxa/pxa2xx.c arch/arm/mach-pxa/pxa3xx.c arch/arm/mach-pxa/reset.c arch/arm/mach-pxa/spitz.c arch/arm/mach-pxa/tosa.c drivers/watchdog/sa1100_wdt.c
This commit is contained in:
@@ -26,9 +26,19 @@
|
||||
#include <asm/mach/map.h>
|
||||
|
||||
#include <mach/pxa-regs.h>
|
||||
#include <mach/reset.h>
|
||||
|
||||
#include "generic.h"
|
||||
|
||||
void clear_reset_status(unsigned int mask)
|
||||
{
|
||||
if (cpu_is_pxa2xx())
|
||||
pxa2xx_clear_reset_status(mask);
|
||||
|
||||
if (cpu_is_pxa3xx())
|
||||
pxa3xx_clear_reset_status(mask);
|
||||
}
|
||||
|
||||
/*
|
||||
* Get the clock frequency as reflected by CCCR and the turbo flag.
|
||||
* We assume these values have been applied via a fcs.
|
||||
|
Reference in New Issue
Block a user