From mboxrd@z Thu Jan 1 00:00:00 1970 From: Linus Walleij Subject: Re: [PATCH v3 00/10] serial/gpio: exar: Fixes and support for IOT2000 Date: Mon, 29 May 2017 14:39:02 +0200 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: Received: from mail-io0-f179.google.com ([209.85.223.179]:34613 "EHLO mail-io0-f179.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750947AbdE2MjE (ORCPT ); Mon, 29 May 2017 08:39:04 -0400 Received: by mail-io0-f179.google.com with SMTP id k91so40474999ioi.1 for ; Mon, 29 May 2017 05:39:04 -0700 (PDT) In-Reply-To: Sender: linux-gpio-owner@vger.kernel.org List-Id: linux-gpio@vger.kernel.org To: Jan Kiszka Cc: Greg Kroah-Hartman , Alexandre Courbot , Linux Kernel Mailing List , "linux-serial@vger.kernel.org" , "linux-gpio@vger.kernel.org" , Sudip Mukherjee , Andy Shevchenko , Sascha Weisenberger On Fri, May 26, 2017 at 6:02 PM, Jan Kiszka wrote: > This makes the gpio-exar driver usable, which was prevented by a number > of fatal bugs, and adds support for the SIMATIC IOT2040 to the 8250-exar > driver and, indirectly, to gpio-exar as well. It's a cross-subsystem > series, so I'm also cross-posting to the serial and gpio lists. > > Changes in v3: > - fix MPIO state for Commtech adapters (regression of merged patch from > previous round) > - do not create gpio device for Commtech adapters > - switch back to device properties > - pass parent reference via device.parent instead of platform data > - use dmi_system_id table instead of open-coded matching > - address some smaller review remarks > - fix reading back of rs485 state > - adjust parenthood of exar gpiochip I ACKed some patches if Greg need to merge them. Can you suggest a merge strategy for this patch set? It appears Greg will have to merge at least the first one. Will it work to merge the GPIO patches orthogonally to the GPIO tree or are they all dependent on the serial changes? Should I merge them all? Should Greg merge them all? Should one of us produce an immutable branch? Yours, Linus Walleij