From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751279AbbJAWUV (ORCPT ); Thu, 1 Oct 2015 18:20:21 -0400 Received: from mail-ig0-f179.google.com ([209.85.213.179]:37332 "EHLO mail-ig0-f179.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750988AbbJAWUT (ORCPT ); Thu, 1 Oct 2015 18:20:19 -0400 MIME-Version: 1.0 In-Reply-To: <1443559446-26969-10-git-send-email-balbi@ti.com> References: <1443559446-26969-1-git-send-email-balbi@ti.com> <1443559446-26969-10-git-send-email-balbi@ti.com> Date: Thu, 1 Oct 2015 15:20:18 -0700 Message-ID: Subject: Re: [RFC/PATCH 09/11] clocksource: add TI 32.768 Hz counter driver From: John Stultz To: Felipe Balbi Cc: Tony Lindgren , Daniel Lezcano , Linux Kernel Mailing List , Thomas Gleixner , Linux OMAP Mailing List , Linux ARM Kernel Mailing List Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Sep 29, 2015 at 1:44 PM, Felipe Balbi wrote: > Introduce a new clocksource driver for Texas > Instruments 32.768 Hz device which is available > on most OMAP-like devices. > > Signed-off-by: Felipe Balbi > --- > drivers/clocksource/Kconfig | 8 +++ > drivers/clocksource/Makefile | 1 + > drivers/clocksource/timer-ti-32k.c | 121 +++++++++++++++++++++++++++++++++++++ Also isn't this somewhat duplicate of the code in arch/arm/plat-omap/counter_32k.c ? Was this really a rewrite or just a code migration? Should you preserve the copyrights from counter_32k.c? thanks -john