On Fri, Mar 23, 2018 at 10:30:53AM +0900, Kunihiko Hayashi wrote: > Add support to get and control a list of resets for the device > as optional and shared. These resets must be kept de-asserted until > the device is enabled. > > This is specified as shared because some SoCs like UniPhier series > have common reset controls with all ahci controller instances. > > Signed-off-by: Kunihiko Hayashi <[email protected]> > --- > .../devicetree/bindings/ata/ahci-platform.txt | 1 +
Reviewed-by: Rob Herring <[email protected]> > drivers/ata/ahci.h | 1 + > drivers/ata/libahci_platform.c | 24 > +++++++++++++++++++--- > 3 files changed, 23 insertions(+), 3 deletions(-)

