On Tue, 2019-03-05 at 12:15 +0100, Jan Kundrát wrote: > On čtvrtek 20. září 2018 21:18:27 CEST, Trent Piepho wrote: > > Trent Piepho (3): > > spi: Add driver_override SPI device attribute > > spi: Automatically attempt attach after driver_override alteration > > spi: spidev: Fix OF tree warning logic > > Hello, I'm rebasing our internal kernels against 5.0, and I noticed that > this patch series does not appear to be merged yet, and they are also not > in any SPI subtree as far as I can see. I checked the mailing list, and I > saw that the patches were reviewed by Geert and me. Are they blocked on > something I missed? The first and last are in, 5039563e7c25 and 605b3bec73cb. The second isn't. It's not strictly necessary to use it. But it does make the udev rules a lot smaller and I think makes the system easier to use. Mark quite rightly pointed out that the other driver_overrides didn't automatically attach and they should all work the same way. I made patches to convert them all to automatic, but then it fell off the radar and I never finished with it.