Re: [PATCH 09/13] ARM: stm32mp: add ETZPC system bus driver for STM32MP1

2025-04-22 Thread Patrice CHOTARD
On 4/22/25 10:31, Patrick DELAUNAY wrote: > Hi, > > > On 4/1/25 15:14, Patrice Chotard wrote: >> From: Lionel Debieve >> >> This driver is checking the access rights of the different >> peripherals connected to the ETZPC bus. If access is denied, >> the associated device is not bound. >> >> S

Re: [PATCH 09/13] ARM: stm32mp: add ETZPC system bus driver for STM32MP1

2025-04-22 Thread Patrick DELAUNAY
Hi, On 4/1/25 15:14, Patrice Chotard wrote: From: Lionel Debieve This driver is checking the access rights of the different peripherals connected to the ETZPC bus. If access is denied, the associated device is not bound. Signed-off-by: Lionel Debieve Signed-off-by: Gatien Chevallier Signed

[PATCH 09/13] ARM: stm32mp: add ETZPC system bus driver for STM32MP1

2025-04-01 Thread Patrice Chotard
From: Lionel Debieve This driver is checking the access rights of the different peripherals connected to the ETZPC bus. If access is denied, the associated device is not bound. Signed-off-by: Lionel Debieve Signed-off-by: Gatien Chevallier Signed-off-by: Patrick Delaunay Signed-off-by: Patric