1. 21 Jul, 2020 5 commits
  2. 18 Jul, 2020 11 commits
  3. 17 Jul, 2020 11 commits
  4. 15 Jul, 2020 2 commits
    • Lee Jones's avatar
      remoteproc: qcom_sysmon: Solve function header bitrot issues · 5b435ca3
      Lee Jones authored
      Looks as though 'name' has now been moved into 'struct sysmod_event'
      which is passed in instead.  However, the parameter descriptions were
      not updated at the same time.  Let's do that now.
      
      Fixes the following W=1 kernel build warning(s):
      
       drivers/remoteproc/qcom_sysmon.c:78: warning: Function parameter or member 'event' not described in 'sysmon_send_event'
       drivers/remoteproc/qcom_sysmon.c:78: warning: Excess function parameter 'name' description in 'sysmon_send_event'
       drivers/remoteproc/qcom_sysmon.c:350: warning: Function parameter or member 'event' not described in 'ssctl_send_event'
       drivers/remoteproc/qcom_sysmon.c:350: warning: Excess function parameter 'name' description in 'ssctl_send_event'
      
      Cc: Andy Gross <agross@kernel.org>
      Cc: linux-arm-msm@vger.kernel.org
      Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
      Link: https://lore.kernel.org/r/20200715123551.4011154-2-lee.jones@linaro.orgSigned-off-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
      5b435ca3
    • Lee Jones's avatar
      remoteproc: remoteproc_core: Use 'gnu_printf' format notation · 7e05c8de
      Lee Jones authored
      Fixes the following W=1 kernel build warning(s):
      
       drivers/remoteproc/remoteproc_core.c: In function ‘rproc_find_carveout_by_name’:
       drivers/remoteproc/remoteproc_core.c:257:2: warning: function ‘rproc_find_carveout_by_name’ might be a candidate for ‘gnu_printf’ format attribute [-Wsuggest-attribute=format]
       257 | vsnprintf(_name, sizeof(_name), name, args);
       | ^~~~~~~~~
       drivers/remoteproc/remoteproc_core.c: In function ‘rproc_mem_entry_init’:
       drivers/remoteproc/remoteproc_core.c:993:2: warning: function ‘rproc_mem_entry_init’ might be a candidate for ‘gnu_printf’ format attribute [-Wsuggest-attribute=format]
       993 | vsnprintf(mem->name, sizeof(mem->name), name, args);
       | ^~~~~~~~~
       drivers/remoteproc/remoteproc_core.c: In function ‘rproc_of_resm_mem_entry_init’:
       drivers/remoteproc/remoteproc_core.c:1029:2: warning: function ‘rproc_of_resm_mem_entry_init’ might be a candidate for ‘gnu_printf’ format attribute [-Wsuggest-attribute=format]
       1029 | vsnprintf(mem->name, sizeof(mem->name), name, args);
       | ^~~~~~~~~
      
      Cc: Brian Swetland <swetland@google.com>
      Cc: Mark Grosen <mgrosen@ti.com>
      Cc: Guzman Lugo <fernando.lugo@ti.com>
      Cc: Suman Anna <s-anna@ti.com>
      Cc: Robert Tivy <rtivy@ti.com>
      Cc: De Leon <x0095078@ti.com>
      Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
      Link: https://lore.kernel.org/r/20200715123551.4011154-1-lee.jones@linaro.orgSigned-off-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
      7e05c8de
  5. 13 Jul, 2020 1 commit
  6. 09 Jul, 2020 2 commits
  7. 02 Jul, 2020 3 commits
  8. 01 Jul, 2020 2 commits
  9. 14 Jun, 2020 3 commits