From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jean-Christophe PLAGNIOL-VILLARD Date: Sat, 27 Jun 2009 23:55:54 +0200 Subject: [U-Boot] [PATCH] OMAP3 pandora: update pin mux for rev3 boards In-Reply-To: <6ed0b2680906260143x5e103a25s6c55d7005c3db634@mail.gmail.com> References: <1244462272-7391-1-git-send-email-notasas@gmail.com> <20090625215950.GF23174@game.jcrosoft.org> <6ed0b2680906260143x5e103a25s6c55d7005c3db634@mail.gmail.com> Message-ID: <20090627215554.GP8587@game.jcrosoft.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 11:43 Fri 26 Jun , Grazvydas Ignotas wrote: > On Fri, Jun 26, 2009 at 12:59 AM, Jean-Christophe > PLAGNIOL-VILLARD wrote: > > On 14:57 Mon 08 Jun ? ? , Grazvydas Ignotas wrote: > >> The update consists of following changes: > >> - remove configuration of not connected pins, effectively > >> ? leaving them in safe mode. > >> - remove unused GPIOs, setup newly added ones. > >> - setup pulls for various GPIOs. Disable pulls for game > >> ? buttons, as they have external pulls. > >> - SDRC CS change based on recent patch for > >> ? Beagle and Overo. > >> > >> Old boards are no longer supported, but there was only > >> small number of test boards made. Updated configuration > >> is expected to be used for mass production. > > If user have old version in possession NACK > > There are only several old prototypes some developers have, there is > really no need to complicate code to support those boards. The old > boards will be replaced anyway as they don't fit into the case. If only one active user have the board we need to support it > > > this kind of huge update is non bisectable > > Yes but current boards don't even work with what is in mainline, so it > doesn't make much sense to bisect anyway. > > > so we do need to use a true mux api > > as the kernel lot's of other arch in u-boot > > You could be right, but I don't think I can contribute this at the > moment. Current mux api is good enough for single configuration we > need. no it's a mess to use and manage and duplicate code Best Regards, J.