[U-Boot] [PATCH 1/2 V6] EXYNOS5: PINMUX: Added default pinumx settings
Minkyu Kang
promsoft at gmail.com
Fri Jun 15 03:51:45 CEST 2012
On 10 June 2012 05:13, Simon Glass <sjg at chromium.org> wrote:
> On Wed, Jun 6, 2012 at 10:54 PM, Rajeshwari Shinde <rajeshwari.s at samsung.com
>> 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 <a.kesavan at samsung.com>
>> Signed-off-by: Che-Liang Chiou <clchiou at chromium.org>
>> Signed-off-by: Rajeshwari Shinde <rajeshwari.s at samsung.com>
>> Acked-by: Chander Kashyap <chander.kashyap at linaro.org>
>> Acked-by: Simon Glass <sjg at chromium.org>
>>
>
> Acked-by: Simon Glass <sjg at chromium.org>
>
>
>> ---
>> 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
More information about the U-Boot
mailing list