Re: [PATCH v3 0/2] Add TI SCI Reset Driver

From: santosh.shilimkar@xxxxxxxxxx
Date: Sat Nov 05 2016 - 17:03:02 EST




On 11/4/16 11:42 AM, Andrew F. Davis wrote:
Hello all,

This series adds a reset controller driver that uses the TI SCI
protocol to manage resets.

The TI SCI protocol is used to communicate with power management
controllers used by some SoCs. These controllers manage the various
power domains, clocks, and resets available on a SoC.

This series is based on drivers for TI SCI and the first two controlled
elements above, these series can be found here:

TI-SCI: http://www.spinics.net/lists/arm-kernel/msg536851.html
PM Domains: http://www.spinics.net/lists/devicetree/msg146621.html
Clocks: https://www.spinics.net/lists/linux-clk/msg12785.html

Thanks,
Andrew

Changes from v2:
- Merged DT binding patch and reset header patch
- Added locking for reset bit mask

Changes from v1:
- Revised dt binding
- CC Linux ARM list

Andrew F. Davis (2):
Documentation: dt: reset: Add TI SCI reset binding
reset: Add the TI SCI reset driver

Acked-by: Santosh Shilimkar <ssantosh@xxxxxxxxxx>