On Thu, Aug 08, 2019 at 08:23:29AM +0200, Lukas Wunner wrote:
On Thu, Aug 08, 2019 at 07:56:25AM +0200, Greg KH wrote:
On Wed, Aug 07, 2019 at 10:58:49PM +0200, Lukas Wunner wrote:
On Wed, Aug 07, 2019 at 06:48:07PM +0200, gregkh@linuxfoundation.org wrote:
The patch below does not apply to the 5.2-stable tree.
The patch applies everywhere, but breaks the build in all trees.
Ugh, yes you are right, my apologies.
The reason is that v5.3 converted spi-bcm2835.c to use the "spi_controller" nomenclature instead of "spi_master" with commit 5f336ea53b6b ("spi: bcm2835: Replace spi_master by spi_controller").
The replacement patch below should hopefully not break the build. It's the same as upstream commit 8d8bef503658, except one occurrence of "ctlr" is replaced by "master".
Thanks for this, now queued up.
greg k-h