> I noticed there were a minor comment from Geert, however I decided to
> pick this as is and leave further improvements to be made on top.
Same here; could we wait for v2?
signature.asc
Description: PGP signature
On 1 November 2018 at 00:13, Niklas Söderlund
wrote:
> From: Niklas Söderlund
>
> Hi,
>
> Recent datasheet updates have made it clear that some quirks are not SoC
> specific but SoC + ES version specific. Currently the quirks are
> selected using compatibility values but whit this new information
On Thu, Nov 01, 2018 at 08:34:16PM +0100, Wolfram Sang wrote:
>
> > Patch 1/3 adds support to select quirks based on SoC + ES revision using
> > soc_device_match() and converts the only existing quirk. Patch 2/3
> > Removes the old method to select quirk based on compatibility string.
> > Whil
All patches tested on M3N:
Tested-by: Wolfram Sang
signature.asc
Description: PGP signature
> Patch 1/3 adds support to select quirks based on SoC + ES revision using
> soc_device_match() and converts the only existing quirk. Patch 2/3
> Removes the old method to select quirk based on compatibility string.
> While Patch 3/3 adds a new quirk from the BSP which blacklists some
> known
From: Niklas Söderlund
Hi,
Recent datasheet updates have made it clear that some quirks are not SoC
specific but SoC + ES version specific. Currently the quirks are
selected using compatibility values but whit this new information that
is not enough.
Patch 1/3 adds support to select quirks base