On Thu, 2025-03-27 at 17:57 +0100, Krzysztof Kozlowski wrote: > On 27/03/2025 09:56, André Draszik wrote: > > 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? > Hm, now as I am thinking, maybe we should just squash it with previous > patch and take everything via MFD? defconfig could be mixed with the > drivers, it's a kernel thing, not like DTS. Happy to do that, and it would also ensure bisectability :-) Cheers, Andre'