From patchwork Mon Jul 18 10:39:43 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jean Delvare X-Patchwork-Id: 649485 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 3rtKS42bmyz9s3v for ; Mon, 18 Jul 2016 20:39:48 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750965AbcGRKjr (ORCPT ); Mon, 18 Jul 2016 06:39:47 -0400 Received: from mx2.suse.de ([195.135.220.15]:38478 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750837AbcGRKjq (ORCPT ); Mon, 18 Jul 2016 06:39:46 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (charybdis-ext.suse.de [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id A4C3FACCE; Mon, 18 Jul 2016 10:39:44 +0000 (UTC) Date: Mon, 18 Jul 2016 12:39:43 +0200 From: Jean Delvare To: Linux I2C Cc: Benjamin Tissoires , Wolfram Sang Subject: [PATCH] i2c: Update the description of I2C_SMBUS Message-ID: <20160718123943.255b6599@endymion> Organization: SUSE Linux X-Mailer: Claws Mail 3.12.0 (GTK+ 2.24.30; x86_64-suse-linux-gnu) MIME-Version: 1.0 Sender: linux-i2c-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-i2c@vger.kernel.org We support the SMBus Host Notify protocol now. Signed-off-by: Jean Delvare Cc: Benjamin Tissoires Cc: Wolfram Sang Reviewed-by: Benjamin Tissoires --- drivers/i2c/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- linux-4.7-rc7.orig/drivers/i2c/Kconfig 2016-07-04 08:01:00.000000000 +0200 +++ linux-4.7-rc7/drivers/i2c/Kconfig 2016-07-18 12:34:11.058067963 +0200 @@ -88,8 +88,8 @@ config I2C_SMBUS tristate "SMBus-specific protocols" if !I2C_HELPER_AUTO help Say Y here if you want support for SMBus extensions to the I2C - specification. At the moment, the only supported extension is - the SMBus alert protocol. + specification. At the moment, two extensions are supported: + the SMBus Alert protocol and the SMBus Host Notify protocol. This support is also available as a module. If so, the module will be called i2c-smbus.