From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753663AbbHGN4w (ORCPT ); Fri, 7 Aug 2015 09:56:52 -0400 Received: from mail-wi0-f173.google.com ([209.85.212.173]:38904 "EHLO mail-wi0-f173.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753625AbbHGN4u (ORCPT ); Fri, 7 Aug 2015 09:56:50 -0400 From: Hans Ulli Kroll To: arm@kernel.org Cc: linux-kernel@vger.kernel.org, Arnd Bergmann , Olof Johansson , Roman Yeryomin , Hans Ulli Kroll Subject: ARM:Gemini:clocksource update for 4.3 Date: Fri, 7 Aug 2015 15:56:00 +0200 Message-Id: <1438955763-17260-1-git-send-email-ulli.kroll@googlemail.com> X-Mailer: git-send-email 2.4.6 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi all, sorry for being late in this cycle ... I asked Roman to send me his patchset with 2 patched, but he don't respond. So here is my patchset. But I used one more patch to cleanup the register definitions in the driver. These where somewhat annoying, if a "autocomplete" editor is used. The other patches changes to the timer1 and add timer3 as free running. The initial driver missed also to enable the interrupt in the device, which is also added. Greeting froms Cologne Hans Ulli Kroll arch/arm/mach-gemini/include/mach/hardware.h | 3 - arch/arm/mach-gemini/time.c | 176 +++++++++++++++++++++++++++++------------- 2 files changed, 123 insertions(+), 56 deletions(-)