[U-Boot] [PATCH V2 2/2] mtd: cqspi: Simplify indirect read code

Stefan Roese sr at denx.de
Wed May 4 11:00:46 CEST 2016


On 03.05.2016 19:25, Marek Vasut wrote:
> The indirect read code is a pile of nastiness. This patch replaces
> the whole unmaintainable indirect read implementation with the one
> from upcoming Linux CQSPI driver, which went through multiple rounds
> of thorough review and testing. All the patch does is it plucks out
> duplicate ad-hoc code distributed across the driver and replaces it
> with more compact code doing exactly the same thing. There is no
> speed change of the read operation.
>
> Signed-off-by: Marek Vasut <marex at denx.de>
> Cc: Anatolij Gustschin <agust at denx.de>
> Cc: Chin Liang See <clsee at altera.com>
> Cc: Dinh Nguyen <dinguyen at opensource.altera.com>
> Cc: Jagan Teki <jteki at openedev.com>
> Cc: Pavel Machek <pavel at denx.de>
> Cc: Stefan Roese <sr at denx.de>
> Cc: Vignesh R <vigneshr at ti.com>
> ---
> V2: Handle non-4-byte aligned transfers

Reviewed-by: Stefan Roese <sr at denx.de>
Tested-by: Stefan Roese <sr at denx.de>

Thanks,
Stefan


More information about the U-Boot mailing list