From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Thompson Date: Thu, 03 Dec 2009 10:25:41 +0000 Subject: [U-Boot] [PATCH] Davinci: Table driven pinmux configuration In-Reply-To: <4B014267.5030904@gefanuc.com> References: <4B014267.5030904@gefanuc.com> Message-ID: <4B179225.1030203@gefanuc.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 16/11/09 12:15, Nick Thompson wrote: > Davinci: Table driven pinmux configuration > > Add code to allow pinmux_config tables to be grouped and configured > as a single resource. This removes multiple calls to the pinmux > configuration code from board_init and allows pinmuxes to be > individually configured and added by data manipulation only. > > All related #ifdefs can the be removed from board_init code and > since the compiler optimises away statics, #ifdefs can be reduced in > the data definitions as well. > > Signed-off-by: Nick Thompson > --- > Applies to u-boot-ti: > > board/davinci/common/misc.c | 31 +++++++++++++++++++++++++++++++ > board/davinci/common/misc.h | 13 +++++++++++++ > 2 files changed, 44 insertions(+), 0 deletions(-) I have seen no comments on this one. Is it okay? It's Davinci specific, so I assume this is for Sandeep's attention. Sorry to push, but it's central to several further patches. Thanks, Nick.