14 Dec, 2020

1 commit

  • Exporting the next_driver() function is necessary, for the moment, so
    that the dpaa2_mac driver can be forcefully unbound from the DPMAC
    object when a kernel driver DPNI is connected to it.
    This will be removed once the MC sends interrupts notifying any link
    partnet change to all connectable objects (not just DPNIs).

    Signed-off-by: Ioana Ciornei

    Ioana Ciornei
     

05 Mar, 2020

2 commits

  • Since other subsystems (like regulator) have similar arbitrary
    timeouts for how long they try to resolve driver dependencies,
    rename deferred_probe_timeout to driver_deferred_probe_timeout
    and set it as global, so it can be shared.

    Cc: linux-pm@vger.kernel.org
    Cc: Greg Kroah-Hartman
    Cc: Linus Walleij
    Cc: Thierry Reding
    Cc: Mark Brown
    Cc: Liam Girdwood
    Cc: Bjorn Andersson
    Cc: Saravana Kannan
    Cc: Todd Kjos
    Cc: Len Brown
    Cc: Pavel Machek
    Cc: Ulf Hansson
    Cc: Kevin Hilman
    Cc: "Rafael J. Wysocki"
    Cc: Rob Herring
    Reviewed-by: Bjorn Andersson
    Reviewed-by: Rafael J. Wysocki
    Signed-off-by: John Stultz
    Link: https://lore.kernel.org/r/20200225050828.56458-6-john.stultz@linaro.org
    Signed-off-by: Greg Kroah-Hartman

    John Stultz
     
  • Now that driver_deferred_probe_check_state() works better, and
    we've converted the only user of
    driver_deferred_probe_check_state_continue() we can simply
    remove it and simplify some of the logic.

    Cc: linux-pm@vger.kernel.org
    Cc: Greg Kroah-Hartman
    Cc: Linus Walleij
    Cc: Thierry Reding
    Cc: Mark Brown
    Cc: Liam Girdwood
    Cc: Bjorn Andersson
    Cc: Saravana Kannan
    Cc: Todd Kjos
    Cc: Len Brown
    Cc: Pavel Machek
    Cc: Ulf Hansson
    Cc: Kevin Hilman
    Cc: "Rafael J. Wysocki"
    Cc: Rob Herring
    Reviewed-by: Bjorn Andersson
    Reviewed-by: Rafael J. Wysocki
    Signed-off-by: John Stultz
    Link: https://lore.kernel.org/r/20200225050828.56458-5-john.stultz@linaro.org
    Signed-off-by: Greg Kroah-Hartman

    John Stultz
     

16 Dec, 2019

3 commits

  • device.h has everything and the kitchen sink when it comes to struct
    device things, so split out the struct driver things things to a
    separate .h file to make things easier to maintain and manage over time.

    Cc: "Rafael J. Wysocki"
    Cc: Suzuki K Poulose
    Cc: Saravana Kannan
    Cc: Heikki Krogerus
    Link: https://lore.kernel.org/r/20191209193303.1694546-7-gregkh@linuxfoundation.org
    Signed-off-by: Greg Kroah-Hartman

    Greg Kroah-Hartman
     
  • device.h has everything and the kitchen sink when it comes to struct
    device things, so split out the struct class things things to a separate
    .h file to make things easier to maintain and manage over time.

    Cc: "Rafael J. Wysocki"
    Cc: Suzuki K Poulose
    Cc: Saravana Kannan
    Cc: Heikki Krogerus
    Link: https://lore.kernel.org/r/20191209193303.1694546-6-gregkh@linuxfoundation.org
    Signed-off-by: Greg Kroah-Hartman

    Greg Kroah-Hartman
     
  • device.h has everything and the kitchen sink when it comes to struct
    device things, so split out the struct bus things things to a separate
    .h file to make things easier to maintain and manage over time.

    Cc: "Rafael J. Wysocki"
    Cc: Suzuki K Poulose
    Cc: Saravana Kannan
    Cc: Heikki Krogerus
    Link: https://lore.kernel.org/r/20191209193303.1694546-5-gregkh@linuxfoundation.org
    Signed-off-by: Greg Kroah-Hartman

    Greg Kroah-Hartman