svn commit: r355444 - in head/sys: arm/mv arm64/conf conf

Luiz Otavio O Souza loos.br at gmail.com
Fri Dec 6 20:11:20 UTC 2019


On Fri, Dec 6, 2019 at 12:57 PM Hans Petter Selasky <hps at selasky.org> wrote:
>
> On 2019-12-06 13:55, Luiz Otavio O Souza wrote:
> > Author: loos
> > Date: Fri Dec  6 12:55:39 2019
> > New Revision: 355444
> > URL: https://svnweb.freebsd.org/changeset/base/355444
> >
> > Log:
> >    Add the SPI driver for the Marvell Armada 37x0 SoC.
> >
> >    Interrupt based driver, implements SPI mode and clock configuration.
> >
> >    Tested on espressobin and SG-3200.
> >
> >    Sponsored by:      Rubicon Communications, LLC (Netgate)
> >
> > Added:
>
> This breaks aarch64. You need to add #include <sys/mutex.h>

Fixed in r355461.

Sorry for the breakage.

Luiz


More information about the svn-src-head mailing list