On Wed, 2025-03-26 at 08:16 +0100, Krzysztof Kozlowski wrote: > On 23/03/2025 23:39, André Draszik wrote: > > We are adding support for Samsung PMICs that aren't using I2C and > > therefore had to rename the Kconfig symbol. > > > > Signed-off-by: André Draszik <andre.draszik@xxxxxxxxxx> > > --- > > arch/arm/configs/exynos_defconfig | 2 +- > > arch/arm/configs/multi_v7_defconfig | 2 +- > > arch/arm/configs/pxa_defconfig | 2 +- > > arch/arm64/configs/defconfig | 2 +- > > 4 files changed, 4 insertions(+), 4 deletions(-) > defconfigs go separate tree, so this must not be in the middle of the > patchset. Bisectability, as for defconfig, is anyway broken in previous > change, so no benefit of putting this in the middle anyway. OK. Should it still be part of this series, e.g. at the start, after the binding changes, or a completely separate stand-alone patch with a reference to this series? Cheers, Andre'