[PATCH] gpio/generic: initialize the shadow of direction register
Lothar Waßmann
LW at KARO-electronics.de
Wed May 16 10:03:51 EDT 2012
Hi,
Shawn Guo writes:
> On Wed, May 16, 2012 at 03:33:26PM +0200, Lothar Waßmann wrote:
> > > I'm not fixing a gpio-mxs problem but a gpio-generic one. Can you help
> > >
> > Yes, I know. And that's exaclty why you should make sure that you
> > don't break other platforms by fixing yours!
> >
> > > me understand what the new problems could possibly be introduced for
> > > other gpio-generic users by the changes?
> > >
> > Another platform using might be working just _because_ of the "broken"
> > behaviour. By fixing that brokenness for your driver you may break
> > that other platform.
> >
> Can you point me any such platform?
>
_You_ want to introduce a change that will change the behaviour of
existing code, so it's _your_ responsibility to make sure that your
change doesn't break other users.
Those are the current users of bgpio:
./drivers/gpio/gpio-sodaville.c: ret = bgpio_init(&sd->bgpio, &pdev->dev, 4,
./drivers/gpio/gpio-ep93xx.c: err = bgpio_init(bgc, dev, 1, data, NULL, NULL, dir, NULL, false);
./drivers/gpio/gpio-mxc.c: err = bgpio_init(&port->bgc, &pdev->dev, 4,
./drivers/gpio/gpio-mxs.c: err = bgpio_init(&port->bgc, &pdev->dev, 4,
You should at least CC: their maintainers to inform them that the code
they are relying on will change its behaviour.
Lothar Waßmann
--
___________________________________________________________
Ka-Ro electronics GmbH | Pascalstraße 22 | D - 52076 Aachen
Phone: +49 2408 1402-0 | Fax: +49 2408 1402-10
Geschäftsführer: Matthias Kaussen
Handelsregistereintrag: Amtsgericht Aachen, HRB 4996
www.karo-electronics.de | info at karo-electronics.de
___________________________________________________________
More information about the linux-arm-kernel
mailing list