[<prev] [next>] [day] [month] [year] [list]
Message-ID: <9123f151280e52c63dcb645cb07d4eee3462c067.camel@codeconstruct.com.au>
Date: Thu, 10 Jul 2025 12:23:59 +0930
From: Andrew Jeffery <andrew@...econstruct.com.au>
To: soc <soc@...ts.linux.dev>
Cc: linux-arm-kernel <linux-arm-kernel@...ts.infradead.org>, linux-aspeed
<linux-aspeed@...ts.ozlabs.org>, linux-kernel
<linux-kernel@...r.kernel.org>, Joel Stanley <joel@....id.au>
Subject: [GIT PULL] aspeed: drivers changes for 6.17
Hello SoC maintainers,
I've done further rework to the ASPEED LPC snoop driver in addition to
the immediate fixes found in the PR at [1]. The commits in the tag for
this PR build directly on top, so those from [1] are also listed in the
shortlog relative to v6.16-rc1.
[1]: https://lore.kernel.org/all/d119a7b44b25a1e55a710adec7fce3e9a9fc898e.camel@codeconstruct.com.au/
Let me know if I should arrange the changes (or the PR description) in
some other way.
Cheers,
Andrew
The following changes since commit 19272b37aa4f83ca52bdf9c16d5d81bdd1354494:
Linux 6.16-rc1 (2025-06-08 13:44:43 -0700)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/bmc/linux.git tags/aspeed-6.17-drivers-1
for you to fetch changes up to fdf003f30b99e232cd3e61cc42d836ed14d08ccb:
soc: aspeed: lpc-snoop: Lift channel config to const structs (2025-07-08 11:35:07 +0930)
----------------------------------------------------------------
ASPEED SoC driver updates for 6.17
The ASPEED LPC snoop driver was recently the cause of some concern. In addition
to the initial fixes, the channel configuration paths are refactored to improve
robustness against errors.
----------------------------------------------------------------
Andrew Jeffery (10):
soc: aspeed: lpc-snoop: Cleanup resources in stack-order
soc: aspeed: lpc-snoop: Don't disable channels that aren't enabled
soc: aspeed: lpc-snoop: Ensure model_data is valid
soc: aspeed: lpc-snoop: Constrain parameters in channel paths
soc: aspeed: lpc-snoop: Rename 'channel' to 'index' in channel paths
soc: aspeed: lpc-snoop: Rearrange channel paths
soc: aspeed: lpc-snoop: Switch to devm_clk_get_enabled()
soc: aspeed: lpc-snoop: Use dev_err_probe() where possible
soc: aspeed: lpc-snoop: Consolidate channel initialisation
soc: aspeed: lpc-snoop: Lift channel config to const structs
drivers/soc/aspeed/aspeed-lpc-snoop.c | 224 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++---------------------------------------------------------
1 file changed, 110 insertions(+), 114 deletions(-)
Powered by blists - more mailing lists