diff mbox series

[2/3] i2c: parport: simplify Kconfig description

Message ID 20200113210643.5033-3-wsa+renesas@sang-engineering.com
State Accepted
Headers show
Series i2c: for next API conversion, remove parport-light driver | expand

Commit Message

Wolfram Sang Jan. 13, 2020, 9:06 p.m. UTC
The driver is not 'new' anymore, so remove details from the driver it
surpassed.

Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
---
 drivers/i2c/busses/Kconfig | 10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)

Comments

Jean Delvare Jan. 15, 2020, 11:07 a.m. UTC | #1
On Mon, 13 Jan 2020 22:06:42 +0100, Wolfram Sang wrote:
> The driver is not 'new' anymore, so remove details from the driver it
> surpassed.
> 
> Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
> ---
>  drivers/i2c/busses/Kconfig | 10 ++--------
>  1 file changed, 2 insertions(+), 8 deletions(-)
> 
> diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig
> index 933f15f0ad67..b2840c5ebf24 100644
> --- a/drivers/i2c/busses/Kconfig
> +++ b/drivers/i2c/busses/Kconfig
> @@ -1202,14 +1202,8 @@ config I2C_PARPORT
>  	  This supports parallel port I2C adapters such as the ones made by
>  	  Philips or Velleman, Analog Devices evaluation boards, and more.
>  	  Basically any adapter using the parallel port as an I2C bus with
> -	  no extra chipset is supported by this driver, or could be.
> -
> -	  This driver is a replacement for (and was inspired by) an older
> -	  driver named i2c-philips-par.  The new driver supports more devices,
> -	  and makes it easier to add support for new devices.
> -
> -	  An adapter type parameter is now mandatory.  Please read the file
> -	  Documentation/i2c/busses/i2c-parport.rst for details.
> +	  no extra chipset is supported by this driver, or could be. Please
> +	  read the file Documentation/i2c/busses/i2c-parport.rst for details.
>  
>  	  This support is also available as a module.  If so, the module
>  	  will be called i2c-parport.

Reviewed-by: Jean Delvare <jdelvare@suse.de>
Wolfram Sang Jan. 15, 2020, 5:26 p.m. UTC | #2
On Mon, Jan 13, 2020 at 10:06:42PM +0100, Wolfram Sang wrote:
> The driver is not 'new' anymore, so remove details from the driver it
> surpassed.
> 
> Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>

Applied to for-next, thanks!
diff mbox series

Patch

diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig
index 933f15f0ad67..b2840c5ebf24 100644
--- a/drivers/i2c/busses/Kconfig
+++ b/drivers/i2c/busses/Kconfig
@@ -1202,14 +1202,8 @@  config I2C_PARPORT
 	  This supports parallel port I2C adapters such as the ones made by
 	  Philips or Velleman, Analog Devices evaluation boards, and more.
 	  Basically any adapter using the parallel port as an I2C bus with
-	  no extra chipset is supported by this driver, or could be.
-
-	  This driver is a replacement for (and was inspired by) an older
-	  driver named i2c-philips-par.  The new driver supports more devices,
-	  and makes it easier to add support for new devices.
-
-	  An adapter type parameter is now mandatory.  Please read the file
-	  Documentation/i2c/busses/i2c-parport.rst for details.
+	  no extra chipset is supported by this driver, or could be. Please
+	  read the file Documentation/i2c/busses/i2c-parport.rst for details.
 
 	  This support is also available as a module.  If so, the module
 	  will be called i2c-parport.