From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Rini Date: Mon, 2 Jul 2012 08:05:19 -0700 Subject: [U-Boot] [PATCH v2] arm,davinci: update for enbw_cmc board In-Reply-To: <4FF1295E.6050809@denx.de> References: <1336199570-22151-1-git-send-email-hs@denx.de> <1337063054-25508-1-git-send-email-hs@denx.de> <4FF1295E.6050809@denx.de> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Sun, Jul 1, 2012 at 9:53 PM, Heiko Schocher wrote: > Hello Tom, > > On 15.05.2012 08:24, Heiko Schocher wrote: >> >> - change gpio pin settings: >> >> ? ?- gpio pin 6[13] (PLC reset) default value low >> ? ?- gpio pin 6[0] (TPM reset) default value low >> ? ?- 4 new GPIO pins >> ? ? ? ?pin ?i/o ? name >> ? ? ?- 3[9] input Board Type >> ? ? ?- 2[7] input HW-ID0 >> ? ? ?- 2[6] input HW-ID1 >> ? ? ?- 2[3] input HW-ID2 >> >> - read board type and hw id from gpio pins on the enbw_cmc board, >> ? ?and use board type for setting up different gpio pin settings. >> >> - do not pass "davinci_mmc.use_dma=0" to linux, as MMC now >> ? ?works with DMA. >> >> - update logbuf support: >> ? ?store post word in RTC scratch register >> >> - add support for configuring KSZ8864RMN switch through >> ? ?a config file on u-boot startup. For more infos see: >> ? ?doc/README.switch_config >> >> Signed-off-by: Heiko Schocher >> Cc: Wolfgang Denk >> Cc: Tom Rini >> Cc: Christian Riesch >> Cc: Sandeep Paulraj >> >> --- >> changes for v2: >> - add comment from Tom Rini: >> ? ?remove ELDK-4.2 compiler warning: >> ? ?enbw_cmc.c: In function 'enbw_cmc_getvalue': >> ? ?enbw_cmc.c:447: warning: dereferencing type-punned pointer will break >> strict-aliasing rules >> >> $ ./tools/checkpatch.pl 0001-arm-davinci-update-for-enbw_cmc-board.patch >> total: 0 errors, 0 warnings, 498 lines checked >> >> NOTE: Ignored message types: COMPLEX_MACRO CONSIDER_KSTRTO MINMAX >> MULTISTATEMENT_MACRO_USE_DO_WHILE >> >> 0001-arm-davinci-update-for-enbw_cmc-board.patch has no obvious style >> problems and is ready for submission. > > > Tom? Are there more issues with this patch? Currently sitting in u-boot-arm/master I believe. -- Tom