Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1200133 > unrolled thread
| Started by | Adam Thomson <Adam.Thomson.Opensource@diasemi.com> |
|---|---|
| First post | 2015-08-04 18:20 +0200 |
| Last post | 2015-08-10 16:00 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
[PATCH v4 5/6] mfd: da9150: Use relative paths in DT bindings document Adam Thomson <Adam.Thomson.Opensource@diasemi.com> - 2015-08-04 18:20 +0200
Re: [PATCH v4 5/6] mfd: da9150: Use relative paths in DT bindings document Lee Jones <lee.jones@linaro.org> - 2015-08-10 16:00 +0200
| From | Adam Thomson <Adam.Thomson.Opensource@diasemi.com> |
|---|---|
| Date | 2015-08-04 18:20 +0200 |
| Subject | [PATCH v4 5/6] mfd: da9150: Use relative paths in DT bindings document |
| Message-ID | <pTN6z-7fJ-31@gated-at.bofh.it> |
When referencing other DT bindings documentation, use relative
path rather than absolute.
Signed-off-by: Adam Thomson <Adam.Thomson.Opensource@diasemi.com>
---
Changes in v4:
- N/A
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 970801d..fd4dca7 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/
[toc] | [next] | [standalone]
| From | Lee Jones <lee.jones@linaro.org> |
|---|---|
| Date | 2015-08-10 16:00 +0200 |
| Subject | Re: [PATCH v4 5/6] mfd: da9150: Use relative paths in DT bindings document |
| Message-ID | <pVVMn-88D-39@gated-at.bofh.it> |
| In reply to | #1200133 |
On Tue, 04 Aug 2015, Adam Thomson wrote: > When referencing other DT bindings documentation, use relative > path rather than absolute. > > Signed-off-by: Adam Thomson <Adam.Thomson.Opensource@diasemi.com> > --- > > Changes in v4: > - N/A > > Changes in v3: > - Initial version. > > Changes in v2: > - N/A > > Documentation/devicetree/bindings/mfd/da9150.txt | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) Much better: Acked-by: Lee Jones <lee.jones@linaro.org> > diff --git a/Documentation/devicetree/bindings/mfd/da9150.txt b/Documentation/devicetree/bindings/mfd/da9150.txt > index 970801d..fd4dca7 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: > -- Lee Jones Linaro STMicroelectronics Landing Team Lead Linaro.org │ Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog -- 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/
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web