Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1411583 > unrolled thread

[PATCH 10/32] don't force serial pins to uart0

Started byGerd Hoffmann <kraxel@redhat.com>
First post2016-06-02 00:00 +0200
Last post2016-06-02 20:30 +0200
Articles 3 — 3 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.


Contents

  [PATCH 10/32] don't force serial pins to uart0 Gerd Hoffmann <kraxel@redhat.com> - 2016-06-02 00:00 +0200
    Re: [PATCH 10/32] don't force serial pins to uart0 Arnd Bergmann <arnd@arndb.de> - 2016-06-02 13:50 +0200
      Re: [PATCH 10/32] don't force serial pins to uart0 Eric Anholt <eric@anholt.net> - 2016-06-02 20:30 +0200

#1411583 — [PATCH 10/32] don't force serial pins to uart0

FromGerd Hoffmann <kraxel@redhat.com>
Date2016-06-02 00:00 +0200
Subject[PATCH 10/32] don't force serial pins to uart0
Message-ID<rFmlc-5Hs-5@gated-at.bofh.it>
From: Eric Anholt <eric@anholt.net>

---
 arch/arm/boot/dts/bcm2835-rpi.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/bcm2835-rpi.dtsi b/arch/arm/boot/dts/bcm2835-rpi.dtsi
index caf2707..88bcd0c 100644
--- a/arch/arm/boot/dts/bcm2835-rpi.dtsi
+++ b/arch/arm/boot/dts/bcm2835-rpi.dtsi
@@ -38,7 +38,7 @@
 	};
 
 	alt0: alt0 {
-		brcm,pins = <0 1 2 3 4 5 7 8 9 10 11 14 15 40 45>;
+		brcm,pins = <0 1 2 3 4 5 7 8 9 10 11 40 45>;
 		brcm,function = <BCM2835_FSEL_ALT0>;
 	};
 
-- 
1.8.3.1

[toc] | [next] | [standalone]


#1412143

FromArnd Bergmann <arnd@arndb.de>
Date2016-06-02 13:50 +0200
Message-ID<rFzip-5oX-7@gated-at.bofh.it>
In reply to#1411583
On Wednesday, June 1, 2016 11:43:19 PM CEST Gerd Hoffmann wrote:
> From: Eric Anholt <eric@anholt.net>
> 
> ---
> 

No signoff or description?

	Arnd

[toc] | [prev] | [next] | [standalone]


#1412484

FromEric Anholt <eric@anholt.net>
Date2016-06-02 20:30 +0200
Message-ID<rFFxw-16B-5@gated-at.bofh.it>
In reply to#1412143

[Multipart message — attachments visible in raw view] — view raw

Arnd Bergmann <arnd@arndb.de> writes:

> On Wednesday, June 1, 2016 11:43:19 PM CEST Gerd Hoffmann wrote:
>> From: Eric Anholt <eric@anholt.net>
>> 
>> ---
>> 
>
> No signoff or description?

This commit should not have been sent out as is.  Gerd took a bunch of
messy commits from my trees that were intended to be squashed (or never
sent out at all!) and picked them and sent them out.

It's nice though that people are paying attention to this series now.
Several of these patches had been sent before and got basically silence.

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web