From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Sat, 2 May 2015 03:12:40 +0200 Subject: [U-Boot] [PATCH 09/10] gpio: s3c: Fix the GPIO driver In-Reply-To: <1413045778-5690-9-git-send-email-marex@denx.de> References: <1413045778-5690-1-git-send-email-marex@denx.de> <1413045778-5690-9-git-send-email-marex@denx.de> Message-ID: <201505020312.40679.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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