On 10 June 2012 05:13, Simon Glass <[email protected]> wrote: > On Wed, Jun 6, 2012 at 10:54 PM, Rajeshwari Shinde <[email protected] >> wrote: > >> This patch performs the pinmux configuration in a common file. >> As of now only EXYNOS5 pinmux for SDMMC, UART and Ethernet is >> supported. >> >> Signed-off-by: Abhilash Kesavan <[email protected]> >> Signed-off-by: Che-Liang Chiou <[email protected]> >> Signed-off-by: Rajeshwari Shinde <[email protected]> >> Acked-by: Chander Kashyap <[email protected]> >> Acked-by: Simon Glass <[email protected]> >> > > Acked-by: Simon Glass <[email protected]> > > >> --- >> Changes in V2: >> - Adding pinmux.c to Makefile moved to this patch. >> - exynos5_pinmux_config made static >> Changes in V3: >> - Separate functions made for each peripheral >> - enum periph_id moved to a separate periph.h >> Changes in V4: >> - removed variable declarations from exynos5_pinmux_config >> Changes in V5: >> - added a return statement for function exynos5_mmc_config >> and added a check for same >> Changes in V6: >> - Added a blank line >> arch/arm/cpu/armv7/exynos/Makefile | 2 +- >> arch/arm/cpu/armv7/exynos/pinmux.c | 220 >> +++++++++++++++++++++++++++++ >> arch/arm/include/asm/arch-exynos/periph.h | 47 ++++++ >> arch/arm/include/asm/arch-exynos/pinmux.h | 58 ++++++++ >> 4 files changed, 326 insertions(+), 1 deletions(-) >> create mode 100644 arch/arm/cpu/armv7/exynos/pinmux.c >> create mode 100644 arch/arm/include/asm/arch-exynos/periph.h >> create mode 100644 arch/arm/include/asm/arch-exynos/pinmux.h >>
applied to u-boot-samsung. Thanks. Minkyu Kang. -- from. prom. www.promsoft.net _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

