1. 16 Aug, 2017 6 commits
    • Arnd Bergmann's avatar
      Merge tag 'sunxi-dt-for-4.14' of... · e3015684
      Arnd Bergmann authored
      Merge tag 'sunxi-dt-for-4.14' of https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux into next/dt
      
      Pull "Allwinner dts changes for 4.14" from Chen-Yu Tsai:
      
      The usual improvement patches:
      
        - R_INTC interrupt controller compatible string update and device node
          addition
      
        - Battery charger enabled on the Cubietruck
      
        - New board: Bananapi M2 Magic
      
        - Ethernet and USB OTG enabled on the Beelink X2
      
        - MMC enabled for A83T boards
      
      * tag 'sunxi-dt-for-4.14' of https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux:
        ARM: dts: sun8i: a83t: h8homlet: Enable micro-SD card and onboard eMMC
        ARM: dts: sun8i: a83t: cubietruck-plus: Enable micro-SD card and eMMC
        ARM: dts: sun8i: a83t: Add pingroup for 8-bit eMMC on mmc2
        ARM: dts: sun8i: a83t: Add MMC controller device nodes
        ARM: dts: sun8i: h3: Enable dwmac-sun8i on the Beelink X2
        ARM: dts: sun8i: h3: Enable USB OTG on the Beelink X2
        ARM: dts: sun8i: Add BananaPI M2-Magic DTS
        ARM: dts: sun7i: enable battery power supply subnode on cubietruck
        ARM: dts: sun8i: a83t: Add device node for R_INTC interrupt controller
        ARM: dts: sun8i: a23/a33: Use new sun6i-a31-r-intc compatible for NMI/R_INTC
        ARM: dts: sun6i: a31: Use new sun6i-a31-r-intc compatible for NMI/R_INTC
      e3015684
    • Arnd Bergmann's avatar
      Merge tag 'v4.14-rockchip-dts32-1' of... · fc244e3a
      Arnd Bergmann authored
      Merge tag 'v4.14-rockchip-dts32-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip into next/dt
      
      Pull "Rockchip dts32 changes for 4.14" from Heiko Stübner:
      
      Removal of the deprectated num-slots property from all Rockchip dw-mmc
      nodes. The rv1108 gains support for sd-cards on the evaluation board and
      the general nodes get a bit of cosmetic. On rk3288 the evb gains support
      saradc and the adc-key connected to it while some more boards also get
      their mali gpu enabled (fennec, evb, tinker).
      
      The biggest set of changes can be found on the rk3228/rk3229 combo this
      time. It gets core support for efuse, sdmmc, sdio, io-domans and spdif
      as well as a separate rk3229.dtsi that will keep the slight differences
      between the two brothers rk3228/rk3229. The evaluation board also gets
      some attention and abled nodes (regulators, io-domains, emmc, tsadc keys)
      
      But I think the most interesting change is the cpu enable-method for it.
      Instead of using the older in-kernel method, we're now also moving to
      handling this in firmware via the psci interface on 32bit Rockchip socs.
      In a recently merged pull request [0] support for the rk3228/rk3229 was
      added to OP-TEE including the psci support and it seems supporting other
      32bit Rockchip socs that way is also planned for the future.
      
      [0] https://github.com/OP-TEE/optee_os/pull/1666
      
      * tag 'v4.14-rockchip-dts32-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip: (23 commits)
        ARM: dts: rockchip: fix property-ordering in rv1108 mmc nodes
        ARM: dts: rockchip: enable sdmmc for rv1108 evb
        ARM: dts: rockchip: add efuse device node for rk3228
        ARM: dts: rockchip: add gpio power-key for rk3229-evb
        ARM: dts: rockchip: enable tsadc for rk3229-evb
        ARM: dts: rockchip: enable eMMC for rk3229-evb
        ARM: dts: rockchip: enable io-domain for rk3229-evb
        ARM: dts: rockchip: add cpu-supply property for cpu node of rk3229-evb
        ARM: dts: rockchip: add regulator nodes for rk3229-evb
        ARM: dts: rockchip: add sdmmc and sdio nodes for rk3228 SoC
        ARM: dts: rockchip: fix compatible string for eMMC node of rk3228 SoC
        ARM: dts: rockchip: add cpu enable method for rk3228 SoC
        ARM: dts: rockchip: remove num-slots from all platforms
        ARM: dts: rockchip: Add io-domain node for rk3228
        ARM: dts: rockchip: add basic dtsi file for RK3229 SoC
        ARM: dts: rockchip: enable adc key for rk3288-evb
        ARM: dts: rockchip: enable saradc for rk3288-evb
        ARM: dts: rockchip: enable ARM Mali GPU on rk3288-fennec
        ARM: dts: rockchip: enable ARM Mali GPU on rk3288-evb
        ARM: dts: rockchip: enable ARM Mali GPU on rk3288-tinker
        ...
      fc244e3a
    • Arnd Bergmann's avatar
      Merge tag 'renesas-dt-for-v4.14' of... · f7ec9146
      Arnd Bergmann authored
      Merge tag 'renesas-dt-for-v4.14' of https://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas into next/dt
      
      Pull "Renesas ARM Based SoC DT Updates for v4.14" from Simon Horman:
      
      Changes of note:
      
      * Add pin controller support to the RZ/G1M (r8a7743) SoC and
        RZ/A1 (r7s72100) SoCs now that the driver is available in v4.13-rc1.
      
      * Add GPIO support to the RZ/G1M (r8a7743) SoC now that the driver
        is availabe in v4.13-rc1.
      
      * Enable MMCIF0 and Ethernet AVB support on the RZ/G1M (r8a7743) SoC and
        the iWave-RZG1M-20M Qseven SOM. This depends on newly added pin
        controller support noted above.
      
      * Use R-Car Gen 2 fallback binding for vin nodes
      
        This makes binding use consistent across R-Car Gen 2 SoCs.
        It does not have any run-time effect
      
      * Use SMP jump stub SRAM region from DT on R-Car Gen 2 SoCs
      
        Geert Uytterhoeven says, "The R-Car Gen2 platform code for CPU core
        bringup needs to copy a jump stub to on-SoC SRAM.  Currently it uses a
        hardcoded address pointing to ICRAM1."
      
      * Add Inter Connect RAM to R-Car Gen 2 and RZ/G1 SoCs
      
        Geert Uytterhoeven says, "R-Car Gen2 and RZ/G1 SoCs contain two or three
        blocks of SRAM, which can be used for several purposes.  One such purpose
        is holding a jump stub for CPU core bringup."
      * Use generic compatible string for I2C EEPROM for RZ/A1 (r7s72100) SoC
        and koelsch board.
      
        This is part of a tree-wide cleanup by Javier Martinez Canillas
      
      * tag 'renesas-dt-for-v4.14' of https://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas: (38 commits)
        ARM: dts: iwg20m: Correct indentation of mmcif0 properties
        ARM: dts: rskrza1: Add LED0 pin support
        ARM: dts: rskrza1: Add SDHI1 pin group
        ARM: dts: rskrza1: Add Ethernet pin group
        ARM: dts: rskrza1: Add SCIF2 pin group
        ARM: dts: genmai: Add ethernet pin group
        ARM: dts: genmai: Add user led device nodes
        ARM: dts: genmai: Add RIIC2 pin group
        ARM: dts: genmai: Add SCIF2 pin group
        ARM: dts: r7s72100: Add pin controller node
        ARM: dts: iwg20m: Add MMCIF0 support
        ARM: dts: r8a7794: Use R-Car Gen 2 fallback binding for vin nodes
        ARM: dts: r8a7791: Use R-Car Gen 2 fallback binding for vin nodes
        ARM: dts: r8a7790: Use R-Car Gen 2 fallback binding for vin nodes
        ARM: dts: r8a7743: Add MMCIF0 support
        ARM: dts: r8a7794: Reserve SRAM for the SMP jump stub
        ARM: dts: r8a7793: Reserve SRAM for the SMP jump stub
        ARM: dts: r8a7792: Reserve SRAM for the SMP jump stub
        ARM: dts: r8a7791: Reserve SRAM for the SMP jump stub
        ARM: dts: r8a7790: Reserve SRAM for the SMP jump stub
        ...
      f7ec9146
    • Arnd Bergmann's avatar
      Merge tag 'renesas-dt-bindings-for-v4.14' of... · c71fbbcd
      Arnd Bergmann authored
      Merge tag 'renesas-dt-bindings-for-v4.14' of https://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas into next/dt
      
      Pull "Renesas ARM Based SoC DT Bindings Updates for v4.14" from Simon Horman:
      
      * Document R-Car D3 (r8a77995) SoC and Draak board
      
      * Document reserved SRAM for the SMP jump stub on R-Car Gen2 and RZ/G1 SoCs
      
        Geert Uytterhoeven says, "+Renesas R-Car Gen2 and RZ/G1 SoCs need a small
        piece of SRAM for the jump stub +for secondary CPU bringup and CPU
        hotplug.  +This memory is reserved by adding a child node to a
        "mmio-sram" node..."
      
      * Add a VSP channel index to DU vsps
      
        Laurent Pinchart says, "multiple LIF instances in the VSP. The current DT
        bindings don't support specifying that kind of SoC integration scheme.
        Extend them with a VSP channel index."
      
      * Add R-Car M3-W (r8a7796) HDMI TX DT bindings
      
        This is compatible with existing R-Car H3 (r8a7795) support
      
      * tag 'renesas-dt-bindings-for-v4.14' of https://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas:
        ARM: shmobile: Document Renesas Draak board DT bindings
        ARM: shmobile: Document R-Car D3 SoC DT bindings
        dt-bindings: display: rcar-du: Add a VSP channel index to the vsps DT property
        dt-bindings: sram: Document renesas,smp-sram
        dt-bindings: display: renesas: Add R-Car M3-W HDMI TX DT bindings
      c71fbbcd
    • Arnd Bergmann's avatar
      Merge tag 'stm32-dt-for-v4.14-1' of... · 1ade1fb0
      Arnd Bergmann authored
      Merge tag 'stm32-dt-for-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/atorgue/stm32 into next/dt
      
      Pull "STM32 DT updates for v4.14, round 1" from Alexandre Torgue:
      
      Highlights:
      ----------
       -Add DMA support on STM32F746
       -Add DMA support on STM32H743
       -Add DAC support on STM32H743
       -Add DAC support on STM32F429
       -Add ADC support on STM32H743
       -Enable ADC on stm32h743i-eval board
       -Add CEC support on STM32F7xx MCUs
       -Enable CEC on stm32f769-disco board
       -Remove rdinit from stm32f4 boards
      
      * tag 'stm32-dt-for-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/atorgue/stm32:
        ARM: dts: stm32: Add DMA support for STM32H743 SoC
        ARM: dts: stm32: Add DMA support for STM32F746 SoC
        ARM: dts: stm32: enable ADC on stm32h743i-eval board
        ARM: dts: stm32: add ADC support on stm32h743
        ARM: dts: stm32: Add DAC support on stm32h743
        ARM: dts: stm32: Add DAC support on stm32f429
        ARM: dts: stm32: enable CEC for stm32f769 discovery
        ARM: dts: stm32: add CEC for stm32f7 family
        ARM: dts: stm32: reorder stm32h743 nodes
        ARM: dts: stm32: Remove rdinit from bootargs on stm32f429-disco
        ARM: dts: stm32: Remove rdinit from bootargs on stm32f429i-eval
        ARM: dts: stm32: Remove rdinit from bootargs on stm32f469-disco
      1ade1fb0
    • Arnd Bergmann's avatar
      Merge tag 'samsung-dt-4.14' of... · 91d0d294
      Arnd Bergmann authored
      Merge tag 'samsung-dt-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux into next/dt
      
      Pull "Samsung DTS ARM changes for v4.13" from Krzysztof Kozłowski:
      
      Remove deprecated and unneeded properties from Exynos boards.
      
      * tag 'samsung-dt-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux:
        ARM: dts: exynos: Remove num-slots from exynos platforms
        ARM: dts: exynos: Remove the OF graph from DSI node
      91d0d294
  2. 07 Aug, 2017 1 commit
  3. 06 Aug, 2017 14 commits
  4. 05 Aug, 2017 18 commits
  5. 04 Aug, 2017 1 commit
    • Linus Torvalds's avatar
      Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux · ef9ca02b
      Linus Torvalds authored
      Pull clk fixes from Stephen Boyd:
       "A handful of critical fixes for changes introduce this merge window.
      
         - The TI sci_clk_get() API was pretty broken and nobody noticed.
      
         - There were some CPUfreq crashes on C.H.I.P devices because we
           failed to propagate rates up the clk tree.
      
         - Also, the Intel Atom PMC clk driver needs to mark a clk critical if
           the firmware has it enabled already so that audio doesn't get
           killed on Baytrail.
      
         - Gemini devices have a dead serial console because the reset control
           usage in the serial driver assume one method of reset that gemini
           doesn't support (this will be fixed in the next version in the
           reset framework so this is the small fix for -rc series).
      
         - Finally we have two rate calculation fixes, one for Exynos and one
           for Meson SoCs, that fix rate inconsistencies"
      
      * tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux:
        clk: keystone: sci-clk: Fix sci_clk_get
        clk: meson: mpll: fix mpll0 fractional part ignored
        clk: samsung: exynos5420: The EPLL rate table corrections
        clk: sunxi-ng: sun5i: Add clk_set_rate_parent to the CPU clock
        clk: x86: Do not gate clocks enabled by the firmware
        clk: gemini: Fix reset regression
      ef9ca02b