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


Groups > linux.kernel > #1667621

Re: [PATCH v3 0/6] irqchip: meson: add support for the gpio interrupt controller

Path csiph.com!goblin3!goblin1!goblin.stu.neva.ru!feeders.as203319.net!feeder01.as203319.net!aioe.org!news.servidellagleba.it!bofh.it!news.nic.it!robomod
From Jerome Brunet <jbrunet@baylibre.com>
Newsgroups linux.kernel
Subject Re: [PATCH v3 0/6] irqchip: meson: add support for the gpio interrupt controller
Date Fri, 16 Jun 2017 12:30:02 +0200
Message-ID <tSWFQ-7co-29@gated-at.bofh.it> (permalink)
References <tSFEZ-4Gu-3@gated-at.bofh.it> <tSV74-67Z-9@gated-at.bofh.it>
X-Original-To Marc Zyngier <marc.zyngier@arm.com>, Jason Cooper <jason@lakedaemon.net>, Thomas Gleixner <tglx@linutronix.de>, Kevin Hilman <khilman@baylibre.com>
Dkim-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=baylibre-com.20150623.gappssmtp.com; s=20150623; h=message-id:subject:from:to:cc:date:in-reply-to:references :mime-version:content-transfer-encoding; bh=f+rcRYAg0NC+SEWs6N904YMvOl34Y6pEie5FilXKQog=; b=1W6zaww+yOFBfDhvX3WxbX+GAMGmhdSNUuKdF2so4Jq79BjgoMhKmWNQQLRl+Cri5v 93uZjq9pFQ/oWfIWE+9Mqi0hF6R1Iu/yftfRu7gtvYW8vNezJkBfsr/vnNJ76/02d5lP aXXerygbFEqVrWq4MQ8tB7hj3yPV3fgQ4q3nJ+2g71pHQW1bp2Ki/GoKf2C+Md5DjBX2 i0muMD5XBThToeutBENqeuf+SpNvIv0Trj7TEE8a/IRxLGEozOPRmMycc27hFogIM5KG pP8Hchnbc9JaGdqQNaeyqJPMgt0AvcJAD5cxrlrRnHXk1Lbzq+ZaSV15R9I1bLlpXdo/ Dhpw==
X-Google-Dkim-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:message-id:subject:from:to:cc:date:in-reply-to :references:mime-version:content-transfer-encoding; bh=f+rcRYAg0NC+SEWs6N904YMvOl34Y6pEie5FilXKQog=; b=thO999IHf3QKdXgw+HG/FCutX4bNiHndgLLpTUMVT1gyIEiA/AwTNq2Q5nj/ASZ1ld mTCzcXdY077Bo0emVtAQyqGP8aCx2XNG4jlZJEY5edm879jgnK/KuaSoSkvhUgMkacWd cUhc+w/OKGeUl8Rmkt0swL0ceekcaUWvvE4Xf9Twn53S83cS8CTo0njSQChIdmIJek1F mWpCYh2bRKbjKiYTcwazjS8zJvoZah9EdZwWFlZ+H7GyGRJBDVlIiWGcb/++P/zaqSH7 6urb9D9c/dKjsa9reXBdZaAYJW3qTYAbOYhbhRGoFh8AhDee9ZJMSAJKn29Ix+ZkHA3/ h2CA==
X-Gm-Message-State AKS2vOylx7zGUUPqkDHau1xilOeKl3N1cQJI4MCp1jNljI4FdBKuovA5 PU2D9oh2sLFgaVFl
X-Received by 10.28.99.84 with SMTP id x81mr6814180wmb.87.1497608588741; Fri, 16 Jun 2017 03:23:08 -0700 (PDT)
Content-Type text/plain; charset="UTF-8"
X-Mailer Evolution 3.22.6 (3.22.6-2.fc25)
MIME-Version 1.0
Content-Transfer-Encoding 8bit
Sender robomod@news.nic.it
List-ID <linux-kernel.vger.kernel.org>
X-Mailing-List linux-kernel@vger.kernel.org
Approved robomod@news.nic.it
Lines 59
Organization linux.* mail to news gateway
X-Original-Cc Carlo Caione <carlo@caione.org>, linux-amlogic@lists.infradead.org, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Heiner Kallweit <hkallweit1@gmail.com>
X-Original-Date Fri, 16 Jun 2017 12:23:07 +0200
X-Original-Message-ID <1497608587.3086.42.camel@baylibre.com>
X-Original-References <20170615161804.32658-1-jbrunet@baylibre.com> <8742df56-42ef-bf70-0ec1-9e8418ec0063@arm.com>
X-Original-Sender linux-kernel-owner@vger.kernel.org
Xref csiph.com linux.kernel:1667621

Show key headers only | View raw


On Fri, 2017-06-16 at 09:46 +0100, Marc Zyngier wrote:
> On 15/06/17 17:17, Jerome Brunet wrote:
> > This patch series adds support for the GPIO interrupt controller found on
> > Amlogic's meson SoC families.
> > 
> > Unlike what the name suggests, this controller is not part of the SoC
> > GPIO subsystem. It is a separate controller from which can watch almost
> > all pads of the SoC and generate and interrupt from it. Some pins, which
> > are not part of the public datasheet, don't seem to have this capability
> > though.
> > 
> > Hardware wise, the controller is a 256 to 8 router with filtering block
> > to select edge or level input and the polarity of the signal.  As there
> > we can't setup the filtring to generate a signal on both the high and low
> > polarity, there is no easy way to support IRQ_TYPE_EDGE_BOTH at the
> > moment
> > 
> > The number of interrupt line routed to the controller depends on the SoC,
> > and essentially the number of GPIO available on the SoC.
> > 
> > This series has been tested on Amlogic S905-P200 board with the front
> > panel power button.
> > 
> > This work is derived from the previous work of Carlo Caione [1].
> 
> [...]
> 
> So we have two competing series, all based on the same stuff. I must say
> this is rather disappointing that people can't manage to collaborate and
> work towards a common goal.
> 
> I'm going to review the irqchip part, because I've done that on Heiner's
> series as well, but that's where I'm going to stop.
> 
> Heiner, Jerome: please sort this out between yourselves *BEFORE* sending
> any other patch series. This is wasting everybody's time, both yours and
> mine (and frankly, this a rather rare commodity these days).

I really don't enjoy doing things that way, and I understand the feeling.

I also spent a lot of time reviewing Heiner's patches, only to see comments
repeatedly ignored. You know well how time consuming those reviews are. 

After 7 versions, some comments have been taken into account, some are still
completely ignored, even with Kevin and Neil's warnings. I wouldn't have posted
a competing if things were not stuck.

Like you, I have things far more interesting to do than duplicating efforts, and
I sincerely hope better collaboration can be achieved.

Anyway, thanks for your time and sorry for the mess. 

Cheers
Jerome

> 
> Thanks,
> 
> 	M.

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

[PATCH v3 0/6] irqchip: meson: add support for the gpio interrupt controller Jerome Brunet <jbrunet@baylibre.com> - 2017-06-15 18:20 +0200
  [PATCH v3 4/6] ARM64: meson: enable MESON_IRQ_GPIO in Kconfig Jerome Brunet <jbrunet@baylibre.com> - 2017-06-15 18:20 +0200
  [PATCH v3 6/6] ARM64: dts: meson-gx: add gpio interrupt controller Jerome Brunet <jbrunet@baylibre.com> - 2017-06-15 18:20 +0200
  Re: [PATCH v3 0/6] irqchip: meson: add support for the gpio interrupt  controller Marc Zyngier <marc.zyngier@arm.com> - 2017-06-16 10:50 +0200
    Re: [PATCH v3 0/6] irqchip: meson: add support for the gpio  interrupt controller Jerome Brunet <jbrunet@baylibre.com> - 2017-06-16 12:30 +0200

csiph-web