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 X-Spam-Level: X-Spam-Status: No, score=-15.2 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PULL_REQUEST,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_2 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8F1B1C433E7 for ; Sat, 17 Oct 2020 08:02:54 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 4C5AD2072D for ; Sat, 17 Oct 2020 08:02:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2408064AbgJQICx (ORCPT ); Sat, 17 Oct 2020 04:02:53 -0400 Received: from bhuna.collabora.co.uk ([46.235.227.227]:33292 "EHLO bhuna.collabora.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2388136AbgJQICv (ORCPT ); Sat, 17 Oct 2020 04:02:51 -0400 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 Cc: linux-i3c , "linux-kernel@vger.kernel.org" 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 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.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(-)