From mboxrd@z Thu Jan 1 00:00:00 1970 From: Magnus Damm Date: Thu, 11 Jul 2013 16:22:09 +0000 Subject: [PATCH v2 00/02] ARM: shmobile: r8a7790 arch timer frequency update Message-Id: <20130711162209.933.47610.sendpatchset@w520> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-arm-kernel@lists.infradead.org ARM: shmobile: r8a7790 arch timer frequency update (v2) [PATCH v2 01/02] ARM: shmobile: Introduce r8a7790_read_mode_pins() [PATCH 02/02] ARM: shmobile: Setup r8a7790 arch timer based on MD pins Add code to setup r8a7790 arch timer frequency dynamically at boot time based on the EXTAL frequency pointed out by the boot mode pins. Patch 1/2 has been updated with a ioremap() fix. Patch 2/2 now has reported-by and tested-by. Signed-off-by: Magnus Damm --- Built on top of renesas-next-20130711 arch/arm/mach-shmobile/clock-r8a7790.c | 11 ---- arch/arm/mach-shmobile/include/mach/r8a7790.h | 3 + arch/arm/mach-shmobile/setup-r8a7790.c | 63 +++++++++++++++++++++++-- 3 files changed, 63 insertions(+), 14 deletions(-)