An error occurred fetching the project authors.
  1. 11 Jun, 2021 1 commit
  2. 08 Jun, 2021 1 commit
  3. 27 May, 2021 1 commit
  4. 18 May, 2021 1 commit
  5. 05 May, 2021 1 commit
  6. 03 May, 2021 1 commit
  7. 21 Apr, 2021 1 commit
  8. 19 Apr, 2021 1 commit
  9. 16 Apr, 2021 1 commit
    • Randy Dunlap's avatar
      drm: bridge: fix LONTIUM use of mipi_dsi_() functions · ad085b3a
      Randy Dunlap authored
      The Lontium DRM bridge drivers use mipi_dsi_() function interfaces so
      they need to select DRM_MIPI_DSI to prevent build errors.
      
      ERROR: modpost: "mipi_dsi_attach" [drivers/gpu/drm/bridge/lontium-lt9611uxc.ko] undefined!
      ERROR: modpost: "mipi_dsi_device_register_full" [drivers/gpu/drm/bridge/lontium-lt9611uxc.ko] undefined!
      ERROR: modpost: "of_find_mipi_dsi_host_by_node" [drivers/gpu/drm/bridge/lontium-lt9611uxc.ko] undefined!
      ERROR: modpost: "mipi_dsi_device_unregister" [drivers/gpu/drm/bridge/lontium-lt9611uxc.ko] undefined!
      ERROR: modpost: "mipi_dsi_detach" [drivers/gpu/drm/bridge/lontium-lt9611uxc.ko] undefined!
      ERROR: modpost: "mipi_dsi_attach" [drivers/gpu/drm/bridge/lontium-lt9611.ko] undefined!
      ERROR: modpost: "mipi_dsi_device_register_full" [drivers/gpu/drm/bridge/lontium-lt9611.ko] undefined!
      ERROR: modpost: "of_find_mipi_dsi_host_by_node" [drivers/gpu/drm/bridge/lontium-lt9611.ko] undefined!
      ERROR: modpost: "mipi_dsi_device_unregister" [drivers/gpu/drm/bridge/lontium-lt9611.ko] undefined!
      ERROR: modpost: "mipi_dsi_detach" [drivers/gpu/drm/bridge/lontium-lt9611.ko] undefined!
      WARNING: modpost: suppressed 5 unresolved symbol warnings because there were too many)
      
      Fixes: 23278bf5 ("drm/bridge: Introduce LT9611 DSI to HDMI bridge")
      Fixes: 0cbbd5b1 ("drm: bridge: add support for lontium LT9611UXC bridge")
      Fixes: 30e2ae94 ("drm/bridge: Introduce LT8912B DSI to HDMI bridge")
      Reported-by: default avatarkernel test robot <lkp@intel.com>
      Signed-off-by: default avatarRandy Dunlap <rdunlap@infradead.org>
      Reviewed-by: default avatarAdren Grassein <adrien.grassein@gmail.com>
      Cc: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
      Cc: Sam Ravnborg <sam@ravnborg.org>
      Cc: Vinod Koul <vkoul@kernel.org>
      Cc: Bjorn Andersson <bjorn.andersson@linaro.org>
      Cc: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
      Cc: Adrien Grassein <adrien.grassein@gmail.com>
      Cc: Andrzej Hajda <a.hajda@samsung.com>
      Cc: Neil Armstrong <narmstrong@baylibre.com>
      Cc: Robert Foss <robert.foss@linaro.org>
      Cc: dri-devel@lists.freedesktop.org
      Cc: stable@vger.kernel.org
      Signed-off-by: default avatarRobert Foss <robert.foss@linaro.org>
      Link: https://patchwork.freedesktop.org/patch/msgid/20210415183639.1487-1-rdunlap@infradead.org
      ad085b3a
  10. 08 Apr, 2021 1 commit
  11. 01 Apr, 2021 1 commit
  12. 26 Mar, 2021 1 commit
  13. 25 Mar, 2021 1 commit
  14. 07 Nov, 2020 1 commit
  15. 18 Sep, 2020 1 commit
  16. 12 Aug, 2020 1 commit
  17. 10 Aug, 2020 1 commit
  18. 26 Jul, 2020 1 commit
  19. 13 Jun, 2020 1 commit
    • Masahiro Yamada's avatar
      treewide: replace '---help---' in Kconfig files with 'help' · a7f7f624
      Masahiro Yamada authored
      Since commit 84af7a61 ("checkpatch: kconfig: prefer 'help' over
      '---help---'"), the number of '---help---' has been gradually
      decreasing, but there are still more than 2400 instances.
      
      This commit finishes the conversion. While I touched the lines,
      I also fixed the indentation.
      
      There are a variety of indentation styles found.
      
        a) 4 spaces + '---help---'
        b) 7 spaces + '---help---'
        c) 8 spaces + '---help---'
        d) 1 space + 1 tab + '---help---'
        e) 1 tab + '---help---'    (correct indentation)
        f) 1 tab + 1 space + '---help---'
        g) 1 tab + 2 spaces + '---help---'
      
      In order to convert all of them to 1 tab + 'help', I ran the
      following commend:
      
        $ find . -name 'Kconfig*' | xargs sed -i 's/^[[:space:]]*---help---/\thelp/'
      Signed-off-by: default avatarMasahiro Yamada <masahiroy@kernel.org>
      a7f7f624
  20. 05 May, 2020 1 commit
  21. 09 Apr, 2020 1 commit
  22. 26 Feb, 2020 3 commits
  23. 10 Feb, 2020 2 commits
  24. 22 Jan, 2020 1 commit
  25. 18 Dec, 2019 1 commit
  26. 20 Nov, 2019 1 commit
  27. 08 Nov, 2019 1 commit
  28. 10 Oct, 2019 1 commit
    • Ronald Tschalär's avatar
      drm/bridge: sil_sii8620: make remote control optional. · 710abfe8
      Ronald Tschalär authored
      commit d6abe6df ("drm/bridge: sil_sii8620: do not have a dependency
      of RC_CORE") changed the driver to select both RC_CORE and INPUT.
      However, this causes problems with other drivers, in particular an input
      driver that depends on MFD_INTEL_LPSS_PCI (to be added in a separate
      commit):
      
        drivers/clk/Kconfig:9:error: recursive dependency detected!
        drivers/clk/Kconfig:9:        symbol COMMON_CLK is selected by MFD_INTEL_LPSS
        drivers/mfd/Kconfig:566:      symbol MFD_INTEL_LPSS is selected by MFD_INTEL_LPSS_PCI
        drivers/mfd/Kconfig:580:      symbol MFD_INTEL_LPSS_PCI is implied by KEYBOARD_APPLESPI
        drivers/input/keyboard/Kconfig:73:    symbol KEYBOARD_APPLESPI depends on INPUT
        drivers/input/Kconfig:8:      symbol INPUT is selected by DRM_SIL_SII8620
        drivers/gpu/drm/bridge/Kconfig:83:    symbol DRM_SIL_SII8620 depends on DRM_BRIDGE
        drivers/gpu/drm/bridge/Kconfig:1:     symbol DRM_BRIDGE is selected by DRM_PL111
        drivers/gpu/drm/pl111/Kconfig:1:      symbol DRM_PL111 depends on COMMON_CLK
      
      According to the docs and general consensus, select should only be used
      for non user-visible symbols, but both RC_CORE and INPUT are
      user-visible. Furthermore almost all other references to INPUT
      throughout the kernel config are depends, not selects. For this reason
      the first part of this change reverts the commit.
      
      In order to address the original reason for the commit, namely
      that not all boards use the remote controller functionality and hence
      should not need have to deal with RC_CORE, the second part of this
      change now makes the remote control support in the driver optional and
      contingent on RC_CORE being defined. And with this the hard dependency
      on INPUT also goes away as that is only needed if RC_CORE is defined
      (which in turn already depends on INPUT).
      
      CC: Inki Dae <inki.dae@samsung.com>
      CC: Andrzej Hajda <a.hajda@samsung.com>
      CC: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
      CC: Dmitry Torokhov <dmitry.torokhov@gmail.com>
      Signed-off-by: default avatarRonald Tschalär <ronald@innovation.ch>
      Reviewed-by: default avatarAndrzej Hajda <a.hajda@samsung.com>
      [a.hajda: applied fixup provided by Arnd Bergmann]
      Signed-off-by: default avatarAndrzej Hajda <a.hajda@samsung.com>
      Link: https://patchwork.freedesktop.org/patch/msgid/20190419081926.13567-2-ronald@innovation.ch
      710abfe8
  29. 30 Jul, 2019 2 commits
  30. 22 Jul, 2019 1 commit
  31. 21 May, 2019 1 commit
  32. 03 Apr, 2019 1 commit
  33. 07 Feb, 2019 1 commit
  34. 20 Nov, 2018 1 commit
  35. 16 Aug, 2018 1 commit
  36. 27 Jul, 2018 1 commit