1. 04 Mar, 2024 4 commits
  2. 20 Feb, 2024 2 commits
  3. 16 Feb, 2024 1 commit
  4. 14 Feb, 2024 3 commits
  5. 06 Feb, 2024 3 commits
  6. 03 Feb, 2024 3 commits
  7. 02 Feb, 2024 1 commit
    • Marek Szyprowski's avatar
      ARM: multi_v7_defconfig: Enable BACKLIGHT_CLASS_DEVICE · 6d761306
      Marek Szyprowski authored
      Commit 72fee6b0 ("fbdev: Restrict FB_SH_MOBILE_LCDC to SuperH")
      disabled availablity of the SH_MOBILE_LCDC driver on the RENESAS arch.
      This innocent change has a significant side-effect on the ARM's
      multi_v7_defconfig, because FB_BACKLIGHT symbol is no longer selected,
      what in turn leaves BACKLIGHT_CLASS_DEVICE symbol selected only as
      a module. The latter disables some backlight related code in the DRM
      core, because the DRM core is set to be compiled-in in this defconfig.
      This leaves all DRM display panels without integrated backlight control,
      even if the needed modules have been properly loaded and probed.
      
      Fix this by selecting BACKLIGHT_CLASS_DEVICE to be compiled-in in
      multi_v7_defconfig.
      Signed-off-by: default avatarMarek Szyprowski <m.szyprowski@samsung.com>
      Acked-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
      Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
      6d761306
  8. 01 Feb, 2024 1 commit
  9. 31 Jan, 2024 2 commits
  10. 30 Jan, 2024 1 commit
  11. 23 Jan, 2024 2 commits
  12. 21 Jan, 2024 17 commits