soc.lore.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] More Qualcomm driver updates for v6.7
@ 2023-10-25 20:11 Bjorn Andersson
  2023-10-25 21:20 ` patchwork-bot+linux-soc
  0 siblings, 1 reply; 3+ messages in thread
From: Bjorn Andersson @ 2023-10-25 20:11 UTC (permalink / raw)
  To: arm, soc
  Cc: linux-arm-msm, linux-arm-kernel, Andy Gross, Arnd Bergmann,
	Olof Johansson, Kevin Hilman, Bartosz Golaszewski,
	Dmitry Baryshkov, Gustavo A . R . Silva, Luca Weiss


The following changes since commit c0989f7d1264b2b1885345a28a32fd5e1e61f9c7:

  soc: qcom: socinfo: Convert to platform remove callback returning void (2023-10-02 11:30:39 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux.git tags/qcom-drivers-for-6.7-2

for you to fetch changes up to 723d346173e748c4fdb145b84f572b871ab4011a:

  soc: qcom: pmic_glink_altmode: Print return value on error (2023-10-22 09:20:40 -0700)

----------------------------------------------------------------
More Qualcomm driver updates for v6.7

The Qualcomm SMC an QSEECOM drivers are moved into a "qcom"
subdirectory, to declutter the base directory. Missing include guards
are added to the qseecom header file. Unneded extern specifiers are
removed from the scm call wrappers.

__counted_by is added to the apr_rx_buf structure, in the APR driver.

Lastly in the pmic_glink driver the pmic_glink drm_bridge type is
corrected to DisplayPort, over the incorrect "USB" value. The return
values are added to error prints for the various typec set() calls.

----------------------------------------------------------------
Bartosz Golaszewski (4):
      firmware: qcom: qseecom: add missing include guards
      firmware: qcom: move Qualcomm code into its own directory
      firmware: qcom: scm: add a missing forward declaration for struct device
      firmware: qcom: scm: remove unneeded 'extern' specifiers

Dmitry Baryshkov (1):
      soc: qcom: pmic_glink: fix connector type to be DisplayPort

Gustavo A. R. Silva (1):
      soc: qcom: apr: Add __counted_by for struct apr_rx_buf and use struct_size()

Luca Weiss (1):
      soc: qcom: pmic_glink_altmode: Print return value on error

 MAINTAINERS                                        |  4 +-
 drivers/firmware/Kconfig                           | 48 +------------------
 drivers/firmware/Makefile                          |  5 +-
 drivers/firmware/qcom/Kconfig                      | 56 ++++++++++++++++++++++
 drivers/firmware/qcom/Makefile                     |  9 ++++
 drivers/firmware/{ => qcom}/qcom_qseecom.c         |  0
 .../firmware/{ => qcom}/qcom_qseecom_uefisecapp.c  |  0
 drivers/firmware/{ => qcom}/qcom_scm-legacy.c      |  0
 drivers/firmware/{ => qcom}/qcom_scm-smc.c         |  0
 drivers/firmware/{ => qcom}/qcom_scm.c             |  0
 drivers/firmware/{ => qcom}/qcom_scm.h             | 15 +++---
 drivers/soc/qcom/apr.c                             |  4 +-
 drivers/soc/qcom/pmic_glink_altmode.c              | 16 +++----
 include/linux/firmware/qcom/qcom_qseecom.h         |  6 +++
 14 files changed, 93 insertions(+), 70 deletions(-)
 create mode 100644 drivers/firmware/qcom/Kconfig
 create mode 100644 drivers/firmware/qcom/Makefile
 rename drivers/firmware/{ => qcom}/qcom_qseecom.c (100%)
 rename drivers/firmware/{ => qcom}/qcom_qseecom_uefisecapp.c (100%)
 rename drivers/firmware/{ => qcom}/qcom_scm-legacy.c (100%)
 rename drivers/firmware/{ => qcom}/qcom_scm-smc.c (100%)
 rename drivers/firmware/{ => qcom}/qcom_scm.c (100%)
 rename drivers/firmware/{ => qcom}/qcom_scm.h (92%)

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [GIT PULL] More Qualcomm driver updates for v6.7
  2023-10-25 20:11 [GIT PULL] More Qualcomm driver updates for v6.7 Bjorn Andersson
@ 2023-10-25 21:20 ` patchwork-bot+linux-soc
  2023-10-27  8:15   ` Arnd Bergmann
  0 siblings, 1 reply; 3+ messages in thread
From: patchwork-bot+linux-soc @ 2023-10-25 21:20 UTC (permalink / raw)
  To: Bjorn Andersson; +Cc: soc

Hello:

This pull request was applied to soc/soc.git (for-next)
by Arnd Bergmann <arnd@arndb.de>:

On Wed, 25 Oct 2023 13:11:07 -0700 you wrote:
> The following changes since commit c0989f7d1264b2b1885345a28a32fd5e1e61f9c7:
> 
>   soc: qcom: socinfo: Convert to platform remove callback returning void (2023-10-02 11:30:39 -0700)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux.git tags/qcom-drivers-for-6.7-2
> 
> [...]

Here is the summary with links:
  - [GIT,PULL] More Qualcomm driver updates for v6.7
    https://git.kernel.org/soc/soc/c/dfae947836d8

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [GIT PULL] More Qualcomm driver updates for v6.7
  2023-10-25 21:20 ` patchwork-bot+linux-soc
@ 2023-10-27  8:15   ` Arnd Bergmann
  0 siblings, 0 replies; 3+ messages in thread
From: Arnd Bergmann @ 2023-10-27  8:15 UTC (permalink / raw)
  To: patchwork-bot+linux-soc, Bjorn Andersson; +Cc: soc

On Wed, Oct 25, 2023, at 23:20, patchwork-bot+linux-soc@kernel.org wrote:
> Hello:
>
> This pull request was applied to soc/soc.git (for-next)
> by Arnd Bergmann <arnd@arndb.de>:
>
> On Wed, 25 Oct 2023 13:11:07 -0700 you wrote:
>> The following changes since commit c0989f7d1264b2b1885345a28a32fd5e1e61f9c7:
>> 
>>   soc: qcom: socinfo: Convert to platform remove callback returning void (2023-10-02 11:30:39 -0700)
>> 
>> are available in the Git repository at:
>> 
>>   https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux.git tags/qcom-drivers-for-6.7-2
>> 
>> [...]
>
> Here is the summary with links:
>   - [GIT,PULL] More Qualcomm driver updates for v6.7
>     https://git.kernel.org/soc/soc/c/dfae947836d8
>
> You are awesome, thank you!

For your information, I put the two devicetree branches into
a separate soc/dt-late branch that is based on the existing
soc/dt branch, since they were a little larger than what I
hope to see in the last days before the merge window.

As long as everything else goes well during the merge window,
I expect to send the late branch as a follow-up a few days
in, probably along with an initial set of bugfixes that tend
to come in as soon as the merge window opens.

     Arnd

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-10-27  8:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-25 20:11 [GIT PULL] More Qualcomm driver updates for v6.7 Bjorn Andersson
2023-10-25 21:20 ` patchwork-bot+linux-soc
2023-10-27  8:15   ` Arnd Bergmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).