From mboxrd@z Thu Jan 1 00:00:00 1970 From: Minkyu Kang Date: Wed, 05 Feb 2014 16:25:15 +0900 Subject: [U-Boot] [PATCH 3/3] exynos: pinmux: remove unnecessary routine In-Reply-To: <52E8B601.8070502@samsung.com> References: <52E8B601.8070502@samsung.com> Message-ID: <52F1E75B.9080605@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 29/01/14 17:04, Minkyu Kang wrote: > Because of the list of peripherals is not sequential, > such a routine does not check for valid correctly. > Error check will be done when call the exynos_pinmux_config function. > > Signed-off-by: Minkyu Kang > --- > arch/arm/cpu/armv7/exynos/pinmux.c | 7 +------ > 1 file changed, 1 insertion(+), 6 deletions(-) > applied to u-boot-samsung. Minkyu Kang.