Re: [PATCH] bcm53xx: disable NVMEM driver

2023-08-03 Thread Arınç ÜNAL
On 1.08.2023 15:28, Arınç ÜNAL wrote: On 1.08.2023 15:16, Rafał Miłecki wrote: On 2023-08-01 12:42, Arınç ÜNAL wrote: The NVMEM_BRCM_NVRAM driver won't work properly with NVRAM in NAND. It causes the devices with NVRAM in NAND, such as ASUS RT-AC88U, to bootloop. Until the driver is fixed,

Re: [PATCH] bcm53xx: disable NVMEM driver

2023-08-01 Thread Arınç ÜNAL
On 1.08.2023 15:16, Rafał Miłecki wrote: On 2023-08-01 12:42, Arınç ÜNAL wrote: The NVMEM_BRCM_NVRAM driver won't work properly with NVRAM in NAND. It causes the devices with NVRAM in NAND, such as ASUS RT-AC88U, to bootloop. Until the driver is fixed, disable it. Driver works and it useful

Re: [PATCH] bcm53xx: disable NVMEM driver

2023-08-01 Thread Rafał Miłecki
On 2023-08-01 12:42, Arınç ÜNAL wrote: The NVMEM_BRCM_NVRAM driver won't work properly with NVRAM in NAND. It causes the devices with NVRAM in NAND, such as ASUS RT-AC88U, to bootloop. Until the driver is fixed, disable it. Driver works and it useful for non-NAND devices. By disabling it you

Re: [PATCH] bcm53xx: disable NVMEM driver

2023-08-01 Thread Arınç ÜNAL
I've attached the kernel log with NVMEM enabled and disabled for reference. Arınç On 1.08.2023 13:42, Arınç ÜNAL wrote: The NVMEM_BRCM_NVRAM driver won't work properly with NVRAM in NAND. It causes the devices with NVRAM in NAND, such as ASUS RT-AC88U, to bootloop. Until the driver is fixed,

[PATCH] bcm53xx: disable NVMEM driver

2023-08-01 Thread Arınç ÜNAL
The NVMEM_BRCM_NVRAM driver won't work properly with NVRAM in NAND. It causes the devices with NVRAM in NAND, such as ASUS RT-AC88U, to bootloop. Until the driver is fixed, disable it. Disable NVMEM too as the bgmac_bcma driver will hang trying to retrieve the MAC address without NVMEM_BRCM_NVRAM