public inbox for kernel-janitors@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Kconfig: Fix the reference to the RFD77402 ToF sensor in the 'help' section
@ 2019-08-19  4:48 Christophe JAILLET
  2019-08-19  5:04 ` [PATCH] Kconfig: Fix the reference to the IDT77105 Phy driver in the description of ATM_NICSTAR_USE_ Christophe JAILLET
  2019-08-25 18:09 ` [PATCH] Kconfig: Fix the reference to the RFD77402 ToF sensor in the 'help' section Jonathan Cameron
  0 siblings, 2 replies; 4+ messages in thread
From: Christophe JAILLET @ 2019-08-19  4:48 UTC (permalink / raw)
  To: jic23, knaack.h, lars, pmeerw, ak, robh, songqiang1304521, tglx
  Cc: linux-iio, linux-kernel, kernel-janitors, Christophe JAILLET

This should be RFD77402, not RFD77420.

Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
---
Not sure that the Kconfig prefix is correct. I have choosen it because of
commit 21cf20a84a ("Kconfig: change configuration of srf04 ultrasonic iio sensor")
---
 drivers/iio/proximity/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/iio/proximity/Kconfig b/drivers/iio/proximity/Kconfig
index 6b5cce6f1a7b..d53601447da4 100644
--- a/drivers/iio/proximity/Kconfig
+++ b/drivers/iio/proximity/Kconfig
@@ -62,7 +62,7 @@ config RFD77402
 	tristate "RFD77402 ToF sensor"
 	depends on I2C
 	help
-	  Say Y to build a driver for the RFD77420 Time-of-Flight (distance)
+	  Say Y to build a driver for the RFD77402 Time-of-Flight (distance)
 	  sensor module with I2C interface.
 
 	  To compile this driver as a module, choose M here: the
-- 
2.20.1

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH] Kconfig: Fix the reference to the IDT77105 Phy driver in the description of ATM_NICSTAR_USE_
  2019-08-19  4:48 [PATCH] Kconfig: Fix the reference to the RFD77402 ToF sensor in the 'help' section Christophe JAILLET
@ 2019-08-19  5:04 ` Christophe JAILLET
  2019-08-20  1:15   ` [PATCH] Kconfig: Fix the reference to the IDT77105 Phy driver in the description of ATM_NICSTAR_ David Miller
  2019-08-25 18:09 ` [PATCH] Kconfig: Fix the reference to the RFD77402 ToF sensor in the 'help' section Jonathan Cameron
  1 sibling, 1 reply; 4+ messages in thread
From: Christophe JAILLET @ 2019-08-19  5:04 UTC (permalink / raw)
  To: 3chas3
  Cc: linux-atm-general, netdev, linux-kernel, kernel-janitors,
	Christophe JAILLET

This should be IDT77105, not IDT77015.

Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
---
 drivers/atm/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/atm/Kconfig b/drivers/atm/Kconfig
index 2e2efa577437..8c37294f1d1e 100644
--- a/drivers/atm/Kconfig
+++ b/drivers/atm/Kconfig
@@ -200,7 +200,7 @@ config ATM_NICSTAR_USE_SUNI
 	  make the card work).
 
 config ATM_NICSTAR_USE_IDT77105
-	bool "Use IDT77015 PHY driver (25Mbps)"
+	bool "Use IDT77105 PHY driver (25Mbps)"
 	depends on ATM_NICSTAR
 	help
 	  Support for the PHYsical layer chip in ForeRunner LE25 cards. In
-- 
2.20.1

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] Kconfig: Fix the reference to the IDT77105 Phy driver in the description of ATM_NICSTAR_
  2019-08-19  5:04 ` [PATCH] Kconfig: Fix the reference to the IDT77105 Phy driver in the description of ATM_NICSTAR_USE_ Christophe JAILLET
@ 2019-08-20  1:15   ` David Miller
  0 siblings, 0 replies; 4+ messages in thread
From: David Miller @ 2019-08-20  1:15 UTC (permalink / raw)
  To: christophe.jaillet
  Cc: 3chas3, linux-atm-general, netdev, linux-kernel, kernel-janitors

From: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Date: Mon, 19 Aug 2019 07:04:25 +0200

> This should be IDT77105, not IDT77015.
> 
> Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>

Applied.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] Kconfig: Fix the reference to the RFD77402 ToF sensor in the 'help' section
  2019-08-19  4:48 [PATCH] Kconfig: Fix the reference to the RFD77402 ToF sensor in the 'help' section Christophe JAILLET
  2019-08-19  5:04 ` [PATCH] Kconfig: Fix the reference to the IDT77105 Phy driver in the description of ATM_NICSTAR_USE_ Christophe JAILLET
@ 2019-08-25 18:09 ` Jonathan Cameron
  1 sibling, 0 replies; 4+ messages in thread
From: Jonathan Cameron @ 2019-08-25 18:09 UTC (permalink / raw)
  To: Christophe JAILLET
  Cc: knaack.h, lars, pmeerw, ak, robh, songqiang1304521, tglx,
	linux-iio, linux-kernel, kernel-janitors

On Mon, 19 Aug 2019 06:48:27 +0200
Christophe JAILLET <christophe.jaillet@wanadoo.fr> wrote:

> This should be RFD77402, not RFD77420.
> 
> Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
> ---
> Not sure that the Kconfig prefix is correct. I have choosen it because of
> commit 21cf20a84a ("Kconfig: change configuration of srf04 ultrasonic iio sensor")

Applied thanks.  I left the prefix alone, though it's a bit unusual.

Thanks,

Jonathan
> ---
>  drivers/iio/proximity/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/iio/proximity/Kconfig b/drivers/iio/proximity/Kconfig
> index 6b5cce6f1a7b..d53601447da4 100644
> --- a/drivers/iio/proximity/Kconfig
> +++ b/drivers/iio/proximity/Kconfig
> @@ -62,7 +62,7 @@ config RFD77402
>  	tristate "RFD77402 ToF sensor"
>  	depends on I2C
>  	help
> -	  Say Y to build a driver for the RFD77420 Time-of-Flight (distance)
> +	  Say Y to build a driver for the RFD77402 Time-of-Flight (distance)
>  	  sensor module with I2C interface.
>  
>  	  To compile this driver as a module, choose M here: the

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-08-25 18:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-08-19  4:48 [PATCH] Kconfig: Fix the reference to the RFD77402 ToF sensor in the 'help' section Christophe JAILLET
2019-08-19  5:04 ` [PATCH] Kconfig: Fix the reference to the IDT77105 Phy driver in the description of ATM_NICSTAR_USE_ Christophe JAILLET
2019-08-20  1:15   ` [PATCH] Kconfig: Fix the reference to the IDT77105 Phy driver in the description of ATM_NICSTAR_ David Miller
2019-08-25 18:09 ` [PATCH] Kconfig: Fix the reference to the RFD77402 ToF sensor in the 'help' section Jonathan Cameron

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox