From mboxrd@z Thu Jan 1 00:00:00 1970 From: Minkyu Kang Date: Tue, 04 Nov 2014 19:50:29 +0900 Subject: [U-Boot] [PATCH 2/3] exynos4/4x12: gpio: use gpio extra base addresses In-Reply-To: <54589C84.60004@samsung.com> References: <1414165510-10383-1-git-send-email-p.marczak@samsung.com> <1414513867-23680-1-git-send-email-p.marczak@samsung.com> <1414513867-23680-2-git-send-email-p.marczak@samsung.com> <5452432B.4090109@samsung.com> <54589C84.60004@samsung.com> Message-ID: <5458AF75.7030708@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 On 04/11/14 18:29, Przemyslaw Marczak wrote: > Hello Minkyu, > > On 10/30/2014 02:54 PM, Minkyu Kang wrote: >> On 29/10/14 01:31, Przemyslaw Marczak wrote: >>> This patch adds extra gpio part addresses to exynos4 >>> and exynos4x12_gpio_data arrays, which are required >>> since the gpio enum lists are linear >>> >>> Signed-off-by: Przemyslaw Marczak >>> --- >>> arch/arm/include/asm/arch-exynos/gpio.h | 59 ++++++++++++++++++++++----------- >>> 1 file changed, 39 insertions(+), 20 deletions(-) >>> >> >> applied to u-boot-samsung. >> >> Thanks, >> Minkyu Kang. >> > > I thought that those patches will go through u-boot-dm, since it was a second version of some not merged V1 patches. > > Now, the u-boot-dm/master and u-boot/master are broken for exynos4 because of missing those few patches. > > Could you please make a pull request with those patches asap? > > Best regards, ok. Thanks, Minkyu Kang.