Message ID | 20240521071335.4193-1-kabel@kernel.org |
---|---|
Headers | show
Return-Path: <u-boot-bounces@lists.denx.de> X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.a=rsa-sha256 header.s=k20201202 header.b=eOOx3Wbo; dkim-atps=neutral Authentication-Results: legolas.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=lists.denx.de (client-ip=85.214.62.61; helo=phobos.denx.de; envelope-from=u-boot-bounces@lists.denx.de; receiver=patchwork.ozlabs.org) Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1)) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4Vk5JX4BLtz1ydW for <incoming@patchwork.ozlabs.org>; Tue, 21 May 2024 17:13:48 +1000 (AEST) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 2511588709; Tue, 21 May 2024 09:13:46 +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="eOOx3Wbo"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 419EB8870C; Tue, 21 May 2024 09:13:44 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on phobos.denx.de X-Spam-Level: X-Spam-Status: No, score=-2.1 required=5.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,SPF_HELO_NONE, SPF_PASS autolearn=ham autolearn_force=no version=3.4.2 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id A43B187FA1 for <u-boot@lists.denx.de>; Tue, 21 May 2024 09:13:41 +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 (transwarp.subspace.kernel.org [100.75.92.58]) by dfw.source.kernel.org (Postfix) with ESMTP id 4019262024; Tue, 21 May 2024 07:13:40 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 63BDEC2BD11; Tue, 21 May 2024 07:13:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1716275619; bh=aYdE7Yz7TNGRPCM5b0bGfYQtQnE+imZliZigySm9Zr8=; h=From:To:Cc:Subject:Date:From; b=eOOx3WbobvqMFsPRQWXg/3idiMLkg6IHf3x2sA3Qrs2QGWbz4NH9tYvmTf9HdBtp6 YQUocycWDSVbiOs4wtEqiv4JRZPv6tRA6VpRCGOr3BNCJ9kzM36jlxqo9MX+c3Zwuj 3HzWKZgInIvgSbyk+eEzxHG3wiq78KbB1R477YQu1jZNWhdxLW2S0pe+JMNgXTJyz5 JiWAY/CbDgwqXWV+PnN8N6U11Ns7oj0qaSDWSugidK7J1U0JgSYScM3qFX5YJQ+74H 004vJsKrcgkjm4tgjgMlmHwOvoPiaGZSyQd7sq3pGbSBii/x3hsOrsaBMSR9Rc+6PN 7DDEK9o/KTeQA== From: =?utf-8?q?Marek_Beh=C3=BAn?= <kabel@kernel.org> To: Tom Rini <trini@konsulko.com>, u-boot@lists.denx.de, Stefan Roese <sr@denx.de> Cc: Simon Glass <sjg@chromium.org>, Ilias Apalodimas <ilias.apalodimas@linaro.org>, Nikita Kiryanov <nikita@compulab.co.il>, =?utf-8?q?Marek_Beh=C3=BAn?= <kabel@kernel.org> Subject: [PATCH 00/11] 'eeprom' command improvements Date: Tue, 21 May 2024 09:13:24 +0200 Message-ID: <20240521071335.4193-1-kabel@kernel.org> X-Mailer: git-send-email 2.44.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 <u-boot.lists.denx.de> List-Unsubscribe: <https://lists.denx.de/options/u-boot>, <mailto:u-boot-request@lists.denx.de?subject=unsubscribe> List-Archive: <https://lists.denx.de/pipermail/u-boot/> List-Post: <mailto:u-boot@lists.denx.de> List-Help: <mailto:u-boot-request@lists.denx.de?subject=help> List-Subscribe: <https://lists.denx.de/listinfo/u-boot>, <mailto:u-boot-request@lists.denx.de?subject=subscribe> Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" <u-boot-bounces@lists.denx.de> X-Virus-Scanned: clamav-milter 0.103.8 at phobos.denx.de X-Virus-Status: Clean |
Series |
'eeprom' command improvements
|
expand
|
On Tue, 21 May 2024 09:13:24 +0200, Marek Behún wrote: > this series contains improvements for the 'eeprom' command: > - refactors > - fixes > - improvements > - ability to use driver model EEPROMs (uclass UCLASS_I2C_EEPROM) > - more flexible EEPROM layout support > > [...] Applied to u-boot/next, thanks!