From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S966110AbcKXPHZ (ORCPT ); Thu, 24 Nov 2016 10:07:25 -0500 Received: from vps0.lunn.ch ([178.209.37.122]:54264 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S966331AbcKXPHP (ORCPT ); Thu, 24 Nov 2016 10:07:15 -0500 Date: Thu, 24 Nov 2016 16:07:00 +0100 From: Andrew Lunn To: Uwe =?iso-8859-1?Q?Kleine-K=F6nig?= Cc: Tomas Hlavacek , Rob Herring , Mark Rutland , Russell King , Jason Cooper , Gregory Clement , Sebastian Hesselbarth , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [RFC PATCH] ARM: dts: Add support for Turris Omnia Message-ID: <20161124150700.GD7155@lunn.ch> References: <1479851991.26813.2@smtp.gmail.com> <1479859770-9375-1-git-send-email-tmshlvck@gmail.com> <20161123003505.GL2691@lunn.ch> <4e3f9628-dbf8-27c1-abea-d0ef58a67e51@kleine-koenig.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4e3f9628-dbf8-27c1-abea-d0ef58a67e51@kleine-koenig.org> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > @Tomas: I think it doesn't make sense when we alternate sending patches > without prior arrangement. Do you already work on a v5? If not I can do > that to fix the last few comments. Not sure when a submission is too > late to enter v4.10, but I think the window isn't that big any more. It is getting a bit late. But maybe Linus will add in another -rc week. > > > No leds? No buttons via gpio-keys? > > The leds are controlled by a Cortex-M0 and without intervention blink > according to a hardware function (network, power, pci). IMHO that's ok > for an initial setup. Yes. That is fine. It is just unusual. Most boards have gpio-led and gpio-keys, which are easy to add. That is why i asked. Adding an LED driver which talks to this M0 can be added later. Andrew From mboxrd@z Thu Jan 1 00:00:00 1970 From: andrew@lunn.ch (Andrew Lunn) Date: Thu, 24 Nov 2016 16:07:00 +0100 Subject: [RFC PATCH] ARM: dts: Add support for Turris Omnia In-Reply-To: <4e3f9628-dbf8-27c1-abea-d0ef58a67e51@kleine-koenig.org> References: <1479851991.26813.2@smtp.gmail.com> <1479859770-9375-1-git-send-email-tmshlvck@gmail.com> <20161123003505.GL2691@lunn.ch> <4e3f9628-dbf8-27c1-abea-d0ef58a67e51@kleine-koenig.org> Message-ID: <20161124150700.GD7155@lunn.ch> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org > @Tomas: I think it doesn't make sense when we alternate sending patches > without prior arrangement. Do you already work on a v5? If not I can do > that to fix the last few comments. Not sure when a submission is too > late to enter v4.10, but I think the window isn't that big any more. It is getting a bit late. But maybe Linus will add in another -rc week. > > > No leds? No buttons via gpio-keys? > > The leds are controlled by a Cortex-M0 and without intervention blink > according to a hardware function (network, power, pci). IMHO that's ok > for an initial setup. Yes. That is fine. It is just unusual. Most boards have gpio-led and gpio-keys, which are easy to add. That is why i asked. Adding an LED driver which talks to this M0 can be added later. Andrew