Re: [PATCH 13/13] pcmcia: rework the irq_req_t typedef

2009-11-29 Thread Wolfram Sang
Hi Dominik, diff --git a/include/pcmcia/cs.h b/include/pcmcia/cs.h index afc2bfb..39376e6 100644 --- a/include/pcmcia/cs.h +++ b/include/pcmcia/cs.h @@ -126,7 +126,7 @@ typedef struct irq_req_t { #define IRQ_TYPE_TIME0x01 #define IRQ_TYPE_DYNAMIC_SHARING 0x02

Re: Re: [QUESTION] pcmciautils : Is rules-modprobe necessary?

2009-11-29 Thread Komuro
Hi, Even if I remove the rules-modprobe below from /etc/udev/rules.d/60-pcmcia.rules, pcmcia card driver is loaded properly (for example, pcnet_cs) Is rules-modprobe necessary? # modprobe $env{MODALIAS} loads all possibly appropriate modules #SUBSYSTEM==pcmcia, ENV{MODALIAS}==?*, \

Re: [PATCH 13/13] pcmcia: rework the irq_req_t typedef

2009-11-29 Thread Dominik Brodowski
Hey, On Sun, Nov 29, 2009 at 11:14:56AM +0100, Wolfram Sang wrote: diff --git a/include/pcmcia/cs.h b/include/pcmcia/cs.h index afc2bfb..39376e6 100644 --- a/include/pcmcia/cs.h +++ b/include/pcmcia/cs.h @@ -126,7 +126,7 @@ typedef struct irq_req_t { #define IRQ_TYPE_TIME

[PATCH] add pismo support

2009-11-29 Thread Russell King - ARM Linux
The following patch adds support for PISMO modules found on ARM Ltd development platforms. These are MTD modules, and can have a selection of SRAM, flash or DOC devices as described by an on-board I2C EEPROM. We support SRAM and NOR flash devices only by registering appropriate conventional MTD