From mboxrd@z Thu Jan 1 00:00:00 1970 From: Magnus Damm Date: Fri, 06 Jun 2014 05:28:41 +0000 Subject: [PATCH v2 00/03] ARM: shmobile: r7s72100 / Genmai init delay update (V2) Message-Id: <20140606052841.17594.9846.sendpatchset@w520> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-sh@vger.kernel.org ARM: shmobile: r7s72100 / Genmai init delay update (V2) [PATCH v2 01/03] ARM: shmobile: Update r7s72100 DTS to include CPU frequency [PATCH v2 02/03] ARM: shmobile: Use shmobile_init_delay() on Genmai boards [PATCH v2 03/03] ARM: shmobile: Use shmobile_init_delay() on r7s72100 These patches clean up the r7s72100 SoC and Genmai board code. The CPU Frequency is put into DTS followed by SoC and board code that gets adjusted to read out the frequency from DTS. Signed-off-by: Magnus Damm --- Written last week on top of renesas-devel-v3.15-rc7-20140528 but applies cleanly on top of renesas-devel-v3.15-rc8-20140605. Changes since V1: - Adjusted patch 3 to actually include the right code... arch/arm/boot/dts/r7s72100.dtsi | 1 + arch/arm/mach-shmobile/board-genmai-reference.c | 2 +- arch/arm/mach-shmobile/board-genmai.c | 2 +- arch/arm/mach-shmobile/include/mach/r7s72100.h | 1 - arch/arm/mach-shmobile/setup-r7s72100.c | 7 +------ 5 files changed, 4 insertions(+), 9 deletions(-)