[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 p

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

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",

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

Re: [PATCH RFC] pcmcia: load include_io, include_mem from /etc/modprobe.d/pcmcia.conf

2009-11-29 Thread Komuro
Hi, If parameter is defined at /etc/modprobe.d/pcmcia.conf, but the parameter is not defined at rsrc_nonstatic.c, then rsrc_nonstatic and yenta_socket are _not_ loaded at all. sorry, I think it is better to use pcmcia-socket-startup. >rsrc_nonstatic: Unknown parameter `include_io_list' >rsrc_n