From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-m16.yeah.net (mail-m16.yeah.net [1.95.21.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id BF07913D24D for ; Sun, 13 Jul 2025 05:55:25 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=1.95.21.17 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1752386127; cv=none; b=pEh/lsc2cktkarXheVaIviceXiZ7pkQz56s1Ott7FBldURxaTusBp4o82wvs3ED4s4eegQ3RIjljwS+xFXhx37RuE0Ida/4+tUmpAm4IYxRGsP76tBXt+4dDdRfzedT0k1j1gScJLZ9UC7fOa+sn4SfNlz3lHQEpkyDBtozrDMo= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1752386127; c=relaxed/simple; bh=MYySRj2lFYH8FxlAtIGQEmVhZZB4bIViMUp5l3xasig=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=S45YGc30vW/SoVTq95m97c53qE6pgH6hn+CYY8KTIacLvQNzrpd1URV0+WcubX/SbCaLna1USXBdgMHyB45HmhoW3QZikk5kdQsUOov1IDA1WSsOTnpmN1xgWbG4+JV6DVonJ7fNrU35bSA0Dl+oZj9XtHBiq9qgkMKN8y3bRa4= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=yeah.net; spf=pass smtp.mailfrom=yeah.net; dkim=pass (1024-bit key) header.d=yeah.net header.i=@yeah.net header.b=Aw4XVyOx; arc=none smtp.client-ip=1.95.21.17 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=yeah.net Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=yeah.net Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=yeah.net header.i=@yeah.net header.b="Aw4XVyOx" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yeah.net; s=s110527; h=From:To:Subject:Date:Message-ID:MIME-Version; bh=Od CN9ExQsnK4BnSMX1n+hFsAT2ihgoOQkhW+Yq1ot8A=; b=Aw4XVyOxMwu3Fu+ODm /N9eO+WH1OPdZEzcj6wsDKKkcTBbCd6NG333DmdIV9WgU5wcY/+4OH2FakXsB/fJ otlsmYGFCEvIpJMM2o9N+nMZcMHyhuL7dF7PsaaJ2xHrPWnZDviZIAcPdBe035YE 824x+Z+RK/bCTcYt2EkH4lV+8= Received: from localhost.localdomain (unknown []) by gzsmtp3 (Coremail) with SMTP id M88vCgDXb50mSnNoHrt9AA--.3344S2; Sun, 13 Jul 2025 13:54:47 +0800 (CST) From: Shawn Guo To: soc@kernel.org, arm@kernel.org Cc: Shawn Guo , Fabio Estevam , kernel@pengutronix.de, imx@lists.linux.dev, linux-arm-kernel@lists.infradead.org Subject: [GIT PULL 1/5] i.MX drivers change for 6.17 Date: Sun, 13 Jul 2025 13:54:30 +0800 Message-ID: <20250713055441.221235-1-shawnguo2@yeah.net> X-Mailer: git-send-email 2.43.0 Precedence: bulk X-Mailing-List: imx@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-CM-TRANSID:M88vCgDXb50mSnNoHrt9AA--.3344S2 X-Coremail-Antispam: 1Uf129KBjvJXoWrZryxXw17ur4fGw48Ar1UKFg_yoW8JF13pF 4Svr1fGr1UJr47Jrn3Kr4jyFyrJr18Jr1ayr17Zw1Fvr1DA3Z8Jr1DGr1rGrWDGryUGFW3 tF1UAF1UKr1UXFDanT9S1TB71UUUUU7qnTZGkaVYY2UrUUUUjbIjqfuFe4nvWSU5nxnvy2 9KBjDUYxBIdaVFxhVjvjDU0xZFpf9x07jnZ2-UUUUU= X-CM-SenderInfo: pvkd40hjxrjqh1hdxhhqhw/1tbiEhSJZWhzRQkNTwAAs- From: Shawn Guo The following changes since commit 19272b37aa4f83ca52bdf9c16d5d81bdd1354494: Linux 6.16-rc1 (2025-06-08 13:44:43 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-drivers-6.17 for you to fetch changes up to 5080cf6339d387720cb8def1001c61c779d9edcb: bus: imx-aipstz: allow creating pdevs for child buses (2025-07-11 16:32:08 +0800) ---------------------------------------------------------------- i.MX drivers changes for 6.17: - A couple of MAINTAINERS updates - A new bus driver for i.MX AIPSTZ bridge and a follow-up fix from Laurentiu Mihalcea ---------------------------------------------------------------- Ciprian Marian Costea (1): MAINTAINERS: add NXP S32G RTC driver Laurentiu Mihalcea (2): bus: add driver for IMX AIPSTZ bridge bus: imx-aipstz: allow creating pdevs for child buses Peng Fan (1): MAINTAINERS: Update i.MX entry MAINTAINERS | 4 ++ drivers/bus/Kconfig | 6 +++ drivers/bus/Makefile | 1 + drivers/bus/imx-aipstz.c | 108 +++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 119 insertions(+) create mode 100644 drivers/bus/imx-aipstz.c