aboutsummaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/hsi
AgeCommit message (Collapse)AuthorFilesLines
2018-07-25dt-bindings: remove 'interrupt-parent' from bindingsRob Herring1-1/+0
'interrupt-parent' is often documented as part of define bindings, but it is really outside the scope of a device binding. It's never required in a given node as it is often inherited from a parent node. Or it can be implicit if a parent node is an 'interrupt-controller' node. So remove it from all the binding files. Cc: Mark Rutland <[email protected]> Cc: [email protected] Signed-off-by: Rob Herring <[email protected]>
2017-10-01dt-bindings: hsi: add omap4 hsi controller bindingsTony Lindgren1-3/+10
Update omap-ssi binding document to also cover the HSI compliant module from OMAP4. Signed-off-by: Tony Lindgren <[email protected]> Acked-by: Rob Herring <[email protected]> [dropped the omap.dtsi update and updated patch description accordingly] Signed-off-by: Sebastian Reichel <[email protected]>
2017-09-05dt-bindings: Remove "status" from examplesRob Herring1-1/+0
Pretty much any node can have a status property, so it doesn't need to be in examples. Converted with the following command and removed examples with SoC and board specific splits: git grep -l -E 'status.*=.*' Documentation/devicetree/ | xargs sed -i -E '/\sstatus.*=.*"(disabled|ok|okay)/d' Acked-by: Mark Rutland <[email protected]> Signed-off-by: Rob Herring <[email protected]>
2016-01-28HSI: nokia-modem: add n950 and n9 supportSebastian Reichel1-5/+7
The Nokia N950 and Nokia N9 also have a SSI connected modem, which use the same protocols as the Nokia N900, but with increased link speed (96000 kbps instead of 55000 kbps) and with less GPIOs. Since it's unclear, if the N950 and the N9 use exactly the same modem, each of them gets their own compatible string. Acked-by: Rob Herring <[email protected]> Tested-by: Aaro Koskinen <[email protected]> Signed-off-by: Sebastian Reichel <[email protected]>
2014-05-16HSI: Introduce Nokia N900 modem driverSebastian Reichel1-0/+57
The Nokia N900's modem is connected via Synchronous Serial Interface (SSI), which is a legacy version of MIPI's High-speed Synchronous Serial Interface (HSI). The handles the GPIOs for enabling and resetting the modem and instanciates ssi-protocol for data exchange. It does not yet support exchanging voice data with the modem. Signed-off-by: Sebastian Reichel <[email protected]> Reviewed-by: Pavel Machek <[email protected]> Tested-By: Ivaylo Dimitrov <[email protected]>
2014-05-16Documentation: DT: omap-ssi binding documentationSebastian Reichel1-0/+97
Create device tree binding documentation for OMAP Synchronous Serial Interface (SSI) device. Signed-off-by: Sebastian Reichel <[email protected]> Reviewed-by: Pavel Machek <[email protected]>
2014-05-16HSI: Add common DT binding for HSI client devicesSebastian Reichel1-0/+44
Implement and document generic DT bindings for HSI clients. Signed-off-by: Sebastian Reichel <[email protected]> Reviewed-by: Pavel Machek <[email protected]> Tested-By: Ivaylo Dimitrov <[email protected]>