diff mbox

i2c: Update the description of I2C_SMBUS

Message ID 20160718123943.255b6599@endymion
State Accepted
Headers show

Commit Message

Jean Delvare July 18, 2016, 10:39 a.m. UTC
We support the SMBus Host Notify protocol now.

Signed-off-by: Jean Delvare <jdelvare@suse.de>
Cc: Benjamin Tissoires <benjamin.tissoires@redhat.com>
Cc: Wolfram Sang <wsa@the-dreams.de>
---
 drivers/i2c/Kconfig |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Benjamin Tissoires July 18, 2016, 3:36 p.m. UTC | #1
On Jul 18 2016 or thereabouts, Jean Delvare wrote:
> We support the SMBus Host Notify protocol now.
> 
> Signed-off-by: Jean Delvare <jdelvare@suse.de>
> Cc: Benjamin Tissoires <benjamin.tissoires@redhat.com>
> Cc: Wolfram Sang <wsa@the-dreams.de>

Reviewed-by: Benjamin Tissoires <benjamin.tissoires@redhat.com>

Cheers,
Benjamin

> ---
>  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.
> 
> 
> -- 
> Jean Delvare
> SUSE L3 Support
--
To unsubscribe from this list: send the line "unsubscribe linux-i2c" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Wolfram Sang July 18, 2016, 6:12 p.m. UTC | #2
On Mon, Jul 18, 2016 at 12:39:43PM +0200, Jean Delvare wrote:
> We support the SMBus Host Notify protocol now.
> 
> Signed-off-by: Jean Delvare <jdelvare@suse.de>
> Cc: Benjamin Tissoires <benjamin.tissoires@redhat.com>
> Cc: Wolfram Sang <wsa@the-dreams.de>

Applied to for-next, thanks!
diff mbox

Patch

--- 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.