mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-11-27 01:11:31 +00:00
dw_hdmi shouldn't set drvdata since some drivers might need to store
it's own data there. Rework dw_hdmi in a way to return struct dw_hdmi
instead to store it in drvdata. This way drivers are responsible to
store and pass structure when needed.
Idea was taken from the following commit:
|
||
|---|---|---|
| .. | ||
| adv7511 | ||
| analogix | ||
| synopsys | ||
| analogix-anx78xx.c | ||
| analogix-anx78xx.h | ||
| dumb-vga-dac.c | ||
| Kconfig | ||
| lvds-encoder.c | ||
| Makefile | ||
| megachips-stdpxxxx-ge-b850v3-fw.c | ||
| nxp-ptn3460.c | ||
| panel.c | ||
| parade-ps8622.c | ||
| sii902x.c | ||
| sii9234.c | ||
| sil-sii8620.c | ||
| sil-sii8620.h | ||
| tc358767.c | ||
| ti-tfp410.c | ||