Message ID | 20230804104602.395892-1-ckeepax@opensource.cirrus.com |
---|---|
Headers | show |
Series | Add cs42l43 PC focused SoundWire CODEC | expand |
On Fri, 04 Aug 2023 11:45:56 +0100, Charles Keepax wrote: > This patch chain adds support for the Cirrus Logic cs42l43 PC focused > SoundWire CODEC. The chain is currently based of Lee's for-mfd-next > branch. > > This series is mostly just a resend keeping pace with the kernel under > it, except for a minor fixup in the ASoC stuff. > > [...] Applied, thanks! [1/6] soundwire: bus: Allow SoundWire peripherals to register IRQ handlers commit: 89e63e62ad14dbe528257882856c08365e5bb337 [2/6] dt-bindings: mfd: cirrus,cs42l43: Add initial DT binding commit: 940cdb69aeb4aa3dde97bd46a5d8422f8a0f1236 [3/6] mfd: cs42l43: Add support for cs42l43 core driver commit: c4962e013792df36dceacd692fef0f6803517b3f [4/6] pinctrl: cs42l43: Add support for the cs42l43 commit: df393be615ae61993ac0c32edc13dff27b7e925d -- Lee Jones [李琼斯]
On Thu, 17 Aug 2023, Lee Jones wrote: > On Fri, 04 Aug 2023 11:45:56 +0100, Charles Keepax wrote: > > This patch chain adds support for the Cirrus Logic cs42l43 PC focused > > SoundWire CODEC. The chain is currently based of Lee's for-mfd-next > > branch. > > > > This series is mostly just a resend keeping pace with the kernel under > > it, except for a minor fixup in the ASoC stuff. > > > > [...] > > Applied, thanks! > > [1/6] soundwire: bus: Allow SoundWire peripherals to register IRQ handlers > commit: 89e63e62ad14dbe528257882856c08365e5bb337 > [2/6] dt-bindings: mfd: cirrus,cs42l43: Add initial DT binding > commit: 940cdb69aeb4aa3dde97bd46a5d8422f8a0f1236 > [3/6] mfd: cs42l43: Add support for cs42l43 core driver > commit: c4962e013792df36dceacd692fef0f6803517b3f > [4/6] pinctrl: cs42l43: Add support for the cs42l43 > commit: df393be615ae61993ac0c32edc13dff27b7e925d Sent for build-test. Will submit a PR once all checked out.
On Fri, 04 Aug 2023 11:45:56 +0100, Charles Keepax wrote: > This patch chain adds support for the Cirrus Logic cs42l43 PC focused > SoundWire CODEC. The chain is currently based of Lee's for-mfd-next > branch. > > This series is mostly just a resend keeping pace with the kernel under > it, except for a minor fixup in the ASoC stuff. > > [...] Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git for-next Thanks! [5/6] spi: cs42l43: Add SPI controller support commit: ef75e767167a8f30c7690bc4689dba76329ee06e All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hours) and sent to Linus during the next merge window (or sooner if it is a bug fix), however if problems are discovered then the patch may be dropped or reverted. You may get further e-mails resulting from automated or manual testing and review of the tree, please engage with people reporting problems and send followup patches addressing any issues that are reported if needed. If any updates are required or you are submitting further changes they should be sent as incremental updates against current git, existing patches will not be replaced. Please add any relevant lists and maintainers to the CCs when replying to this mail. Thanks, Mark
On Fri, 04 Aug 2023 11:45:56 +0100, Charles Keepax wrote: > This patch chain adds support for the Cirrus Logic cs42l43 PC focused > SoundWire CODEC. The chain is currently based of Lee's for-mfd-next > branch. > > This series is mostly just a resend keeping pace with the kernel under > it, except for a minor fixup in the ASoC stuff. > > [...] Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next Thanks! [6/6] ASoC: cs42l43: Add support for the cs42l43 commit: fc918cbe874eee0950b6425c1b30bcd4860dc076 All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hours) and sent to Linus during the next merge window (or sooner if it is a bug fix), however if problems are discovered then the patch may be dropped or reverted. You may get further e-mails resulting from automated or manual testing and review of the tree, please engage with people reporting problems and send followup patches addressing any issues that are reported if needed. If any updates are required or you are submitting further changes they should be sent as incremental updates against current git, existing patches will not be replaced. Please add any relevant lists and maintainers to the CCs when replying to this mail. Thanks, Mark
Fri, Aug 04, 2023 at 11:45:56AM +0100, Charles Keepax kirjoitti: > This patch chain adds support for the Cirrus Logic cs42l43 PC focused > SoundWire CODEC. The chain is currently based of Lee's for-mfd-next > branch. > > This series is mostly just a resend keeping pace with the kernel under > it, except for a minor fixup in the ASoC stuff. Sorry for the late review, nevertheless, I was alerted by the pin control code probe function that does something custom with devlinks. This is a red flag, please find time to fix that. The rest of the review (since the code is in upstream) is probably good to have via follow up cleanups.