On Wed, 2025-07-16 at 13:09 +0200, Greg KH wrote:
On Wed, Jul 16, 2025 at 12:30:20PM +0200, Krzysztof Kozlowski wrote:
On 16/07/2025 12:28, Macpaul Lin wrote:
From: André Draszik andre.draszik@linaro.org
[ Upstream commit d2ca319822e071423ab883bc8493053320b8e52c ]
Enable the Maxim max33359 as this is used by the gs101-oriole (Google Pixel 6) board.
Reviewed-by: Peter Griffin peter.griffin@linaro.org Signed-off-by: André Draszik andre.draszik@linaro.org Link: https://lore.kernel.org/r/20241203-gs101-phy-lanes-orientation-dts-v2-1-1412... Signed-off-by: Krzysztof Kozlowski krzysztof.kozlowski@linaro.org Acked-by: Conor Dooley conor.dooley@microchip.com Link: https://lore.kernel.org/r/20241231131742.134329-1-krzysztof.kozlowski@linaro... Signed-off-by: Arnd Bergmann arnd@arndb.de Signed-off-by: Macpaul Lin macpaul.lin@mediatek.com
No, that's not a fix.
Yeah, defconfig changes don't really make sense for stable updates as everyone already has a .config file for their systems by now for those kernel versions, and changing the defconfig will not change anything for anyone.
Sorry,
greg k-h
Ah, I was doing backport for some kernel options and some dependencies patches based on code diff. I forget to check if each intermediate patch had a 'fixes' tag. Sorry for bothering.
Thanks Macpaul Lin