From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753651AbdCTRHx (ORCPT ); Mon, 20 Mar 2017 13:07:53 -0400 Received: from mail-pg0-f68.google.com ([74.125.83.68]:32945 "EHLO mail-pg0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753084AbdCTRG5 (ORCPT ); Mon, 20 Mar 2017 13:06:57 -0400 Date: Mon, 20 Mar 2017 10:06:33 -0700 From: Dmitry Torokhov To: Wolfram Sang Cc: linux-i2c@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/2] i2c: do not leave semaphore armed when copying properties fails Message-ID: <20170320170633.GA23083@dtor-ws> References: <20170308184102.29334-1-dmitry.torokhov@gmail.com> <20170309144833.3mehuovi3wwqma2m@ninjato> <20170309173828.GA20077@dtor-ws> <20170309231653.GB4300@tetsubishi> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170309231653.GB4300@tetsubishi> 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 Hi Wolfram, On Fri, Mar 10, 2017 at 12:16:53AM +0100, Wolfram Sang wrote: > > > I am perfectly fine with reverting b0c1e95ab44f from for-current, > > however I wonder if we could have an immutable branch off 4.11-rc2 (or > > Yes, sure. Please prepare a branch and once I reviewed all patches > touching i2c core, we can (from my side at least) declare it immutable > and I will pull it into i2c. I'll try to review the resources patch this > weekend. > Did you have a chance at looking the I2C IRQ resources patch? I prepared a branch containing the 3 patches: $ git log --oneline --reverse v4.11-rc3..HEAD 51f19be7f637 i2c: export i2c_client_type structure 5b57e4dd278e i2c: copy device properties when using i2c_register_board_info() 7f4bf035cb84 i2c: allow attaching IRQ resources to i2c_board_info You can find it at: git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git 4.11-rc3-i2c-irq-resources or: https://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git/log/?h=4.11-rc3-i2c-irq-resources If you are happy with the branch I'll add your acked-bys and mark it as immutable so we can share it between our trees. Thanks! -- Dmitry