1. 30 Aug, 2021 2 commits
    • Amit Pundir's avatar
      mailbox: qcom-ipcc: Enable loading QCOM_IPCC as a module · 8d7e5908
      Amit Pundir authored
      This patch enables the qcom_ipcc driver to be loaded as a
      module. IPCC is fairly core to system, so as such it should
      never be unloaded. It registers as a mailbox + irq controller
      and the irq controller drivers in kernel are not supposed to
      be unloaded as they don't have the visibility over the clients
      consuming the irqs. Hence adding supress_bind_attrs to disable
      bind/unbind via sysfs.
      Signed-off-by: default avatarAmit Pundir <amit.pundir@linaro.org>
      Reviewed-by: default avatarManivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
      Signed-off-by: default avatarJassi Brar <jaswinder.singh@linaro.org>
      8d7e5908
    • Randy Dunlap's avatar
      mailbox: sti: quieten kernel-doc warnings · 23e6a7ca
      Randy Dunlap authored
      Use kernel-doc struct notation for the mailbox structs to prevent
      these kernel-doc warnings:
      
         drivers/mailbox/mailbox-sti.c:39: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
          * STi Mailbox device data
         drivers/mailbox/mailbox-sti.c:63: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
          * STi Mailbox platform specific configuration
         drivers/mailbox/mailbox-sti.c:74: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
          * STi Mailbox allocated channel information
      
      Also move the field descriptions ahead of the function description as
      is expected in kernel-doc. This prevents another kernel-doc warning.
      
      Fixes: 9ef4546c ("mailbox: Add support for ST's Mailbox IP")
      Signed-off-by: default avatarRandy Dunlap <rdunlap@infradead.org>
      Reported-by: default avatarkernel test robot <lkp@intel.com>
      Cc: Aditya Srivastava <yashsri421@gmail.com>
      Cc: Lee Jones <lee.jones@linaro.org>
      Signed-off-by: default avatarJassi Brar <jaswinder.singh@linaro.org>
      23e6a7ca
  2. 22 Aug, 2021 2 commits
  3. 21 Aug, 2021 9 commits
  4. 20 Aug, 2021 26 commits
  5. 19 Aug, 2021 1 commit