1. 20 Oct, 2017 7 commits
    • Arnd Bergmann's avatar
      Merge tag 'reset-for-4.15' of git://git.pengutronix.de/git/pza/linux into next/drivers · 8193d9ae
      Arnd Bergmann authored
      Pull "Reset controller changes for v4.15" from Philipp Zabel:
      
      - add ARC AX10x support,
        merged from a separate branch that is also included in the ARC tree
      - add Stratix10 support via socfpga
      - unify socfpga, stm32, sunxi, and zx2967 into simple-reset driver
      - add Meson GX reset level control and remove an unneeded check
      - add Uniphier PXs3 and ethernet reset controls
      - add MT7622 reset control dt-bindings header
      
      * tag 'reset-for-4.15' of git://git.pengutronix.de/git/pza/linux:
        reset: zx2967: use the reset-simple driver
        reset: stm32: use the reset-simple driver
        reset: socfpga: use the reset-simple driver
        reset: sunxi: use reset-simple driver
        reset: add reset-simple to unify socfpga, stm32, sunxi, and zx2967
        reset: meson: remove unneeded check in meson_reset_reset
        reset: meson: add level reset support for GX SoC family
        reset: uniphier: add PXs3 reset data
        reset: mediatek: add reset controller dt-bindings required header for MT7622 SoC
        reset: socfpga: build the reset-socfpga for Stratix10 SOC
        reset: uniphier: add ethernet reset control support
        reset: socfpga: fix for 64-bit compilation
        ARC: reset: introduce AXS10x reset driver
      8193d9ae
    • Arnd Bergmann's avatar
      Merge tag 'gpmc-omap-for-v4.15' of https://github.com/rogerq/linux into next/drivers · d5bd8507
      Arnd Bergmann authored
      Pull "OMAP-GPMC: driver updates for v4.15" from Roger Quadros:
      * get rid of unused field in platform data structure.
      
      * tag 'gpmc-omap-for-v4.15' of https://github.com/rogerq/linux:
        memory: omap-gpmc: Drop gpmc_status
      d5bd8507
    • Arnd Bergmann's avatar
      Merge tag 'qcom-drivers-for-4.15' of... · 8a36c27d
      Arnd Bergmann authored
      Merge tag 'qcom-drivers-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux into next/drivers
      
      Pull "Qualcomm ARM Based Driver Updates for v4.15" from Andy Gross:
      
      * Add SCM firmware APIs for download mode and secure IO service
      * Add SMEM support for cached entries
      * Add SMEM support for global partition, dynamic item limit, and more hosts
      
      * tag 'qcom-drivers-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux:
        firmware: qcom: scm: Expose download-mode control
        firmware: qcom: scm: Expose secure IO service
        soc: qcom: smem: Increase the number of hosts
        soc: qcom: smem: Support dynamic item limit
        soc: qcom: smem: Support global partition
        soc: qcom: smem: Read version from the smem header
        soc: qcom: smem: Use le32_to_cpu for comparison
        soc: qcom: smem: Support getting cached entries
        soc: qcom: smem: Rename "uncached" accessors
      8a36c27d
    • Arnd Bergmann's avatar
      Merge tag 'samsung-drivers-4.15' of... · ea9e3fbc
      Arnd Bergmann authored
      Merge tag 'samsung-drivers-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux into next/drivers
      
      Pull "Samsung soc drivers changes for v4.15" from Krzysztof Kozłowski:
      
      Remove of Exynos4212 related dead code (no more support for this SoC).
      
      * tag 'samsung-drivers-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux:
        soc: samsung: Remove Exynos4212 related dead code
      ea9e3fbc
    • Arnd Bergmann's avatar
      Merge tag 'scpi-updates-4.15' of... · 6710acf2
      Arnd Bergmann authored
      Merge tag 'scpi-updates-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux into next/drivers
      
      Pull "ARM SCPI updates/cleanups for v4.15" from Sudeep Holla:
      
      1. Fixes to get rid of sparse warnings
      2. Use of FIELD_GET and GENMASK for better subfields handling
      3. Make mbox_free_channels device-managed helping in removing unnecessary code
      4. Various other cleanups to simplify and improve code readability
      
      * tag 'scpi-updates-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux:
        firmware: arm_scpi: silence sparse warnings
        firmware: arm_scpi: remove all single element structures
        firmware: arm_scpi: drop unnecessary type cast to scpi_shared_mem
        firmware: arm_scpi: improve struct sensor_value
        firmware: arm_scpi: improve handling of protocol and firmware version subfields
        firmware: arm_scpi: improve struct dvfs_info to make code better readable
        firmware: arm_scpi: remove scpi_remove
        firmware: arm_scpi: make freeing mbox channels device-managed
        firmware: arm_scpi: pre-populate dvfs info in scpi_probe
        firmware: arm_scpi: remove two unneeded devm_kfree's in scpi_remove
        firmware: arm_scpi: remove usage of drvdata and don't reset scpi_info to null
      6710acf2
    • Arnd Bergmann's avatar
      Merge tag 'renesas-drivers-for-v4.15' of... · 4b367f2e
      Arnd Bergmann authored
      Merge tag 'renesas-drivers-for-v4.15' of https://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas into next/drivers
      
      Pull "Renesas ARM Based SoC Drivers Updates for v4.15" from Simon Horman:
      
      Add basic support for R-Car V3M (R8A77970) SoC.
      
      Sergei Shtylyov says:
      
      * Add support for R-Car V3M (R8A77970) SoC power areas to the R-Car SYSC
        driver
      
      * Add support for identifying the R-Car V3M (R8A77970) SoC
      
      * Add support for R-Car V3M (R8A77970) to the R-Car RST driver -- this
        driver is  needed  for the clock driver to work
      
      * tag 'renesas-drivers-for-v4.15' of https://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas:
        soc: renesas: rcar-sysc: add R8A77970 support
        soc: renesas: identify R-Car V3M
        soc: renesas: rcar-rst: add R8A77970 support
      4b367f2e
    • Arnd Bergmann's avatar
      Merge tag 'arm-soc/for-4.15/drivers' of http://github.com/Broadcom/stblinux into next/drivers · 3fbef2f9
      Arnd Bergmann authored
      Pull "Broadcom drivers changes for 4.15" from Florian Fainelli:
      
      This pull requests contains Broadcom SoCs drivers updates for 4.15, please pull
      the following:
      
      - Markus adds support for the Broadcom STB DDR PHY frontend which supports
        dynamic firmware loading and offers the ability to respond with DRAM refresh
        rates. He also adds a proper documentation binding document for that
        peripheral
      
      - Brian adds support for S2/S3/S5 system suspend/resume modes on ARM-based SoCs
        which is not new but had been lingering for a long time.
      
      - Justin adds S2/S3 system suspend/resume modes on MIPS-based SoCs which is a
        bit new newer and builds on top of the ARM-based support.
      
      - Florian adds Device Tree binding documents for both ARM and MIPS based systems
        describing the necessary nodes for S2/S3/S5 on these SoCs.
      
      (This pull request somehow missed the 4.14 merge window and is now being sent again
      for 4.15 along with build fixes from Arnd).
      
      * tag 'arm-soc/for-4.15/drivers' of http://github.com/Broadcom/stblinux:
        soc bcm: brcmstb: Add support for S2/S3/S5 suspend states (MIPS)
        dt-bindings: Document MIPS Broadcom STB power management nodes
        soc: bcm: brcmstb: Add support for S2/S3/S5 suspend states (ARM)
        dt-bindings: ARM: brcmstb: Update Broadcom STB Power Management binding
        memory: brcmstb: Add driver for DPFE
        dt-bindings: Add bindings for Broadcom STB DRAM Sensors
      3fbef2f9
  2. 18 Oct, 2017 4 commits
  3. 17 Oct, 2017 5 commits
  4. 12 Oct, 2017 7 commits
  5. 11 Oct, 2017 2 commits
  6. 09 Oct, 2017 4 commits
  7. 08 Oct, 2017 1 commit
  8. 07 Oct, 2017 4 commits
  9. 06 Oct, 2017 6 commits
    • Linus Torvalds's avatar
      Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux · dbeb1a8f
      Linus Torvalds authored
      Pull clk fixes from Stephen Boyd:
      
       - build fix to export the clk_bulk_prepare() symbol
      
       - suspend fix for Samsung Exynos SoCs where we need to keep clks on
         across suspend
      
       - two critical clk markings for clks that shouldn't ever turn off on
         Rockchip SoCs
      
       - a fix for a copy-paste mistake on Rockchip rk3128 causing some clks
         to touch the same bit and trample over one another
      
      * tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux:
        clk: samsung: exynos4: Enable VPLL and EPLL clocks for suspend/resume cycle
        clk: Export clk_bulk_prepare()
        clk: rockchip: add sclk_timer5 as critical clock on rk3128
        clk: rockchip: fix up rk3128 pvtm and mipi_24m gate regs error
        clk: rockchip: add pclk_pmu as critical clock on rk3128
      dbeb1a8f
    • Linus Torvalds's avatar
      Merge tag 'arc-4.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc · ed0f72f4
      Linus Torvalds authored
      Pull ARC udpates from Vineet Gupta:
      
       - updates for various platforms
      
       - boot log updates for upcoming HS48 family of cores (dual issue)
      
      * tag 'arc-4.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc:
        ARC: [plat-hsdk]: Add reset controller node to manage ethernet reset
        ARC: [plat-hsdk]: Temporary fix to set CPU frequency to 1GHz
        ARC: fix allnoconfig build warning
        ARCv2: boot log: identify HS48 cores (dual issue)
        ARC: boot log: decontaminate ARCv2 ISA_CONFIG register
        arc: remove redundant UTS_MACHINE define in arch/arc/Makefile
        ARC: [plat-eznps] Update platform maintainer as Noam left
        ARC: [plat-hsdk] use actual clk driver to manage cpu clk
        ARC: [*defconfig] Reenable soft lock-up detector
        ARC: [plat-axs10x] sdio: Temporary fix of sdio ciu frequency
        ARC: [plat-hsdk] sdio: Temporary fix of sdio ciu frequency
        ARC: [plat-axs103] Add temporary quirk to reset ethernet IP
      ed0f72f4
    • Linus Torvalds's avatar
      Merge tag 'xfs-4.14-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux · eab26ad1
      Linus Torvalds authored
      Pull xfs fixes from Darrick Wong:
      
       - fix a race between overlapping copy on write aio
      
       - fix cow fork swapping when we defragment reflinked files
      
      * tag 'xfs-4.14-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux:
        xfs: handle racy AIO in xfs_reflink_end_cow
        xfs: always swap the cow forks when swapping extents
      eab26ad1
    • Linus Torvalds's avatar
      Merge branch 'for-linus' of git://git.kernel.dk/linux-block · 17d084c8
      Linus Torvalds authored
      Pull block fixes from Jens Axboe:
       "A collection of fixes for this series. This contains:
      
         - NVMe pull request from Christoph, one uuid attribute fix, and one
           fix for the controller memory buffer address for remapped BARs.
      
         - use-after-free fix for bsg, from Benjamin Block.
      
         - bcache race/use-after-free fix for a list traversal, fixing a
           regression in this merge window. From Coly Li.
      
         - null_blk change configfs dependency change from a 'depends' to a
           'select'. This is a change from this merge window as well. From me.
      
         - nbd signal fix from Josef, fixing a regression introduced with the
           status code changes.
      
         - nbd MAINTAINERS mailing list entry update.
      
         - blk-throttle stall fix from Joseph Qi.
      
         - blk-mq-debugfs fix from Omar, fixing an issue where we don't
           register the IO scheduler debugfs directory, if the driver is
           loaded with it. Only shows up if you switch through the sysfs
           interface"
      
      * 'for-linus' of git://git.kernel.dk/linux-block:
        bsg-lib: fix use-after-free under memory-pressure
        nvme-pci: Use PCI bus address for data/queues in CMB
        blk-mq-debugfs: fix device sched directory for default scheduler
        null_blk: change configfs dependency to select
        blk-throttle: fix possible io stall when upgrade to max
        MAINTAINERS: update list for NBD
        nbd: fix -ERESTARTSYS handling
        nvme: fix visibility of "uuid" ns attribute
        bcache: use llist_for_each_entry_safe() in __closure_wake_up()
      17d084c8
    • Linus Torvalds's avatar
      Merge tag 'pci-v4.14-fixes-4' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci · 80cf1f8c
      Linus Torvalds authored
      Pull PCI fixes from Bjorn Helgaas:
       "Fix legacy IDE probe issues exposed by recent PCI core IRQ mapping
        changes (Bartlomiej Zolnierkiewicz, Lorenzo Pieralisi)"
      
      * tag 'pci-v4.14-fixes-4' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci:
        ide: fix IRQ assignment for PCI bus order probing
        ide: pci: free PCI BARs on initialization failure
        ide: free hwif->portdev on hwif_init() failure
      80cf1f8c
    • Linus Torvalds's avatar
      Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux · 27549068
      Linus Torvalds authored
      Pull arm64 fixes from Catalin Marinas:
      
       - Bring initialisation of user space undefined instruction handling
         early (core_initcall) since late_initcall() happens after modprobe in
         initramfs is invoked. Similar fix for fpsimd initialisation
      
       - Increase the kernel stack when KASAN is enabled
      
       - Bring the PCI ACS enabling earlier via the
         iort_init_platform_devices()
      
       - Fix misleading data abort address printing (decimal vs hex)
      
      * tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux:
        arm64: Ensure fpsimd support is ready before userspace is active
        arm64: Ensure the instruction emulation is ready for userspace
        arm64: Use larger stacks when KASAN is selected
        ACPI/IORT: Fix PCI ACS enablement
        arm64: fix misleading data abort decoding
      27549068