Message ID | 20200324104918.29578-1-hhhawa@amazon.com (mailing list archive) |
---|---|
Headers | show |
Series | Amazon's Annapurna Labs Alpine v3 device-tree | expand |
[Adding arm-soc] Hi Hanna, Sorry for the delay, the series was buried in my mails... Acked-by: Antoine Tenart <antoine.tenart@bootlin.com> Arnd, Olof, could you take this series directly as this will be the only Alpine patches for this release (and for a long time)? Thanks! Antoine Quoting Hanna Hawa (2020-03-24 11:49:12) > This series organize the Amazon's Annapurna Labs Alpine device tree > bindings, device tree folder and adds new device tree for Alpine v3. > > Changes since v4: > ----------------- > - Re-order nodes in increasing order. > - Add disable to UART nodes. > - Add missing UART nodes (1,2,3) > - Add comments for GIC/UART > - Add io-fabric bus, and move uart nodes into it. > - Fix MSIx range according Alpine function spec > > Changes since v3: > ----------------- > - rebased and retested for tag Linux 5.6-rc2 > > Changes since v2: > ----------------- > - Move up a level for DT node without mmio regs. > - Drop device_type from serial@fd883000 node. > - Minor change name of PCIe node to: pcie@fbd00000 > > Changes since v1: > ----------------- > - Rename al,alpine DT binding to amazon,alpine > - Rename al folder to be amazon > - Update maintainers of amazon,alpine DT > - Add missing alpine-v2 DT binding > - Fix yaml schemas for alpine-v3-evp.dts: > - #size-cells:0:0: 0 is not one of [1, 2] > - arch-timer: interrupts: [[1, 13, 8, 1, 14, 8, 1, 11, 8, 1, 10, > 8]] is too short > - Change compatible string of alpine-v3-evp to amazon,al > > Hanna Hawa (5): > dt-bindings: arm: amazon: rename al,alpine DT binding to amazon,al > arm64: dts: amazon: rename al folder to be amazon > dt-bindings: arm: amazon: update maintainers of amazon,al DT bindings > dt-bindings: arm: amazon: add missing alpine-v2 DT binding > dt-bindings: arm: amazon: add Amazon Annapurna Labs Alpine V3 > > Ronen Krupnik (1): > arm64: dts: amazon: add Amazon's Annapurna Labs Alpine v3 support > > .../devicetree/bindings/arm/al,alpine.yaml | 21 - > .../devicetree/bindings/arm/amazon,al.yaml | 33 ++ > MAINTAINERS | 2 +- > arch/arm64/boot/dts/Makefile | 2 +- > arch/arm64/boot/dts/{al => amazon}/Makefile | 1 + > .../boot/dts/{al => amazon}/alpine-v2-evp.dts | 0 > .../boot/dts/{al => amazon}/alpine-v2.dtsi | 0 > arch/arm64/boot/dts/amazon/alpine-v3-evp.dts | 24 ++ > arch/arm64/boot/dts/amazon/alpine-v3.dtsi | 408 ++++++++++++++++++ > 9 files changed, 468 insertions(+), 23 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/arm/al,alpine.yaml > create mode 100644 Documentation/devicetree/bindings/arm/amazon,al.yaml > rename arch/arm64/boot/dts/{al => amazon}/Makefile (64%) > rename arch/arm64/boot/dts/{al => amazon}/alpine-v2-evp.dts (100%) > rename arch/arm64/boot/dts/{al => amazon}/alpine-v2.dtsi (100%) > create mode 100644 arch/arm64/boot/dts/amazon/alpine-v3-evp.dts > create mode 100644 arch/arm64/boot/dts/amazon/alpine-v3.dtsi > > -- > 2.17.1 > > > _______________________________________________ > linux-arm-kernel mailing list > linux-arm-kernel@lists.infradead.org > http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
On Thu, May 14, 2020 at 5:22 PM Antoine Tenart <antoine.tenart@bootlin.com> wrote: > > [Adding arm-soc] > > Hi Hanna, > > Sorry for the delay, the series was buried in my mails... > > Acked-by: Antoine Tenart <antoine.tenart@bootlin.com> > > Arnd, Olof, could you take this series directly as this will be the only > Alpine patches for this release (and for a long time)? Hi Hanna and Antoine, I just came across this old series and noticed we had never merged it. I don't know if the patches all still apply. Could you check and perhaps resend to soc@kernel.org if they are still good to go into the coming merge window? > Quoting Hanna Hawa (2020-03-24 11:49:12) > > This series organize the Amazon's Annapurna Labs Alpine device tree > > bindings, device tree folder and adds new device tree for Alpine v3. > > > > Changes since v4: > > ----------------- > > - Re-order nodes in increasing order. > > - Add disable to UART nodes. > > - Add missing UART nodes (1,2,3) > > - Add comments for GIC/UART > > - Add io-fabric bus, and move uart nodes into it. > > - Fix MSIx range according Alpine function spec > > > > Changes since v3: > > ----------------- > > - rebased and retested for tag Linux 5.6-rc2 > > > > Changes since v2: > > ----------------- > > - Move up a level for DT node without mmio regs. > > - Drop device_type from serial@fd883000 node. > > - Minor change name of PCIe node to: pcie@fbd00000 > > > > Changes since v1: > > ----------------- > > - Rename al,alpine DT binding to amazon,alpine > > - Rename al folder to be amazon > > - Update maintainers of amazon,alpine DT > > - Add missing alpine-v2 DT binding > > - Fix yaml schemas for alpine-v3-evp.dts: > > - #size-cells:0:0: 0 is not one of [1, 2] > > - arch-timer: interrupts: [[1, 13, 8, 1, 14, 8, 1, 11, 8, 1, 10, > > 8]] is too short > > - Change compatible string of alpine-v3-evp to amazon,al > > > > Hanna Hawa (5): > > dt-bindings: arm: amazon: rename al,alpine DT binding to amazon,al > > arm64: dts: amazon: rename al folder to be amazon > > dt-bindings: arm: amazon: update maintainers of amazon,al DT bindings > > dt-bindings: arm: amazon: add missing alpine-v2 DT binding > > dt-bindings: arm: amazon: add Amazon Annapurna Labs Alpine V3 > > > > Ronen Krupnik (1): > > arm64: dts: amazon: add Amazon's Annapurna Labs Alpine v3 support > > > > .../devicetree/bindings/arm/al,alpine.yaml | 21 - > > .../devicetree/bindings/arm/amazon,al.yaml | 33 ++ > > MAINTAINERS | 2 +- > > arch/arm64/boot/dts/Makefile | 2 +- > > arch/arm64/boot/dts/{al => amazon}/Makefile | 1 + > > .../boot/dts/{al => amazon}/alpine-v2-evp.dts | 0 > > .../boot/dts/{al => amazon}/alpine-v2.dtsi | 0 > > arch/arm64/boot/dts/amazon/alpine-v3-evp.dts | 24 ++ > > arch/arm64/boot/dts/amazon/alpine-v3.dtsi | 408 ++++++++++++++++++ > > 9 files changed, 468 insertions(+), 23 deletions(-) > > delete mode 100644 Documentation/devicetree/bindings/arm/al,alpine.yaml > > create mode 100644 Documentation/devicetree/bindings/arm/amazon,al.yaml > > rename arch/arm64/boot/dts/{al => amazon}/Makefile (64%) > > rename arch/arm64/boot/dts/{al => amazon}/alpine-v2-evp.dts (100%) > > rename arch/arm64/boot/dts/{al => amazon}/alpine-v2.dtsi (100%) > > create mode 100644 arch/arm64/boot/dts/amazon/alpine-v3-evp.dts > > create mode 100644 arch/arm64/boot/dts/amazon/alpine-v3.dtsi > > > > -- > > 2.17.1 > > > > > > _______________________________________________ > > linux-arm-kernel mailing list > > linux-arm-kernel@lists.infradead.org > > http://lists.infradead.org/mailman/listinfo/linux-arm-kernel > > -- > Antoine Ténart, Bootlin > Embedded Linux and Kernel engineering > https://bootlin.com
On 7/23/2020 1:10 PM, Arnd Bergmann wrote: > Hi Hanna and Antoine, > > I just came across this old series and noticed we had never merged it. > > I don't know if the patches all still apply. Could you check and perhaps > resend tosoc@kernel.org if they are still good to go into the coming > merge window? Hi Arnd, Sure, will rebase the patches and send ASAP. Thanks, Hanna
Hello Hanna, Arnd, Quoting Hawa, Hanna (2020-07-23 12:20:02) > On 7/23/2020 1:10 PM, Arnd Bergmann wrote: > > > > I just came across this old series and noticed we had never merged it. > > > > I don't know if the patches all still apply. Could you check and perhaps > > resend tosoc@kernel.org if they are still good to go into the coming > > merge window? > Sure, will rebase the patches and send ASAP. Thanks Hanna! It seems Tsahee, the original Alpine maintainer, is not active anymore; I guess I'll need to do better and set up everything required to send real pull requests for next releases as activity on Alpine happens from time to time. Thanks, Antoine