From: Tony Lindgren <tony@atomide.com> To: soc@kernel.org Cc: arm@kernel.org, linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Tony Lindgren <tony@atomide.com> Subject: [GIT PULL 3/3] late dts changes for omaps for v5.6 Date: Fri, 24 Jan 2020 12:11:24 -0800 [thread overview] Message-ID: <pull-1579896427-50330@atomide.com-3> (raw) In-Reply-To: <pull-1579896427-50330@atomide.com> From: "Tony Lindgren" <tony@atomide.com> The following changes since commit 6bcc319fc6192cb03f3db41f0e266b796b0e424f: ARM: dts: Add omap3-echo (2020-01-13 10:11:40 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v5.6/dt-late-signed for you to fetch changes up to 2256e6f68c9e02524182640ba9584d978d490145: ARM: dts: omap4-droid4: Enable hdq for droid4 ds250x 1-wire battery nvmem (2020-01-23 10:00:01 -0800) ---------------------------------------------------------------- Late omap dts changes for v5.6 merge window This series of changes mostly configures the cameras for dra7 and am437x that have been pending for few months now because of waiting for clock dependencies to clear. So these changes are based on earlier dts changes with with Tero Kristo's for-5.6-ti-clk branch merged in. Then there's a series of changes to configure powervr sgx target module for am335x, am437x and dra7 that have been waiting to have the rstctrl reset driver dependencies to clear. Also included are few minor patches to configure 1-wire and coulomb counter calibration interrupt for droid4. ---------------------------------------------------------------- Benoit Parrot (13): clk: ti: dra7: add cam clkctrl data clk: ti: dra7: add vpe clkctrl data ARM: dts: dra7: add cam clkctrl node ARM: OMAP: DRA7xx: Make CAM clock domain SWSUP only ARM: dts: dra7-l4: Add ti-sysc node for CAM ARM: dts: DRA72: Add CAL dtsi node arm: dts: dra72-evm-common: Add entries for the CSI2 cameras arm: dtsi: dra76x: Add CAL dtsi node arm: dts: dra76-evm: Add CAL and OV5640 nodes ARM: dts: am437x-sk-evm: Add VPFE and OV2659 entries ARM: dts: am43x-epos-evm: Add VPFE and OV2659 entries ARM: dts: dra7: add vpe clkctrl node ARM: dts: dra7: Add ti-sysc node for VPE Grygorii Strashko (1): clk: ti: dra7: fix parent for gmac_clkctrl Peter Ujfalusi (1): dt-bindings: clock: Move ti-dra7-atl.h to dt-bindings/clock Tero Kristo (1): ARM: dts: am43xx: add support for clkout1 clock Tony Lindgren (9): clk: ti: omap5: Add missing AESS clock clk: ti: add clkctrl data dra7 sgx clk: ti: clkctrl: Fix hidden dependency to node name Merge branch 'omap-for-v5.6/ti-sysc-dt-cam' into omap-for-v5.6/dt ARM: dts: Configure rstctrl reset for am335x SGX ARM: dts: Configure sgx for dra7 ARM: dts: Configure interconnect target module for am437x sgx ARM: dts: motorola-cpcap-mapphone: Configure calibration interrupt ARM: dts: omap4-droid4: Enable hdq for droid4 ds250x 1-wire battery nvmem .../devicetree/bindings/clock/ti-clkctrl.txt | 11 ++- .../devicetree/bindings/clock/ti/dra7-atl.txt | 4 +- arch/arm/boot/dts/am33xx.dtsi | 25 ++++++ arch/arm/boot/dts/am4372.dtsi | 20 +++++ arch/arm/boot/dts/am437x-sk-evm.dts | 27 +++++- arch/arm/boot/dts/am43x-epos-evm.dts | 23 +++++- arch/arm/boot/dts/am43xx-clocks.dtsi | 54 ++++++++++++ arch/arm/boot/dts/dra7-evm-common.dtsi | 2 +- arch/arm/boot/dts/dra7-l4.dtsi | 71 ++++++++++++++-- arch/arm/boot/dts/dra7.dtsi | 18 ++++ arch/arm/boot/dts/dra72-evm-common.dtsi | 33 +++++++- arch/arm/boot/dts/dra72x.dtsi | 42 ++++++++++ arch/arm/boot/dts/dra76-evm.dts | 35 ++++++++ arch/arm/boot/dts/dra76x.dtsi | 42 ++++++++++ arch/arm/boot/dts/dra7xx-clocks.dtsi | 46 ++++++++++- arch/arm/boot/dts/motorola-cpcap-mapphone.dtsi | 5 +- arch/arm/boot/dts/motorola-mapphone-common.dtsi | 14 ++++ arch/arm/mach-omap2/clockdomains7xx_data.c | 2 +- drivers/clk/ti/clk-54xx.c | 15 ++++ drivers/clk/ti/clk-7xx.c | 62 +++++++++++++- drivers/clk/ti/clk.c | 4 +- drivers/clk/ti/clkctrl.c | 96 +++++++++++++++++++--- include/dt-bindings/clock/dra7.h | 23 ++++++ include/dt-bindings/clock/omap5.h | 1 + include/dt-bindings/{clk => clock}/ti-dra7-atl.h | 0 25 files changed, 639 insertions(+), 36 deletions(-) rename include/dt-bindings/{clk => clock}/ti-dra7-atl.h (100%)
WARNING: multiple messages have this Message-ID
From: Tony Lindgren <tony@atomide.com> To: soc@kernel.org Cc: Tony Lindgren <tony@atomide.com>, linux-omap@vger.kernel.org, arm@kernel.org, linux-arm-kernel@lists.infradead.org Subject: [GIT PULL 3/3] late dts changes for omaps for v5.6 Date: Fri, 24 Jan 2020 12:11:24 -0800 [thread overview] Message-ID: <pull-1579896427-50330@atomide.com-3> (raw) In-Reply-To: <pull-1579896427-50330@atomide.com> From: "Tony Lindgren" <tony@atomide.com> The following changes since commit 6bcc319fc6192cb03f3db41f0e266b796b0e424f: ARM: dts: Add omap3-echo (2020-01-13 10:11:40 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v5.6/dt-late-signed for you to fetch changes up to 2256e6f68c9e02524182640ba9584d978d490145: ARM: dts: omap4-droid4: Enable hdq for droid4 ds250x 1-wire battery nvmem (2020-01-23 10:00:01 -0800) ---------------------------------------------------------------- Late omap dts changes for v5.6 merge window This series of changes mostly configures the cameras for dra7 and am437x that have been pending for few months now because of waiting for clock dependencies to clear. So these changes are based on earlier dts changes with with Tero Kristo's for-5.6-ti-clk branch merged in. Then there's a series of changes to configure powervr sgx target module for am335x, am437x and dra7 that have been waiting to have the rstctrl reset driver dependencies to clear. Also included are few minor patches to configure 1-wire and coulomb counter calibration interrupt for droid4. ---------------------------------------------------------------- Benoit Parrot (13): clk: ti: dra7: add cam clkctrl data clk: ti: dra7: add vpe clkctrl data ARM: dts: dra7: add cam clkctrl node ARM: OMAP: DRA7xx: Make CAM clock domain SWSUP only ARM: dts: dra7-l4: Add ti-sysc node for CAM ARM: dts: DRA72: Add CAL dtsi node arm: dts: dra72-evm-common: Add entries for the CSI2 cameras arm: dtsi: dra76x: Add CAL dtsi node arm: dts: dra76-evm: Add CAL and OV5640 nodes ARM: dts: am437x-sk-evm: Add VPFE and OV2659 entries ARM: dts: am43x-epos-evm: Add VPFE and OV2659 entries ARM: dts: dra7: add vpe clkctrl node ARM: dts: dra7: Add ti-sysc node for VPE Grygorii Strashko (1): clk: ti: dra7: fix parent for gmac_clkctrl Peter Ujfalusi (1): dt-bindings: clock: Move ti-dra7-atl.h to dt-bindings/clock Tero Kristo (1): ARM: dts: am43xx: add support for clkout1 clock Tony Lindgren (9): clk: ti: omap5: Add missing AESS clock clk: ti: add clkctrl data dra7 sgx clk: ti: clkctrl: Fix hidden dependency to node name Merge branch 'omap-for-v5.6/ti-sysc-dt-cam' into omap-for-v5.6/dt ARM: dts: Configure rstctrl reset for am335x SGX ARM: dts: Configure sgx for dra7 ARM: dts: Configure interconnect target module for am437x sgx ARM: dts: motorola-cpcap-mapphone: Configure calibration interrupt ARM: dts: omap4-droid4: Enable hdq for droid4 ds250x 1-wire battery nvmem .../devicetree/bindings/clock/ti-clkctrl.txt | 11 ++- .../devicetree/bindings/clock/ti/dra7-atl.txt | 4 +- arch/arm/boot/dts/am33xx.dtsi | 25 ++++++ arch/arm/boot/dts/am4372.dtsi | 20 +++++ arch/arm/boot/dts/am437x-sk-evm.dts | 27 +++++- arch/arm/boot/dts/am43x-epos-evm.dts | 23 +++++- arch/arm/boot/dts/am43xx-clocks.dtsi | 54 ++++++++++++ arch/arm/boot/dts/dra7-evm-common.dtsi | 2 +- arch/arm/boot/dts/dra7-l4.dtsi | 71 ++++++++++++++-- arch/arm/boot/dts/dra7.dtsi | 18 ++++ arch/arm/boot/dts/dra72-evm-common.dtsi | 33 +++++++- arch/arm/boot/dts/dra72x.dtsi | 42 ++++++++++ arch/arm/boot/dts/dra76-evm.dts | 35 ++++++++ arch/arm/boot/dts/dra76x.dtsi | 42 ++++++++++ arch/arm/boot/dts/dra7xx-clocks.dtsi | 46 ++++++++++- arch/arm/boot/dts/motorola-cpcap-mapphone.dtsi | 5 +- arch/arm/boot/dts/motorola-mapphone-common.dtsi | 14 ++++ arch/arm/mach-omap2/clockdomains7xx_data.c | 2 +- drivers/clk/ti/clk-54xx.c | 15 ++++ drivers/clk/ti/clk-7xx.c | 62 +++++++++++++- drivers/clk/ti/clk.c | 4 +- drivers/clk/ti/clkctrl.c | 96 +++++++++++++++++++--- include/dt-bindings/clock/dra7.h | 23 ++++++ include/dt-bindings/clock/omap5.h | 1 + include/dt-bindings/{clk => clock}/ti-dra7-atl.h | 0 25 files changed, 639 insertions(+), 36 deletions(-) rename include/dt-bindings/{clk => clock}/ti-dra7-atl.h (100%) _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next prev parent reply other threads:[~2020-01-24 20:11 UTC|newest] Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top 2020-01-24 20:11 [GIT PULL 1/3] randconfig build fix for omap soc changes " Tony Lindgren 2020-01-24 20:11 ` Tony Lindgren 2020-01-24 20:11 ` [GIT PULL 2/3] ti-sysc changes for omap4 & 5 crypto Tony Lindgren 2020-01-24 20:11 ` Tony Lindgren 2020-01-24 20:11 ` Tony Lindgren [this message] 2020-01-24 20:11 ` [GIT PULL 3/3] late dts changes for omaps for v5.6 Tony Lindgren
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=pull-1579896427-50330@atomide.com-3 \ --to=tony@atomide.com \ --cc=arm@kernel.org \ --cc=linux-arm-kernel@lists.infradead.org \ --cc=linux-omap@vger.kernel.org \ --cc=soc@kernel.org \ --subject='Re: [GIT PULL 3/3] late dts changes for omaps for v5.6' \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.