Hi Alan, On Thu, 1 Nov 2018 22:22:31 +0100 Anatolij Gustschin agust@xxxxxxx wrote: >Driver probing fails on non-dt platforms since of_match_device() >always returns NULL here. Add device names and matching driver >data to the spi_device_id table. This allows driver binding to >dynamically added PS-SPI devices (e.g. added via spi_new_device() >after hot-plugging). > >Signed-off-by: Anatolij Gustschin <agust@xxxxxxx> >--- >Changes in v3: > - don't use pointers to device data struct in driver_data Ping. Could this be queued for -next? Thanks, Anatolij