[U-Boot] [PATCH] da850 evm: Fix definition of 'pinmux' macro

2010-07-06 Thread Prakash PM
Usage of parenthesis in pinmux macro definition changes the definition of the macro and raises the precedence of '&' operator inadvertently over '[]'. Signed-off-by: Prakash PM --- board/davinci/da8xxevm/da850evm.c | 22 +++--- 1 files changed, 11 ins

[U-Boot] [PATCH] da830 evm: Fix checkpatch error on 'pinmux' macro

2010-07-06 Thread Prakash PM
Existing code returns checkpatch error on pinmux macro definition for not enclosing the definition in parenthesis. The error can be observed in the patch generated from commit id bdc9c6c7f77a9a63349ecb9f54b20ad34033a2ae. So macro implementation is modified to fix the error. Signed-off-by: Prakash

[U-Boot] [PATCH v2] DaVinci: EMAC: Get EMAC_MDIO_PHY_NUM from config files

2010-06-22 Thread Prakash PM
issue observed during network access on DM365EVM. EMAC driver was assuming EMAC_MDIO_PHY_NUM as 1 but it is 0 on DM365EVM. This patch is verified on da830/omap-l137, dm365 and dm644x evms. Signed-off-by: Prakash PM --- Since v1: Added CONFIG_EMAC_MDIO_PHY_NUM for Davinci SONATA board config file

[U-Boot] [PATCH] DaVinci: EMAC: Get EMAC_MDIO_PHY_NUM from config files

2010-06-21 Thread Prakash PM
issue observed during network access on DM365EVM. EMAC driver was assuming EMAC_MDIO_PHY_NUM as 1 but it is 0 on DM365EVM. This patch is verified on da830/omap-l137, dm365 and dm644x evms. Signed-off-by: Prakash PM --- arch/arm/include/asm/arch-davinci/emac_defs.h |2 +- include/configs