From: Olof Johansson <olof@lixom.net>
To: Stephen Rothwell <sfr@canb.auug.org.au>
Cc: Matthew Wilcox <matthew@wil.cx>,
linux-pcmcia@lists.infradead.org, linux-kernel@vger.kernel.org,
linuxppc-dev@ozlabs.org, Alan@ozlabs.org,
Andrew Morton <akpm@linux-foundation.org>,
Christoph Hellwig <hch@lst.de>, Cox <alan@lxorguk.ukuu.org.uk>
Subject: Re: [PATCH v2] pcmcia: Remove replace kio_addr_t with unsigned int everywhere
Date: Sun, 28 Oct 2007 19:16:57 -0500 [thread overview]
Message-ID: <20071029001657.GA12709@lixom.net> (raw)
In-Reply-To: <20071029105005.d85e212e.sfr@canb.auug.org.au>
On Mon, Oct 29, 2007 at 10:50:05AM +1100, Stephen Rothwell wrote:
> Hi Olof,
>
> diffstat output is very useful - especially for patches like this that
> touch lots of files. It makes it easier for potential reviewers to see
> if they should be potential reviewers. :-)
Hi,
Good point. I'll include it next time if I end up re-posting it. I hope
I won't have to. :-)
This is the diffstat from the posted patch:
Documentation/pcmcia/driver-changes.txt | 4 +-
drivers/bluetooth/bt3c_cs.c | 2 -
drivers/bluetooth/btuart_cs.c | 2 -
drivers/net/pcmcia/3c574_cs.c | 49 ++++++++++++-------------
drivers/net/pcmcia/3c589_cs.c | 30 +++++++--------
drivers/net/pcmcia/axnet_cs.c | 26 ++++++-------
drivers/net/pcmcia/fmvj18x_cs.c | 23 ++++++-----
drivers/net/pcmcia/nmclan_cs.c | 24 ++++++------
drivers/net/pcmcia/pcnet_cs.c | 36 +++++++++---------
drivers/net/pcmcia/smc91c92_cs.c | 62 ++++++++++++++++----------------
drivers/net/pcmcia/xirc2ps_cs.c | 51 +++++++++++++-------------
drivers/net/wireless/netwave_cs.c | 24 ++++++------
drivers/net/wireless/wavelan_cs.c | 56 ++++++++++++++--------------
drivers/pcmcia/i82092.c | 2 -
drivers/pcmcia/i82365.c | 14 +++----
drivers/pcmcia/m32r_cfc.c | 7 ++-
drivers/pcmcia/m32r_pcc.c | 5 +-
drivers/pcmcia/rsrc_nonstatic.c | 5 +-
drivers/serial/serial_cs.c | 6 +--
include/pcmcia/cs_types.h | 1
include/pcmcia/ss.h | 6 +--
21 files changed, 220 insertions(+), 215 deletions(-)
-Olof
WARNING: multiple messages have this Message-ID (diff)
From: Olof Johansson <olof@lixom.net>
To: Stephen Rothwell <sfr@canb.auug.org.au>
Cc: Matthew Wilcox <matthew@wil.cx>,
linux-pcmcia@lists.infradead.org, linux-kernel@vger.kernel.org,
Alan@ozlabs.org, linuxppc-dev@ozlabs.org,
Andrew Morton <akpm@linux-foundation.org>,
Christoph Hellwig <hch@lst.de>, Cox <alan@lxorguk.ukuu.org.uk>
Subject: Re: [PATCH v2] pcmcia: Remove replace kio_addr_t with unsigned int everywhere
Date: Sun, 28 Oct 2007 19:16:57 -0500 [thread overview]
Message-ID: <20071029001657.GA12709@lixom.net> (raw)
In-Reply-To: <20071029105005.d85e212e.sfr@canb.auug.org.au>
On Mon, Oct 29, 2007 at 10:50:05AM +1100, Stephen Rothwell wrote:
> Hi Olof,
>
> diffstat output is very useful - especially for patches like this that
> touch lots of files. It makes it easier for potential reviewers to see
> if they should be potential reviewers. :-)
Hi,
Good point. I'll include it next time if I end up re-posting it. I hope
I won't have to. :-)
This is the diffstat from the posted patch:
Documentation/pcmcia/driver-changes.txt | 4 +-
drivers/bluetooth/bt3c_cs.c | 2 -
drivers/bluetooth/btuart_cs.c | 2 -
drivers/net/pcmcia/3c574_cs.c | 49 ++++++++++++-------------
drivers/net/pcmcia/3c589_cs.c | 30 +++++++--------
drivers/net/pcmcia/axnet_cs.c | 26 ++++++-------
drivers/net/pcmcia/fmvj18x_cs.c | 23 ++++++-----
drivers/net/pcmcia/nmclan_cs.c | 24 ++++++------
drivers/net/pcmcia/pcnet_cs.c | 36 +++++++++---------
drivers/net/pcmcia/smc91c92_cs.c | 62 ++++++++++++++++----------------
drivers/net/pcmcia/xirc2ps_cs.c | 51 +++++++++++++-------------
drivers/net/wireless/netwave_cs.c | 24 ++++++------
drivers/net/wireless/wavelan_cs.c | 56 ++++++++++++++--------------
drivers/pcmcia/i82092.c | 2 -
drivers/pcmcia/i82365.c | 14 +++----
drivers/pcmcia/m32r_cfc.c | 7 ++-
drivers/pcmcia/m32r_pcc.c | 5 +-
drivers/pcmcia/rsrc_nonstatic.c | 5 +-
drivers/serial/serial_cs.c | 6 +--
include/pcmcia/cs_types.h | 1
include/pcmcia/ss.h | 6 +--
21 files changed, 220 insertions(+), 215 deletions(-)
-Olof
next prev parent reply other threads:[~2007-10-29 0:16 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-09-05 14:27 [PATCH] pcmcia: Convert io_req_t to use kio_addr_t Olof Johansson
2007-09-05 14:27 ` Olof Johansson
2007-09-14 10:48 ` Andrew Morton
2007-09-14 10:48 ` Andrew Morton
2007-09-14 16:52 ` Olof Johansson
2007-09-14 16:52 ` Olof Johansson
2007-09-21 22:15 ` [PATCH v2] " Olof Johansson
2007-09-21 22:15 ` Olof Johansson
2007-09-21 22:39 ` Alan Cox
2007-09-21 22:39 ` Alan Cox
2007-09-22 6:25 ` Matthew Wilcox
2007-09-22 6:25 ` Matthew Wilcox
2007-09-22 9:13 ` Christoph Hellwig
2007-09-22 9:13 ` Christoph Hellwig
2007-10-19 20:17 ` [PATCH v3] pcmcia: Convert io_req_t to use unsigned int Olof Johansson
2007-10-19 20:17 ` Olof Johansson
2007-10-28 13:44 ` Dominik Brodowski
2007-10-28 13:44 ` Dominik Brodowski
2007-10-28 20:10 ` [PATCH] pcmcia: Remove replace kio_addr_t with unsigned int everywhere Olof Johansson
2007-10-28 20:18 ` [PATCH v2] " Olof Johansson
2007-10-28 23:50 ` Stephen Rothwell
2007-10-28 23:50 ` Stephen Rothwell
2007-10-29 0:16 ` Olof Johansson [this message]
2007-10-29 0:16 ` Olof Johansson
2007-11-04 9:11 ` Komuro
2007-11-04 9:11 ` Komuro
2007-09-22 15:11 ` [PATCH v2] pcmcia: Convert io_req_t to use kio_addr_t Olof Johansson
2007-09-22 15:11 ` Olof Johansson
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=20071029001657.GA12709@lixom.net \
--to=olof@lixom.net \
--cc=Alan@ozlabs.org \
--cc=akpm@linux-foundation.org \
--cc=alan@lxorguk.ukuu.org.uk \
--cc=hch@lst.de \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pcmcia@lists.infradead.org \
--cc=linuxppc-dev@ozlabs.org \
--cc=matthew@wil.cx \
--cc=sfr@canb.auug.org.au \
/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.