From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Lindgren Subject: [PATCH 0/5] Fixes for omap hwmod for dropping legacy data Date: Tue, 29 Aug 2017 10:03:30 -0700 Message-ID: <20170829170335.11536-1-tony@atomide.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: linux-omap@vger.kernel.org Cc: Lokesh Vutla , Nishanth Menon , Paul Walmsley , Tero Kristo , linux-arm-kernel@lists.infradead.org List-Id: linux-omap@vger.kernel.org Hi all, Here are few fixes for hwmod issues I noticed while dropping legacy data for dma, irq and IO resources. The two last patches drop dead code that's now unnecessary with all of mach-omap2 booting in device tree only mode. Regards, Tony Tony Lindgren (5): ARM: OMAP2+: Fix access to reserved smartreflex registers for dra7 ARM: OMAP2+: Fix MMC address space mismatch for am33xx and am43xx ARM: OMAP2+: Fix overwriting of clkctrl and modulemode values ARM: OMAP2+: Drop unused omap_init_hdq ARM: OMAP2+: Drop unused omap_hwmod_mux_info arch/arm/mach-omap2/hdq1w.c | 22 ----- arch/arm/mach-omap2/omap_hwmod.c | 49 ++++++++-- arch/arm/mach-omap2/omap_hwmod.h | 21 +--- .../omap_hwmod_33xx_43xx_interconnect_data.c | 30 ------ .../mach-omap2/omap_hwmod_33xx_43xx_ipblock_data.c | 6 +- arch/arm/mach-omap2/omap_hwmod_7xx_data.c | 106 --------------------- 6 files changed, 47 insertions(+), 187 deletions(-) -- 2.14.1 From mboxrd@z Thu Jan 1 00:00:00 1970 From: tony@atomide.com (Tony Lindgren) Date: Tue, 29 Aug 2017 10:03:30 -0700 Subject: [PATCH 0/5] Fixes for omap hwmod for dropping legacy data Message-ID: <20170829170335.11536-1-tony@atomide.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi all, Here are few fixes for hwmod issues I noticed while dropping legacy data for dma, irq and IO resources. The two last patches drop dead code that's now unnecessary with all of mach-omap2 booting in device tree only mode. Regards, Tony Tony Lindgren (5): ARM: OMAP2+: Fix access to reserved smartreflex registers for dra7 ARM: OMAP2+: Fix MMC address space mismatch for am33xx and am43xx ARM: OMAP2+: Fix overwriting of clkctrl and modulemode values ARM: OMAP2+: Drop unused omap_init_hdq ARM: OMAP2+: Drop unused omap_hwmod_mux_info arch/arm/mach-omap2/hdq1w.c | 22 ----- arch/arm/mach-omap2/omap_hwmod.c | 49 ++++++++-- arch/arm/mach-omap2/omap_hwmod.h | 21 +--- .../omap_hwmod_33xx_43xx_interconnect_data.c | 30 ------ .../mach-omap2/omap_hwmod_33xx_43xx_ipblock_data.c | 6 +- arch/arm/mach-omap2/omap_hwmod_7xx_data.c | 106 --------------------- 6 files changed, 47 insertions(+), 187 deletions(-) -- 2.14.1