[RESEND PATCH 1/3] powerpc: dts: use 'atmel' as at24 anufacturer for pdm360ng

2018-06-21 Thread Bartosz Golaszewski
Using 'at' as the part of the compatible string is now deprecated. Use a correct string: 'atmel,'. Signed-off-by: Bartosz Golaszewski --- arch/powerpc/boot/dts/pdm360ng.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/powerpc/boot/dts/pdm360ng

[RESEND PATCH 2/3] powerpc: dts: use 'atmel' as at24 manufacturer for kmcent2

2018-06-21 Thread Bartosz Golaszewski
Using compatible strings without the part for at24 is now deprecated. Use a correct 'atmel,' value. Signed-off-by: Bartosz Golaszewski --- arch/powerpc/boot/dts/fsl/kmcent2.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/powerpc/boot/dts/fsl/kmcent2.d

[RESEND PATCH 3/3] powerpc: dts: use a correct at24 compatible fallback in ac14xx

2018-06-21 Thread Bartosz Golaszewski
Using 'at24' as fallback is now deprecated - use the full 'atmel,' string. Signed-off-by: Bartosz Golaszewski --- arch/powerpc/boot/dts/ac14xx.dts | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/arch/powerpc/boot/dts/ac14xx.dts b/a

Re: [PATCH v14 03/15] dt-bindings: Convert gpio-mmio to yaml

2023-05-11 Thread Bartosz Golaszewski
On Thu, Apr 13, 2023 at 6:06 PM Sean Anderson wrote: > > This is a generic binding for simple MMIO GPIO controllers. Although we > have a single driver for these controllers, they were previously spread > over several files. Consolidate them. The register descriptions are > adapted from the commen

Re: [PATCH v4 00/18] gpiolib cleanups

2023-02-15 Thread Bartosz Golaszewski
On Wed, Feb 8, 2023 at 6:34 PM Andy Shevchenko wrote: > > These are some older patches Arnd did last year, rebased to > linux-next-20230208. On top there are Andy's patches regarding > similar topic. The series starts with Linus Walleij's patches. > > The main goal is to remove some of the legacy

Re: [PATCH 09/22] gpio-winbond: Use C99 initializers

2022-03-29 Thread Bartosz Golaszewski
t; - { /* 5 */ > + [5] = { > .dev = WB_SIO_DEV_WDGPIO56, > .enablereg = WB_SIO_WDGPIO56_REG_ENABLE, > .enablebit = WB_SIO_WDGPIO56_ENABLE_6, > -- > 2.35.1 > Acked-by: Bartosz Golaszewski

[PATCH] powerpc: dts: use 'atmel' as at24 anufacturer for pdm360ng

2018-01-24 Thread Bartosz Golaszewski
Using 'at' as the part of the compatible string is now deprecated. Use a correct string: 'atmel,'. Signed-off-by: Bartosz Golaszewski --- arch/powerpc/boot/dts/pdm360ng.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/powerpc/boot/dts/pdm360ng

[PATCH] powerpc: dts: use a correct at24 compatible fallback in ac14xx

2018-01-24 Thread Bartosz Golaszewski
Using 'at24' as fallback is now deprecated - use the full 'atmel,' string. Signed-off-by: Bartosz Golaszewski --- arch/powerpc/boot/dts/ac14xx.dts | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/arch/powerpc/boot/dts/ac14xx.dts b/a

[PATCH] powerpc: dts: use 'atmel' as at24 manufacturer for kmcent2

2018-01-24 Thread Bartosz Golaszewski
Using compatible strings without the part for at24 is now deprecated. Use a correct 'atmel,' value. Signed-off-by: Bartosz Golaszewski --- arch/powerpc/boot/dts/fsl/kmcent2.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/powerpc/boot/dts/fsl/kmcent2.d

[RESEND PATCH 2/3] powerpc: dts: use 'atmel' as at24 manufacturer for kmcent2

2018-04-17 Thread Bartosz Golaszewski
Using compatible strings without the part for at24 is now deprecated. Use a correct 'atmel,' value. Signed-off-by: Bartosz Golaszewski --- arch/powerpc/boot/dts/fsl/kmcent2.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/powerpc/boot/dts/fsl/kmcent2.d

[RESEND PATCH 3/3] powerpc: dts: use a correct at24 compatible fallback in ac14xx

2018-04-17 Thread Bartosz Golaszewski
Using 'at24' as fallback is now deprecated - use the full 'atmel,' string. Signed-off-by: Bartosz Golaszewski --- arch/powerpc/boot/dts/ac14xx.dts | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/arch/powerpc/boot/dts/ac14xx.dts b/a

[RESEND PATCH 1/3] powerpc: dts: use 'atmel' as at24 anufacturer for pdm360ng

2018-04-17 Thread Bartosz Golaszewski
Using 'at' as the part of the compatible string is now deprecated. Use a correct string: 'atmel,'. Signed-off-by: Bartosz Golaszewski --- arch/powerpc/boot/dts/pdm360ng.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/powerpc/boot/dts/pdm360ng

Re: [PATCH 9/9] eeprom: at24: remove deprecated Kconfig symbol

2024-07-02 Thread Bartosz Golaszewski
On Mon, Jul 1, 2024 at 3:54 PM Marco Felsch wrote: > > All kernel users are shifted to the new MTD_EEPROM_AT24 Kconfig symbol > so we can drop the old one. > Nope, with this series arm64 still selects the old symbol. Bart

Re: [PATCH 09/20] gpio: brcmstb: convert to of_property_for_each_u32_new()

2024-07-03 Thread Bartosz Golaszewski
bank_width) { > + of_property_for_each_u32_new(np, "brcm,gpio-bank-widths", bank_width) > { > struct brcmstb_gpio_bank *bank; > struct gpio_chip *gc; > > > -- > 2.34.1 > Acked-by: Bartosz Golaszewski

Re: [PATCH 5/9] ARM: defconfig: convert to MTD_EEPROM_AT24

2024-07-10 Thread Bartosz Golaszewski
On Wed, Jul 10, 2024 at 2:49 PM Arnd Bergmann wrote: > > On Mon, Jul 1, 2024, at 15:53, Marco Felsch wrote: > > The EEPROM_AT24 Kconfig symbol is marked as deprecated. Make use of the > > new Kconfig symbol to select the I2C EEPROM driver support. > > > > Signed-off-by: Marco Felsch > > --- > >

Re: (subset) [PATCH 00/19] powerpc: MPC83xx cleanup and LANCOM NWAPP2 board

2025-01-06 Thread Bartosz Golaszewski
From: Bartosz Golaszewski On Thu, 02 Jan 2025 19:31:41 +0100, J. Neuschäfer wrote: > This patchset adds a devicetree for the LANCOM NWAPP2 board based on the > MPC8314E platform, and slightly modernizes the MPC83xx platform support > in the process. > > This board is nominally e