diff mbox series

[U-Boot,v2,1/3] i2c: muxes: pca954x: update list of supported devices

Message ID 20190409065743.32174-1-luca@lucaceresoli.net
State Accepted
Commit 4cdf4e0655823fbb0c937cab939e54a1527fa01e
Delegated to: Heiko Schocher
Headers show
Series [U-Boot,v2,1/3] i2c: muxes: pca954x: update list of supported devices | expand

Commit Message

Luca Ceresoli April 9, 2019, 6:57 a.m. UTC
The Kconfig help has not been updated while adding PCA9547 and PCA9646.

Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>

---

Changes v1 -> v2:
 - add missing comma (Michal)
 - reword and rewrap the sentence
---
 drivers/i2c/muxes/Kconfig | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Comments

Michal Simek April 9, 2019, 7:02 a.m. UTC | #1
On 09. 04. 19 8:57, Luca Ceresoli wrote:
> The Kconfig help has not been updated while adding PCA9547 and PCA9646.
> 
> Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
> 
> ---
> 
> Changes v1 -> v2:
>  - add missing comma (Michal)
>  - reword and rewrap the sentence
> ---
>  drivers/i2c/muxes/Kconfig | 10 +++++-----
>  1 file changed, 5 insertions(+), 5 deletions(-)
> 
> diff --git a/drivers/i2c/muxes/Kconfig b/drivers/i2c/muxes/Kconfig
> index b0da67ce2c6b..4a601c88b78f 100644
> --- a/drivers/i2c/muxes/Kconfig
> +++ b/drivers/i2c/muxes/Kconfig
> @@ -29,11 +29,11 @@ config I2C_MUX_PCA954x
>  	tristate "TI PCA954x I2C Mux/switches"
>  	depends on I2C_MUX
>  	help
> -	  If you say yes here you get support for the TI PCA954x
> -	  I2C mux/switch devices. It is x width I2C multiplexer which enables to
> -	  partitioning I2C bus and connect multiple devices with the same address
> -	  to the same I2C controller where driver handles proper routing to
> -	  target i2c device. PCA9544 and PCA9548 are supported.
> +	  If you say yes here you get support for the TI PCA954x I2C mux/switch
> +	  devices. It is x width I2C multiplexer which enables to partitioning
> +	  I2C bus and connect multiple devices with the same address to the same
> +	  I2C controller where driver handles proper routing to target i2c
> +	  device. Supported chips are PCA9544, PCA9547, PCA9548 and PCA9646.
>  
>  config I2C_MUX_GPIO
>          tristate "GPIO-based I2C multiplexer"
> 

Acked-by: Michal Simek <michal.simek@xilinx.com>

Thanks,
Michal
Heiko Schocher April 9, 2019, 1:16 p.m. UTC | #2
Hello Luca,

Am 09.04.2019 um 08:57 schrieb Luca Ceresoli:
> The Kconfig help has not been updated while adding PCA9547 and PCA9646.
> 
> Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
> 
> ---
> 
> Changes v1 -> v2:
>   - add missing comma (Michal)
>   - reword and rewrap the sentence
> ---
>   drivers/i2c/muxes/Kconfig | 10 +++++-----
>   1 file changed, 5 insertions(+), 5 deletions(-)

Reviewed-by: Heiko Schocher<hs@denx.de>

bye,
Heiko
Heiko Schocher April 10, 2019, 5:41 a.m. UTC | #3
Hello Luca,

Am 09.04.2019 um 08:57 schrieb Luca Ceresoli:
> The Kconfig help has not been updated while adding PCA9547 and PCA9646.
> 
> Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
> 
> ---
> 
> Changes v1 -> v2:
>   - add missing comma (Michal)
>   - reword and rewrap the sentence
> ---
>   drivers/i2c/muxes/Kconfig | 10 +++++-----
>   1 file changed, 5 insertions(+), 5 deletions(-)

Applied to u-boot-i2c.git master

Thanks!

bye,
Heiko
diff mbox series

Patch

diff --git a/drivers/i2c/muxes/Kconfig b/drivers/i2c/muxes/Kconfig
index b0da67ce2c6b..4a601c88b78f 100644
--- a/drivers/i2c/muxes/Kconfig
+++ b/drivers/i2c/muxes/Kconfig
@@ -29,11 +29,11 @@  config I2C_MUX_PCA954x
 	tristate "TI PCA954x I2C Mux/switches"
 	depends on I2C_MUX
 	help
-	  If you say yes here you get support for the TI PCA954x
-	  I2C mux/switch devices. It is x width I2C multiplexer which enables to
-	  partitioning I2C bus and connect multiple devices with the same address
-	  to the same I2C controller where driver handles proper routing to
-	  target i2c device. PCA9544 and PCA9548 are supported.
+	  If you say yes here you get support for the TI PCA954x I2C mux/switch
+	  devices. It is x width I2C multiplexer which enables to partitioning
+	  I2C bus and connect multiple devices with the same address to the same
+	  I2C controller where driver handles proper routing to target i2c
+	  device. Supported chips are PCA9544, PCA9547, PCA9548 and PCA9646.
 
 config I2C_MUX_GPIO
         tristate "GPIO-based I2C multiplexer"