From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tero Kristo Subject: [PATCHv4 0/6] ARM: OMAP2+: preparation for clk/clkctrl support Date: Wed, 31 May 2017 17:59:57 +0300 Message-ID: <1496242803-6101-1-git-send-email-t-kristo@ti.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, tony@atomide.com Cc: linux-arm-kernel@lists.infradead.org List-Id: linux-omap@vger.kernel.org Hi, This series is evolution of the v3b of the same series: https://www.spinics.net/lists/arm-kernel/msg584344.html Changes compared to v3b: - Added patch #3 which stores the physical address for PRCM instances in addition to the virtual addresses - Fixed patch #5 to use physical base address for xlate instead of the OMAP2_L4_IO_ADDRESS hack - Dropped unnecessary device node passing from patch #6 which makes the code slightly more readable also Integrated test branch here: Tree: https://github.com/t-kristo/linux-pm.git Branch: 4.12-rc1-clkctrl-integ-v4 -Tero From mboxrd@z Thu Jan 1 00:00:00 1970 From: t-kristo@ti.com (Tero Kristo) Date: Wed, 31 May 2017 17:59:57 +0300 Subject: [PATCHv4 0/6] ARM: OMAP2+: preparation for clk/clkctrl support Message-ID: <1496242803-6101-1-git-send-email-t-kristo@ti.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi, This series is evolution of the v3b of the same series: https://www.spinics.net/lists/arm-kernel/msg584344.html Changes compared to v3b: - Added patch #3 which stores the physical address for PRCM instances in addition to the virtual addresses - Fixed patch #5 to use physical base address for xlate instead of the OMAP2_L4_IO_ADDRESS hack - Dropped unnecessary device node passing from patch #6 which makes the code slightly more readable also Integrated test branch here: Tree: https://github.com/t-kristo/linux-pm.git Branch: 4.12-rc1-clkctrl-integ-v4 -Tero