Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge tag 'renesas-sh-drivers-for-v4.0' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas

Pull SH driver fix from Simon Horman:
"Disable PM runtime for multi-platform r8a7740 with genpd"

* tag 'renesas-sh-drivers-for-v4.0' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas:
drivers: sh: Disable PM runtime for multi-platform r8a7740 with genpd

+2
+2
drivers/sh/pm_runtime.c
··· 81 81 if (!of_machine_is_compatible("renesas,emev2") && 82 82 !of_machine_is_compatible("renesas,r7s72100") && 83 83 !of_machine_is_compatible("renesas,r8a73a4") && 84 + #ifndef CONFIG_PM_GENERIC_DOMAINS_OF 84 85 !of_machine_is_compatible("renesas,r8a7740") && 86 + #endif 85 87 !of_machine_is_compatible("renesas,r8a7778") && 86 88 !of_machine_is_compatible("renesas,r8a7779") && 87 89 !of_machine_is_compatible("renesas,r8a7790") &&