On 6/11/19 3:58 PM, Andy Shevchenko wrote:
Andy: I'm not sure is this with the next patch the right fix or would it be
possible to just delete this "pinctrl-merrifield" initialization filei? I
went to this path since I don't know are there platforms without
"INTC1002" in their ACPI tables or do some users want to run non-ACPI
kernels.
I have locally one hack with another approach, i.e. check for SFI
availability like the rest of the files in this folder works, with few
exceptions as this one.
So, something like
if (sfi_disabled)
return -EINVAL.
If you have time, you can split and submit the
https://github.com/andy-shev/linux/commit/7a0cb10387a437f5811435b9c790043c64816d08
Seems to accomplish the same. Are you planning to send it out and do you
think are my patches needed after it? If you think they are needed I can
rebase my patches on top of yours and resend.
--
Jarkko