[GIT PATCH] PCMCIA patches for 2.6.31-git

2009-09-15 Thread Greg KH
Here is the PCMCIA patchset for the 2.6.31 merge window Due to the current maintainer being busy, I got tagged to send these to you :) Please pull from: master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pcmcia-2.6.git/ The patches will be sent as a follow-on to this message to the

[PATCH 5/8] pcmcia: disable prefetch/burst for OZ6933

2009-09-15 Thread Greg Kroah-Hartman
From: Tomas Kovacik n...@nodomain.sk Problems have been reported [1], so disable prefetch/burst, to be on the safe side. [1] http://www.mail-archive.com/linux-pcmcia@lists.infradead.org/msg02048.html Signed-off-by: Tomáš Kováčik n...@nodomain.sk Signed-off-by: Wolfram Sang w.s...@pengutronix.de

[PATCH 4/8] pcmcia: fix incorrect argument order to list_add_tail()

2009-09-15 Thread Greg Kroah-Hartman
From: Wolfram Sang w.s...@pengutronix.de Commit a56bc69a182f501582557af7fad5bc882b1c856c fixed a wrong usage of list_add_tail() within store_new_id() for PCI. Port the fix to PCMCIA, which adapted this function from PCI. Signed-off-by: Wolfram Sang w.s...@pengutronix.de Cc: Dominik Brodowski

[PATCH 2/8] pcmcia: Use phys_addr_t for physical addresses

2009-09-15 Thread Greg Kroah-Hartman
From: Steven A. Falco sfa...@harris.com Physical addresses are currently represented as int or long types. However, this does not work for processors like the PPC440EPx, which is a 32-bit processor with a 36-bit address space. This patch uses the phys_addr_t type, which correctly holds a 36-bit

[PATCH 3/8] pcmcia: drivers/pcmcia/pcmcia_resource.c: Remove unnecessary semicolons

2009-09-15 Thread Greg Kroah-Hartman
From: Joe Perches j...@perches.com Signed-off-by: Joe Perches j...@perches.com Signed-off-by: Wolfram Sang w.s...@pengutronix.de Signed-off-by: Greg Kroah-Hartman gre...@suse.de --- drivers/pcmcia/pcmcia_resource.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git

[PATCH 8/8] pcmcia: document return value of pcmcia_loop_config

2009-09-15 Thread Greg Kroah-Hartman
From: Wolfram Sang w.s...@pengutronix.de Hopefully it will be harder to get it wrong now. Also fix an unneeded initialization while we are here. Signed-off-by: Wolfram Sang w.s...@pengutronix.de Signed-off-by: Greg Kroah-Hartman gre...@suse.de --- drivers/pcmcia/pcmcia_resource.c |4 ++-- 1

[PATCH 6/8] pcmcia: drop non-existant includes

2009-09-15 Thread Greg Kroah-Hartman
From: Wolfram Sang w.s...@pengutronix.de See http://lists.infradead.org/pipermail/linux-pcmcia/2009-April/006109.html Reported-by: Robert P. J. Day rpj...@crashcourse.ca Signed-off-by: Wolfram Sang w.s...@pengutronix.de Signed-off-by: Greg Kroah-Hartman gre...@suse.de ---

[PATCH 1/8] pcmcia: drivers/pcmcia: Make static

2009-09-15 Thread Greg Kroah-Hartman
From: Roel Kluin roel.kl...@gmail.com Sparse asked whether these could be static. Signed-off-by: Roel Kluin roel.kl...@gmail.com Signed-off-by: Wolfram Sang w.s...@pengutronix.de Signed-off-by: Greg Kroah-Hartman gre...@suse.de --- drivers/pcmcia/pcmcia_ioctl.c |2 +- 1 files changed, 1

Re: Pull request for pcmcia-l2

2009-09-15 Thread Greg KH
On Mon, Sep 14, 2009 at 07:20:29PM +0200, Wolfram Sang wrote: Greg, as Dominik did not update his tree up to now, could you pull instead? {sigh} Sure, will do, can you resend me the information? Here it is. (Sorry if all is so troublesome; I'll try to talk to Dominik again