From patchwork Fri Oct 2 12:44:58 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wolfram Sang X-Patchwork-Id: 1375737 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=vger.kernel.org (client-ip=23.128.96.18; helo=vger.kernel.org; envelope-from=linux-i2c-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=sang-engineering.com Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; secure) header.d=sang-engineering.com header.i=@sang-engineering.com header.a=rsa-sha256 header.s=k1 header.b=Ae3uTnKF; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by ozlabs.org (Postfix) with ESMTP id 4C2qTL0YDcz9sSG for ; Fri, 2 Oct 2020 22:45:10 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726017AbgJBMpI (ORCPT ); Fri, 2 Oct 2020 08:45:08 -0400 Received: from www.zeus03.de ([194.117.254.33]:42856 "EHLO mail.zeus03.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2387749AbgJBMpH (ORCPT ); Fri, 2 Oct 2020 08:45:07 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=simple; d=sang-engineering.com; h= from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; s=k1; bh=EPCTi5rHIoFDjL/r1UZ6qUhIGuK JTv8SCNCKelJa6IY=; b=Ae3uTnKFWJ9G5tlVHPx08dw1uRS5fdXMhZJg17MMMNB QOskNFE6je3kg6VCnhnE9QxgrVIQmF92KNV9FWNzdq6lArnAB6Lx7g0cCElAULVq U+Z8xS2w611/642tmGu1ZmL1GgIWNrhJ5iselEvnHDHJ0xvTNjVLm9AHbyIaSP/E = Received: (qmail 1384133 invoked from network); 2 Oct 2020 14:45:04 +0200 Received: by mail.zeus03.de with ESMTPSA (TLS_AES_256_GCM_SHA384 encrypted, authenticated); 2 Oct 2020 14:45:04 +0200 X-UD-Smtp-Session: l3s3148p1@vKN7gK+wIsQgAwDPXwkAADD+YGrDqBUE From: Wolfram Sang To: linux-i2c@vger.kernel.org Cc: Wolfram Sang , Mauro Carvalho Chehab Subject: [PATCH] Documentation: i2c: add testunit docs to index Date: Fri, 2 Oct 2020 14:44:58 +0200 Message-Id: <20201002124458.3059-1-wsa+renesas@sang-engineering.com> X-Mailer: git-send-email 2.28.0 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-i2c@vger.kernel.org Fixes: a8335c64c5f0 ("i2c: add slave testunit driver") Reported-by: Mauro Carvalho Chehab Signed-off-by: Wolfram Sang --- Documentation/i2c/index.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/i2c/index.rst b/Documentation/i2c/index.rst index 8a2ad3845191..8b76217e370a 100644 --- a/Documentation/i2c/index.rst +++ b/Documentation/i2c/index.rst @@ -47,6 +47,7 @@ Slave I2C slave-interface slave-eeprom-backend + slave-testunit-backend Advanced topics ===============