From patchwork Sat Oct 17 08:02:47 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Boris Brezillon X-Patchwork-Id: 11842687 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 3CD6214B5 for ; Sat, 17 Oct 2020 08:02:57 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id A21D420759 for ; Sat, 17 Oct 2020 08:02:56 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="q7NcOIh6" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org A21D420759 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=collabora.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-i3c-bounces+patchwork-linux-i3c=patchwork.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:MIME-Version:Message-ID:Subject:To:From:Date: Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender :Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References:List-Owner; bh=3i3OhkoZqqQgOV2z5leMLjqCWck/xcNO3/KT8JLwNL8=; b=q7NcOIh6uVA9d25V9RHhoKjsVy c5SDri707J1S9Qly7gGV6qbWf0YHC2HaPOSf6RO+Wys0CPr7rhGj6QcLyKm/FfX8gJiz0JliVkmgQ 1wVPkK/L8XI1ZXbr8iGijIvkpN8bAA0nCblfMB7QzNcEOwrS3QEPaZH53Dby6X52U7jLBUmH8mNHF nijzjWBxWaR5yT4c02qMlc0DfmpZXBH6KEZ0PUYFgTXHKnPEoDWdoOw9rHG/3RYOqHfR4koGmXGUP pVTq4RgogfnYrkQSpng53Iy6sqoptvzrnvVo3V9j+5uhFE+Mb05h7oy5NY+QeQ54mFQZYZFhnPDp9 CLMLAazA==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kThB1-0003kH-NC; Sat, 17 Oct 2020 08:02:55 +0000 Received: from bhuna.collabora.co.uk ([46.235.227.227]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1kThAz-0003ji-7d for linux-i3c@lists.infradead.org; Sat, 17 Oct 2020 08:02:54 +0000 Received: from localhost (unknown [IPv6:2a01:e0a:2c:6930:5cf4:84a1:2763:fe0d]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: bbrezillon) by bhuna.collabora.co.uk (Postfix) with ESMTPSA id 861FA1F45E3C; Sat, 17 Oct 2020 09:02:50 +0100 (BST) Date: Sat, 17 Oct 2020 10:02:47 +0200 From: Boris Brezillon To: Linus Torvalds Subject: [GIT PULL] i3c: Changes for 5.10 Message-ID: <20201017100247.475552a8@collabora.com> Organization: Collabora X-Mailer: Claws Mail 3.17.6 (GTK+ 2.24.32; x86_64-redhat-linux-gnu) MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20201017_040253_371291_BA149332 X-CRM114-Status: GOOD ( 10.63 ) X-Spam-Score: -0.0 (/) X-Spam-Report: SpamAssassin version 3.4.4 on merlin.infradead.org summary: Content analysis details: (-0.0 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_HELO_PASS SPF: HELO matches SPF record -0.0 SPF_PASS SPF: sender matches SPF record X-BeenThere: linux-i3c@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linux-i3c , "linux-kernel@vger.kernel.org" Sender: "linux-i3c" Errors-To: linux-i3c-bounces+patchwork-linux-i3c=patchwork.kernel.org@lists.infradead.org Hello Linus, I'm a bit late, but here is the I3C PR for 5.10. Regards, Boris The following changes since commit 9123e3a74ec7b934a4a099e98af6a61c2f80bbf5: Linux 5.9-rc1 (2020-08-16 13:04:57 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/i3c/linux.git tags/i3c/for-5.10 for you to fetch changes up to abea14bfdebbe9bd02f2ad24a1f3a878ed21c8f0: i3c: master: Fix error return in cdns_i3c_master_probe() (2020-10-07 15:14:07 +0200) ---------------------------------------------------------------- * Fix DAA for the pre-reserved address case * Fix an error path in the cadence driver ---------------------------------------------------------------- Jing Xiangfeng (1): i3c: master: Fix error return in cdns_i3c_master_probe() Parshuram Thombare (2): i3c: master add i3c_master_attach_boardinfo to preserve boardinfo i3c: master: fix for SETDASA and DAA process drivers/i3c/master.c | 144 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------------------------------------------ drivers/i3c/master/i3c-master-cdns.c | 4 +++- 2 files changed, 94 insertions(+), 54 deletions(-)