Messages in this thread |  | | Date | Sun, 16 May 2021 11:00:45 +0200 | From | Greg KH <> | Subject | [GIT PULL] Driver core fixes for 5.13-rc2 |
| |
The following changes since commit 6efb943b8616ec53a5e444193dccf1af9ad627b5:
Linux 5.13-rc1 (2021-05-09 14:17:44 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git tags/driver-core-5.13-rc2
for you to fetch changes up to bb4031b8af804244a7e4349d38f6624f68664bd6:
clk: Skip clk provider registration when np is NULL (2021-05-11 08:47:25 +0200)
---------------------------------------------------------------- Driver core fixes for 5.13-rc2
Here are 2 driver fixes for driver core changes that happened in 5.13-rc1.
The clk driver fix resolves a many-reported issue with booting some devices, and the USB typec fix resolves the reported problem of USB systems on some embedded boards.
Both of these have been in linux-next this week with no reported issues.
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
---------------------------------------------------------------- Saravana Kannan (1): usb: typec: tcpm: Don't block probing of consumers of "connector" nodes
Tudor Ambarus (1): clk: Skip clk provider registration when np is NULL
drivers/base/core.c | 3 ++- drivers/clk/clk.c | 9 +++++++++ drivers/usb/typec/tcpm/tcpm.c | 9 +++++++++ include/linux/fwnode.h | 1 + 4 files changed, 21 insertions(+), 1 deletion(-)
|  |