On Tue, Oct 18, 2016 at 3:41 AM, Ray Jui <ray.jui@xxxxxxxxxxxx> wrote: > Since commit 44a7185c2ae6 ("of/platform: Add common method to populate > default bus"), ARM64 platform devices are populated at the > arch_initcall_sync level; as a result, the platform_driver_probe calls > in both the iProc and NSP GPIO drivers fail with -ENODEV since by that > time the platform device was not yet registered. > > Replace platform_driver_probe with platform_driver_register, that allow > the device to be register later > > Signed-off-by: Ray Jui <ray.jui@xxxxxxxxxxxx> Patch applied for fixes. Yours, Linus Walleij -- To unsubscribe from this list: send the line "unsubscribe linux-gpio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html