From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [213.167.242.64]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id C7881CA64; Sun, 21 Apr 2024 11:35:13 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=213.167.242.64 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1713699316; cv=none; b=cB/TY7CszmEqoM7LnSuiXdPyJLqsjjKAOo2GdkrEi7XAP/ymEUg7FS/Dy5Ok+JGlIE3fEH3KGHsKbgAxsjNkRi52vPN16HhubdM0hYGr8UCkFaxWBcnWE/qxCjYw3sofo+Ia5cAvooT8uHSmEsNUJxSvms+aElH3JY0hqOeuIfQ= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1713699316; c=relaxed/simple; bh=gFIiPhmmgfuZ4AluO6ea6nUBX++JinIRYsCeYqnuzto=; h=Content-Type:MIME-Version:In-Reply-To:References:Subject:From:Cc: To:Date:Message-ID; b=JxBu8+HafwlHbRJmXkLhuG7X9W532aIbCKUa7z5BBjFlCObnGrGJbXjU6irFd9KnYZeTTJaetYIwBhgfXb5KopXEgam9euAn4qy0CScE4Ruo7ykrubd0s25o1uOqOpWyG5PatMbVEtDI3KMPIhMy2Q7fDSweu/xEKqZgEAg0N3E= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=ideasonboard.com; spf=pass smtp.mailfrom=ideasonboard.com; dkim=pass (1024-bit key) header.d=ideasonboard.com header.i=@ideasonboard.com header.b=wIjgGGHb; arc=none smtp.client-ip=213.167.242.64 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=ideasonboard.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=ideasonboard.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="wIjgGGHb" Received: from pendragon.ideasonboard.com (cpc89244-aztw30-2-0-cust6594.18-1.cable.virginm.net [86.31.185.195]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 9C7B9B1; Sun, 21 Apr 2024 13:34:14 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1713699254; bh=gFIiPhmmgfuZ4AluO6ea6nUBX++JinIRYsCeYqnuzto=; h=In-Reply-To:References:Subject:From:Cc:To:Date:From; b=wIjgGGHbD/wo8+GMfWbYEFlS1VzbZ8qL7/j74iL88k7Xa5gZS2YFsd9nmAXCYT1YH Be4iMTmlMMCLfjTATDp9SuY0yYNOlkKU2cZVS2F2T4Nbn9OUiXF6N2VaUUb/5lIbj0 8mktpLkGjUEqAFELGYbHqkaF7gbZUpDxyCj7k1zM= Content-Type: text/plain; charset="utf-8" Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: <171361758199.1737874.11884706323295617909@ping.linuxembedded.co.uk> References: <20240420011840.23148-1-zhi.mao@mediatek.com> <20240420011840.23148-2-zhi.mao@mediatek.com> <0cb44232-3be3-47cd-9e4c-f01f2839aff3@kernel.org> <171361758199.1737874.11884706323295617909@ping.linuxembedded.co.uk> Subject: Re: [PATCH v1 1/2] media: dt-bindings: i2c: add Giantec GT97xx VCM From: Kieran Bingham Cc: Matthias Brugger , AngeloGioacchino Del Regno , Philipp Zabel , Laurent Pinchart , Heiko Stuebner , Sakari Ailus , Hans Verkuil , Hans de Goede , Tomi Valkeinen , Alain Volmat , Paul Elder , Mehdi Djait , Andy Shevchenko , Bingbu Cao , linux-media@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, shengnan.wang@mediatek.com, yaya.chang@mediatek.com, yunkec@chromium.org, 10572168@qq.com To: Conor Dooley , Krzysztof Kozlowski , Krzysztof Kozlowski , Mauro Carvalho Chehab , Rob Herring , Zhi Mao Date: Sun, 21 Apr 2024 12:35:00 +0100 Message-ID: <171369930090.365791.12487523856935433191@ping.linuxembedded.co.uk> User-Agent: alot/0.10 Quoting Kieran Bingham (2024-04-20 13:53:01) > Quoting Krzysztof Kozlowski (2024-04-20 12:21:46) > > On 20/04/2024 03:18, Zhi Mao wrote: > > > Add YAML device tree binding for GT9768 & GT8769 VCM, > > > and the relevant MAINTAINERS entries. > > >=20 > > > Signed-off-by: Zhi Mao > > > --- > >=20 > > Sorry, there was v1. Please do not send same versions twice. BTW, use > > patman or b4 for your submissions if versioning is tricky. > >=20 >=20 > Whats Patman? google returns false positives for me. Digging deeper, I've discovered patman comes from the u-boot project, and is known as 'patch manager', and can work along side patchwork. - https://docs.u-boot.org/en/latest/develop/patman.html For completeness, b4 (which I've already used myself) is more closely associated with public inbox. - https://github.com/mricon/b4 > -- > Kieran >=20 > > Best regards, > > Krzysztof > > 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 454DEC04FF8 for ; Sun, 21 Apr 2024 11:35:26 +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:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:Message-ID:Date:To:Cc:From:Subject: References:In-Reply-To:MIME-Version:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=5kw5ef1tW8iV5dkWlyI9K0b8CIDSexu5V5UcjRAn5Bo=; b=kFWQvkEO3/m82G zB8h1C0rjA8+RKTHlNthxoq/QyKmnbq9+Nv/uvwarZVCjM60JUs5A1kJu3zKYEDCgaGMkdl4YSQXv vfdnfRK+bMQQX1mMIVqe35g7RyHClOc5l8yazKJiIAsS4DjQQM38mevVwyv1q9vzjPN3B1sHemT3D 15E72hzmwLdueEOgUqyBS7iU3E+lLGRv0BK5eCSUX9zoeIpQiqLmZawuACFnOnyCytZGu/X4MbI2z VPc92nxMQHo7YaDc2RLviQJ+wIDQiosLc0nBJ+Rlhw+4HjWTesMgXizYROdyo5PECet8Soi7MfrXK 3DXglnwPV9lW3tuZ5EwQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1ryVTV-0000000AOBX-3itD; Sun, 21 Apr 2024 11:35:13 +0000 Received: from perceval.ideasonboard.com ([213.167.242.64]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1ryVTR-0000000AOAN-3BSV; Sun, 21 Apr 2024 11:35:11 +0000 Received: from pendragon.ideasonboard.com (cpc89244-aztw30-2-0-cust6594.18-1.cable.virginm.net [86.31.185.195]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 9C7B9B1; Sun, 21 Apr 2024 13:34:14 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1713699254; bh=gFIiPhmmgfuZ4AluO6ea6nUBX++JinIRYsCeYqnuzto=; h=In-Reply-To:References:Subject:From:Cc:To:Date:From; b=wIjgGGHbD/wo8+GMfWbYEFlS1VzbZ8qL7/j74iL88k7Xa5gZS2YFsd9nmAXCYT1YH Be4iMTmlMMCLfjTATDp9SuY0yYNOlkKU2cZVS2F2T4Nbn9OUiXF6N2VaUUb/5lIbj0 8mktpLkGjUEqAFELGYbHqkaF7gbZUpDxyCj7k1zM= MIME-Version: 1.0 In-Reply-To: <171361758199.1737874.11884706323295617909@ping.linuxembedded.co.uk> References: <20240420011840.23148-1-zhi.mao@mediatek.com> <20240420011840.23148-2-zhi.mao@mediatek.com> <0cb44232-3be3-47cd-9e4c-f01f2839aff3@kernel.org> <171361758199.1737874.11884706323295617909@ping.linuxembedded.co.uk> Subject: Re: [PATCH v1 1/2] media: dt-bindings: i2c: add Giantec GT97xx VCM From: Kieran Bingham Cc: Matthias Brugger , AngeloGioacchino Del Regno , Philipp Zabel , Laurent Pinchart , Heiko Stuebner , Sakari Ailus , Hans Verkuil , Hans de Goede , Tomi Valkeinen , Alain Volmat , Paul Elder , Mehdi Djait , Andy Shevchenko , Bingbu Cao , linux-media@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, shengnan.wang@mediatek.com, yaya.chang@mediatek.com, yunkec@chromium.org, 10572168@qq.com To: Conor Dooley , Krzysztof Kozlowski , Krzysztof Kozlowski , Mauro Carvalho Chehab , Rob Herring , Zhi Mao Date: Sun, 21 Apr 2024 12:35:00 +0100 Message-ID: <171369930090.365791.12487523856935433191@ping.linuxembedded.co.uk> User-Agent: alot/0.10 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240421_043510_031732_3E787BC9 X-CRM114-Status: GOOD ( 11.71 ) 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: , 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 Quoting Kieran Bingham (2024-04-20 13:53:01) > Quoting Krzysztof Kozlowski (2024-04-20 12:21:46) > > On 20/04/2024 03:18, Zhi Mao wrote: > > > Add YAML device tree binding for GT9768 & GT8769 VCM, > > > and the relevant MAINTAINERS entries. > > > > > > Signed-off-by: Zhi Mao > > > --- > > > > Sorry, there was v1. Please do not send same versions twice. BTW, use > > patman or b4 for your submissions if versioning is tricky. > > > > Whats Patman? google returns false positives for me. Digging deeper, I've discovered patman comes from the u-boot project, and is known as 'patch manager', and can work along side patchwork. - https://docs.u-boot.org/en/latest/develop/patman.html For completeness, b4 (which I've already used myself) is more closely associated with public inbox. - https://github.com/mricon/b4 > -- > Kieran > > > Best regards, > > Krzysztof > > _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel