Hi Linus, please pull a bunch of usual cleanups for the fbdev drivers for kernel 6.11-rc1. Thanks! Helge ---------------------------------------------------------------- The following changes since commit 83a7eefedc9b56fe7bfeff13b6c7356688ffa670: Linux 6.10-rc3 (2024-06-09 14:19:43 -0700) are available in the Git repository at: http://git.kernel.org/pub/scm/linux/kernel/git/deller/linux-fbdev.git tags/fbdev-for-6.11-rc1 for you to fetch changes up to 8b5ea9029b03efda74292c57e0377a98ed0b7434: fbdev: viafb: Make I2C terminology more inclusive (2024-07-11 12:07:48 +0200) ---------------------------------------------------------------- fbdev fixes and cleanups for 6.11-rc1: - Detect VGA compatibility from VESA attributes [Thomas Zimmermann] - Make I2C terminology more inclusive in smscufx and viafb [Easwar Hariharan] - Add lots of missing MODULE_DESCRIPTION() macros [Jeff Johnson] - Logo code cleanups [Geert Uytterhoeven] - Minor fixes by Chen Ni, Kuninori Morimoto, Uwe Kleine-König and Christophe Jaillett ---------------------------------------------------------------- Chen Ni (1): fbdev: omap2: Return clk_prepare_enable to transfer the error Christophe JAILLET (1): fbdev: mmp: Constify struct mmp_overlay_ops Easwar Hariharan (2): fbdev: smscufx: Make I2C terminology more inclusive fbdev: viafb: Make I2C terminology more inclusive Geert Uytterhoeven (2): video/logo: Make logo data const again video/logo: Remove linux_serial_image comments Jeff Johnson (11): fbdev: matroxfb: add missing MODULE_DESCRIPTION() macros fbdev: viafb: add missing MODULE_DESCRIPTION() macro fbdev: kyro: add missing MODULE_DESCRIPTION() macro fbdev: goldfishfb: add missing MODULE_DESCRIPTION() macro fbdev: macmodes: add missing MODULE_DESCRIPTION() macro fbdev: vfb: add missing MODULE_DESCRIPTION() macro fbdev: offb: add missing MODULE_DESCRIPTION() macro fbdev: c2p_planar: add missing MODULE_DESCRIPTION() macro fbdev: amifb: add missing MODULE_DESCRIPTION() macro video: console: add missing MODULE_DESCRIPTION() macros video: agp: add remaining missing MODULE_DESCRIPTION() macros Kuninori Morimoto (2): fbdev: omapdss: use for_each_endpoint_of_node() fbdev: omapfb: use of_graph_get_remote_port() Thomas Zimmermann (1): fbdev: vesafb: Detect VGA compatibility from screen info's VESA attributes Uwe Kleine-König (1): fbdev: Drop explicit initialization of struct i2c_device_id::driver_data to 0 drivers/char/agp/ali-agp.c | 1 + drivers/char/agp/alpha-agp.c | 1 + drivers/char/agp/amd-k7-agp.c | 1 + drivers/char/agp/ati-agp.c | 1 + drivers/char/agp/efficeon-agp.c | 1 + drivers/char/agp/nvidia-agp.c | 1 + drivers/char/agp/parisc-agp.c | 1 + drivers/char/agp/sworks-agp.c | 1 + drivers/video/console/mdacon.c | 1 + drivers/video/console/newport_con.c | 1 + drivers/video/console/sticon.c | 1 + drivers/video/console/vgacon.c | 1 + drivers/video/fbdev/amifb.c | 1 + drivers/video/fbdev/c2p_planar.c | 1 + drivers/video/fbdev/goldfishfb.c | 1 + drivers/video/fbdev/kyro/fbdev.c | 1 + drivers/video/fbdev/macmodes.c | 1 + drivers/video/fbdev/matrox/matroxfb_DAC1064.c | 1 + drivers/video/fbdev/matrox/matroxfb_Ti3026.c | 1 + drivers/video/fbdev/matrox/matroxfb_accel.c | 1 + drivers/video/fbdev/matrox/matroxfb_maven.c | 2 +- drivers/video/fbdev/mmp/hw/mmp_ctrl.c | 2 +- drivers/video/fbdev/offb.c | 1 + drivers/video/fbdev/omap2/omapfb/dss/dss-of.c | 15 +------------- .../fbdev/omap2/omapfb/dss/omapdss-boot-init.c | 3 +-- drivers/video/fbdev/omap2/omapfb/dss/venc.c | 4 +--- drivers/video/fbdev/smscufx.c | 4 ++-- drivers/video/fbdev/ssd1307fb.c | 8 ++++---- drivers/video/fbdev/vesafb.c | 2 +- drivers/video/fbdev/vfb.c | 1 + drivers/video/fbdev/via/chip.h | 8 ++++---- drivers/video/fbdev/via/dvi.c | 24 +++++++++++----------- drivers/video/fbdev/via/lcd.c | 6 +++--- drivers/video/fbdev/via/via_aux.h | 2 +- drivers/video/fbdev/via/via_i2c.c | 12 +++++------ drivers/video/fbdev/via/viafbdev.c | 1 + drivers/video/fbdev/via/vt1636.c | 6 +++--- drivers/video/logo/pnmtologo.c | 4 ++-- include/linux/linux_logo.h | 3 --- include/linux/screen_info.h | 10 +++++++++ include/video/mmp_disp.h | 4 ++-- 41 files changed, 78 insertions(+), 64 deletions(-)