All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/05] resource: type, size and IORESOURCE_CLK patches V2
@ 2008-07-18  7:40 ` Magnus Damm
  0 siblings, 0 replies; 37+ messages in thread
From: Magnus Damm @ 2008-07-18  7:40 UTC (permalink / raw)
  To: linux-kernel; +Cc: linux-sh, gregkh, lethal, i2c, Magnus Damm, akpm

This is V2 of the resource type, size and IORESOURCE_CLK patches.

[PATCH 01/05] resource: add resource_size()
[PATCH 02/05] resource: add resource_type() and IORESOURCE_TYPE_BITS
[PATCH 03/05] resource: add new IORESOURCE_CLK type V2
[PATCH 04/05] i2c-sh_mobile: IORESOURCE_CLK support
[PATCH 05/05] sh: add IORESOURCE_CLK to SuperH Mobile I2C platform data

Changes since V1
 - Just add a single bit for IORESOURCE_CLK
 - Dropped "[PATCH 03/04] resource: use new resource type changes" for now
 - Added IORESOURCE_CLK driver patch for i2c-sh_mobile
 - Added IORESOURCE_CLK platform data patch

Signed-off-by: Magnus Damm <damm@igel.co.jp>
---

 arch/sh/kernel/cpu/sh4a/setup-sh7343.c |   14 ++++++++++----
 arch/sh/kernel/cpu/sh4a/setup-sh7366.c |    7 +++++--
 arch/sh/kernel/cpu/sh4a/setup-sh7722.c |    7 +++++--
 arch/sh/kernel/cpu/sh4a/setup-sh7723.c |    7 +++++--
 drivers/base/platform.c                |   31 +++++++++++++++++--------------
 drivers/i2c/busses/i2c-sh_mobile.c     |    8 +++++++-
 include/linux/ioport.h                 |   28 +++++++++++++++++++---------
 kernel/resource.c                      |    2 +-
 8 files changed, 69 insertions(+), 35 deletions(-)

^ permalink raw reply	[flat|nested] 37+ messages in thread

end of thread, other threads:[~2008-08-13  7:51 UTC | newest]

Thread overview: 37+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-18  7:40 [PATCH 00/05] resource: type, size and IORESOURCE_CLK patches V2 Magnus Damm
2008-07-18  7:40 ` Magnus Damm
2008-07-18  7:40 ` [PATCH 01/05] resource: add resource_size() Magnus Damm
2008-07-18  7:40   ` Magnus Damm
2008-07-18  7:54   ` Ben Dooks
2008-07-18  7:54     ` Ben Dooks
2008-07-18  7:40 ` [PATCH 02/05] resource: add resource_type() and IORESOURCE_TYPE_BITS Magnus Damm
2008-07-18  7:40   ` Magnus Damm
2008-07-18  7:56   ` Ben Dooks
2008-07-18  7:56     ` [PATCH 02/05] resource: add resource_type() and Ben Dooks
2008-07-18  8:24     ` [PATCH 02/05] resource: add resource_type() and IORESOURCE_TYPE_BITS Magnus Damm
2008-07-18  8:24       ` Magnus Damm
2008-07-18  8:33       ` Ben Dooks
2008-07-18  8:33         ` [PATCH 02/05] resource: add resource_type() and Ben Dooks
2008-07-18  9:05         ` [PATCH 02/05] resource: add resource_type() and IORESOURCE_TYPE_BITS Magnus Damm
2008-07-18  9:05           ` Magnus Damm
2008-07-18  7:40 ` [PATCH 03/05] resource: add new IORESOURCE_CLK type V2 Magnus Damm
2008-07-18  7:40   ` Magnus Damm
2008-07-18  7:53   ` [i2c] " Ben Dooks
2008-07-18  7:53     ` Ben Dooks
2008-07-18  8:53     ` Magnus Damm
2008-07-18  8:53       ` Magnus Damm
2008-07-18  7:40 ` [PATCH 04/05] i2c-sh_mobile: IORESOURCE_CLK support Magnus Damm
2008-07-18  7:40   ` Magnus Damm
2008-07-18  8:04   ` Ben Dooks
2008-07-18  8:04     ` Ben Dooks
2008-07-18  9:18     ` Magnus Damm
2008-07-18  9:18       ` Magnus Damm
2008-08-13  5:54       ` [i2c] " Ben Dooks
2008-08-13  5:54         ` Ben Dooks
2008-08-13  7:51         ` Russell King
2008-08-13  7:51           ` Russell King
2008-07-18  7:40 ` [PATCH 05/05] sh: add IORESOURCE_CLK to SuperH Mobile I2C platform data Magnus Damm
2008-07-18  7:40   ` Magnus Damm
2008-07-18 23:36   ` Andrew Morton
2008-07-18 23:36     ` Andrew Morton
2008-07-18 23:36     ` [PATCH 05/05] sh: add IORESOURCE_CLK to SuperH Mobile I2C Andrew Morton

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.