1. 19 Apr, 2017 9 commits
    • Olof Johansson's avatar
      Merge tag 'renesas-dt2-for-v4.12' of... · a51ed6cf
      Olof Johansson authored
      Merge tag 'renesas-dt2-for-v4.12' of https://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas into next/dt
      
      Second Round of Renesas ARM Based SoC DT Updates for v4.12
      
      Corrections:
      * Correct clock frequency of X2 DU clock input for r8a7791/koelsch board
      * Correct Z clock for r8a7792 SoC
      * Correct parent of SSI[0-9] clocks for r8a779[013] SoCs
      * Correct ethernet clock parent on r7s72100 SoC
      * Correct DU clock for r8a7794/silk board
      
      Cleanups:
      * Drop _clk suffix from external CAN clock node name on r8a779[01] SoCs
      
      Enhancements:
      * Enable rtc r7s72100/genmai board
      * Add Z2 clock for r8a7794 SoC
      * Add DU clock for r8a7794 SoC
      * Add power-domains to SDHI for r8a7794 and r7s72100 SoCs
      * Add reset control properties for r8a774[35] SoCs
      
      * tag 'renesas-dt2-for-v4.12' of https://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas: (22 commits)
        ARM: dts: r8a7791: Drop _clk suffix from external CAN clock node name
        ARM: dts: r8a7790: Drop _clk suffix from external CAN clock node name
        ARM: dts: genmai: Enable rtc and rtc_x1 clock
        ARM: dts: rskrza1: add rtc DT support
        ARM: dts: rskrza1: set rtc_x1 clock value
        ARM: dts: r7s72100: add rtc to device tree
        ARM: dts: r7s72100: add RTC_X clock inputs to device tree
        ARM: dts: r7s72100: add rtc clock to device tree
        ARM: dts: koelsch: Correct clock frequency of X2 DU clock input
        ARM: dts: r8a7794: Add Z2 clock
        ARM: dts: r8a7792: Correct Z clock
        ARM: dts: r8a7793: Correct parent of SSI[0-9] clocks
        ARM: dts: r8a7791: Correct parent of SSI[0-9] clocks
        ARM: dts: r8a7790: Correct parent of SSI[0-9] clocks
        ARM: dts: r7s72100: fix ethernet clock parent
        ARM: dts: silk: Correct clock of DU1
        ARM: dts: alt: Correct clock of DU1
        ARM: dts: r8a7794: Correct clock of DU1
        ARM: dts: r8a7794: Add DU1 clock to device tree
        ARM: dts: r7s72100: add power-domains to sdhi
        ...
      Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
      a51ed6cf
    • Olof Johansson's avatar
      Merge tag 'qcom-dts-for-4.12' of... · 9ef0f50a
      Olof Johansson authored
      Merge tag 'qcom-dts-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux into next/dt
      
      Qualcomm Device Tree Changes for v4.12
      
      * Add Coresight components for MSM8974
      * Fixup MSM8974 ADSP XO clk and add RPMCC node
      * Fix typo in APQ8060
      * Add SDCs on MSM8660
      * Revert MSM8974 USB gadget change due to issues
      
      * tag 'qcom-dts-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux:
        Revert "ARM: dts: qcom: msm8974: Add USB gadget nodes"
        ARM: dts: qcom: msm8974: Add RPMCC DT node
        ARM: dts: fix typo on APQ8060 Dragonboard
        ARM: dts: add SDC2 and SDC4 to the MSM8660 family
        ARM: dts: msm8974: Hook up adsp-pil's xo clock
        ARM: dts: qcom: Add msm8974 CoreSight components
      Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
      9ef0f50a
    • Olof Johansson's avatar
      Merge tag 'tegra-for-4.12-dt-bindings' of... · e1851247
      Olof Johansson authored
      Merge tag 'tegra-for-4.12-dt-bindings' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux into next/dt
      
      dt-bindings: Updates for v4.12-rc1
      
      This contains an update for the flow controller device tree binding as
      well as the addition of the binding for the GP10B GPU found on the new
      Tegra186 (Parker) SoC.
      
      * tag 'tegra-for-4.12-dt-bindings' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux:
        dt-bindings: Add documentation for GP10B GPU
        dt-bindings: tegra: Update compatible strings for Tegra flowctrl
      Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
      e1851247
    • Olof Johansson's avatar
      Merge tag 'sunxi-dt-h3-for-4.12' of... · a9465b58
      Olof Johansson authored
      Merge tag 'sunxi-dt-h3-for-4.12' of https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux into next/dt
      
      Allwinner H3 DT changes for 4.12
      
      H3 patches for 4.12, which are mostly related to reworking the H3 DTSI to
      be usable on the arm64 H5 DTSI, that shares almost everything with the H3
      but the CPU cores.
      
      We also have some new device addition (USB, mostly) that would conflict
      otherwise.
      
      * tag 'sunxi-dt-h3-for-4.12' of https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux:
        ARM: sun8i: h2+: enable USB OTG for Orange Pi Zero board
        ARM: sun8i: h3: enable USB OTG on Orange Pi One
        ARM: sunxi: h3/h5: add usb_otg and OHCI/EHCI for usbc0 on H3/H5
        arm: sun8i: h3: split Allwinner H3 .dtsi
        arm: sun8i: h3: correct the GIC compatible in H3 to gic-400
        arm: sun8i: h3: drop pinctrl-a10.h inclusion for H3 DTSI
        arm: sun8i: h3: drop skeleton.dtsi inclusion in H3 DTSI
      Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
      a9465b58
    • Olof Johansson's avatar
      Merge tag 'sunxi-dt-for-4.12' of... · ec4c22e7
      Olof Johansson authored
      Merge tag 'sunxi-dt-for-4.12' of https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux into next/dt
      
      Allwinner DT changes for 4.12
      
      As usual a number of changes, among which:
        - All the sun5i DTSI has been reworked based on the new documentation and
          the IPs that are actually found in all those SoCs. Part of that rework
          also brought the GR8 DTSI to include sun5i.dtsi
        - Mali devfreq and thermal throttling support on the A33
        - AC power supplies for the AXP209 and AXP22X PMIC
        - CAN support for the A20
        - CPUFreq-based thermal throttling for the A33
        - New board: NanoPi NEO Air
      
      * tag 'sunxi-dt-for-4.12' of https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux: (38 commits)
        ARM: sun8i: sina33: add highest OPP of CPUs
        ARM: sun8i: a33: Add devfreq-based GPU cooling
        ARM: sun8i: a33: add CPU thermal throttling
        ARM: sun8i: a33: add thermal sensor
        ARM: dts: sun7i: fix device node ordering
        ARM: dts: sun4i: fix device node ordering
        ARM: dts: sun7i: Add can0_pins_a pinctrl settings
        ARM: dts: sun7i: Add CAN node
        ARM: dts: sun4i: Add can0_pins_a pinctrl settings
        ARM: dts: sun4i: Add CAN node
        ARM: sun7i: cubietruck: enable ACIN und USB power supply subnode
        ARM: dts: sun5i: Add interrupt for display backend
        dt-bindings: display: sun4i: Add display backend interrupt to device tree binding
        ARM: dts: sun7i: Use axp209.dtsi on A20-OLinuXino-Micro
        ARM: dts: sun6i: sina31s: Enable SPDIF out
        ARM: sun8i: sina33: add cpu-supply
        ARM: sun8i: a33: add all operating points
        ARM: sun5i: chip: enable ACIN power supply subnode
        ARM: dts: sun8i: sina33: enable ACIN power supply subnode
        ARM: dtsi: axp22x: add AC power supply subnode
        ...
      Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
      ec4c22e7
    • Olof Johansson's avatar
      Merge tag 'socfpga_dts_for_v4.12' of... · 1409ce03
      Olof Johansson authored
      Merge tag 'socfpga_dts_for_v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux into next/dt
      
      SoCFPGA DTS updates for v4.12
      - Clean-up:
      	- Add clock/memory nodes
      	- Add labels for CPU nodes
      	- Remove unused unit names and reg
      	- Remove unused skeleton.dtsi
      - Add support for PMU
      - Add QSPI for sodia board
      - Add Reset controller for Arria10
      
      * tag 'socfpga_dts_for_v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux:
        ARM: dts: socfpga: Add Devkit A10-SR Reset Controller
        ARM: dts: socfpga: sodia: enable qspi
        ARM: dts: socfpga: Add support for PMU
        ARM: dts: socfpga: Add labels for CPU nodes
        ARM: dts: socfpga: Do not include skeleton.dtsi
        ARM: dts: socfpga: Remove unit name for LEDs in EBV SOCrates
        ARM: dts: socfpga: Remove unneeded reg from stmpe_touchscreen
        ARM: dts: socfpga: Remove unneeded unit names
        ARM: dts: socfpga: Add unit name to memory nodes
        ARM: dts: socfpga: Add unit name to clock nodes
      Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
      1409ce03
    • Olof Johansson's avatar
      Merge tag 'davinci-for-v4.12/dt-2' of... · b68d58a8
      Olof Johansson authored
      Merge tag 'davinci-for-v4.12/dt-2' of git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci into next/dt
      
      A clean-up device-tree patch to ensure pinmux entry reuse.
      
      * tag 'davinci-for-v4.12/dt-2' of git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci:
        ARM: dts: da850: move spi0_cs3_pin pinconf node
      Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
      b68d58a8
    • Olof Johansson's avatar
      Merge tag 'stm32-dt-for-v4.12-1' of... · ed50c485
      Olof Johansson authored
      Merge tag 'stm32-dt-for-v4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/atorgue/stm32 into next/dt
      
      STM32 DT updates for v4.12, round 1
      
      Highlights:
      ----------
      
       - ADD RTC support on STM32F746 MCU
       - Enable RTC on STM32F746 Eval board
       - Enable clocks on STM32F746 MCU
       - Enable DMA, pwm1 and pwm3 on STM32F429I Eval
       - Add support of STM32H743 MCU and his Eval board
       - Enable USB HS and FS on STM32F469 Disco board
      
      * tag 'stm32-dt-for-v4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/atorgue/stm32:
        dt-bindings: Document the STM32 USB OTG DWC2 core binding
        ARM: dts: stm32: Enable USB HS in FS mode (embedded phy) on stm32f429-disco
        ARM: dts: stm32: Enable USB FS on stm32f469-disco
        ARM: dts: stm32: Add USB FS support for STM32F429 MCU
        ARM: dts: stm32: Add STM32H743 MCU and STM32H743i-EVAL board
        ARM: dts: stm32: Enable pwm1 and pwm3 on stm32f429i-eval
        ARM: dts: stm32: Enable dma by default on stm32f4 adc
        ARM: dts: stm32: enable RTC on stm32746g-eval
        ARM: dts: stm32: Add RTC support for STM32F746 MCU
        ARM: dts: stm32: set HSE_RTC clock frequency to 1 MHz on stm32f746
        dt-bindings: mfd: Add STM32F7 RCC numeric constants into DT include file
        ARM: dts: stm32: Enable clocks for STM32F746 MCU
      Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
      ed50c485
    • Olof Johansson's avatar
      Merge branch 'sti-dt-for-v4.12-round1' of... · a47e3466
      Olof Johansson authored
      Merge branch 'sti-dt-for-v4.12-round1' of git://git.kernel.org/pub/scm/linux/kernel/git/pchotard/sti into next/dt
      
      * 'sti-dt-for-v4.12-round1' of git://git.kernel.org/pub/scm/linux/kernel/git/pchotard/sti:
        ARM: dts: STiH407-family: update rproc node names to avoid conflict
        ARM: dts: STiH407-family: fix spi nodes
      Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
      a47e3466
  2. 06 Apr, 2017 1 commit
  3. 05 Apr, 2017 9 commits
  4. 04 Apr, 2017 12 commits
  5. 03 Apr, 2017 9 commits