Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753168Ab3FZVRO (ORCPT ); Wed, 26 Jun 2013 17:17:14 -0400 Received: from mail.free-electrons.com ([94.23.35.102]:51792 "EHLO mail.free-electrons.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753053Ab3FZVRE (ORCPT ); Wed, 26 Jun 2013 17:17:04 -0400 From: Maxime Ripard To: John Stultz , Thomas Gleixner Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Emilio Lopez , kevin@allwinnertech.com, sunny@allwinnertech.com, shuge@allwinnertech.com, linux-sunxi@googlegroups.com, Maxime Ripard Subject: [PATCH 0/8] clocksource: sunxi: Timer fixes and cleanup Date: Wed, 26 Jun 2013 23:16:53 +0200 Message-Id: <1372281421-2099-1-git-send-email-maxime.ripard@free-electrons.com> X-Mailer: git-send-email 1.8.3.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1566 Lines: 42 Hi everyone, The first timer code we merged when adding support for the A13 some time back was mostly a clean up from the source drop we had, without any documentation. This happened to work, but the code merged in turned out to be far from perfect, and had several flaws. This patchset hopefully fixes these flaws, and cleanup most of the driver as well, to end up in an almost complete rewrite of it (even though it's not that long). It also finally adds a clocksource from the free running counter found in the A10/A13 SoCs. These flaws have all been spotted when trying to add the A31 support, work that is still ongoing, but will hopefully benefit from this patchset as well. Thanks, Maxime Maxime Ripard (8): clocksource: sun4i: Use the BIT macros where possible clocksource: sun4i: Add clocksource and sched clock drivers clocksource: sun4i: Don't forget to enable the clock we use clocksource: sun4i: Fix the next event code clocksource: sun4i: Factor out some timer code clocksource: sun4i: Remove TIMER_SCAL variable clocksource: sun4i: Cleanup parent clock setup clocksource: sun4i: Fix bug when switching from periodic to oneshot modes drivers/clocksource/sun4i_timer.c | 107 ++++++++++++++++++++++++++------------ 1 file changed, 75 insertions(+), 32 deletions(-) -- 1.8.3.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/