From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751019AbdALUd5 (ORCPT ); Thu, 12 Jan 2017 15:33:57 -0500 Received: from mail.kernel.org ([198.145.29.136]:50368 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750834AbdALUd4 (ORCPT ); Thu, 12 Jan 2017 15:33:56 -0500 Date: Thu, 12 Jan 2017 12:33:52 -0800 From: Dmitry Torokhov To: Wolfram Sang Cc: Rob Herring , Benjamin Tissoires , Pali =?iso-8859-1?Q?Roh=E1r?= , =?utf-8?B?TWljaGHFgiBLxJlwaWXFhA==?= , Jean Delvare , Takashi Iwai , linux-i2c@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2] i2c: do not enable fall back to Host Notify by default Message-ID: <20170112203352.GA17915@dtor-ws> References: <20170105045722.GA17958@dtor-ws> <20170112184101.slxulrvreq7zl2pc@ninjato> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170112184101.slxulrvreq7zl2pc@ninjato> 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 On Thu, Jan 12, 2017 at 07:41:01PM +0100, Wolfram Sang wrote: > On Wed, Jan 04, 2017 at 08:57:22PM -0800, Dmitry Torokhov wrote: > > Falling back unconditionally to HostNotify as primary client's interrupt > > breaks some drivers which alter their functionality depending on whether > > interrupt is present or not, so let's introduce a board flag telling I2C > > core explicitly if we want wired interrupt or HostNotify-based one: > > I2C_CLIENT_HOST_NOTIFY. > > > > For DT-based systems we introduce "host-notify" property that we convert > > to I2C_CLIENT_HOST_NOTIFY board flag. > > > > Tested-by: Benjamin Tissoires > > Signed-off-by: Dmitry Torokhov > > Applied to for-current, thanks! > > How do we handle driver fixes? Shall I take them via I2C to have the > dependency clear? Or can they go seperately? The drivers that need this will go [hopefully] into next so they should be OK to go through my tree. -- Dmitry