1
0
Fork 0
alistair23-linux/include/dt-bindings/clock
Linus Torvalds 991688bfc6 ARM: SoC driver updates for v4.10
Driver updates for ARM SoCs, including a couple of newly added drivers:
 
 - A new driver for the power management controller on TI Keystone
 - Support for the prerelease "SCPI" firmware protocol that ended up
   being shipped by Amlogic in their GXBB SoC.
 - A soc_device can now be matched using a glob from inside the
   kernel, when another driver wants to know the specific chip
   it is running on and cannot find out from DT, firmware or hardware.
 - Renesas SoCs now support identification through the soc_device
   interface, both in user space and kernel.
 - Renesas r8a7743 and r8a7745 gain support for their system controller
 - A new checking module for the ARM "PSCI" (not to be confused
   with "SCPI" mentioned above) firmware interface.
 - A new driver for the Tegra GMI memory interface
 - Support for the Tegra firmware interfaces with their
   power management controllers
 
 As usual, the updates for the reset controller framework are merged
 here, as they tend to touch multiple SoCs as well, including a new
 driver for the Oxford (now Broadcom) OX820 chip and the Tegra
 bpmp interface.
 
 The existing drivers for Atmel, Qualcomm, NVIDIA, TI Davinci, and
 Rockchips SoCs see some further updates.
 
 Conflicts:
 - ARCH_RENESAS now selects SOC_BUS, but no longer needs GPIOLIB
 - drivers/soc/renesas/Makefile: multiple files got added, keep
   all in logical sorting
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1
 
 iQIVAwUAWFMaGWCrR//JCVInAQLs5RAA3I1I8/R+pd5jfMaAB8Od3S4g8YSqIDjC
 EIOoDPx9GDV70+cGs4ea+L9bfGs3ePGivCtcbftNsLDAueQ2jKMa3ShqxA/MMbJE
 rWQi/ARaDFY0nHL8VPWq7XyYwwrah+/gKBr8UhkaKI0vy6DBqxyCknrS2kgF88rv
 DVs2wnRvDM7GVUax0JDzuySR7BXJIuUfS78jPMESASbTQktsZTFUyH+osiqHtptD
 M5bPC8rxOeZXljt3DOvXSdK9rVnji/A3nznY4r3tlt805eaOA7CzjVSsY27WQel0
 63uj+FgE+eM0sECIxpkNbH/HHq2V4QkUoy3fk0xPkzRbllBBpS+UieGamTnPJup8
 wf5uiH1IqLLLV9F/504S92fp0pgFPpOGYWZnBDlIbh3aGq4tMjIRqRYMTyCT02hN
 +b54v0SuImFiN6p8HMS1ugYQ+1m9TU40b5pZkzkTJbSQOMm6oi3j0A0orXU/TPKd
 FVMrlUyfh+yu+vs1hGWLs1+mBjFnxXzSc8yJeaCdX4MvCY5/aVJZ+cwq4Bk+1YU5
 9Qhkeo5JV/l9FlrjxomnEq3l/WV/pFmj7JRZsb1BM88m+5LYUf2lv11b5B4FvrTd
 yx8SSpe3+ofIijdNbJ8IywF6y0OXF6UnrlouOVdSIp+wPs+pibdU/5gQep16pvqd
 WW6sVWn6quA=
 =6dP8
 -----END PGP SIGNATURE-----

Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc

Pull ARM SoC driver updates from Arnd Bergmann:
 "Driver updates for ARM SoCs, including a couple of newly added
  drivers:

   - A new driver for the power management controller on TI Keystone

   - Support for the prerelease "SCPI" firmware protocol that ended up
     being shipped by Amlogic in their GXBB SoC.

   - A soc_device can now be matched using a glob from inside the
     kernel, when another driver wants to know the specific chip it is
     running on and cannot find out from DT, firmware or hardware.

   - Renesas SoCs now support identification through the soc_device
     interface, both in user space and kernel.

   - Renesas r8a7743 and r8a7745 gain support for their system
     controller

   - A new checking module for the ARM "PSCI" (not to be confused with
     "SCPI" mentioned above) firmware interface.

   - A new driver for the Tegra GMI memory interface

   - Support for the Tegra firmware interfaces with their power
     management controllers

  As usual, the updates for the reset controller framework are merged
  here, as they tend to touch multiple SoCs as well, including a new
  driver for the Oxford (now Broadcom) OX820 chip and the Tegra bpmp
  interface.

  The existing drivers for Atmel, Qualcomm, NVIDIA, TI Davinci, and
  Rockchips SoCs see some further updates"

* tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc: (76 commits)
  misc: sram: remove useless #ifdef
  drivers: psci: Allow PSCI node to be disabled
  drivers: psci: PSCI checker module
  soc: renesas: Identify SoC and register with the SoC bus
  firmware: qcom: scm: Return PTR_ERR when devm_clk_get fails
  firmware: qcom: scm: Remove core, iface and bus clocks dependency
  dt-bindings: firmware: scm: Add MSM8996 DT bindings
  memory: da8xx-ddrctl: drop the call to of_flat_dt_get_machine_name()
  bus: da8xx-mstpri: drop the call to of_flat_dt_get_machine_name()
  ARM: shmobile: Document DT bindings for Product Register
  soc: renesas: rcar-sysc: add R8A7745 support
  reset: Add Tegra BPMP reset driver
  dt-bindings: firmware: Allow child nodes inside the Tegra BPMP
  dt-bindings: Add power domains to Tegra BPMP firmware
  firmware: tegra: Add BPMP support
  firmware: tegra: Add IVC library
  dt-bindings: firmware: Add bindings for Tegra BPMP
  mailbox: tegra-hsp: Use after free in tegra_hsp_remove_doorbells()
  mailbox: Add Tegra HSP driver
  firmware: arm_scpi: add support for pre-v1.0 SCPI compatible
  ...
2016-12-15 16:03:25 -08:00
..
alphascale,asm9260.h ARM: clk: add clk-asm9260 driver 2015-01-20 10:10:51 -08:00
at91.h clk: at91: add PMC sama5d2 support 2015-10-01 12:39:44 -07:00
ath79-clk.h MIPS: ath79: Introduce <dt-bindings/clock/ath79-clk.h> 2016-05-13 14:01:45 +02:00
axis,artpec6-clkctrl.h clk: add device tree binding for Artpec-6 clock controller 2016-04-15 16:00:37 -07:00
bcm-cygnus.h clk: iproc: Add support for Cygnus audio clocks 2016-01-29 16:31:38 -08:00
bcm-ns2.h clk: ns2: add clock support for Broadcom Northstar 2 SoC 2015-10-21 17:22:58 -07:00
bcm-nsp.h clk: nsp: add clock support for Broadcom Northstar Plus SoC 2015-10-21 16:53:20 -07:00
bcm281xx.h clk: bcm281xx: move compatible string definitions 2014-04-30 11:51:39 -07:00
bcm2835-aux.h clk: bcm2835: Add bindings for the auxiliary peripheral clock gates. 2015-12-22 16:46:58 -08:00
bcm2835.h clk: bcm2835: add missing osc and per clocks 2016-03-17 10:42:17 -07:00
bcm21664.h clk: bcm21664: use common clock framework 2014-04-30 11:51:44 -07:00
berlin2.h clk: berlin: add binding include for Berlin SoC clock ids 2014-05-19 23:02:24 +02:00
berlin2q.h ARM: berlin: dts: add CLKID_CPU for BG2Q 2015-10-15 20:31:41 +02:00
clps711x-clock.h clk: Add CLPS711X clk driver 2014-07-28 23:30:46 -07:00
efm32-cmu.h clk: new driver for efm32 SoC 2013-11-04 12:23:18 -08:00
exynos-audss-clk.h dt-bindings: clock: Move exynos-audss-clk.h to dt-bindings/clock 2014-03-21 04:31:30 +09:00
exynos4.h clk: samsung: exynos4: Add SSS gate clock 2015-11-18 22:02:02 +09:00
exynos7-clk.h clk: samsung: exynos7: Add required clock tree for UFS 2015-09-15 11:18:15 +02:00
exynos3250.h dt-bindings: Add the clock id of UART2 and MMC2 for Exynos3250 2016-03-31 12:25:44 +02:00
exynos4415.h clk: samsung: exynos4415: Add clocks using common clock framework 2014-10-30 19:53:04 +01:00
exynos5250.h clk: samsung: exynos5250: Add DISP1 clocks 2015-10-24 04:31:18 +09:00
exynos5260-clk.h clk/exynos5260: add macros and documentation for exynos5260 2014-05-14 19:16:55 +02:00
exynos5410.h clk: samsung: exynos5410: Add clock IDs for PDMA and EPLL clocks 2016-09-09 10:13:02 +02:00
exynos5420.h clk: samsung: Add clock IDs for the CMU_CDREX (DRAM Express Controller) 2016-09-09 10:11:44 +02:00
exynos5433.h clk: samsung: exynos5433: Add CLK_IGNORE_UNUSED flag to PCIE device 2016-06-10 12:15:30 +02:00
exynos5440.h clk: samsung: Use common registration function for pll2550x 2016-09-09 17:35:10 +02:00
gxbb-aoclkc.h dt-bindings: clock: reset: Add GXBB AO Clock and Reset Bindings 2016-08-19 12:49:00 -07:00
gxbb-clkc.h clk: gxbb: expose i2c clocks 2016-09-14 11:24:04 -07:00
hi3516cv300-clock.h clk: hisilicon: add CRG driver for Hi3516CV300 SoC 2016-11-14 12:04:39 -08:00
hi3519-clock.h clk: hisilicon: add CRG driver for hi3519 soc 2016-05-06 11:13:32 -07:00
hi3620-clock.h clk: hisilicon: add hi3620_mmc_clks 2014-02-26 16:03:56 -08:00
hi6220-clock.h clk: hi6220: Add RTC clock for pl031 2016-06-30 12:11:49 -07:00
hip04-clock.h clk: hip04: add clock driver 2014-03-19 15:23:53 +08:00
histb-clock.h clk: hisilicon: add CRG driver for Hi3798CV200 SoC 2016-11-11 15:43:49 -08:00
hix5hd2-clock.h clk: hix5hd2: add I2C clocks 2014-09-28 10:27:09 +08:00
imx1-clock.h ARM: i.MX1 clk: Add devicetree support 2014-07-18 16:10:03 +08:00
imx5-clock.h clk: imx53: Add clocks configuration 2016-09-20 16:52:06 -07:00
imx6qdl-clock.h clk: imx6: fix i.MX6DL clock tree to reflect reality 2016-09-20 16:52:37 -07:00
imx6sl-clock.h clk: imx6: Add SPDIF_GCLK clock in clock tree 2015-10-12 21:55:59 +08:00
imx6sx-clock.h clk: imx6: Add SPDIF_GCLK clock in clock tree 2015-10-12 21:55:59 +08:00
imx6ul-clock.h clk: imx: clk-imx6ul: add clk support for imx6ull 2016-11-15 08:55:36 +08:00
imx7d-clock.h clk: imx: add ckil clock for i.MX7 2016-04-06 17:04:26 +08:00
imx21-clock.h ARM: i.MX21 clk: Add devicetree support 2014-07-18 16:11:32 +08:00
imx27-clock.h ARM: i.MX27 clk: Add 26 MHz oscillator circuit clock gate 2014-07-18 16:11:38 +08:00
jz4740-cgu.h DEVICETREE: Add Ingenic CGU binding documentation 2015-06-21 21:53:13 +02:00
jz4780-cgu.h DEVICETREE: Add Ingenic CGU binding documentation 2015-06-21 21:53:13 +02:00
lpc18xx-ccu.h clk: add lpc18xx ccu clk driver 2015-06-18 15:44:48 -07:00
lpc18xx-cgu.h clk: add lpc18xx cgu clk driver 2015-06-18 15:44:47 -07:00
lpc32xx-clock.h clk: lpc32xx: allow peripheral clock selection in device tree 2016-07-06 17:51:14 -07:00
lsi,axm5516-clks.h ARM: Add platform support for LSI AXM55xx SoC 2014-05-23 18:18:39 +02:00
marvell,mmp2.h clk: mmp: add timer clock for pxa168/mmp2/pxa910 2015-06-04 12:07:53 -07:00
marvell,pxa168.h clk: mmp: add timer clock for pxa168/mmp2/pxa910 2015-06-04 12:07:53 -07:00
marvell,pxa910.h clk: mmp: add timer clock for pxa168/mmp2/pxa910 2015-06-04 12:07:53 -07:00
marvell,pxa1928.h dt-bindings: Add pxa1928 clock binding 2015-05-15 12:31:38 -07:00
maxim,max77620.h clk: max77686: Add DT binding details for PMIC MAX77620 2016-08-15 15:33:14 -07:00
maxim,max77686.h clk: max77686: Add DT include for MAX77686 PMIC clock 2014-09-09 13:55:38 -07:00
maxim,max77802.h clk: Add driver for Maxim 77802 PMIC clocks 2014-09-09 13:55:59 -07:00
meson8b-clkc.h clk: meson: Copy meson8b CLKID defines to private header file 2016-09-01 17:31:52 -07:00
microchip,pic32-clock.h dt/bindings/clk: Add PIC32 clock binding documentation. 2016-05-13 15:30:25 +02:00
mpc512x-clock.h powerpc/512x: clk: support MPC5121/5123/5125 SoC variants 2014-01-12 18:59:36 +01:00
mt2701-clk.h clk: mediatek: Add dt-bindings for MT2701 clocks 2016-08-19 12:18:41 -07:00
mt8135-clk.h clk: mediatek: Add basic clocks for Mediatek MT8135. 2015-05-05 22:50:35 -07:00
mt8173-clk.h clk: mediatek: Add hdmi_ref HDMI PHY PLL reference clock output 2016-05-06 17:47:40 +02:00
oxsemi,ox810se.h clk: oxnas: Add dt-bindings include file for OX810SE 2016-10-23 10:18:33 -07:00
oxsemi,ox820.h clk: oxnas: Add dt-bindings include file for OX820 2016-10-23 10:18:36 -07:00
pistachio-clk.h CLK: Add binding document for Pistachio clock controllers 2015-03-27 18:51:31 +01:00
pxa-clock.h clk: add pxa clocks infrastructure 2014-09-30 12:31:30 -07:00
qcom,gcc-apq8084.h clk: qcom: gdsc: Add GDSCs in apq8084 GCC 2015-09-16 15:22:45 -07:00
qcom,gcc-ipq806x.h clk: qcom: Add support for NSS/GMAC clocks and resets 2015-05-30 17:04:36 -07:00
qcom,gcc-ipq4019.h clk: qcom: Add IPQ4019 Global Clock Controller support 2016-02-25 14:32:12 -08:00
qcom,gcc-mdm9615.h dt-bindings: Add MDM9615 DT bindings include files for GCC and LCC 2016-08-15 15:51:18 -07:00
qcom,gcc-msm8660.h clk: qcom: Add support for MSM8660's global clock controller (GCC) 2014-01-16 12:01:05 -08:00
qcom,gcc-msm8916.h clk:gcc-msm8916: add missing mss_q6_bimc_axi clock 2016-01-29 16:35:22 -08:00
qcom,gcc-msm8960.h clk: qcom: Fully support apq8064 global clock control 2014-07-11 13:21:22 -07:00
qcom,gcc-msm8974.h clk: qcom: gdsc: Add GDSCs in msm8974 GCC 2015-09-16 15:22:43 -07:00
qcom,gcc-msm8994.h dt-bindings: qcom: clocks: Add msm8994 clock bindings 2016-11-10 14:27:29 -08:00
qcom,gcc-msm8996.h clk: Add USB3 PHY reset lines 2016-09-16 16:19:50 -07:00
qcom,lcc-ipq806x.h dt-bindings: Add #defines for IPQ806x lpass clock control 2015-01-27 11:49:14 -08:00
qcom,lcc-mdm9615.h dt-bindings: Add MDM9615 DT bindings include files for GCC and LCC 2016-08-15 15:51:18 -07:00
qcom,lcc-msm8960.h clk: qcom: Add MSM8960/APQ8064 LPASS clock controller (LCC) driver 2015-01-27 11:49:34 -08:00
qcom,mmcc-apq8084.h clk: qcom: gdsc: Add GDSCs in apq8084 MMCC 2015-09-16 15:22:47 -07:00
qcom,mmcc-msm8960.h clk: qcom: Add support for APQ8064 multimedia clocks 2014-07-15 16:39:03 -07:00
qcom,mmcc-msm8974.h clk: qcom: gdsc: Add GDSCs in msm8974 MMCC 2015-09-16 15:22:44 -07:00
qcom,mmcc-msm8996.h clk: qcom: gdsc: Add the missing BIMC gdsc for msm8996 2016-08-19 12:55:19 -07:00
qcom,rpmcc.h clk: qcom: Add support for RPM Clocks 2016-11-10 16:46:56 -08:00
r7s72100-clock.h ARM: dts: r7s72100: add sdhi clock to device tree 2016-11-04 10:36:17 +01:00
r8a73a4-clock.h ARM: shmobile: r8a73a4: Add IRQC clock to device tree 2015-05-11 15:00:09 +09:00
r8a7740-clock.h ARM: shmobile: r8a7740 dtsi: Add missing INTCA clock for irqpin module 2014-10-30 09:56:22 +09:00
r8a7743-cpg-mssr.h clk: renesas: Add r8a7743 CPG Core Clock Definitions 2016-11-07 15:09:12 +01:00
r8a7745-cpg-mssr.h clk: renesas: Add r8a7745 CPG Core Clock Definitions 2016-11-07 15:13:30 +01:00
r8a7778-clock.h ARM: shmobile: r8a7778: add CPG register bits header 2015-02-24 06:40:44 +09:00
r8a7779-clock.h ARM: shmobile: r8a7779: Add clock index macros for DT sources 2014-05-27 19:17:25 -07:00
r8a7790-clock.h ARM: dts: r8a7790: Add SCIF2 clock 2016-04-20 08:56:31 +10:00
r8a7791-clock.h ARM: shmobile: r8a7791: add EtherAVB clock 2015-12-07 15:13:01 +09:00
r8a7792-clock.h ARM: dts: r8a7792: remove ADSP clock 2016-07-15 13:22:45 +09:00
r8a7793-clock.h ARM: dts: r8a7793: add MSTP10 clocks to device tree 2016-01-29 09:28:38 +09:00
r8a7794-clock.h ARM: dts: r8a7794: remove Z clock 2016-11-04 10:36:47 +01:00
r8a7795-cpg-mssr.h clk: shmobile: Add r8a7795 CPG Core Clock Definitions 2015-10-20 20:36:00 +02:00
r8a7796-cpg-mssr.h clk: renesas: Add r8a7796 CPG Core Clock Definitions 2016-06-06 11:58:27 +02:00
renesas-cpg-mssr.h clk: shmobile: Add new Renesas CPG/MSSR DT bindings 2015-10-20 20:35:34 +02:00
rk1108-cru.h clk: rockchip: add dt-binding header for rk1108 2016-11-16 12:18:58 +01:00
rk3036-cru.h clk: rockchip: add clock-id for rk3036 emac pll source clock 2016-03-16 19:28:02 -04:00
rk3066a-cru.h clk: rockchip: add missing include guards 2015-07-06 15:09:01 -07:00
rk3188-cru-common.h clk: rockchip: Add binding ids for cpu and peri clocks on rk3066 2016-10-21 15:26:23 +02:00
rk3188-cru.h clk: rockchip: add missing include guards 2015-07-06 15:09:01 -07:00
rk3228-cru.h clk: rockchip: add clock-ids for rk3228 MAC clocks 2016-06-22 00:29:27 +02:00
rk3288-cru.h clk: rockchip: Add the clock ids of rk3288 eFuses 2015-12-12 20:02:22 +01:00
rk3368-cru.h clk: rockchip: add dt-binding header for rk3368 2015-07-06 15:08:48 -07:00
rk3399-cru.h clk: rockchip: add dclk_vop_frac ids for rk3399 vop 2016-09-04 22:15:11 +02:00
rockchip,rk808.h mfd: dt-bindings: Add RK808 device tree bindings document 2014-09-26 08:15:55 +01:00
s3c2410.h clk: samsung: add clock controller driver for s3c2410, s3c2440 and s3c2442 2014-05-13 08:00:40 +09:00
s3c2412.h clk: samsung: add clock controller driver for s3c2412 2014-04-15 02:11:36 +09:00
s3c2443.h clk: samsung: add clock-driver for s3c2416, s3c2443 and s3c2450 2014-04-15 02:11:08 +09:00
s5pv210-audss.h clk: samsung: Add S5PV210 Audio Subsystem clock driver 2014-07-19 04:25:08 +09:00
s5pv210.h clk: samsung: Add clock driver for S5PV210 and compatible SoCs 2014-07-19 04:24:42 +09:00
samsung,s2mps11.h clk: samsung: Add bindings for 32kHz clocks from s2mps11 2015-05-17 10:51:10 +09:00
samsung,s3c64xx-clock.h clk: samsung: Add clock driver for S3C64xx SoCs 2013-08-05 11:58:37 -07:00
sh73a0-clock.h ARM: shmobile: sh73a0: Add MSIOF clocks 2015-12-01 15:35:34 +09:00
stih407-clks.h ARM: sti: stih407-family: Supply defines for CLOCKGEN A0 2016-07-12 13:22:43 +02:00
stih410-clks.h ARM: STi: DT: STiH410: Add defines for STiH410 DT clocks 2014-11-18 12:54:55 +01:00
stih416-clks.h ARM: STi: DT: Properly define sti-ethclk & stmmaceth for stih415/6 2014-06-17 16:55:17 +02:00
stih418-clks.h ARM: dts: Add STiH418 SoC support 2015-01-16 11:57:48 +01:00
sun4i-a10-pll2.h clk: sunxi: Add a driver for the PLL2 2015-10-21 21:51:27 +02:00
sun6i-a31-ccu.h clk: sunxi-ng: Add A31/A31s clocks 2016-08-25 22:31:43 +02:00
sun8i-a23-a33-ccu.h clk: sunxi-ng: Add A33 CCU support 2016-09-10 11:41:19 +02:00
sun8i-h3-ccu.h clk: sunxi-ng: Add H3 clocks 2016-07-08 18:05:12 -07:00
sun50i-a64-ccu.h clk: sunxi-ng: Add A64 clocks 2016-11-03 09:06:18 +01:00
tegra20-car.h clk: tegra: Implement memory-controller clock 2014-11-26 09:43:23 +01:00
tegra30-car.h clk: tegra: remove bogus PCIE_XCLK 2013-12-11 16:45:13 -07:00
tegra114-car.h clk: tegra: Implement memory-controller clock 2014-11-26 09:43:23 +01:00
tegra124-car-common.h clk: tegra: Use the proper parent for plld_dsi 2015-04-10 16:04:22 +02:00
tegra124-car.h clk: tegra: split Tegra124 clock header file 2015-02-02 15:47:35 +02:00
tegra186-clock.h dt-bindings: firmware: Add bindings for Tegra BPMP 2016-11-18 14:33:41 +01:00
tegra210-car.h clk: tegra: Enable sor1 and sor1_src on Tegra210 2016-06-17 17:24:10 +02:00
vf610-clock.h clk: imx: vf610: fix whitespace in vf610-clock.h 2016-04-12 09:31:08 +08:00
zx296702-clock.h clk: zx: Add audio and GPIO clock for zx296702 2015-07-28 11:59:37 -07:00
zx296718-clock.h clk: zx: register ZX296718 clocks 2016-09-14 13:50:33 -07:00