Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1178734
| From | Adam Thomson <Adam.Thomson.Opensource@diasemi.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v3 5/6] mfd: da9150: Use relative paths in DT bindings document |
| Date | 2015-07-07 18:40 +0200 |
| Message-ID | <pJE4B-7Yw-97@gated-at.bofh.it> (permalink) |
| References | <pJE4y-7Yw-19@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
When referencing other DT bindings documentation, use relative
path rather than absolute.
Signed-off-by: Adam Thomson <Adam.Thomson.Opensource@diasemi.com>
---
Changes in v3:
- Initial version.
Changes in v2:
- N/A
Documentation/devicetree/bindings/mfd/da9150.txt | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/Documentation/devicetree/bindings/mfd/da9150.txt b/Documentation/devicetree/bindings/mfd/da9150.txt
index d629ed5..a99b6d6 100644
--- a/Documentation/devicetree/bindings/mfd/da9150.txt
+++ b/Documentation/devicetree/bindings/mfd/da9150.txt
@@ -17,13 +17,13 @@ Required properties:
the IRQs from da9150 are delivered to.
- interrupts: IRQ line info for da9150 chip.
- interrupt-controller: da9150 has internal IRQs (own IRQ domain).
- (See Documentation/devicetree/bindings/interrupt-controller/interrupts.txt for
+ (See ../interrupt-controller/interrupts.txt for
further information relating to interrupt properties)
Sub-devices:
-- da9150-gpadc: See Documentation/devicetree/bindings/iio/adc/da9150-gpadc.txt
-- da9150-charger: See Documentation/devicetree/bindings/power/da9150-charger.txt
-- da9150-fg: See Documentation/devicetree/bindings/power/da9150-fg.txt
+- da9150-gpadc: See ../iio/adc/da9150-gpadc.txt
+- da9150-charger: See ../power/da9150-charger.txt
+- da9150-fg: See ../power/da9150-fg.txt
Example:
--
1.9.3
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH v3 0/6] Add support for DA9150 Fuel-Gauge Adam Thomson <Adam.Thomson.Opensource@diasemi.com> - 2015-07-07 18:40 +0200 [PATCH v3 4/6] power: da9150: Add DT bindings documentation for Fuel-Gauge Adam Thomson <Adam.Thomson.Opensource@diasemi.com> - 2015-07-07 18:40 +0200 [PATCH v3 3/6] power: Add support for DA9150 Fuel-Gauge Adam Thomson <Adam.Thomson.Opensource@diasemi.com> - 2015-07-07 18:40 +0200 [PATCH v3 1/6] mfd: da9150: Add support for Fuel-Gauge Adam Thomson <Adam.Thomson.Opensource@diasemi.com> - 2015-07-07 18:40 +0200 [PATCH v3 6/6] mfd: da9150: Use DEFINE_RES_IRQ_NAMED() help macro for IRQ resource Adam Thomson <Adam.Thomson.Opensource@diasemi.com> - 2015-07-07 18:40 +0200 [PATCH v3 5/6] mfd: da9150: Use relative paths in DT bindings document Adam Thomson <Adam.Thomson.Opensource@diasemi.com> - 2015-07-07 18:40 +0200
csiph-web