From mboxrd@z Thu Jan 1 00:00:00 1970 From: Minkyu Kang Date: Wed, 06 May 2015 17:02:26 +0900 Subject: [U-Boot] [PATCH 09/10] gpio: s3c: Fix the GPIO driver In-Reply-To: <201505020312.40679.marex@denx.de> References: <1413045778-5690-1-git-send-email-marex@denx.de> <1413045778-5690-9-git-send-email-marex@denx.de> <201505020312.40679.marex@denx.de> Message-ID: <5549CA92.60607@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 02/05/15 10:12, Marek Vasut wrote: > On Saturday, October 11, 2014 at 06:42:57 PM, Marek Vasut wrote: >> The GPIO driver didn't correctly compute the bank offset >> from the GPIO number and caused random writes into the >> GPIO block address space. Fix the driver so it actually >> does the writes correctly. While at it, make use of the >> clrsetbits_le32() mechanisms. >> >> Signed-off-by: Marek Vasut >> Cc: Kyungmin Park >> Cc: Lukasz Majewski >> Cc: Minkyu Kang >> Cc: Vladimir Zapolskiy > > Can this please be applied ? > > Best regards, > Marek Vasut > applied to u-boot-samsung. Thanks, Minkyu Kang.