Message ID | 20250303-samsung-codecs-v1-0-56a2299dd928@linaro.org (mailing list archive) |
---|---|
Headers | show |
Series | ASoC: samsung: GPIO descriptor conversion | expand |
On Mon, 03 Mar 2025 09:41:40 +0100, Linus Walleij wrote: > This drops unused includes and converts one Samsung > codec to use GPIO descriptors. > > Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next Thanks! [1/6] ASoC: samsung: bells: Drop unused include commit: b19d340d5d08c5940ce612c2a1b5fe3a8a401f9d [2/6] ASoC: samsung: littlemill: Drop unused include commit: c4b2d9643a06a5326a778c4d77d6fa60e0f3d6b1 [3/6] ASoC: samsung: lowland: Drop unused include commit: 5c06f7f3d8374df1cec3b353306a4d1032a60f44 [4/6] ASoC: samsung: speyside: Convert to GPIO descriptor commit: da9146c19b1774926148ff271c4a3dc8d7891b18 [5/6] ASoC: samsung: tobermory: Drop unused include commit: c095b7a27529d1d18b3b36a47f77a1419f0de939 [6/6] ASoC: samsung: tm2_wm5110: Drop unused include commit: 0a22454ab2eca530702b2689858909b608953703 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 Tue, Mar 4, 2025 at 4:36 PM Mark Brown <broonie@kernel.org> wrote: > > On Mon, 03 Mar 2025 09:41:40 +0100, Linus Walleij wrote: > > This drops unused includes and converts one Samsung > > codec to use GPIO descriptors. > > > > > > Applied to > > https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next > > Thanks! > > [1/6] ASoC: samsung: bells: Drop unused include > commit: b19d340d5d08c5940ce612c2a1b5fe3a8a401f9d > [2/6] ASoC: samsung: littlemill: Drop unused include > commit: c4b2d9643a06a5326a778c4d77d6fa60e0f3d6b1 > [3/6] ASoC: samsung: lowland: Drop unused include > commit: 5c06f7f3d8374df1cec3b353306a4d1032a60f44 > [4/6] ASoC: samsung: speyside: Convert to GPIO descriptor > commit: da9146c19b1774926148ff271c4a3dc8d7891b18 I pointed out an issue with patch 4. :( Bart > [5/6] ASoC: samsung: tobermory: Drop unused include > commit: c095b7a27529d1d18b3b36a47f77a1419f0de939 > [6/6] ASoC: samsung: tm2_wm5110: Drop unused include > commit: 0a22454ab2eca530702b2689858909b608953703 >
On Tue, Mar 04, 2025 at 04:48:54PM +0100, Bartosz Golaszewski wrote: > On Tue, Mar 4, 2025 at 4:36 PM Mark Brown <broonie@kernel.org> wrote: > > [4/6] ASoC: samsung: speyside: Convert to GPIO descriptor > > commit: da9146c19b1774926148ff271c4a3dc8d7891b18 > I pointed out an issue with patch 4. :( Oh, sorry - you didn't cut any context so I think it just flashed by while paging through the entire message as I was scanning for responses. One of the reasons for cutting uneeded context is it makes it easier to spot the new content in your message. It's an issue which can be easily addressed incrementally in any case.
This drops unused includes and converts one Samsung codec to use GPIO descriptors. Signed-off-by: Linus Walleij <linus.walleij@linaro.org> --- Linus Walleij (6): ASoC: samsung: bells: Drop unused include ASoC: samsung: littlemill: Drop unused include ASoC: samsung: lowland: Drop unused include ASoC: samsung: speyside: Convert to GPIO descriptor ASoC: samsung: tobermory: Drop unused include ASoC: samsung: tm2_wm5110: Drop unused include sound/soc/samsung/bells.c | 1 - sound/soc/samsung/littlemill.c | 1 - sound/soc/samsung/lowland.c | 1 - sound/soc/samsung/speyside.c | 37 ++++++++++++++++++++++++++++++------- sound/soc/samsung/tm2_wm5110.c | 1 - sound/soc/samsung/tobermory.c | 1 - 6 files changed, 30 insertions(+), 12 deletions(-) --- base-commit: 2014c95afecee3e76ca4a56956a936e23283f05b change-id: 20250302-samsung-codecs-6366e1b3f283 Best regards,