All of lore.kernel.org
 help / color / mirror / Atom feed
From: Abhilash K V <abhilash.kv@ti.com>
To: <linux-omap@vger.kernel.org>,
	<linux-arm-kernel@lists.infradead.org>,
	<linux-kernel@vger.kernel.org>
Cc: <tony@atomide.com>, <linux@arm.linux.org.uk>, <khilman@ti.com>,
	Abhilash K V <abhilash.kv@ti.com>, Sanjeev Premi <premi@ti.com>,
	Vaibhav Hiremath <hvaibhav@ti.com>
Subject: [PATCH 0/4] AM3517: Adding support for suspend/resume
Date: Fri, 19 Aug 2011 17:25:23 +0530	[thread overview]
Message-ID: <1313754927-11992-1-git-send-email-abhilash.kv@ti.com> (raw)

This patch-set adds support for suspension to RAM and
resumption on the AM3517.
These patches are dependent on the following patch-set
http://marc.info/?l=linux-omap&m=131247357813228&w=2
which gets the AM3517 EVM booting.
They are also dependent on the PM initialization patches which
are still to be submitted.
The patches are tested on master of tmlind/linux-omap-2.6.git.
Kernel version is 3.0.0-rc7 and last commit on top of which these patches
were added is:

        885cf6ff7d3dad4cc44be74b0577d3a554d3ab71: Linux-omap rebuilt:
        Updated to -rc7, added new boards

Cc: Sanjeev Premi <premi@ti.com>
Cc: Vaibhav Hiremath <hvaibhav@ti.com> 
---
Abhilash K V (2):
  AM3517 : support for suspend/resume
  AM3517: Fix suspend-resume sequence

Vaibhav Hiremath (2):
  AM3517: Add armv7-a flag for sleepam3517.S
  pm34xx: Warning FIX related to ambiguous else loop

 arch/arm/mach-omap2/Makefile    |    3 +-
 arch/arm/mach-omap2/control.c   |    7 ++-
 arch/arm/mach-omap2/control.h   |    1 +
 arch/arm/mach-omap2/pm.h        |    4 +
 arch/arm/mach-omap2/pm34xx.c    |   21 +++++-
 arch/arm/mach-omap2/sleep3517.S |  147 +++++++++++++++++++++++++++++++++++++++
 6 files changed, 176 insertions(+), 7 deletions(-)
 create mode 100644 arch/arm/mach-omap2/sleep3517.S


WARNING: multiple messages have this Message-ID (diff)
From: Abhilash K V <abhilash.kv@ti.com>
To: linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org
Cc: tony@atomide.com, linux@arm.linux.org.uk, khilman@ti.com,
	Abhilash K V <abhilash.kv@ti.com>, Sanjeev Premi <premi@ti.com>,
	Vaibhav Hiremath <hvaibhav@ti.com>
Subject: [PATCH 0/4] AM3517: Adding support for suspend/resume
Date: Fri, 19 Aug 2011 17:25:23 +0530	[thread overview]
Message-ID: <1313754927-11992-1-git-send-email-abhilash.kv@ti.com> (raw)

This patch-set adds support for suspension to RAM and
resumption on the AM3517.
These patches are dependent on the following patch-set
http://marc.info/?l=linux-omap&m=131247357813228&w=2
which gets the AM3517 EVM booting.
They are also dependent on the PM initialization patches which
are still to be submitted.
The patches are tested on master of tmlind/linux-omap-2.6.git.
Kernel version is 3.0.0-rc7 and last commit on top of which these patches
were added is:

        885cf6ff7d3dad4cc44be74b0577d3a554d3ab71: Linux-omap rebuilt:
        Updated to -rc7, added new boards

Cc: Sanjeev Premi <premi@ti.com>
Cc: Vaibhav Hiremath <hvaibhav@ti.com> 
---
Abhilash K V (2):
  AM3517 : support for suspend/resume
  AM3517: Fix suspend-resume sequence

Vaibhav Hiremath (2):
  AM3517: Add armv7-a flag for sleepam3517.S
  pm34xx: Warning FIX related to ambiguous else loop

 arch/arm/mach-omap2/Makefile    |    3 +-
 arch/arm/mach-omap2/control.c   |    7 ++-
 arch/arm/mach-omap2/control.h   |    1 +
 arch/arm/mach-omap2/pm.h        |    4 +
 arch/arm/mach-omap2/pm34xx.c    |   21 +++++-
 arch/arm/mach-omap2/sleep3517.S |  147 +++++++++++++++++++++++++++++++++++++++
 6 files changed, 176 insertions(+), 7 deletions(-)
 create mode 100644 arch/arm/mach-omap2/sleep3517.S


WARNING: multiple messages have this Message-ID (diff)
From: abhilash.kv@ti.com (Abhilash K V)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/4] AM3517: Adding support for suspend/resume
Date: Fri, 19 Aug 2011 17:25:23 +0530	[thread overview]
Message-ID: <1313754927-11992-1-git-send-email-abhilash.kv@ti.com> (raw)

This patch-set adds support for suspension to RAM and
resumption on the AM3517.
These patches are dependent on the following patch-set
http://marc.info/?l=linux-omap&m=131247357813228&w=2
which gets the AM3517 EVM booting.
They are also dependent on the PM initialization patches which
are still to be submitted.
The patches are tested on master of tmlind/linux-omap-2.6.git.
Kernel version is 3.0.0-rc7 and last commit on top of which these patches
were added is:

        885cf6ff7d3dad4cc44be74b0577d3a554d3ab71: Linux-omap rebuilt:
        Updated to -rc7, added new boards

Cc: Sanjeev Premi <premi@ti.com>
Cc: Vaibhav Hiremath <hvaibhav@ti.com> 
---
Abhilash K V (2):
  AM3517 : support for suspend/resume
  AM3517: Fix suspend-resume sequence

Vaibhav Hiremath (2):
  AM3517: Add armv7-a flag for sleepam3517.S
  pm34xx: Warning FIX related to ambiguous else loop

 arch/arm/mach-omap2/Makefile    |    3 +-
 arch/arm/mach-omap2/control.c   |    7 ++-
 arch/arm/mach-omap2/control.h   |    1 +
 arch/arm/mach-omap2/pm.h        |    4 +
 arch/arm/mach-omap2/pm34xx.c    |   21 +++++-
 arch/arm/mach-omap2/sleep3517.S |  147 +++++++++++++++++++++++++++++++++++++++
 6 files changed, 176 insertions(+), 7 deletions(-)
 create mode 100644 arch/arm/mach-omap2/sleep3517.S

             reply	other threads:[~2011-08-19 11:55 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-08-19 11:55 Abhilash K V [this message]
2011-08-19 11:55 ` [PATCH 0/4] AM3517: Adding support for suspend/resume Abhilash K V
2011-08-19 11:55 ` Abhilash K V
2011-08-19 11:55 ` [PATCH 1/4] AM3517 : " Abhilash K V
2011-08-19 11:55   ` Abhilash K V
2011-08-19 11:55   ` Abhilash K V
2011-08-19 11:55   ` [PATCH 2/4] AM3517: Add armv7-a flag for sleepam3517.S Abhilash K V
2011-08-19 11:55     ` Abhilash K V
2011-08-19 11:55     ` Abhilash K V
2011-08-19 11:55     ` [PATCH 3/4] pm34xx: Warning FIX related to ambiguous else loop Abhilash K V
2011-08-19 11:55       ` Abhilash K V
2011-08-19 11:55       ` Abhilash K V
2011-08-19 11:55       ` [PATCH 4/4] AM3517: Fix suspend-resume sequence Abhilash K V
2011-08-19 11:55         ` Abhilash K V
2011-08-19 11:55         ` Abhilash K V
2011-08-19 19:53         ` Russell King - ARM Linux
2011-08-19 19:53           ` Russell King - ARM Linux
2011-08-30 23:00       ` [PATCH 3/4] pm34xx: Warning FIX related to ambiguous else loop Kevin Hilman
2011-08-30 23:00         ` Kevin Hilman
2011-08-19 19:56   ` [PATCH 1/4] AM3517 : support for suspend/resume Russell King - ARM Linux
2011-08-19 19:56     ` Russell King - ARM Linux
2011-08-30 22:58   ` Kevin Hilman
2011-08-30 22:58     ` Kevin Hilman
2011-08-30 22:58     ` Kevin Hilman
2011-09-13 11:31     ` Koyamangalath, Abhilash
2011-09-13 11:31       ` Koyamangalath, Abhilash
2011-09-13 11:31       ` Koyamangalath, Abhilash
2011-09-13 18:24       ` Kevin Hilman
2011-09-13 18:24         ` Kevin Hilman
2011-09-13 18:24         ` Kevin Hilman
2011-09-14 13:00         ` Koyamangalath, Abhilash
2011-09-14 13:00           ` Koyamangalath, Abhilash
2011-09-14 13:00           ` Koyamangalath, Abhilash
2011-09-15 17:09           ` Kevin Hilman
2011-09-15 17:09             ` Kevin Hilman
2011-09-15 17:09             ` Kevin Hilman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1313754927-11992-1-git-send-email-abhilash.kv@ti.com \
    --to=abhilash.kv@ti.com \
    --cc=hvaibhav@ti.com \
    --cc=khilman@ti.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=linux@arm.linux.org.uk \
    --cc=premi@ti.com \
    --cc=tony@atomide.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.