1. 15 Sep, 2022 2 commits
    • Arnd Bergmann's avatar
      Merge tag 'ffa-updates-6.1' of... · 387969b7
      Arnd Bergmann authored
      Merge tag 'ffa-updates-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux into arm/drivers
      
      Arm FF-A firmware driver updates for v6.1
      
      Small set of changes in preparation to add support for FF-A v1.1
      specification later. It mainly contains:
      
      1. Splitting up ffa_ops into different categories namely information,
         message and memory. It helps to make info and memory operations
         independent from ffa_device so thata generic memory management
         module can use it without specific ffa_dev.
      2. Adds support for querying FF-A features and use the same to detect
         the support for 64-bit operations.
      3. Adds v1.1 get_partition_info support and use the same to set up
         32-bit execution mode flag automatically.
      4. Adds pointer to the ffa_dev_ops in struct ffa_dev and drop
         ffa_dev_ops_get() which enables to drop ffa_ops in optee_ffa
         structure using ffa_dev->ops directly. Additionally ffa_dev_ops is
         renamed as ffa_ops.
      
      * tag 'ffa-updates-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux:
        firmware: arm_ffa: Split up ffa_ops into info, message and memory operations
        firmware: arm_ffa: Set up 32bit execution mode flag using partiion property
        firmware: arm_ffa: Add v1.1 get_partition_info support
        firmware: arm_ffa: Rename ffa_dev_ops as ffa_ops
        firmware: arm_ffa: Make memory apis ffa_device independent
        firmware: arm_ffa: Use FFA_FEATURES to detect if native versions are supported
        firmware: arm_ffa: Add support for querying FF-A features
        firmware: arm_ffa: Remove ffa_dev_ops_get()
        tee: optee: Drop ffa_ops in optee_ffa structure using ffa_dev->ops directly
        firmware: arm_ffa: Add pointer to the ffa_dev_ops in struct ffa_dev
      
      Link: https://lore.kernel.org/r/20220913100612.2924643-1-sudeep.holla@arm.comSigned-off-by: default avatarArnd Bergmann <arnd@arndb.de>
      387969b7
    • Arnd Bergmann's avatar
      Merge tag 'arm-soc/for-6.1/drivers' of https://github.com/Broadcom/stblinux into arm/drivers · 34fdb46f
      Arnd Bergmann authored
      This pull request contains Broadcom ARM/ARM64 SoC drivers updates for
      6.1, please pull the following:
      
      - Guilherme adds a comment to the panic notifier, part of his big panic
      notifier rework series
      
      - William migrates all of ARCH_BCM4908 dependencies to ARCH_BCMBCA
      
      * tag 'arm-soc/for-6.1/drivers' of https://github.com/Broadcom/stblinux:
        arm64: bcmbca: Make BCM4908 drivers depend on ARCH_BCMBCA
        soc: bcm: brcmstb: Document panic notifier action and remove useless header
      
      Link: https://lore.kernel.org/r/20220915023044.2350782-4-f.fainelli@gmail.comSigned-off-by: default avatarArnd Bergmann <arnd@arndb.de>
      34fdb46f
  2. 12 Sep, 2022 5 commits
  3. 09 Sep, 2022 7 commits
  4. 08 Sep, 2022 11 commits
  5. 07 Sep, 2022 2 commits
  6. 05 Sep, 2022 7 commits
  7. 04 Sep, 2022 1 commit
  8. 02 Sep, 2022 1 commit
  9. 30 Aug, 2022 4 commits