1. 12 Dec, 2018 2 commits
    • Olof Johansson's avatar
      Merge tag 'renesas-drivers-for-v4.21' of... · 48ff08dd
      Olof Johansson authored
      Merge tag 'renesas-drivers-for-v4.21' of https://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas into next/drivers
      
      Renesas ARM Based SoC Drivers Updates for v4.21
      
      SYSC Driver:
      * Common
        - Fix power domain control after system resume
        - Merge PM Domain registration and linking
        - Remove rcar_sysc_power_{down,up}() helpers
      * R-Car E3 (r8a77990) SoC
        - Fix initialization order of 3DG-{A,B}
      * R-Car V3H (r8a77980) SoC
        - Correct A3VIP[012] power domain hierarchy
        - Correct names of A2DP[01] power domains
      * R-Car V3M (r8a77970) SoC
        - Correct names of A2DP/A2CN power domains
        - emove non-existent CR7 power domain
      * R-Car M3-N (r8a77965) SoC
        - Remove non-existent A3IR power domain
      
      * tag 'renesas-drivers-for-v4.21' of https://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas:
        soc: renesas: rcar-sysc: Fix power domain control after system resume
        soc: renesas: rcar-sysc: Merge PM Domain registration and linking
        soc: renesas: rcar-sysc: Remove rcar_sysc_power_{down,up}() helpers
        soc: renesas: r8a77990-sysc: Fix initialization order of 3DG-{A,B}
        soc: renesas: r8a77980-sysc: Correct A3VIP[012] power domain hierarchy
        soc: renesas: r8a77980-sysc: Correct names of A2DP[01] power domains
        soc: renesas: r8a77970-sysc: Correct names of A2DP/A2CN power domains
        soc: renesas: r8a77970-sysc: Remove non-existent CR7 power domain
        soc: renesas: r8a77965-sysc: Remove non-existent A3IR power domain
      Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
      48ff08dd
    • Olof Johansson's avatar
      Merge tag 'pxa-for-4.21' of https://github.com/rjarzmik/linux into next/drivers · 330a7809
      Olof Johansson authored
      This pxa update brings only a single patch, finishing the
      dmaengine conversion.
      
      * tag 'pxa-for-4.21' of https://github.com/rjarzmik/linux:
        dmaengine: pxa: make the filter function internal
      Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
      330a7809
  2. 06 Dec, 2018 4 commits
  3. 03 Dec, 2018 3 commits
    • Robert Jarzmik's avatar
      dmaengine: pxa: make the filter function internal · c2a70a31
      Robert Jarzmik authored
      As the pxa architecture and all its related drivers do not rely anymore
      on the filter function, thanks to the slave map conversion, make
      pxad_filter_fn() static, and remove it from the global namespace.
      Signed-off-by: default avatarRobert Jarzmik <robert.jarzmik@free.fr>
      Acked-by: default avatarVinod Koul <vkoul@kernel.org>
      c2a70a31
    • Olof Johansson's avatar
      Merge tag 'qcom-drivers-for-4.21' of... · 202f9977
      Olof Johansson authored
      Merge tag 'qcom-drivers-for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux into next/drivers
      
      Qualcomm ARM Based Driver Updates for v4.21
      
      * Fix llcc license, includes, and error checks
      * Remove use of memcpy in cmd-db and fix API breakage
      * Add QCS404 compatible to SMD-RPM
      * Minor fixes for QMI
      * Add irq clear handling in QCOM Geni SE during init
      
      * tag 'qcom-drivers-for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux:
        drm: msm: Check cmd_db_read_aux_data() for failure
        soc: qcom: smd-rpm: Add QCS404 compatible
        soc: qcom: llcc-slice: Remove duplicated include from llcc-slice.c
        soc: qcom: cmd-db: Stop memcpy()ing in cmd_db_read_aux_data()
        soc: qcom: cmd-db: Remove memcpy()ing from cmd_db_get_header()
        soc: qcom: Drop help text for QCOM_QMI_HELPERS
        soc: qcom: qmi_interface: Limit txn ids to U16_MAX
        soc: qcom: llcc-slice: Add error checks for API functions
        soc: qcom/llcc: add MODULE_LICENSE tag
        soc: qcom: Add irq clear handling during SE init
      Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
      202f9977
    • Olof Johansson's avatar
      Merge tag 'arm-soc/for-4.21/drivers' of https://github.com/Broadcom/stblinux into next/drivers · e5734beb
      Olof Johansson authored
      This pull request contains Broadcom ARM/ARM64/MIPS SoCs drivers changes
      for 4.21, please pull the following changes:
      
      - James fixes the firmware interface after a commit changed the use of
        VLA and broke large transfers
      
      - Stefan adds a timeout check for Raspberry Pi firmware transactions and
        updates a bunch of SoC/firmware files to use SPDX tags
      
      - Wolfram switches the GISB bus arbiter to use dev_get_drvdata()
      
      - Yangtao provides a fix for a reference leak due to a call to
        of_find_node_by_path()
      
      - Florian fixes the CPU re-entry point out of S3 suspend with kernels
        built in Thumb2 mode
      
      * tag 'arm-soc/for-4.21/drivers' of https://github.com/Broadcom/stblinux:
        soc: bcm: brcmstb: Don't leak device tree node reference
        firmware: raspberrypi: Switch to SPDX identifier
        firmware: raspberrypi: Fix firmware calls with large buffers
        soc: bcm: Switch raspberrypi-power to SPDX identifier
        firmware: raspberrypi: Define timeout for transactions
        bus: brcmstb_gisb: simplify getting .driver_data
        soc: bcm: brcmstb: Fix re-entry point with a THUMB2_KERNEL
      Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
      e5734beb
  4. 30 Nov, 2018 8 commits
  5. 29 Nov, 2018 5 commits
  6. 28 Nov, 2018 2 commits
  7. 27 Nov, 2018 1 commit
  8. 21 Nov, 2018 1 commit
  9. 19 Nov, 2018 1 commit
  10. 18 Nov, 2018 1 commit
  11. 15 Nov, 2018 4 commits
  12. 14 Nov, 2018 8 commits