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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 54EEBC43334 for ; Sat, 25 Jun 2022 05:36:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230224AbiFYFg5 (ORCPT ); Sat, 25 Jun 2022 01:36:57 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43310 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230146AbiFYFg5 (ORCPT ); Sat, 25 Jun 2022 01:36:57 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9124043EE0; Fri, 24 Jun 2022 22:36:56 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 1FF0860BA2; Sat, 25 Jun 2022 05:36:56 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id C106BC341C0; Sat, 25 Jun 2022 05:36:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1656135415; bh=6EJ0UW88YAfvJ9hKgT4WesCeHp/oC7ubM3mOpIYj6DY=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=Oz2of+fBM+AiYW/WWZOTa40+C8b7WkfLnrtVZzP7kmnuX/m0sutnOqa/aZb/n+BGa ySPfA9kjjBelTXjfaP1gUwSv1WhG+4qyDDYut+VwpDKGG9cApuAv6ac2WRV5nmSvq1 6CVLoX5ulbh3VNnbEJdJMZ7DAdGG7za2UfeOVO5FfrhFe5xbsL8dT21O5JyEnDQ06Q pWphVFkO8J1tiCM/xDyRKWDt4HUPZ2aqopwsWhO1YdxaW3BqGnbN6oPb79FMkLtoLy wX4ZDdEap3xUT46J2FreUlouiri58x7N5sD97DmTcS8y3i+W7kQutoDCpDQG4Kzm8J 9qWKkyTNg09xQ== Date: Fri, 24 Jun 2022 22:36:39 -0700 From: Jakub Kicinski To: Cc: , , , , , , , , , , , , , , , Subject: Re: [net-next 1/2] net: ethernet: adi: Add ADIN1110 support Message-ID: <20220624223639.3dba304b@kernel.org> In-Reply-To: <20220624200628.77047-2-alexandru.tachici@analog.com> References: <20220624200628.77047-1-alexandru.tachici@analog.com> <20220624200628.77047-2-alexandru.tachici@analog.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Fri, 24 Jun 2022 23:06:27 +0300 alexandru.tachici@analog.com wrote: > From: Alexandru Tachici > > The ADIN1110 is a low power single port 10BASE-T1L MAC-PHY > designed for industrial Ethernet applications. It integrates > an Ethernet PHY core with a MAC and all the associated analog > circuitry, input and output clock buffering. Please fix the warnings when built with W=1 C=1.