Re: [U-Boot] [PATCH 56/60] ARM: tegra: remove funcmux API

2016-05-07 Thread Simon Glass
Hi Stephen, On 19 April 2016 at 14:59, Stephen Warren wrote: > From: Stephen Warren > > Replace all usage of funcmux APIs with the pinmux functions previously > added to replace then. Delete the funcmux implementation since it's no > longer used. This merges all pinmux-related logic into the pin

[U-Boot] [PATCH 56/60] ARM: tegra: remove funcmux API

2016-04-19 Thread Stephen Warren
From: Stephen Warren Replace all usage of funcmux APIs with the pinmux functions previously added to replace then. Delete the funcmux implementation since it's no longer used. This merges all pinmux-related logic into the pinmux code and avoids use of the funcmux "IOCTL" functions, which compile