Re: [PATCH 0/4] meson-nand: small code improvements

2019-04-18 Thread Miquel Raynal
Hi Martin, Martin Blumenstingl wrote on Fri, 12 Apr 2019 00:00:52 +0200: > This series comes with four small improvements for the meson-nand > driver: > * the first patches are replacing open-coded logic with existing > utilities / helpers > * the third patch drops some unnecessary casting aft

[PATCH 0/4] meson-nand: small code improvements

2019-04-11 Thread Martin Blumenstingl
This series comes with four small improvements for the meson-nand driver: * the first patches are replacing open-coded logic with existing utilities / helpers * the third patch drops some unnecessary casting after changing the type of the info buffer parameter from "u8 *" to "void *" * the four