Message ID | 20230808-descriptors-regulator-v1-0-939b5e84dd18@linaro.org (mailing list archive) |
---|---|
Headers | show |
Series | Regulator legacy GPIO header removal | expand |
On Tue, 08 Aug 2023 15:46:27 +0200, Linus Walleij wrote: > This removes some low hanging dangling <linux/gpio.h> > includes. > > Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git for-next Thanks! [01/11] regulator: tps65910: Drop useless header commit: 9b966639b0cc742a9c4b6329a8e27128e4424cf1 [02/11] regulator: s2mpa01: Drop useless header commit: d0d58fe27b344fb6d0edb5fd2038372b5e5ed95b [03/11] regulator: rpi-panel-attiny: Drop useless header commit: 052eff402fb754f3472833cb679ceef954ebf2a0 [04/11] regulator: rk808: Drop useless headers (no commit info) [05/11] regulator: rc5t583: Drop useless header commit: 2f26d97863f05b83b8f7872aff81ecb9d6b76b50 [06/11] regulator: mt6311: Drop useless header commit: 4eb351fb89d68efeaca3625dccbbf492f5450801 [07/11] regulator: mcp16502: Drop useless header commit: 2e903eac35ec0ea1f44af5a53d87d98309295fc3 [08/11] regulator: max20086: Drop useless header commit: d150c73aa233d6469392282ef648dba5fd4b4821 [09/11] regulator: lp8755: Drop useless header commit: e4d48f64fcd469feeb09fc452f8cd1dfc00b43f6 [10/11] regulator: bd71828: Drop useless header commit: a5c9a1444088099c6d52939ed2f34049d5d00b5f [11/11] regulator: bd71815: Drop useless header commit: f321708da4db6b15a8691dc64b2d5169234937bc 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
This removes some low hanging dangling <linux/gpio.h> includes. Signed-off-by: Linus Walleij <linus.walleij@linaro.org> --- Linus Walleij (11): regulator: tps65910: Drop useless header regulator: s2mpa01: Drop useless header regulator: rpi-panel-attiny: Drop useless header regulator: rk808: Drop useless headers regulator: rc5t583: Drop useless header regulator: mt6311: Drop useless header regulator: mcp16502: Drop useless header regulator: max20086: Drop useless header regulator: lp8755: Drop useless header regulator: bd71828: Drop useless header regulator: bd71815: Drop useless header drivers/regulator/bd71815-regulator.c | 1 - drivers/regulator/bd71828-regulator.c | 1 - drivers/regulator/lp8755.c | 1 - drivers/regulator/max20086-regulator.c | 1 - drivers/regulator/mcp16502.c | 1 - drivers/regulator/mt6311-regulator.c | 1 - drivers/regulator/rc5t583-regulator.c | 1 - drivers/regulator/rk808-regulator.c | 2 -- drivers/regulator/rpi-panel-attiny-regulator.c | 1 - drivers/regulator/s2mpa01.c | 1 - drivers/regulator/tps65910-regulator.c | 1 - 11 files changed, 12 deletions(-) --- base-commit: 06c2afb862f9da8dc5efa4b6076a0e48c3fbaaa5 change-id: 20230807-descriptors-regulator-3ed7a42fd072 Best regards,