From: akpm@linux-foundation.org
To: magnus.damm@gmail.com, damm@igel.co.jp, mm-commits@vger.kernel.org
Subject: - resource-add-new-ioresource_clk-type.patch removed from -mm tree
Date: Fri, 18 Jul 2008 15:25:40 -0700 [thread overview]
Message-ID: <200807182225.m6IMPeEj001685@imap1.linux-foundation.org> (raw)
The patch titled
resource: add new IORESOURCE_CLK type
has been removed from the -mm tree. Its filename was
resource-add-new-ioresource_clk-type.patch
This patch was dropped because an updated version will be merged
The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/
------------------------------------------------------
Subject: resource: add new IORESOURCE_CLK type
From: Magnus Damm <magnus.damm@gmail.com>
Rearrange the values of the IORESOURCE_TYPE_BITS from one bit per type to a
4-bit counter. Also, IORESOURCE_CLK is added. Not sure if it is better to
start counting from 0 instead of 1.
Signed-off-by: Magnus Damm <damm@igel.co.jp>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---
include/linux/ioport.h | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff -puN include/linux/ioport.h~resource-add-new-ioresource_clk-type include/linux/ioport.h
--- a/include/linux/ioport.h~resource-add-new-ioresource_clk-type
+++ a/include/linux/ioport.h
@@ -37,8 +37,9 @@ struct resource_list {
#define IORESOURCE_TYPE_BITS 0x00000f00 /* Resource type */
#define IORESOURCE_IO 0x00000100
#define IORESOURCE_MEM 0x00000200
-#define IORESOURCE_IRQ 0x00000400
-#define IORESOURCE_DMA 0x00000800
+#define IORESOURCE_IRQ 0x00000300
+#define IORESOURCE_DMA 0x00000400
+#define IORESOURCE_CLK 0x00000500
#define IORESOURCE_PREFETCH 0x00001000 /* No side effects */
#define IORESOURCE_READONLY 0x00002000
_
Patches currently in -mm which might be from magnus.damm@gmail.com are
linux-next.patch
video-superh-mobile-lcdc-driver.patch
video-superh-mobile-lcdc-driver-update.patch
resource-add-new-ioresource_clk-type.patch
reply other threads:[~2008-07-18 22:26 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=200807182225.m6IMPeEj001685@imap1.linux-foundation.org \
--to=akpm@linux-foundation.org \
--cc=damm@igel.co.jp \
--cc=linux-kernel@vger.kernel.org \
--cc=magnus.damm@gmail.com \
--cc=mm-commits@vger.kernel.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox