1. 24 8月, 2018 7 次提交
  2. 27 7月, 2018 1 次提交
  3. 26 7月, 2018 5 次提交
    • O
      Merge tag 'samsung-drivers-exynos5440-4.19' of... · 692b12c7
      Olof Johansson 提交于
      Merge tag 'samsung-drivers-exynos5440-4.19' of https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux into next/drivers
      
      Exynos5440 drivers removal
      
      The Exynos5440 (quad-core A15 with GMAC, PCIe, SATA) was targeting
      server platforms but it did not make it to the market really.  There are
      no development boards with it and probably there are no real products
      neither.  The development for Exynos5440 ended in 2013 and since then
      the platform is in maintenance mode.
      
      Removing Exynos5440 makes our life slightly easier: less maintenance,
      smaller code, reduced number of quirks, no need to preserve DTB
      backward-compatibility.
      
      The Device Tree sources and some of the drivers for Exynos5440 were
      already removed.  This removes remaining drivers.
      
      * tag 'samsung-drivers-exynos5440-4.19' of https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux:
        usb: host: exynos: Remove support for Exynos5440
        clk: samsung: Remove support for Exynos5440
        cpufreq: exynos: Remove support for Exynos5440
        ata: ahci-platform: Remove support for Exynos5440
      Signed-off-by: NOlof Johansson <olof@lixom.net>
      692b12c7
    • S
      drivers/firmware: psci_checker: stash and use topology_core_cpumask for hotplug tests · 7401056d
      Sudeep Holla 提交于
      Commit 7f9545aa ("arm64: smp: remove cpu and numa topology
      information when hotplugging out CPU") updates the cpu topology when
      the CPU is hotplugged out. However the PSCI checker code uses the
      topology_core_cpumask pointers for some of the cpu hotplug testing.
      Since the pointer to the core_cpumask of the first CPU in the group
      is used, which when that CPU itself is hotpugged out is just set to
      itself, the testing terminates after that particular CPU is tested out.
      But the intention of this tests is to cover all the CPU in the group.
      
      In order to support that, we need to stash the topology_core_cpumask
      before the start of the test and use that value instead of pointer to
      a cpumask which will be updated on CPU hotplug.
      
      Fixes: 7f9545aa ("arm64: smp: remove cpu and numa topology
      	information when hotplugging out CPU")
      Reported-by: NGeert Uytterhoeven <geert@linux-m68k.org>
      Tested-by: NGeert Uytterhoeven <geert+renesas@glider.be>
      Cc: Mark Rutland <mark.rutland@arm.com>
      Acked-by: NLorenzo Pieralisi <lorenzo.pieralisi@arm.com>
      Signed-off-by: NSudeep Holla <sudeep.holla@arm.com>
      Signed-off-by: NOlof Johansson <olof@lixom.net>
      7401056d
    • O
      Merge tag 'soc-fsl-for-4.19' of... · 1ca8c0a7
      Olof Johansson 提交于
      Merge tag 'soc-fsl-for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/leo/linux into next/drivers
      
      Various updates to soc/fsl for 4.19
      
      Moves DPAA2 DPIO driver from staging to fsl/soc
      Adds multiple-pin support to QE gpio driver
      
      * tag 'soc-fsl-for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/leo/linux:
        soc: fsl: cleanup Kconfig menu
        soc: fsl: dpio: Convert DPIO documentation to .rst
        staging: fsl-mc: Remove remaining files
        staging: fsl-mc: Move DPIO from staging to drivers/soc/fsl
        staging: fsl-dpaa2: eth: move generic FD defines to DPIO
        soc: fsl: qe: gpio: Add qe_gpio_set_multiple
      Signed-off-by: NOlof Johansson <olof@lixom.net>
      1ca8c0a7
    • O
      Merge tag 'sunxi-drivers-for-4.19' of... · 92f06c38
      Olof Johansson 提交于
      Merge tag 'sunxi-drivers-for-4.19' of https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux into next/drivers
      
      Allwinner drivers changes for 4.19
      
      There's been work for this release cycles in both the SRAM controller
      driver in order to support more SoCs, as part of our VPU work, but also to
      enable the EMAC on the A64 (that needs to poke at registers within the same
      register space).
      
      Some work has been needed too to represent the bus to the display engine
      controllers that all need an SRAM to be mapped to the CPU to be able to
      access those controllers' registers.
      
      * tag 'sunxi-drivers-for-4.19' of https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux:
        soc: sunxi: Add the A13, A23 and H3 system control compatibles
        drivers: soc: sunxi: Add support for the C1 SRAM region
        dt-bindings: sram: sunxi: Populate valid sections compatibles
        dt-bindings: sram: sunxi: Add A13, A20, A23 and H3 dedicated bindings
        soc: sunxi: sram: Add dt match for the A10 system-control compatible
        dt-bindings: sram: sunxi: Introduce new A10 binding for system-control
        bus: add bus driver for accessing Allwinner A64 DE2
        dt-bindings: add binding for the Allwinner A64 DE2 bus
        soc: sunxi: sram: Add updated compatible string for A64 system control
        dt-bindings: sram: Rename A64 SRAM controller compatible
        soc: sunxi: export a regmap for EMAC clock reg on A64
      Signed-off-by: NOlof Johansson <olof@lixom.net>
      92f06c38
    • O
      Merge tag 'qcom-drivers-for-4.19' of... · d7e83230
      Olof Johansson 提交于
      Merge tag 'qcom-drivers-for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux into next/drivers
      
      Qualcomm ARM Based Driver Updates for v4.19
      
      * Add Qualcomm LLCC driver
      * Add Qualcomm RPMH controller
      * Fix memleak in Qualcomm RMTFS
      * Add dummy qcom_scm_assign_mem()
      * Fix check for global partition in SMEM
      
      * tag 'qcom-drivers-for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux:
        soc: qcom: rmtfs-mem: fix memleak in probe error paths
        soc: qcom: llc-slice: Add missing MODULE_LICENSE()
        drivers: qcom: rpmh: fix unwanted error check for get_tcs_of_type()
        drivers: qcom: rpmh-rsc: fix the loop index check in get_req_from_tcs
        firmware: qcom: scm: add a dummy qcom_scm_assign_mem()
        drivers: qcom: rpmh-rsc: Check cmd_db_ready() to help children
        drivers: qcom: rpmh-rsc: allow active requests from wake TCS
        drivers: qcom: rpmh: add support for batch RPMH request
        drivers: qcom: rpmh: allow requests to be sent asynchronously
        drivers: qcom: rpmh: cache sleep/wake state requests
        drivers: qcom: rpmh-rsc: allow invalidation of sleep/wake TCS
        drivers: qcom: rpmh-rsc: write sleep/wake requests to TCS
        drivers: qcom: rpmh: add RPMH helper functions
        drivers: qcom: rpmh-rsc: log RPMH requests in FTRACE
        dt-bindings: introduce RPMH RSC bindings for Qualcomm SoCs
        drivers: qcom: rpmh-rsc: add RPMH controller for QCOM SoCs
        drivers: soc: Add LLCC driver
        dt-bindings: Documentation for qcom, llcc
        soc: qcom: smem: Correct check for global partition
      Signed-off-by: NOlof Johansson <olof@lixom.net>
      d7e83230
  4. 25 7月, 2018 8 次提交
  5. 23 7月, 2018 1 次提交
  6. 22 7月, 2018 18 次提交