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=-5.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=unavailable 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 6969DC3A5A2 for ; Tue, 3 Sep 2019 19:47:04 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 3C2F421881 for ; Tue, 3 Sep 2019 19:47:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1567540024; bh=iGpP72X9Gfm1P4HKsR74LYZo3Ydpk9P15xifOisfBxo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=bKK5DyNHpcjewRDB8i5JhdpHpPNvcqWmRQ/6RVpP4diwqla7q0ijeafH8sIBlsjxS eeCAgBtsk/aZ3DwHQDjUkoTws7xzI6H99U+lmzosbZrJd7+x1fmXLufPqu6jBGHbFV LQFPKV4fogxz4dkfSzgxAPraUSngyeaUdHQ+T268= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726476AbfICTq4 (ORCPT ); Tue, 3 Sep 2019 15:46:56 -0400 Received: from mail.kernel.org ([198.145.29.99]:44736 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726179AbfICTq4 (ORCPT ); Tue, 3 Sep 2019 15:46:56 -0400 Received: from localhost (c-73-47-72-35.hsd1.nh.comcast.net [73.47.72.35]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 792C321881; Tue, 3 Sep 2019 19:46:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1567540015; bh=iGpP72X9Gfm1P4HKsR74LYZo3Ydpk9P15xifOisfBxo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=dukkqYi+oIhKbc5l4o0v/PgTWPmdhzuAp1/a1bTLNTKocjXl5O/F3bHdUaJtpa0tV 5L87acgduZm74OZL7niFVcxCJBRY89xN+UhwedzmFyxm1UWyXZNG/sw+PEP7/NOK2O GuMT+liOsStYPwbJHAyztoZ7vvDT3M89tOkVkzZU= Date: Tue, 3 Sep 2019 15:46:54 -0400 From: Sasha Levin To: Jonathan Cameron Cc: linux-kernel@vger.kernel.org, stable@vger.kernel.org, Jonathan Bakker , =?utf-8?B?UGF3ZcWC?= Chmiel , Jonathan Cameron , linux-iio@vger.kernel.org Subject: Re: [PATCH AUTOSEL 4.19 066/167] iio: adc: exynos-adc: Add S5PV210 variant Message-ID: <20190903194654.GI5281@sasha-vm> References: <20190903162519.7136-1-sashal@kernel.org> <20190903162519.7136-66-sashal@kernel.org> <20190903185328.74299c4d@archlinux> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20190903185328.74299c4d@archlinux> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Tue, Sep 03, 2019 at 06:53:28PM +0100, Jonathan Cameron wrote: >On Tue, 3 Sep 2019 12:23:38 -0400 >Sasha Levin wrote: > >> From: Jonathan Bakker >> >> [ Upstream commit 882bf52fdeab47dbe991cc0e564b0b51c571d0a3 ] >> >> S5PV210's ADC variant is almost the same as v1 except that it has 10 >> channels and doesn't require the pmu register >> >> Signed-off-by: Jonathan Bakker >> Signed-off-by: Paweł Chmiel >> Signed-off-by: Jonathan Cameron >> Signed-off-by: Sasha Levin > >I have no particular objection to adding new IDs (which is more >or less what this patch is), but I didn't know autosel was >picking them up. So a bit of surprise... If intentional >then fine to apply to stable. I dragged it in because 103cda6a3b8d2 ("iio: adc: exynos-adc: Use proper number of channels for Exynos4x12") which is tagged for stable depended on this patch, and given it just adds new IDs which is part of what we take for stable I just took it in as is. -- Thanks, Sasha