Implement jump label patching for ARC. Jump labels provide
an interface to generate dynamic branches using
self-modifying code.
This allows us to implement conditional branches where
changing branch direction is expensive but branch selection
is basically 'free'
This implementation uses 32-bit NO
This commit adds support for the SST sst26wf016b flash memory IC.
This IC was tested with "snps,dw-apb-ssi" SPI controller.
We don't test dual/quad reads however sst26wf016b flash's datasheet
advertises both dual and quad reads (and support of corresponding
commands)
Signed-off-by: Eugeniy Paltse
Hi Greg,
> -Original Message-
> From: Eugeniy Paltsev
> Sent: Thursday, February 14, 2019 6:08 PM
> To: linux-snps-arc@lists.infradead.org; Vineet Gupta
> Cc: linux-ker...@vger.kernel.org; Alexey Brodkin ;
> Corentin Labbe
> ; khil...@baylibre.com; Eugeniy Paltsev
>
> Subject: [PATCH