Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1228279 > unrolled thread
| Started by | Ray Jui <rjui@broadcom.com> |
|---|---|
| First post | 2015-09-18 23:30 +0200 |
| Last post | 2015-09-19 00:00 +0200 |
| Articles | 3 — 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 v2 3/9] ARM: dts: Remove unused PCI I/O resource in Cygnus Ray Jui <rjui@broadcom.com> - 2015-09-18 23:30 +0200
Re: [PATCH v2 3/9] ARM: dts: Remove unused PCI I/O resource in Cygnus Arnd Bergmann <arnd@arndb.de> - 2015-09-18 23:30 +0200
Re: [PATCH v2 3/9] ARM: dts: Remove unused PCI I/O resource in Cygnus Ray Jui <rjui@broadcom.com> - 2015-09-19 00:00 +0200
| From | Ray Jui <rjui@broadcom.com> |
|---|---|
| Date | 2015-09-18 23:30 +0200 |
| Subject | [PATCH v2 3/9] ARM: dts: Remove unused PCI I/O resource in Cygnus |
| Message-ID | <qabod-67e-1@gated-at.bofh.it> |
Remove unused PCI I/O resource in bcm-cygnus.dtsi Signed-off-by: Ray Jui <rjui@broadcom.com> Reviewed-by: Scott Branden <sbranden@broadcom.com> --- arch/arm/boot/dts/bcm-cygnus.dtsi | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/arch/arm/boot/dts/bcm-cygnus.dtsi b/arch/arm/boot/dts/bcm-cygnus.dtsi index 30903ba..0a5898b 100644 --- a/arch/arm/boot/dts/bcm-cygnus.dtsi +++ b/arch/arm/boot/dts/bcm-cygnus.dtsi @@ -145,8 +145,7 @@ #address-cells = <3>; #size-cells = <2>; device_type = "pci"; - ranges = <0x81000000 0 0 0x28000000 0 0x00010000 - 0x82000000 0 0x20000000 0x20000000 0 0x04000000>; + ranges = <0x82000000 0 0x20000000 0x20000000 0 0x04000000>; status = "disabled"; }; @@ -166,8 +165,7 @@ #address-cells = <3>; #size-cells = <2>; device_type = "pci"; - ranges = <0x81000000 0 0 0x48000000 0 0x00010000 - 0x82000000 0 0x40000000 0x40000000 0 0x04000000>; + ranges = <0x82000000 0 0x40000000 0x40000000 0 0x04000000>; status = "disabled"; }; -- 1.9.1 -- 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 | Arnd Bergmann <arnd@arndb.de> |
|---|---|
| Date | 2015-09-18 23:30 +0200 |
| Message-ID | <qaboe-67e-19@gated-at.bofh.it> |
| In reply to | #1228279 |
On Friday 18 September 2015 14:24:08 Ray Jui wrote: > Remove unused PCI I/O resource in bcm-cygnus.dtsi > > Signed-off-by: Ray Jui <rjui@broadcom.com> > Reviewed-by: Scott Branden <sbranden@broadcom.com> > Why? How do you know that nobody ever plugs in a card with I/O ports? Arnd -- 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] | [next] | [standalone]
| From | Ray Jui <rjui@broadcom.com> |
|---|---|
| Date | 2015-09-19 00:00 +0200 |
| Message-ID | <qabRg-6KO-3@gated-at.bofh.it> |
| In reply to | #1228284 |
On 9/18/2015 2:28 PM, Arnd Bergmann wrote: > On Friday 18 September 2015 14:24:08 Ray Jui wrote: >> Remove unused PCI I/O resource in bcm-cygnus.dtsi >> >> Signed-off-by: Ray Jui <rjui@broadcom.com> >> Reviewed-by: Scott Branden <sbranden@broadcom.com> >> > > Why? How do you know that nobody ever plugs in a card with I/O ports? > > Arnd > I'll drop this change. Thanks, Ray -- 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