1. 20 Dec, 2018 2 commits
  2. 13 Dec, 2018 2 commits
  3. 12 Dec, 2018 13 commits
  4. 11 Dec, 2018 2 commits
  5. 10 Dec, 2018 4 commits
  6. 06 Dec, 2018 4 commits
  7. 05 Dec, 2018 9 commits
  8. 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
  9. 02 Dec, 2018 1 commit