From: Marc Kleine-Budde <mkl@xxxxxxxxxxxxxx> Date: Tue, 3 Sep 2019 11:46:31 +0200 > this is a pull request for net-next/master consisting of 15 patches. > > The first patch is by Christer Beskow, targets the kvaser_pciefd driver > and fixes the PWM generator's frequency. > > The next three patches are by Dan Murphy, the tcan4x5x is updated to use > a proper interrupts/interrupt-parent DT binding to specify the devices > IRQ line. Further the unneeded wake ups of the device is removed from > the driver. > > A patch by me for the mcp25xx driver removes the deprecated board file > setup example. Three patches by Andy Shevchenko simplify clock handling, > update the driver from OF to device property API and simplify the > mcp251x_can_suspend() function. > > The remaining 7 patches are by me and clean up checkpatch warnings in > the generic CAN device infrastructure. Pulled, thanks.