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

2009-09-15 Thread Greg Kroah-Hartman
Signed-off-by: Greg Kroah-Hartman gre...@suse.de --- drivers/pcmcia/o2micro.h |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/drivers/pcmcia/o2micro.h b/drivers/pcmcia/o2micro.h index 5554015..72188c4 100644 --- a/drivers/pcmcia/o2micro.h +++ b/drivers/pcmcia/o2micro.h

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

2009-09-15 Thread Greg Kroah-Hartman
...@dominikbrodowski.net Cc: Greg Kroah-Hartman gre...@suse.de --- drivers/pcmcia/ds.c |3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/drivers/pcmcia/ds.c b/drivers/pcmcia/ds.c index 304ff6d..9f300d3 100644 --- a/drivers/pcmcia/ds.c +++ b/drivers/pcmcia/ds.c @@ -236,7

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

2009-09-15 Thread Greg Kroah-Hartman
address on this processor. Signed-off-by: Steven A. Falco sfa...@harris.com Signed-off-by: Wolfram Sang w.s...@pengutronix.de Signed-off-by: Greg Kroah-Hartman gre...@suse.de --- include/pcmcia/ss.h |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/pcmcia/ss.h b

[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 a/drivers

[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 --- drivers/pcmcia

[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

[ 06/31] pcmcia: sharpsl: dont discard sharpsl_pcmcia_ops

2012-10-25 Thread Greg Kroah-Hartman
Brodowski li...@dominikbrodowski.net Cc: Russell King rmk+ker...@arm.linux.org.uk Cc: Pavel Machek pa...@suse.cz Cc: linux-pcmcia@lists.infradead.org Cc: Jochen Friedrich joc...@scram.de Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- drivers/pcmcia/pxa2xx_sharpsl.c |2 +- 1 file

[ 10/42] pcmcia: sharpsl: dont discard sharpsl_pcmcia_ops

2012-10-25 Thread Greg Kroah-Hartman
Brodowski li...@dominikbrodowski.net Cc: Russell King rmk+ker...@arm.linux.org.uk Cc: Pavel Machek pa...@suse.cz Cc: linux-pcmcia@lists.infradead.org Cc: Jochen Friedrich joc...@scram.de Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- drivers/pcmcia/pxa2xx_sharpsl.c |2 +- 1 file

[ 14/85] pcmcia: sharpsl: dont discard sharpsl_pcmcia_ops

2012-10-25 Thread Greg Kroah-Hartman
Brodowski li...@dominikbrodowski.net Cc: Russell King rmk+ker...@arm.linux.org.uk Cc: Pavel Machek pa...@suse.cz Cc: linux-pcmcia@lists.infradead.org Cc: Jochen Friedrich joc...@scram.de Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- drivers/pcmcia/pxa2xx_sharpsl.c |2 +- 1 file

Re: [PATCH v2 0/7] pcmcia: at91_cf: clean up and add DT support

2013-06-05 Thread Greg Kroah-Hartman
On Wed, Jun 05, 2013 at 12:04:26PM +0200, Nicolas Ferre wrote: On 20/04/2013 00:54, Greg Kroah-Hartman : On Wed, Apr 17, 2013 at 10:51:23AM +0200, Nicolas Ferre wrote: On 04/17/2013 10:39 AM, Fabio Porcedda : On Thu, Mar 21, 2013 at 12:40 PM, Nicolas Ferre nicolas.fe...@atmel.com wrote

[PATCH 07/11] pcmcia: convert bus code to use dev_groups

2013-10-07 Thread Greg Kroah-Hartman
The dev_attrs field of struct bus_type is going away soon, dev_groups should be used instead. This converts the pcmcia bus code to use the correct field. Cc: Bill Pemberton wf...@virginia.edu Cc: linux-pcmcia@lists.infradead.org Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org

Re: randconfig build error with next-20150113, in drivers/pcmcia/rsrc_pci.c

2015-01-13 Thread Greg Kroah-Hartman
On Tue, Jan 13, 2015 at 11:08:30AM -0700, Jim Davis wrote: Building with the attached random configuration file, drivers/pcmcia/rsrc_pci.c: In function ‘find_io_region’: drivers/pcmcia/rsrc_pci.c:40:2: error: implicit declaration of function ‘pci_bus_alloc_resource’

[PATCH 4.5 084/124] pcmcia: db1xxx_ss: fix last irq_to_gpio user

2016-04-17 Thread Greg Kroah-Hartman
chwork: https://patchwork.linux-mips.org/patch/12747/ Signed-off-by: Ralf Baechle <r...@linux-mips.org> Signed-off-by: Greg Kroah-Hartman <gre...@linuxfoundation.org> --- arch/mips/alchemy/devboards/db1000.c | 18 -- arch/mips/alchemy/devboards/db1550.c |

[PATCH 08/11] pcmcia: ds: convert to use DRIVER_ATTR_RO

2017-06-09 Thread Greg Kroah-Hartman
We are trying to get rid of DRIVER_ATTR(), and the pcmcia driver's attribute can be trivially changed to use DRIVER_ATTR_RO(). Cc: Russell King <rmk+ker...@armlinux.org.uk> Cc: <linux-pcmcia@lists.infradead.org> Signed-off-by: Greg Kroah-Hartman <gre...@linuxfoundation.org> -