Received: by 2002:a05:6a10:af89:0:0:0:0 with SMTP id iu9csp2640795pxb; Mon, 17 Jan 2022 02:41:17 -0800 (PST) X-Google-Smtp-Source: ABdhPJyczDHMRsJj8Zs/9sJoo9oqMxuwvAWDO4vtTkAbvnAqpAAjwg1LtAEZXu/ruCQ6Iz2iFU9J X-Received: by 2002:a17:90a:56:: with SMTP id 22mr24145428pjb.199.1642416077608; Mon, 17 Jan 2022 02:41:17 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1642416077; cv=none; d=google.com; s=arc-20160816; b=DZgHvU2UN0t+7S5Mhw+XyJVhOYfu6Ecdk6PfLhhtwoM8Z1vJjl58Vr9vkTh4zTWWGf fyzth6FOSd4geEIyX4LDDkEEC6U+7wxAIF7+vkQ6+hSiZl14ZvI0mia3yjwJIzrmioJQ 3VggSD96CLbHu/vdX5CJJM7ukEriCGzMU6JqIT17Vo0+raEjMEjgFsK6FiHKrTZuzfbc m/BlDHqvbZAUU48vulHbqwOxdf1a9wJnmuJvmXO/vpG8T4wk22HJMgLxKb6Bw4qL+Het cnG023QHQDoVGD/BfKONcsM0B3zP4xR1ZcMwduIIqtzgHVYZcAHf1imF1NgP108Pxh7D 7l9w== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-disposition:mime-version:message-id :subject:cc:to:from:date; bh=ECJCBjS6eOWX8VepdXdJ4n75sZawdy3YsA0dNKcBNXQ=; b=Bh5Z+L+fj7hKWqIPtr+gbAvwpO6372m+bpLbajH/DNNCmcU83zTNdYyfnx88f6UNRY ui7Ik0bfgv0JlFFT7pUH0O+YjyNu1km2DnF4ZXLgPZ84QGBbVc5D+tPtsrLZDAjDiTX7 2pvrYhtyD9gFZG13mKhKgtEXNLduL/GULaOv5Ry1fsF5Uuqr8Rj4S24Yu8RXW46csd3P yC3mhqHiT7zM+vTjqyCOx9f+8NqUJMwFGsZEh9m5lUJUMj/Dfd5o1VHLwJ890samiTsK VfQPveCqjXkCE08s9hmHMSkfd3YpXv4hD5VDLshWvUIcwKV+/iePr9ykJcajzlb2f/do RVCg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id pf1si15668286pjb.120.2022.01.17.02.41.05; Mon, 17 Jan 2022 02:41:17 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236104AbiAPVGN (ORCPT + 99 others); Sun, 16 Jan 2022 16:06:13 -0500 Received: from relay8-d.mail.gandi.net ([217.70.183.201]:40095 "EHLO relay8-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229379AbiAPVGL (ORCPT ); Sun, 16 Jan 2022 16:06:11 -0500 Received: (Authenticated sender: alexandre.belloni@bootlin.com) by mail.gandi.net (Postfix) with ESMTPSA id 4E0321BF207; Sun, 16 Jan 2022 21:06:10 +0000 (UTC) Date: Sun, 16 Jan 2022 22:06:09 +0100 From: Alexandre Belloni To: Linus Torvalds Cc: linux-i3c@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [GIT PULL] I3C changes for 5.17 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello Linus, Here is the i3c subsystem pull request for 5.17. Those are mostly non urgent fixes and a few improvement of the Silvaco driver. The following changes since commit fa55b7dcdc43c1aa1ba12bca9d2dd4318c2a0dbf: Linux 5.16-rc1 (2021-11-14 13:56:52 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/i3c/linux.git tags/i3c/for-5.17 for you to fetch changes up to 13462ba1815db5a96891293a9cfaa2451f7bd623: i3c: master: dw: check return of dw_i3c_master_get_free_pos() (2022-01-13 02:05:50 +0100) ---------------------------------------------------------------- I3C for 5.17 Drivers: - svc: runtime pm suport ---------------------------------------------------------------- Christophe JAILLET (1): i3c/master/mipi-i3c-hci: Fix a potentially infinite loop in 'hci_dat_v1_get_index()' Clark Wang (8): i3c: master: svc: move module reset behind clk enable i3c: master: svc: fix atomic issue i3c: master: svc: separate err, fifo and disable interrupt of reset function i3c: master: svc: add support for slave to stop returning data i3c: master: svc: set ODSTOP to let I2C device see the STOP signal i3c: master: svc: add runtime pm support i3c: master: svc: add the missing module device table i3c: master: svc: enable the interrupt in the enable ibi function Jamie Iles (1): i3c: fix incorrect address slot lookup on 64-bit Len Baker (2): i3c/master/mipi-i3c-hci: Prefer struct_size over open coded arithmetic i3c/master/mipi-i3c-hci: Prefer kcalloc over open coded arithmetic Lukas Bulwahn (1): i3c: master: mipi-i3c-hci: correct the config reference for endianness Tom Rix (1): i3c: master: dw: check return of dw_i3c_master_get_free_pos() drivers/i3c/master.c | 3 +- drivers/i3c/master/dw-i3c-master.c | 4 + drivers/i3c/master/mipi-i3c-hci/core.c | 2 +- drivers/i3c/master/mipi-i3c-hci/dat_v1.c | 4 +- drivers/i3c/master/mipi-i3c-hci/dma.c | 2 +- drivers/i3c/master/mipi-i3c-hci/hci.h | 2 +- drivers/i3c/master/svc-i3c-master.c | 341 ++++++++++++++++++++++--------- 7 files changed, 260 insertions(+), 98 deletions(-) -- Alexandre Belloni, co-owner and COO, Bootlin Embedded Linux and Kernel engineering https://bootlin.com