Re: [U-Boot] [PATCH 0/5] dm: rst: add BCM6345 reset controller support

2017-05-10 Thread Daniel Schwierzeck
Am 03.05.2017 um 15:10 schrieb Álvaro Fernández Rojas: > Broadcom MIPS SoCs have reset controllers which supports asserting and > deasserting each peripheral controller. > Checking reset status is not supported, which is why delays are used. > > Álvaro Fernández Rojas (5): > dm: reset: add BCM

[U-Boot] [PATCH 0/5] dm: rst: add BCM6345 reset controller support

2017-05-03 Thread Álvaro Fernández Rojas
Broadcom MIPS SoCs have reset controllers which supports asserting and deasserting each peripheral controller. Checking reset status is not supported, which is why delays are used. Álvaro Fernández Rojas (5): dm: reset: add BCM6345 reset driver mips: bmips: add bcm6345-rst driver support for B