Hi, On 3/27/24 2:16 PM, Rafael J. Wysocki wrote: > On Wed, Mar 27, 2024 at 8:44 AM Krzysztof Kozlowski > <krzysztof.kozlowski@xxxxxxxxxx> wrote: >> >> Merging >> ======= >> All further patches depend on the first amba patch, therefore please ack >> and this should go via one tree: ACPI? >> >> Description >> =========== >> Modules registering driver with acpi_bus_register_driver() often forget to >> set .owner field. >> >> Solve the problem by moving this task away from the drivers to the core >> amba bus code, just like we did for platform_driver in commit >> 9447057eaff8 ("platform_device: use a macro instead of >> platform_driver_register"). >> >> Best regards, >> Krzysztof >> >> --- >> Krzysztof Kozlowski (19): >> ACPI: store owner from modules with acpi_bus_register_driver() >> Input: atlas: - drop owner assignment >> net: fjes: drop owner assignment >> platform: chrome: drop owner assignment >> platform: asus-laptop: drop owner assignment >> platform: classmate-laptop: drop owner assignment >> platform/x86/dell: drop owner assignment >> platform/x86/eeepc: drop owner assignment >> platform/x86/intel/rst: drop owner assignment >> platform/x86/intel/smartconnect: drop owner assignment >> platform/x86/lg-laptop: drop owner assignment >> platform/x86/sony-laptop: drop owner assignment >> platform/x86/toshiba_acpi: drop owner assignment >> platform/x86/toshiba_bluetooth: drop owner assignment >> platform/x86/toshiba_haps: drop owner assignment >> platform/x86/wireless-hotkey: drop owner assignment >> ptp: vmw: drop owner assignment >> virt: vmgenid: drop owner assignment >> ACPI: drop redundant owner from acpi_driver > > I definitely like this, so > > Acked-by: Rafael J. Wysocki <rafael.j.wysocki@xxxxxxxxx> > > for the series and I can pick it up if people agree. > > Thanks! >