All of lore.kernel.org
 help / color / mirror / Atom feed
From: Nishanth Menon <nm@ti.com>
To: Tony Lindgren <tony@atomide.com>, Tero Kristo <t-kristo@ti.com>,
	Paul Walmsley <paul@pwsan.com>
Cc: "Kevin Hilman" <khilman@deeprootsystems.com>,
	linux-arm-kernel@lists.infradead.org, linux-omap@vger.kernel.org,
	linux-kernel@vger.kernel.org, Keerthy <j-keerthy@ti.com>,
	"Benoît Cousson" <bcousson@baylibre.com>,
	"Santosh Shilimkar" <santosh.shilimkar@ti.com>,
	"Nishanth Menon" <nm@ti.com>
Subject: [PATCH 0/3] ARM: OMAP5+: pdata quirks for pinctrl
Date: Fri, 22 Aug 2014 08:55:22 -0500	[thread overview]
Message-ID: <1408715725-25919-1-git-send-email-nm@ti.com> (raw)

The following series are various fixes and improvements for daisychain
support in OMAP5+ using pinctrl framework similar to that done for
OMAP3+

This is part 3/6 series which eventually enables framework for
suspend-to-ram and cpuidle for OMAP5 and DRA7

Each of series is based on v3.17-rc1 and this specific series is available:
weblink: https://github.com/nmenon/linux-2.6-playground/commits/push/v3.17/prm-pdata-quirks

git repo: https://github.com/nmenon/linux-2.6-playground.git push/v3.17/prm-pdata-quirks

An complete integrated branch is available here: https://github.com/nmenon/linux-2.6-playground/commits/testing/v3.17/cpu-idle-suspend-dra7-omap5-framework

Minor note: thanks to existing style in pdata-quirks, new entries
continue to possess 'over 80 character' checkpatch warnings

Keerthy (1):
  ARM: AM437x: use pdata quirks for pinctrl information

Nishanth Menon (2):
  ARM: OMAP5: use pdata quirks for pinctrl information
  ARM: DRA7: use pdata quirks for pinctrl information

 arch/arm/mach-omap2/pdata-quirks.c |   10 ++++++++++
 1 file changed, 10 insertions(+)

-- 
1.7.9.5


WARNING: multiple messages have this Message-ID (diff)
From: Nishanth Menon <nm@ti.com>
To: Tony Lindgren <tony@atomide.com>, Tero Kristo <t-kristo@ti.com>,
	Paul Walmsley <paul@pwsan.com>
Cc: "Nishanth Menon" <nm@ti.com>,
	"Kevin Hilman" <khilman@deeprootsystems.com>,
	Keerthy <j-keerthy@ti.com>,
	linux-kernel@vger.kernel.org,
	"Santosh Shilimkar" <santosh.shilimkar@ti.com>,
	"Benoît Cousson" <bcousson@baylibre.com>,
	linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/3] ARM: OMAP5+: pdata quirks for pinctrl
Date: Fri, 22 Aug 2014 08:55:22 -0500	[thread overview]
Message-ID: <1408715725-25919-1-git-send-email-nm@ti.com> (raw)

The following series are various fixes and improvements for daisychain
support in OMAP5+ using pinctrl framework similar to that done for
OMAP3+

This is part 3/6 series which eventually enables framework for
suspend-to-ram and cpuidle for OMAP5 and DRA7

Each of series is based on v3.17-rc1 and this specific series is available:
weblink: https://github.com/nmenon/linux-2.6-playground/commits/push/v3.17/prm-pdata-quirks

git repo: https://github.com/nmenon/linux-2.6-playground.git push/v3.17/prm-pdata-quirks

An complete integrated branch is available here: https://github.com/nmenon/linux-2.6-playground/commits/testing/v3.17/cpu-idle-suspend-dra7-omap5-framework

Minor note: thanks to existing style in pdata-quirks, new entries
continue to possess 'over 80 character' checkpatch warnings

Keerthy (1):
  ARM: AM437x: use pdata quirks for pinctrl information

Nishanth Menon (2):
  ARM: OMAP5: use pdata quirks for pinctrl information
  ARM: DRA7: use pdata quirks for pinctrl information

 arch/arm/mach-omap2/pdata-quirks.c |   10 ++++++++++
 1 file changed, 10 insertions(+)

-- 
1.7.9.5

WARNING: multiple messages have this Message-ID (diff)
From: nm@ti.com (Nishanth Menon)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/3] ARM: OMAP5+: pdata quirks for pinctrl
Date: Fri, 22 Aug 2014 08:55:22 -0500	[thread overview]
Message-ID: <1408715725-25919-1-git-send-email-nm@ti.com> (raw)

The following series are various fixes and improvements for daisychain
support in OMAP5+ using pinctrl framework similar to that done for
OMAP3+

This is part 3/6 series which eventually enables framework for
suspend-to-ram and cpuidle for OMAP5 and DRA7

Each of series is based on v3.17-rc1 and this specific series is available:
weblink: https://github.com/nmenon/linux-2.6-playground/commits/push/v3.17/prm-pdata-quirks

git repo: https://github.com/nmenon/linux-2.6-playground.git push/v3.17/prm-pdata-quirks

An complete integrated branch is available here: https://github.com/nmenon/linux-2.6-playground/commits/testing/v3.17/cpu-idle-suspend-dra7-omap5-framework

Minor note: thanks to existing style in pdata-quirks, new entries
continue to possess 'over 80 character' checkpatch warnings

Keerthy (1):
  ARM: AM437x: use pdata quirks for pinctrl information

Nishanth Menon (2):
  ARM: OMAP5: use pdata quirks for pinctrl information
  ARM: DRA7: use pdata quirks for pinctrl information

 arch/arm/mach-omap2/pdata-quirks.c |   10 ++++++++++
 1 file changed, 10 insertions(+)

-- 
1.7.9.5

             reply	other threads:[~2014-08-22 13:57 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-08-22 13:55 Nishanth Menon [this message]
2014-08-22 13:55 ` [PATCH 0/3] ARM: OMAP5+: pdata quirks for pinctrl Nishanth Menon
2014-08-22 13:55 ` Nishanth Menon
2014-08-22 13:55 ` [PATCH 1/3] ARM: OMAP5: use pdata quirks for pinctrl information Nishanth Menon
2014-08-22 13:55   ` Nishanth Menon
2014-08-22 13:55   ` Nishanth Menon
2014-08-22 13:55 ` [PATCH 2/3] ARM: DRA7: " Nishanth Menon
2014-08-22 13:55   ` Nishanth Menon
2014-08-22 13:55   ` Nishanth Menon
2014-08-22 13:55 ` [PATCH 3/3] ARM: AM437x: " Nishanth Menon
2014-08-22 13:55   ` Nishanth Menon
2014-09-08 16:32 ` [PATCH 0/3] ARM: OMAP5+: pdata quirks for pinctrl Nishanth Menon
2014-09-08 16:32   ` Nishanth Menon

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=1408715725-25919-1-git-send-email-nm@ti.com \
    --to=nm@ti.com \
    --cc=bcousson@baylibre.com \
    --cc=j-keerthy@ti.com \
    --cc=khilman@deeprootsystems.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=paul@pwsan.com \
    --cc=santosh.shilimkar@ti.com \
    --cc=t-kristo@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.