[linux-yocto] [PULL REQUEST] Support async probe for linux-yocto-4.1

Yong, Jonathan jonathan.yong at intel.com
Thu Jun 16 20:59:56 PDT 2016


git URL: https://github.com/jyong2/yocto-backports.git
branch: for-linux-yocto-4.1-core

This series allows drivers to be loaded asynchronously.

All patches from Linus's tree, for linux-yocto-4.1 standard/base. 
for-linux-yocto-4.1-core is based on the latest standard/base as of writing.

> Dmitry Torokhov (3):
>   driver-core: add asynchronous probing support for drivers
>   driver-core: make __device_attach() static
>   driver-core: fix build for !CONFIG_MODULES
>
> Luis R. Rodriguez (3):
>   driver-core: add driver module asynchronous probe support
>   driver-core: enable drivers to opt-out of async probe
>   module: add extra argument for parse_params() callback
>
> Mika Westerberg (1):
>   ACPI / PM: Attach ACPI power domain only once
>
> Rafael J. Wysocki (1):
>   Driver core: wakeup the parent device before trying probe
>
> Shailendra Verma (1):
>   base:dd - Fix for typo in comment to function
>     driver_deferred_probe_trigger().
>
>  Documentation/kernel-parameters.txt |   3 +
>  arch/powerpc/mm/hugetlbpage.c       |   4 +-
>  drivers/acpi/device_pm.c            |   8 ++
>  drivers/acpi/internal.h             |   2 +
>  drivers/acpi/scan.c                 |  46 +++++----
>  drivers/base/base.h                 |   1 +
>  drivers/base/bus.c                  |  31 ++++--
>  drivers/base/dd.c                   | 183 ++++++++++++++++++++++++++++++++----
>  include/linux/device.h              |  31 ++++++
>  include/linux/module.h              |  13 +++
>  include/linux/moduleparam.h         |   3 +-
>  init/main.c                         |  25 +++--
>  kernel/module.c                     |  18 +++-
>  kernel/params.c                     |  11 ++-
>  lib/dynamic_debug.c                 |   4 +-
>  15 files changed, 316 insertions(+), 67 deletions(-)



More information about the linux-yocto mailing list