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=-4.1 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 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 0DE5BC47247 for ; Tue, 5 May 2020 05:06:27 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id D43C12075E for ; Tue, 5 May 2020 05:06:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1588655186; bh=e8VuXUN/uzQjDtcEKXPbNGAiXnGLHtDXeImNxpzII78=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=sxGyAbtNu70tTfePbJPPQeIq54NtlbeCxnZSlZ/0Q/kq8f5gXvKiINAT3ViN1L1O5 UfborpNyJrcbd8XheFHWCTdgs2QnG0K6REV1YzB759Qyf/1NuMo786Sdx6qPafAv7K h+cwDQ1OA7PKMAcRk9rpep2ab/BAMz+x1VzGBpss= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725766AbgEEFG0 (ORCPT ); Tue, 5 May 2020 01:06:26 -0400 Received: from mail.kernel.org ([198.145.29.99]:56890 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725320AbgEEFG0 (ORCPT ); Tue, 5 May 2020 01:06:26 -0400 Received: from localhost (unknown [171.61.99.53]) (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 DD0A2206E6; Tue, 5 May 2020 05:06:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1588655185; bh=e8VuXUN/uzQjDtcEKXPbNGAiXnGLHtDXeImNxpzII78=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=YB6AmbTa38GjMc7eliqreZ+dpQzlNmREktrgqMMyF+yMZbRhh6FVKFQrGsMR6yhzz KfgOtZEgzTbQM5+VCXglPTXTEvBrWAKJwrYTuuUuQhQPuS/sgyIk5S2+qL4EWR1zEB jSAPb5EhR65ZKTu8+6zgki6eksV7C0REvhS5p9SY= Date: Tue, 5 May 2020 10:36:21 +0530 From: Vinod Koul To: Joe Perches Cc: hex dump , Martin Blumenstingl , kishon@ti.com, robh+dt@kernel.org, devicetree@vger.kernel.org, linux-amlogic@lists.infradead.org, narmstrong@baylibre.com, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/6] dt-bindings: phy: meson8b-usb2: Convert to json-schema Message-ID: <20200505050621.GU1375924@vkoul-mobl> References: <20200502114752.1048500-1-martin.blumenstingl@googlemail.com> <20200502114752.1048500-2-martin.blumenstingl@googlemail.com> <28790ee42242ecc0b0050943a27f569dd1aeec16.camel@perches.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <28790ee42242ecc0b0050943a27f569dd1aeec16.camel@perches.com> Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On 04-05-20, 10:31, Joe Perches wrote: > On Mon, 2020-05-04 at 12:55 +0200, hex dump wrote: > > On Sat, May 2, 2020 at 1:48 PM Martin Blumenstingl > > wrote: > > > Now that we have the DT validation in place, let's convert the device > > > tree bindings for the Amlogic Meson8, Meson8b, Meson8m2 and GXBB USB2 > > > PHY over to a YAML schema. > > > > > > While here, also add the fallback compatible string > > > "amlogic,meson-gxbb-usb2-phy" which is already used in > > > arch/arm/boot/dts/meson{,8,8b}.dtsi. > > > > > > Signed-off-by: Martin Blumenstingl > > > > Tested-by: hexdump > > Is the kernel now accepting "Tested-by" lines from robots? Should we not? bots have been given Reported-by... > > If hexdump0815@googlemail.com is not a robot, can you please use > your full legal name instead? Looking at emails, this doesnt seem a bot, so I am asking for full legal name for these to be added. Thanks -- ~Vinod