1. 15 Sep, 2021 9 commits
  2. 14 Sep, 2021 29 commits
  3. 13 Sep, 2021 2 commits
    • M Chetan Kumar's avatar
      net: wwan: iosm: firmware flashing and coredump collection · 13bb8429
      M Chetan Kumar authored
      This patch brings-in support for M.2 7560 Device firmware flashing &
      coredump collection using devlink.
      - Driver Registers with Devlink framework.
      - Register devlink params callback for configuring device params
        required in flashing or coredump flow.
      - Implements devlink ops flash_update callback that programs modem
        firmware.
      - Creates region & snapshot required for device coredump log collection.
      
      On early detection of device in boot rom stage. Driver registers with
      Devlink framework and establish transport channel for PSI (Primary Signed
      Image) injection. Once PSI is injected to device, the device execution
      stage details are read to determine whether device is in flash or
      exception mode. The collected information is reported to devlink user
      space application & based on this informationi, application proceeds with
      either modem firmware flashing or coredump collection.
      Signed-off-by: default avatarM Chetan Kumar <m.chetan.kumar@linux.intel.com>
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      13bb8429
    • David S. Miller's avatar
      Merge branch 'nfc-printk-cleanup' · 08c53aee
      David S. Miller authored
      Krzysztof Kozlowski says:
      
      ====================
      nfc: minor printk cleanup
      
      Changes since v1:
      1. Remove unused variable in pn533 (reported by kbuild).
      ====================
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      08c53aee