summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/ata/ahci-st.txt
AgeCommit message (Collapse)Author
2016-10-18ahci: st: Remove STiH416 dt examplePeter Griffin
This platform is being removed from the kernel so remove the dt example. Signed-off-by: Peter Griffin <peter.griffin@linaro.org> Cc: <tj@kernel.org> Cc: <robh+dt@kernel.org> Cc: <linux-ide@vger.kernel.org> Acked-by: Rob Herring <robh@kernel.org>
2015-04-01ahci: st: Update the ahci_st DT documentationPeter Griffin
As part of testing ahci_st driver working on stih407 I noticed several things wrong in the DT documentation: - 1) Compatible string doesn't match the driver code 2) pwr-rst reset isn't documented (but exists in the driver) 3) some whitespace issues (spaces not tabs) Also add in a stih407 family example into the doc. Signed-off-by: Peter Griffin <peter.griffin@linaro.org> Acked-by: Lee Jones <lee.jones@linaro.org> Acked-by: Maxime Coquelin <maxime.coquelin@st.com> Signed-off-by: Tejun Heo <tj@kernel.org>
2015-04-01ahci: st: Update the DT example for how to obtain the PHY.Peter Griffin
The example is wrong in that the phys property should take a phandle to the phy port. Also with the changing over to generic PHY type constants we also update that as well. Signed-off-by: Peter Griffin <peter.griffin@linaro.org> Acked-by: Rob Herring <robh@kernel.org> Acked-by: Lee Jones <lee.jones@linaro.org> Signed-off-by: Tejun Heo <tj@kernel.org>
2014-07-21ahci: st: Provide DT bindings for ST's SATA implementationLee Jones
Cc: devicetree@vger.kernel.org Cc: Srinivas Kandagatla <srinivas.kandagatla@st.com> Acked-by: Alexandre Torgue <alexandre.torgue@st.com> Signed-off-by: Lee Jones <lee.jones@linaro.org> Signed-off-by: Tejun Heo <tj@kernel.org>