[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20081017211314.GA30061@oksana.dev.rtsoft.ru>
Date: Sat, 18 Oct 2008 01:13:14 +0400
From: Anton Vorontsov <avorontsov@...mvista.com>
To: David Brownell <david-b@...bell.net>
Cc: linux-kernel@...r.kernel.org,
David Brownell <dbrownell@...rs.sourceforge.net>,
"Steven A. Falco" <sfalco@...ris.com>,
Grant Likely <grant.likely@...retlab.ca>,
Jean Delvare <khali@...ux-fr.org>,
David Miller <davem@...emloft.net>, i2c@...sensors.org,
linuxppc-dev@...abs.org
Subject: Re: [PATCH 5/7] of/gpio: implement of_dev_gpiochip_{add,remove}
calls
On Fri, Oct 17, 2008 at 01:25:01PM -0700, David Brownell wrote:
> On Thursday 16 October 2008, Anton Vorontsov wrote:
> > + if (of_gc->chip)
> > + return of_gc->chip;
> > + return &of_gc->gc;
>
> presumably there's a reason not to
>
> of_gc->chip = &of_gc->gc;
Yes, there are two reasons:
1. I need some place to insert the huge comment, which you snipped. ;-)
2. I didn't want to break current users. That is, the line you purpose
("of_gc->chip = &of_gc->gc;") should be inserted to every of_gpio
controller. Most of them use of_mm_gpiochip_add(), so these are easy.
But some (mcu_mpc8349emitx.c) are doing things by themselves.
Thanks,
--
Anton Vorontsov
email: cbouatmailru@...il.com
irc://irc.freenode.net/bd2
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists