From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 60944C0015E for ; Mon, 3 Jul 2023 08:33:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:MIME-Version:List-Subscribe:List-Help: List-Post:List-Archive:List-Unsubscribe:List-Id:Cc:References:In-Reply-To: Subject:To:From:Date:Message-ID:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=ez2AJ0oFmTP8j/hjEUhZSRsdGHqpVWqhdt/J8kOP1fo=; b=OgncgN45QJ8Iw9 Htv26ezC5KWtiNXsSKP9wEfFfMo8ZBz81l4HeWLhh3SU8ds74HrD8to6LF3DTaqGGpp3B9XgAJEq6 jQ8rxWEN66AuAGRir3vLWbKKww+tqRNtv4La68fS4tRl/3QWbZhlbnR07VnB0vCbB16UK0k7TLZMz EPr8cnEgT59afePIes0G24lLacwZWXkO7E2ERbXAa39OMXKoHemPzFyvLdX0PfL6TsivBTIUNox+h Jp+Tw9OFRFHqxj0ijO8RbES6Tw9+26oGtPimP0MbBDBu4j+4gI3TKiVT1eud29cCoU/0JR0DMBEg0 zJtqSCk6bayIIdBSEleQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qGEzp-009ldq-1h; Mon, 03 Jul 2023 08:33:21 +0000 Received: from dfw.source.kernel.org ([2604:1380:4641:c500::1]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qGEzk-009ld3-0E for linux-arm-kernel@lists.infradead.org; Mon, 03 Jul 2023 08:33:19 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 5F41A60E2C; Mon, 3 Jul 2023 08:33:15 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 4AF6FC433C7; Mon, 3 Jul 2023 08:33:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1688373194; bh=X5VfDnbqCcPJEZik/4j9K5nnRYzFSOO4lymDpqs6bqA=; h=Date:From:To:Subject:In-Reply-To:References:Cc:From; b=ABiQRjEtnpqBUsrN0fT5t5WyoQYRxurLc2aJy8jwEC0Kg63sfYBlkQDe/GA1u2+uz lYsMNXbV1fmxmte/IZIU3JcncQgW1VYMfAY3oeeGboGsfMKigQCQ8f1/bNS3FpWOlt jA3bgB4274bAYsXgILl1F3IKyUkeYu8/7mRaiy4iMmtfzrvybQhZpcN4t7Li+LafjK dPP8TJk6VpSKoUIogbRPhuZ2rfNZLGLn5ZiVINsH4sa77P6ufD/gNilnWapftR3J+V QhZBwelnhyADe3wbRDRwd+p0mAH8oFRM+SwYQE6lcHVeS0NsUuv3zuBb8bSpJ39zLc Z3ffwEX8cN3xQ== Message-ID: Date: Mon, 03 Jul 2023 08:33:11 +0000 From: "Maxime Ripard" To: "Mans Rullgard" Subject: Re: [PATCH 0/3] clocksource: sun5i: clean up and convert to platform driver In-Reply-To: <20230630201800.16501-1-mans@mansr.com> References: <20230630201800.16501-1-mans@mansr.com> Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-sunxi@lists.linux.dev, "Chen-Yu Tsai" , "Daniel Lezcano" , "Jernej Skrabec" , "Maxime Ripard" , "Samuel Holland" , "Thomas Gleixner" X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230703_013316_149950_140FF1F4 X-CRM114-Status: UNSURE ( 9.81 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Fri, 30 Jun 2023 21:01:25 +0100, Mans Rullgard wrote: > The first two of these patches remove a bunch of duplicated code/data in > the sun5i hstimer driver. To keep the diff clearer, the first patch > introduces an otherwise pointless struct which is then removed in the > second. > > > [ ... ] Acked-by: Maxime Ripard Thanks! Maxime _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel