Re: [PATCH] hw/sd/sdhci: Set reset value of interrupt registers

2025-02-09 Thread Bernhard Beschow
Am 6. Februar 2025 13:49:38 UTC schrieb BALATON Zoltan : >On Thu, 6 Feb 2025, Philippe Mathieu-Daudé wrote: >> On 6/2/25 13:49, BALATON Zoltan wrote: >>> On Thu, 6 Feb 2025, Philippe Mathieu-Daudé wrote: On 15/1/25 20:04, BALATON Zoltan wrote: > The interrupt enable registers are not re

Re: [PATCH] hw/sd/sdhci: Set reset value of interrupt registers

2025-02-06 Thread Philippe Mathieu-Daudé
On 6/2/25 14:49, BALATON Zoltan wrote: On Thu, 6 Feb 2025, Philippe Mathieu-Daudé wrote: On 6/2/25 13:49, BALATON Zoltan wrote: On Thu, 6 Feb 2025, Philippe Mathieu-Daudé wrote: On 15/1/25 20:04, BALATON Zoltan wrote: The interrupt enable registers are not reset to 0 but some bits are enabled

Re: [PATCH] hw/sd/sdhci: Set reset value of interrupt registers

2025-02-06 Thread BALATON Zoltan
On Thu, 6 Feb 2025, Philippe Mathieu-Daudé wrote: On 6/2/25 13:49, BALATON Zoltan wrote: On Thu, 6 Feb 2025, Philippe Mathieu-Daudé wrote: On 15/1/25 20:04, BALATON Zoltan wrote: The interrupt enable registers are not reset to 0 but some bits are enabled on reset. At least some U-Boot versions

Re: [PATCH] hw/sd/sdhci: Set reset value of interrupt registers

2025-02-06 Thread Philippe Mathieu-Daudé
On 6/2/25 13:49, BALATON Zoltan wrote: On Thu, 6 Feb 2025, Philippe Mathieu-Daudé wrote: On 15/1/25 20:04, BALATON Zoltan wrote: The interrupt enable registers are not reset to 0 but some bits are enabled on reset. At least some U-Boot versions seem to expect this and not initialise these regis

Re: [PATCH] hw/sd/sdhci: Set reset value of interrupt registers

2025-02-06 Thread BALATON Zoltan
On Thu, 6 Feb 2025, Philippe Mathieu-Daudé wrote: On 15/1/25 20:04, BALATON Zoltan wrote: The interrupt enable registers are not reset to 0 but some bits are enabled on reset. At least some U-Boot versions seem to expect this and not initialise these registers before expecting interrupts. The nu

Re: [PATCH] hw/sd/sdhci: Set reset value of interrupt registers

2025-02-06 Thread Philippe Mathieu-Daudé
On 15/1/25 20:04, BALATON Zoltan wrote: The interrupt enable registers are not reset to 0 but some bits are enabled on reset. At least some U-Boot versions seem to expect this and not initialise these registers before expecting interrupts. The numbers in this patch match what QorIQ P1022 has on r

Re: [PATCH] hw/sd/sdhci: Set reset value of interrupt registers

2025-01-30 Thread BALATON Zoltan
On Wed, 15 Jan 2025, BALATON Zoltan wrote: The interrupt enable registers are not reset to 0 but some bits are enabled on reset. At least some U-Boot versions seem to expect this and not initialise these registers before expecting interrupts. The numbers in this patch match what QorIQ P1022 has o

[PATCH] hw/sd/sdhci: Set reset value of interrupt registers

2025-01-15 Thread BALATON Zoltan
The interrupt enable registers are not reset to 0 but some bits are enabled on reset. At least some U-Boot versions seem to expect this and not initialise these registers before expecting interrupts. The numbers in this patch match what QorIQ P1022 has on reset and fix U-Boot for this SoC and shoul