[PATCH 18/33] pcmcia: sa1100: provide generic CF support
Russell King - ARM Linux
linux at armlinux.org.uk
Wed Sep 14 02:06:02 PDT 2016
On Wed, Sep 14, 2016 at 10:52:39AM +0200, Linus Walleij wrote:
> On Mon, Aug 29, 2016 at 12:25 PM, Russell King
> <rmk+kernel at armlinux.org.uk> wrote:
>
> > Provide generic non-voltage sensing socket support for StrongARM
> > platforms using the gpiolib and regulator subsystems to obtain the
> > resources to control the socket.
> >
> > Signed-off-by: Russell King <rmk+kernel at armlinux.org.uk>
> (...)
>
> > +static int sa11x0_drv_pcmcia_probe(struct platform_device *pdev)
> > +{
> > + struct soc_pcmcia_socket *skt;
> > + struct device *dev = &pdev->dev;
> > +
> > + if (dev->id == -1)
> > + return sa11x0_drv_pcmcia_legacy_probe(pdev);
>
> There is a typo there, it should be pdev->id rather than dev->id.
>
> After fixing this, my legacy h3600 PCMCIA started probing again.
Thanks, I've included a change there, should be part of the branch by
the time you get this email - sa1100 head should be 9ad0f8181616. If
not, it's probably still being pushed out over my slow 'net link.
> (It revealed another bug in fetching GPIOs but it is an orthogobal
> problem altogether, looking into it.)
If you're referring to the generic sa1100 pcmcia code, there's a fix
for that already in my branch.
--
RMK's Patch system: http://www.armlinux.org.uk/developer/patches/
FTTC broadband for 0.8mile line: currently at 9.6Mbps down 400kbps up
according to speedtest.net.
More information about the linux-pcmcia
mailing list