Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c files)Replace the #include of <linux/mod_devicetable.h> by the more specific<linux/device-id/*.h> where applicable. For
Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c files)Replace the #include of <linux/mod_devicetable.h> by the more specific<linux/device-id/*.h> where applicable. For most cases the includecan be dropped completely, only a few drivers need one or two headersadded.Acked-by: Danilo Krummrich <dakr@kernel.org>Acked-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>Acked-by: Bjorn Helgaas <bhelgaas@google.com>Link: https://patch.msgid.link/1a3f2007c5c5dcf555c09a4035ce3ae8ef1b6c49.1782808461.git.u.kleine-koenig@baylibre.comSigned-off-by: Uwe Kleine-König (The Capable Hub) <u.kleine-koenig@baylibre.com>
show more ...
pmdomain: add audio power island for Marvell PXA1908 SoCDefine power domain which needs to be enabled in order for audio to workon the PXA1908-based samsung,coreprimevelte smartphone. In thedowns
pmdomain: add audio power island for Marvell PXA1908 SoCDefine power domain which needs to be enabled in order for audio to workon the PXA1908-based samsung,coreprimevelte smartphone. In thedownstream code, this power-on method is marked as specific to the ULCxseries which is allegedly a codename of sorts with ULC1 corresponding tothe PXA1908.No other audio components needed for sound to work on this phone arecurrently available mainline but some successful testing was performedwith the vendor variants of the respective drivers and with the domainforced always-on.Signed-off-by: Karel Balej <balejk@matfyz.cz>Reviewed-by: Duje Mihanović <duje@dujemihanovic.xyz>Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
pmdomain: marvell: Add PXA1908 power domainsMarvell's PXA1908 SoC has a few power domains for its VPU, GPU, imageprocessor and DSI PHY. Add a driver to control these.Signed-off-by: Duje Mihanovi
pmdomain: marvell: Add PXA1908 power domainsMarvell's PXA1908 SoC has a few power domains for its VPU, GPU, imageprocessor and DSI PHY. Add a driver to control these.Signed-off-by: Duje Mihanović <duje@dujemihanovic.xyz>Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>