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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id BDC65C433F5 for ; Wed, 20 Oct 2021 15:57:58 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id A42E6610CB for ; Wed, 20 Oct 2021 15:57:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231162AbhJTQAJ (ORCPT ); Wed, 20 Oct 2021 12:00:09 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43912 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230494AbhJTQAI (ORCPT ); Wed, 20 Oct 2021 12:00:08 -0400 Received: from mail-wm1-x32f.google.com (mail-wm1-x32f.google.com [IPv6:2a00:1450:4864:20::32f]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C7D2AC061749 for ; Wed, 20 Oct 2021 08:57:53 -0700 (PDT) Received: by mail-wm1-x32f.google.com with SMTP id l38-20020a05600c1d2600b0030d80c3667aso11311237wms.5 for ; Wed, 20 Oct 2021 08:57:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:content-transfer-encoding:in-reply-to; bh=wg0KJqHRV08qX4QVL+ntQvH0cOPBhNXqn/SMEbf5V98=; b=U2SOf9kJARwcP8IJA+zkKOcS7SDbUbqF69fwz8T/Dl5L/KGAwvVa6XaYgbOFa6OGWb iVNnQCeiiJIBjw5DilysiOBw1H2TRBhOf4r2YG3uD7+GIYYrOmYegKX8h7hL/WnOg477 8aPagA9sFfs+/GxCHD7hf3hqz28Ug4cVglGNJFvRn/sUakywQ4E9wIBcdKZlY7h6LhCK qgB6G7g0xFL7bNIplPvjfWgBNd9CF2GYWKbSvwG/Qn4oXRL3G70mr6+n9LPdbuTMzQoC z7vgF5HqW4O1V8cYASUvpod05GZDaIWCdnTUA/rgdOte8wVnoEtSQGZU2Sbir7PqmXqn Y85g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:content-transfer-encoding :in-reply-to; bh=wg0KJqHRV08qX4QVL+ntQvH0cOPBhNXqn/SMEbf5V98=; b=iq010hSUYdq2UHDaXtbU0Q+eTZVTpXSfm5gSp9a0qVjcl3JT/ncj0vSJ+PNYa9LuOd jW4pVzowfqTsGuO6Exu20jNHtOxgShhRzC671uorZHUemhJXHoIb5dpCP6pgNlHlFE6U /AtDhsxaJJL02NKhScRT7VGP7WY6cVkOrTQ3CBcZn4bsuChKM8Acx2SFiWo7LF2G96Ji PAigzTGuPYvFm9eUwJ0AfzLErY9YA5JZD29qgwrBIRZQ4PepbZISCjyXWCR0R0pgde/T HaBIuw63gIugg12b+OgSKqou9AgjFl9RXXuOM4zx2qNaCRmWYQvl31fo1o+KRMPCWqHN FCLQ== X-Gm-Message-State: AOAM530C4c3MWRRm45Dj5eHW3iT+bWkt0HCBq3Pfvhcplapf20MFm+DV Agf2KQGo56G1E97eQgXGhngGJQ== X-Google-Smtp-Source: ABdhPJzInNCFCNWJ+mCj2v3d0N5Vo28HRFOV2AbllNKZOn9TvqF8m7fmuTpcxZWZHMzSi6OGjfbAbQ== X-Received: by 2002:adf:bb0a:: with SMTP id r10mr44197wrg.23.1634745472287; Wed, 20 Oct 2021 08:57:52 -0700 (PDT) Received: from google.com ([95.148.6.207]) by smtp.gmail.com with ESMTPSA id q12sm2428423wrp.13.2021.10.20.08.57.51 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 20 Oct 2021 08:57:51 -0700 (PDT) Date: Wed, 20 Oct 2021 16:57:49 +0100 From: Lee Jones To: Miquel Raynal Cc: Jonathan Cameron , linux-iio@vger.kernel.org, linux-omap@vger.kernel.org, Thomas Petazzoni , Ryan Barnett , linux-kernel@vger.kernel.org Subject: Re: [PATCH v6 00/48] TI AM437X ADC1 Message-ID: References: <20211015081506.933180-1-miquel.raynal@bootlin.com> <20211020173611.07980c1d@xps13> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20211020173611.07980c1d@xps13> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 20 Oct 2021, Miquel Raynal wrote: > Hi Lee, > > miquel.raynal@bootlin.com wrote on Fri, 15 Oct 2021 10:14:18 +0200: > > > /* > > * Reducing the Cc: list as this is just a rebase and all patches > > * received reviews already. Only the DT patches have received no > > * feedback, hence keeping the omap@ list in. > > */ > > > > Hello, > > > > This is a (fairly big) series bringing support of AM437X ADC1. > > On TI AM33XX SoCs family there is an ADC that can also be connected to a > > touchscreen. This hardware has been extended and is present on certain > > SoCs from the AM437X family. In particular, the touchscreen has been > > replaced by a magnetic card reader. In both cases, the representation is > > an MFD device with two children: > > * on AM33XX: the touchscreen controller and the ADC > > * on AM437X: the magnetic stripe reader and the ADC > > > > This series really targets small and atomic changes so that the overall > > review is eased, even though it leads to a lot of rather small patches. > > Here are the steps: > > * Supporting the missing clock > > * Translating a single text file containing the description for the > > MFD, the touchscreen and the ADC into three independent yaml files. > > * Cleaning/preparing the MFD driver. > > * Supporting ADC1 in the MFD driver. > > * Cleaning/preparing of the ADC driver. > > * Supporting ADC1 in the ADC driver. > > * Updating various device trees. > > > > Here is the full series again, almost reviewed and acked entirely. > > The clock patch has been acked, the ADC patches as well, so we expect > > the series to go through the MFD tree if the maintainers agree with it. > > Sorry to ping you so early, but we already are at -rc6 and I was > wondering if you could take the series as it has been on the mailing > list for a while and received no real change since a couple of weeks > already, possibly avoiding the need for yet another resend of 48 > patches :) Don't worry, it's email day tomorrow. I have a bunch of high-priority patches/sets that I aim to handle, yours included. -- Lee Jones [李琼斯] Senior Technical Lead - Developer Services Linaro.org │ Open source software for Arm SoCs Follow Linaro: Facebook | Twitter | Blog