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 X-Spam-Level: X-Spam-Status: No, score=-3.7 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id CA76EC83D3C for ; Mon, 16 Nov 2020 12:38:09 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id A2E1F2227F for ; Mon, 16 Nov 2020 12:38:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729860AbgKPLhD (ORCPT ); Mon, 16 Nov 2020 06:37:03 -0500 Received: from muru.com ([72.249.23.125]:48566 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729848AbgKPLhD (ORCPT ); Mon, 16 Nov 2020 06:37:03 -0500 Received: from atomide.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id D2BCF80C8; Mon, 16 Nov 2020 11:37:07 +0000 (UTC) Date: Mon, 16 Nov 2020 13:36:58 +0200 From: Tony Lindgren To: David Lechner Cc: linux-omap@vger.kernel.org, =?utf-8?Q?Beno=C3=AEt?= Cousson , Robert Nelson , Drew Fustini , Rob Herring , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH 0/3] Enable eQEP counter driver on BeagleBone Blue Message-ID: <20201116113658.GE26857@atomide.com> References: <20201012211229.3282128-1-david@lechnology.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201012211229.3282128-1-david@lechnology.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * David Lechner [201013 00:13]: > This series adds device tree nodes for the eQEP portion of the PWMSS on AM33xx > and enables it on BeagleBone Blue. > > I actually submitted these a year ago, but it looks like these patches never got > applied with the actual eQEP driver when it was merged. Sorry if I dropped these earlier, I guess I though you're reposting the series and untagged them. > For reference, there was some previous discussion about the clocks in "ARM: dts: > am33xx: Add nodes for eQEP". [1] > > [1]: https://lore.kernel.org/linux-omap/20190723145100.GS5447@atomide.com/ > > I have also included a new patch to enable the eQEP driver in the defconfig. Great, thanks applying these into omap-for-v5.11/dt and defconfig branches. Regards, Tony