Skip to content
  • Marek Vasut's avatar
    mtd: cqspi: Simplify indirect write code · 26da6353
    Marek Vasut authored
    
    
    The indirect write code is buggy pile of nastiness which fails horribly
    when the system runs fast enough to saturate the controller. The failure
    results in some pages (256B) not being written to the flash. This can be
    observed on systems which run with Dcache enabled and L2 cache enabled,
    like the Altera SoCFPGA.
    
    This patch replaces the whole unmaintainable indirect write implementation
    with the one from upcoming Linux CQSPI driver, which went through multiple
    rounds of thorough review and testing. While this makes the patch look
    terrifying and violates all best-practices of software development, 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.
    
    Signed-off-by: default avatarMarek Vasut <marex@denx.de>
    Cc: Anatolij Gustschin <agust@denx.de>
    Cc: Chin Liang See <clsee@altera.com>
    Cc: Dinh Nguyen <dinguyen@opensource.altera.com>
    Cc: Jagan Teki <jteki@openedev.com>
    Cc: Pavel Machek <pavel@denx.de>
    Cc: Stefan Roese <sr@denx.de>
    Cc: Vignesh R <vigneshr@ti.com>
    26da6353