Message ID | 20230929-descriptors-asoc-rockchip-v2-0-2d2c0e043aab@linaro.org |
---|---|
Headers | show |
Series | Convert Rockchip ASoC drivers to GPIO descriptors | expand |
On Fri, 29 Sep 2023 00:12:53 +0200, Linus Walleij wrote: > The Rockchip drivers are pretty straight-forward to convert > over to using GPIO descriptors. > > Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next Thanks! [1/4] ASoC: rockchip: Convert RK3288 HDMI to GPIO descriptors commit: 15b26d8165b39a07f038fb4d2b67a04c50463eb9 [2/4] ASoC: rockchip: Drop includes from RK3399 commit: 3116dc2e16542d56bd173e90ce1893bed697a830 [3/4] ASoC: rockchip: Drop includes from Rockchip MAX98090 commit: 7214141067922836b48157e8266335096a0ea4ea [4/4] ASoC: rockchip: Drop includes from Rockchip RT5645 commit: 329b017ccdf80cdcc3550f6caecbf2bc80a67432 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
The Rockchip drivers are pretty straight-forward to convert over to using GPIO descriptors. Signed-off-by: Linus Walleij <linus.walleij@linaro.org> --- Changes in v2: - Make the GPIOs properly optional in the first patch, preserving the old semantics of the driver. - Link to v1: https://lore.kernel.org/r/20230928-descriptors-asoc-rockchip-v1-0-a142a42d4787@linaro.org --- Linus Walleij (4): ASoC: rockchip: Convert RK3288 HDMI to GPIO descriptors ASoC: rockchip: Drop includes from RK3399 ASoC: rockchip: Drop includes from Rockchip MAX98090 ASoC: rockchip: Drop includes from Rockchip RT5645 sound/soc/rockchip/rk3288_hdmi_analog.c | 46 ++++++++++----------------------- sound/soc/rockchip/rk3399_gru_sound.c | 2 -- sound/soc/rockchip/rockchip_max98090.c | 2 -- sound/soc/rockchip/rockchip_rt5645.c | 2 -- 4 files changed, 14 insertions(+), 38 deletions(-) --- base-commit: 0bb80ecc33a8fb5a682236443c1e740d5c917d1d change-id: 20230926-descriptors-asoc-rockchip-833a4fbc7c1f Best regards,