1. 04 Mar, 2024 6 commits
  2. 27 Feb, 2024 1 commit
  3. 21 Feb, 2024 1 commit
  4. 20 Feb, 2024 2 commits
  5. 16 Feb, 2024 1 commit
  6. 14 Feb, 2024 3 commits
  7. 06 Feb, 2024 3 commits
  8. 05 Feb, 2024 1 commit
    • Andrew Davis's avatar
      ARM: multi_v7_defconfig: Add more TI Keystone support · 69cd52b9
      Andrew Davis authored
      The Keystone platforms used their own keystone_defconfig mostly to
      enable CONFIG_ARM_LPAE which could not be added to the multi_v7 config.
      Now that we have multi_v7_lpae_defconfig/lpae.config target we can and
      should use that defconfig for Keystone. Add the remaining must-have
      options for Keystone support to multi_v7_defconfig.
      
      TI_SCI_*:
      TI_MESSAGE_MANAGER:
       Allows TI-SCI communication with system control firmware (PMMC) on K2G.
      
      TI_KEYSTONE_NETCP*:
      KEYSTONE_NAVIGATOR*:
       Network driver, needed for NFS boot.
      
      PCI_KEYSTONE*:
      CAN_C_CAN*:
      INPUT_GPIO_DECODER:
      SPI_CADENCE_QUADSPI:
      PWM_TIECAP:
       Miscellaneous on-chip peripherals. Added as modules where possible.
      
      RESET_TI*:
       Used by DSP Remoteproc driver.
      
      bloat-o-meter:
      add/remove: 387/0 grow/shrink: 6/0 up/down: 130945/0 (130945)
      Total: Before=22791863, After=22922808, chg +0.57%
      Signed-off-by: default avatarAndrew Davis <afd@ti.com>
      Link: https://lore.kernel.org/r/20240125163145.87055-1-afd@ti.comSigned-off-by: default avatarNishanth Menon <nm@ti.com>
      69cd52b9
  9. 03 Feb, 2024 3 commits
  10. 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
  11. 01 Feb, 2024 1 commit
  12. 31 Jan, 2024 2 commits
  13. 30 Jan, 2024 1 commit
  14. 23 Jan, 2024 2 commits
  15. 21 Jan, 2024 12 commits