Re: [U-Boot] [PATCH 01/21] reset: Add STi reset support

2017-03-22 Thread Simon Glass
Hi. On 17 March 2017 at 10:25, wrote: > From: Patrice Chotard > > This patch adds a reset controller implementation for STMicroelectronics > STi family SoCs; it allows a group of related reset like controls found > in multiple system configuration registers to be represented by a single > contr

[U-Boot] [PATCH 01/21] reset: Add STi reset support

2017-03-17 Thread patrice.chotard
From: Patrice Chotard This patch adds a reset controller implementation for STMicroelectronics STi family SoCs; it allows a group of related reset like controls found in multiple system configuration registers to be represented by a single controller device. Driver code has been mainly extracted