summaryrefslogtreecommitdiff
path: root/arch/arm/mach-mx23
diff options
context:
space:
mode:
authorZhou Jingyu <b02241@freescale.com>2010-04-14 16:32:30 +0800
committerAlejandro Gonzalez <alex.gonzalez@digi.com>2010-05-25 11:20:24 +0200
commitfb498fe6db3c8dff020efaca19ab678be4bf64aa (patch)
tree14ae6c710078f8d68952cbb24b417ff6571c4517 /arch/arm/mach-mx23
parent55ca5343870b3da987060f18838165a6f317575b (diff)
ENGR00117756: add mx28 standby mode
add mx28 standby mode Signed-off-by: Zhou Jingyu <Jingyu.Zhou@freescale.com> Signed-off-by: Alejandro Gonzalez <alex.gonzalez@digi.com>
Diffstat (limited to 'arch/arm/mach-mx23')
-rw-r--r--arch/arm/mach-mx23/pm.c3
-rw-r--r--arch/arm/mach-mx23/sleep.S3
-rw-r--r--arch/arm/mach-mx23/sleep.h3
3 files changed, 6 insertions, 3 deletions
diff --git a/arch/arm/mach-mx23/pm.c b/arch/arm/mach-mx23/pm.c
index e66984162da7..efd24bce667f 100644
--- a/arch/arm/mach-mx23/pm.c
+++ b/arch/arm/mach-mx23/pm.c
@@ -1,5 +1,6 @@
/*
- * Copyright (C) 2009-2010 Freescale Semiconductor, Inc. All Rights Reserved.
+ * Copyright (C) 2009-2010 Freescale Semiconductor, Inc.
+ * Copyright 2008 Embedded Alley Solutions, Inc All Rights Reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/arch/arm/mach-mx23/sleep.S b/arch/arm/mach-mx23/sleep.S
index 9cc9c9d01908..0e6b00f9095a 100644
--- a/arch/arm/mach-mx23/sleep.S
+++ b/arch/arm/mach-mx23/sleep.S
@@ -1,5 +1,6 @@
/*
- * Copyright (C) 2009-2010 Freescale Semiconductor, Inc. All Rights Reserved.
+ * Copyright (C) 2009-2010 Freescale Semiconductor, Inc.
+ * Copyright 2008 Embedded Alley Solutions, Inc All Rights Reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/arch/arm/mach-mx23/sleep.h b/arch/arm/mach-mx23/sleep.h
index de219ec0b851..54695bc89020 100644
--- a/arch/arm/mach-mx23/sleep.h
+++ b/arch/arm/mach-mx23/sleep.h
@@ -1,5 +1,6 @@
/*
- * Copyright (C) 2009-2010 Freescale Semiconductor, Inc. All Rights Reserved.
+ * Copyright (C) 2009-2010 Freescale Semiconductor, Inc.
+ * Copyright 2008 Embedded Alley Solutions, Inc All Rights Reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by