From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933049AbbHKUK5 (ORCPT ); Tue, 11 Aug 2015 16:10:57 -0400 Received: from mail-wi0-f170.google.com ([209.85.212.170]:34601 "EHLO mail-wi0-f170.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932828AbbHKUKp (ORCPT ); Tue, 11 Aug 2015 16:10:45 -0400 From: Hans Ulli Kroll To: Olof Johansson Cc: arm@kernel.org, linux-kernel@vger.kernel.org, Arnd Bergmann , Roman Yeryomin , linus.walleij@linaro.org, Hans Ulli Kroll Subject: ARM: gemini: clocksource update for 4.3 v2 Date: Tue, 11 Aug 2015 22:09:02 +0200 Message-Id: <1439323745-8542-1-git-send-email-ulli.kroll@googlemail.com> X-Mailer: git-send-email 2.5.0 In-Reply-To: <1438955763-17260-1-git-send-email-ulli.kroll@googlemail.com> References: <1438955763-17260-1-git-send-email-ulli.kroll@googlemail.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, these is version 2 of the clocksource updates for 4.3 These patches are rebased on your arm-soc/for-next tree. latest commit e4c4ce53a925146167a58cfd2e862952cdc316e1 arm-soc: document merges They is also a patch from Viresh Kumar in mach-gemini ARM/gemini/time: Migrate to new 'set-state' interface The other patches affecting clocksource are going through the clocksource tree. For the clocksource in general : I'm planning to move to DT. mach-moxart locks promising. Same CPU FA526 as mach-gemini. But they are two devices they can't moved easily to DT. - MISC global reg for differnt device settings - ethernet, up to 2 irq's, shared address space (bitfield) Don't ask me why the engineers have done this ... So I need DT in conjunction with (one) board file(s). Is this possible ?? Greeting from Cologne Ulli -v2 added shortlog and changed subject in patches. Hans Ulli Kroll (3): ARM: gemini: Add missing register definitions for gemini timer ARM: gemini: use timer1 for clockevent ARM: gemini: setup timer3 as free running timer arch/arm/mach-gemini/include/mach/hardware.h | 3 - arch/arm/mach-gemini/time.c | 176 +++++++++++++++++++-------- 2 files changed, 123 insertions(+), 56 deletions(-)