Re: Add Apple M1 support to PASemi i2c driver

From: Christian Zigotzky
Date: Mon Sep 27 2021 - 10:47:48 EST


On 27 September 2021 at 09:58 am, Michael Ellerman wrote:
Wolfram Sang <wsa@xxxxxxxxxx> writes:
Sure, will do that later as well!
But please do it privately. For upstreaming, the patch series you sent
is way better than a single patch.
Christian, the whole series is downloadable as a single mbox here:

https://patchwork.ozlabs.org/series/264134/mbox/

Save that to a file and apply with `git am`.

eg:

$ wget -O mbox https://patchwork.ozlabs.org/series/264134/mbox/
$ git am mbox

It applies cleanly on v5.15-rc3.

cheers
I was able to patch it with the instructions above. Thanks! I will compile and test the RC3 as soon as possible.

-- Christian