Re: [RESEND PATCH 1/4] omap3: igep00x0: Increase malloc() pool size

2024-05-30 Thread Enric Balletbo Serra
Hi Javier, Many thanks for your patches. They look great Missatge de Javier Martinez Canillas del dia ds., 18 de maig 2024 a les 15:06: > > From: Javier Martinez Canillas > > The IGEPv2 board boot started to fail since the commit afd4f15a39de ("spi: > omap3_spi: Read platform data in ofdata_to

[RESEND PATCH 1/4] omap3: igep00x0: Increase malloc() pool size

2024-05-18 Thread Javier Martinez Canillas
The IGEPv2 board boot started to fail since the commit afd4f15a39de ("spi: omap3_spi: Read platform data in ofdata_to_platdata()"). Because this made the OMAP3 SPI controller driver to allocate its platform data before doing a relocation, but the igep0x00 config sets this pool size to just 1 KiB.

[RESEND PATCH 1/4] omap3: igep00x0: Increase malloc() pool size

2024-05-18 Thread Javier Martinez Canillas
From: Javier Martinez Canillas The IGEPv2 board boot started to fail since the commit afd4f15a39de ("spi: omap3_spi: Read platform data in ofdata_to_platdata()"). Because this made the OMAP3 SPI controller driver to allocate its platform data before doing a relocation, but the igep0x00 config set