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 phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 1C7CCC433EF for ; Mon, 11 Apr 2022 19:21:09 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id ECE7A83E2B; Mon, 11 Apr 2022 21:21:06 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=kernel.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.b="drZYxM/p"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 7EE6183E3D; Mon, 11 Apr 2022 21:21:04 +0200 (CEST) Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id C380F83DA4 for ; Mon, 11 Apr 2022 21:21:01 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=kernel.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=kabel@kernel.org 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 DA1F3614D3; Mon, 11 Apr 2022 19:20:59 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 3FB19C385A4; Mon, 11 Apr 2022 19:20:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1649704859; bh=dr9Nk5VrP9mUNJVyv9SzLwt20IPkpZLoTFDVO37/xVE=; h=From:To:Cc:Subject:Date:From; b=drZYxM/p1WxG1z33M0OhXbMItGYTHGV4PUaT2qwdJd/2X7n9xJziGXlQypCYlGxyh kEe9yO66CnV5uRbJrOz5oRHybj+3WTg9xnK05gC2HoxoTK7z9vwtjo6gZKm8lHcIG0 iSMlMeKGxTWv0liYd1Zaqu2u6xSiOE8kvTJgjeHHirCLa0I6n/k6D9tRBc+GfOCEYY vwB5xO030hrVaREYbTHWtGeLeBXgJtYUnNyEZl1+bF+AH49XouxN+MQ3sTzDFRH3FO /rXmtSKJNxklup6gsmlHjnWtx9KTnOVxUqBo0AkAb/XJ0d5wJNbia7nC00h3VOiaFe MsaXiH59QrA9A== From: =?UTF-8?q?Marek=20Beh=C3=BAn?= To: Ramon Fried Cc: Joe Hershberger , u-boot@lists.denx.de, =?UTF-8?q?Marek=20Beh=C3=BAn?= Subject: [PATCH u-boot-net 0/3] A tiny batch of keystone_net changes Date: Mon, 11 Apr 2022 21:20:52 +0200 Message-Id: <20220411192055.31080-1-kabel@kernel.org> X-Mailer: git-send-email 2.35.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.5 at phobos.denx.de X-Virus-Status: Clean From: Marek BehĂșn Hello Ramon, here comes a tiny batch of changes for keystone_net. Applicable on top of net/next. Marek Marek BehĂșn (3): driver: net: ti: keystone_net: Deduplicate code driver: net: ti: keystone_net: Convert to ofnode functions driver: net: ti: keystone_net: Change priv member type drivers/net/ti/keystone_net.c | 172 +++++++++++++++------------------- 1 file changed, 74 insertions(+), 98 deletions(-) -- 2.35.1