From mboxrd@z Thu Jan 1 00:00:00 1970 From: Minkyu Kang Date: Fri, 07 Dec 2012 16:49:56 +0900 Subject: [U-Boot] [PATCH v2 0/3] EXYNOS: Add support for Exynos4x12 In-Reply-To: References: <1349183809-15976-1-git-send-email-chander.kashyap@linaro.org> Message-ID: <50C19FA4.6060804@samsung.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Chander, On 02/11/12 19:51, Chander Kashyap wrote: > ping > > On 2 October 2012 15:16, Chander Kashyap wrote: >> This patch series popultes Register addresses, clock structure and >> gpio structure for Exynos4x12. >> >> Changes in v2: >> - Fixed the GPIO base address macro for exynos4x12_gpio_part3_get_nr >> in arch/arm/include/asm/arch-exynos/gpio.h >> Chander Kashyap (3): >> EXYNOS: EXYNOS4X12: Populate Exynos4x12 register addresses >> EXYNOS: EXYNOS4X12: Add clock structure for EXYNOS4X12 >> EXYNOS: EXYNOS4X12: Add gpio structure for EXYNOS4X12 >> >> arch/arm/include/asm/arch-exynos/clock.h | 276 ++++++++++++++++++++++++++++++ >> arch/arm/include/asm/arch-exynos/cpu.h | 48 +++++- >> arch/arm/include/asm/arch-exynos/gpio.h | 85 +++++++++ >> 3 files changed, 402 insertions(+), 7 deletions(-) >> Patches are looks good. Please rebase this patchset. Thanks. Minkyu Kang.