Re: [U-Boot] [PATCH] net: ravb: Fix reset GPIO handling

2017-12-05 Thread Joe Hershberger
On Tue, Nov 28, 2017 at 8:49 PM, Marek Vasut wrote: > Fix handling of the reset GPIO. Drop the _nodev() suffix from the > gpio_request_by_name() call as there is now a proper DM capable > GPIO driver. Also check if the GPIO is valid before freeing it in > remove path,

[U-Boot] [PATCH] net: ravb: Fix reset GPIO handling

2017-11-28 Thread Marek Vasut
Fix handling of the reset GPIO. Drop the _nodev() suffix from the gpio_request_by_name() call as there is now a proper DM capable GPIO driver. Also check if the GPIO is valid before freeing it in remove path, otherwise U-Boot will crash. Signed-off-by: Marek Vasut

Re: [U-Boot] [PATCH] net: ravb: Fix reset GPIO handling

2017-11-12 Thread Nobuhiro Iwamatsu
Hi, 2017-11-11 7:20 GMT+09:00 Marek Vasut : > Fix handling of the reset GPIO. Drop the _nodev() suffix from the > gpio_request_by_name() call as there is now a proper DM capable > GPIO driver. Also check if the GPIO is valid before freeing it in > remove path, otherwise

[U-Boot] [PATCH] net: ravb: Fix reset GPIO handling

2017-11-10 Thread Marek Vasut
Fix handling of the reset GPIO. Drop the _nodev() suffix from the gpio_request_by_name() call as there is now a proper DM capable GPIO driver. Also check if the GPIO is valid before freeing it in remove path, otherwise U-Boot will crash. Signed-off-by: Marek Vasut