diff for duplicates of <55F1B7B7.3050604@raspberrypi.org> diff --git a/a/1.txt b/N1/1.txt index 1521ba7..209f3fa 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -4,7 +4,7 @@ Noralf pointed me at fixed-factor-clock, and that works in our soc: soc { ... - uart1: uart@7e215040 { + uart1: uart at 7e215040 { compatible = "brcm,bcm2835-aux-uart", "ns16550"; reg = <0x7e215040 0x40>; interrupts = <1 29>; @@ -17,7 +17,7 @@ Noralf pointed me at fixed-factor-clock, and that works in our clocks: clocks { ... - clk_core: clock@2 { + clk_core: clock at 2 { compatible = "fixed-clock"; reg = <2>; #clock-cells = <0>; @@ -25,7 +25,7 @@ Noralf pointed me at fixed-factor-clock, and that works in our clock-frequency = <250000000>; }; ... - clk_uart1: clock@6 { + clk_uart1: clock at 6 { compatible = "fixed-factor-clock"; clocks = <&clk_core>; #clock-cells = <0>; @@ -37,7 +37,7 @@ Noralf pointed me at fixed-factor-clock, and that works in our Phil On 10/09/2015 16:57, Martin Sperl wrote: ->> On 10.09.2015, at 17:48, Noralf Trønnes <noralf@tronnes.org> wrote: +>> On 10.09.2015, at 17:48, Noralf Tr?nnes <noralf@tronnes.org> wrote: >> >> This looks interesting. >> But there's a challenge with the uart1 and the 8250 driver. @@ -55,14 +55,14 @@ On 10/09/2015 16:57, Martin Sperl wrote: >> >> So either we need a new uart1 driver or a doubled clock freq. somehow. > Found out the same thing and communicated it to Eric - not -> knowing about the different divider… +> knowing about the different divider? > > Martin On 10/09/2015 16:57, Martin Sperl wrote: ->> On 10.09.2015, at 17:48, Noralf Trønnes <noralf@tronnes.org> wrote: +>> On 10.09.2015, at 17:48, Noralf Tr?nnes <noralf@tronnes.org> wrote: >> >> This looks interesting. >> But there's a challenge with the uart1 and the 8250 driver. @@ -80,6 +80,6 @@ On 10/09/2015 16:57, Martin Sperl wrote: >> >> So either we need a new uart1 driver or a doubled clock freq. somehow. > Found out the same thing and communicated it to Eric - not -> knowing about the different divider… +> knowing about the different divider? > > Martin diff --git a/a/content_digest b/N1/content_digest index 1a4faa5..3334eec 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,26 +2,10 @@ "ref\087h9n4weg8.fsf@eliezer.anholt.net\0" "ref\055F1A651.5090102@tronnes.org\0" "ref\08B777380-A2A1-475E-8A1C-942BF28EE160@martin.sperl.org\0" - "From\0Phil Elwell <phil@raspberrypi.org>\0" - "Subject\0Re: [PATCH v5 0/6] bcm2835: auxiliar device support for spi\0" + "From\0phil@raspberrypi.org (Phil Elwell)\0" + "Subject\0[PATCH v5 0/6] bcm2835: auxiliar device support for spi\0" "Date\0Thu, 10 Sep 2015 18:02:47 +0100\0" - "To\0Martin Sperl <kernel@martin.sperl.org>" - " Noralf Tr\303\270nnes <noralf@tronnes.org>\0" - "Cc\0Mark Rutland <mark.rutland@arm.com>" - devicetree@vger.kernel.org - Ian Campbell <ijc+devicetree@hellion.org.uk> - Russell King <linux@arm.linux.org.uk> - Pawel Moll <pawel.moll@arm.com> - Stephen Warren <swarren@wwwdotorg.org> - Lee Jones <lee@kernel.org> - linux-kernel@vger.kernel.org - Rob Herring <robh+dt@kernel.org> - linux-spi@vger.kernel.org - Eric Anholt <eric@anholt.net> - Mark Brown <broonie@kernel.org> - linux-rpi-kernel@lists.infradead.org - Kumar Gala <galak@codeaurora.org> - " linux-arm-kernel@lists.infradead.org\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "[ Sending again in plain text ]\n" @@ -30,7 +14,7 @@ "\n" " soc: soc {\n" " ...\n" - " uart1: uart@7e215040 {\n" + " uart1: uart at 7e215040 {\n" " compatible = \"brcm,bcm2835-aux-uart\", \"ns16550\";\n" " reg = <0x7e215040 0x40>;\n" " interrupts = <1 29>;\n" @@ -43,7 +27,7 @@ "\n" " clocks: clocks {\n" " ...\n" - " clk_core: clock@2 {\n" + " clk_core: clock at 2 {\n" " compatible = \"fixed-clock\";\n" " reg = <2>;\n" " #clock-cells = <0>;\n" @@ -51,7 +35,7 @@ " clock-frequency = <250000000>;\n" " };\n" " ...\n" - " clk_uart1: clock@6 {\n" + " clk_uart1: clock at 6 {\n" " compatible = \"fixed-factor-clock\";\n" " clocks = <&clk_core>;\n" " #clock-cells = <0>;\n" @@ -63,7 +47,7 @@ "Phil\n" "\n" "On 10/09/2015 16:57, Martin Sperl wrote:\n" - ">> On 10.09.2015, at 17:48, Noralf Tr\303\270nnes <noralf@tronnes.org> wrote:\n" + ">> On 10.09.2015, at 17:48, Noralf Tr?nnes <noralf@tronnes.org> wrote:\n" ">>\n" ">> This looks interesting.\n" ">> But there's a challenge with the uart1 and the 8250 driver.\n" @@ -81,14 +65,14 @@ ">>\n" ">> So either we need a new uart1 driver or a doubled clock freq. somehow.\n" "> Found out the same thing and communicated it to Eric - not \n" - "> knowing about the different divider\342\200\246\n" + "> knowing about the different divider?\n" ">\n" "> Martin\n" "\n" "\n" "\n" "On 10/09/2015 16:57, Martin Sperl wrote:\n" - ">> On 10.09.2015, at 17:48, Noralf Tr\303\270nnes <noralf@tronnes.org> wrote:\n" + ">> On 10.09.2015, at 17:48, Noralf Tr?nnes <noralf@tronnes.org> wrote:\n" ">>\n" ">> This looks interesting.\n" ">> But there's a challenge with the uart1 and the 8250 driver.\n" @@ -106,8 +90,8 @@ ">>\n" ">> So either we need a new uart1 driver or a doubled clock freq. somehow.\n" "> Found out the same thing and communicated it to Eric - not \n" - "> knowing about the different divider\342\200\246\n" + "> knowing about the different divider?\n" ">\n" > Martin -79a24a7553b3bf9fa48cbd9a49bdf932c937984fe5bbe90f45007cd7418b0e12 +668c01f731d498d1d125bb2c9a91752889fa69592b0b956d9edc5aea38903d41
diff --git a/a/content_digest b/N2/content_digest index 1a4faa5..deb2deb 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -7,21 +7,21 @@ "Date\0Thu, 10 Sep 2015 18:02:47 +0100\0" "To\0Martin Sperl <kernel@martin.sperl.org>" " Noralf Tr\303\270nnes <noralf@tronnes.org>\0" - "Cc\0Mark Rutland <mark.rutland@arm.com>" - devicetree@vger.kernel.org - Ian Campbell <ijc+devicetree@hellion.org.uk> - Russell King <linux@arm.linux.org.uk> - Pawel Moll <pawel.moll@arm.com> + "Cc\0Eric Anholt <eric@anholt.net>" Stephen Warren <swarren@wwwdotorg.org> Lee Jones <lee@kernel.org> - linux-kernel@vger.kernel.org - Rob Herring <robh+dt@kernel.org> - linux-spi@vger.kernel.org - Eric Anholt <eric@anholt.net> + Russell King <linux@arm.linux.org.uk> Mark Brown <broonie@kernel.org> - linux-rpi-kernel@lists.infradead.org + Rob Herring <robh+dt@kernel.org> + Pawel Moll <pawel.moll@arm.com> + Mark Rutland <mark.rutland@arm.com> + Ian Campbell <ijc+devicetree@hellion.org.uk> Kumar Gala <galak@codeaurora.org> - " linux-arm-kernel@lists.infradead.org\0" + <devicetree@vger.kernel.org> + <linux-rpi-kernel@lists.infradead.org> + <linux-spi@vger.kernel.org> + <linux-arm-kernel@lists.infradead.org> + " <linux-kernel@vger.kernel.org>\0" "\00:1\0" "b\0" "[ Sending again in plain text ]\n" @@ -110,4 +110,4 @@ ">\n" > Martin -79a24a7553b3bf9fa48cbd9a49bdf932c937984fe5bbe90f45007cd7418b0e12 +e07ec4a523ed52594bfab0833464dbec5715d0eb35ecc1d636397f88ee475234
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.