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=-10.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 EF6B3C11F68 for ; Fri, 2 Jul 2021 13:56:12 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id D159C6142B for ; Fri, 2 Jul 2021 13:56:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232868AbhGBN6n (ORCPT ); Fri, 2 Jul 2021 09:58:43 -0400 Received: from vps0.lunn.ch ([185.16.172.187]:37494 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232412AbhGBN6m (ORCPT ); Fri, 2 Jul 2021 09:58:42 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lunn.ch; s=20171124; h=In-Reply-To:Content-Disposition:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:From:Sender:Reply-To:Subject: Date:Message-ID:To:Cc:MIME-Version:Content-Type:Content-Transfer-Encoding: Content-ID:Content-Description:Content-Disposition:In-Reply-To:References; bh=Yf7jnSTbPRJg7sbOAlPaB3qOLfMiV9piygeW8egGh6w=; b=1/Y5WGB/R9l6fWNKVbzsrFgSxs TBCY8lfZyZbUtYpQm5Z4iR9qPfSvByFwgbQaZkDhxIuHW/e96Xtg1ARJctiYSZlbMEvyZfXEXQmOV BHRfYWHMgYTDh1cd7ugczvsFdPO+4ImL+h00SZZ/EosW+2/c8B79PmVD4DAZ34/ML43I=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1lzJeJ-00BvLe-NC; Fri, 02 Jul 2021 15:56:07 +0200 Date: Fri, 2 Jul 2021 15:56:07 +0200 From: Andrew Lunn To: Matthias Schiffer Cc: Linus Walleij , Bartosz Golaszewski , Lee Jones , Andy Shevchenko , linux-gpio@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 3/7] mfd: tqmx86: remove incorrect TQMx90UC board ID Message-ID: References: <36046861067369c0569f3d955f7a390c136689b5.1625227382.git.matthias.schiffer@ew.tq-group.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <36046861067369c0569f3d955f7a390c136689b5.1625227382.git.matthias.schiffer@ew.tq-group.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Jul 02, 2021 at 02:23:49PM +0200, Matthias Schiffer wrote: > No TQMx90UC exists at the moment, and it is undecided whether ID 10 will > be used eventually (and if it is, how that SoM will be named). This was in the vendor code i was given. I just blindly kept it, since i don't know anything except about the one system i had. > Fixes: 2f17dd34ffed ("mfd: tqmx86: IO controller with I2C, Wachdog and GPIO") I'm not sure this meets the stable requirements: https://www.kernel.org/doc/html/v4.10/process/stable-kernel-rules.html Reviewed-by: Andrew Lunn Andrew