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 'pmdomain-v6.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/linux-pm

Pull pmdomain fix from Ulf Hansson:

- Fix amlogic T7 ISP secpower

* tag 'pmdomain-v6.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/linux-pm:
pmdomain: amlogic: fix T7 ISP secpower

+1 -1
+1 -1
drivers/pmdomain/amlogic/meson-secure-pwrc.c
··· 221 221 SEC_PD(T7_VI_CLK2, 0), 222 222 /* ETH is for ethernet online wakeup, and should be always on */ 223 223 SEC_PD(T7_ETH, GENPD_FLAG_ALWAYS_ON), 224 - SEC_PD(T7_ISP, 0), 224 + TOP_PD(T7_ISP, 0, PWRC_T7_MIPI_ISP_ID), 225 225 SEC_PD(T7_MIPI_ISP, 0), 226 226 TOP_PD(T7_GDC, 0, PWRC_T7_NIC3_ID), 227 227 TOP_PD(T7_DEWARP, 0, PWRC_T7_NIC3_ID),