Re: Add Apple M1 support to PASemi i2c driver

From: Michael Ellerman
Date: Mon Sep 27 2021 - 04:03:58 EST


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