All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: SAMSUNG: remove unused SAMSUNG_GPIOLIB_4BIT Kconfig parameter
       [not found] <000001ced94433863209a92960$%han@samsung.com>
@ 2013-12-09  4:38   ` Michael Opdenacker
  0 siblings, 0 replies; 8+ messages in thread
From: Michael Opdenacker @ 2013-12-09  4:38 UTC (permalink / raw)
  To: linux, ben-linux, kgene.kim
  Cc: linux-arm-kernel, linux-kernel, linux-samsung-soc, Michael Opdenacker

This removes the SAMSUNG_GPIOLIB_4BIT Kconfig parameter,
which was no longer used anywhere in the source code
and Makefiles.

Signed-off-by: Michael Opdenacker <michael.opdenacker@free-electrons.com>
Reviewed-by: Jingoo Han <jg1.han@samsung.com>
---
 arch/arm/Kconfig              | 1 -
 arch/arm/plat-samsung/Kconfig | 8 --------
 2 files changed, 9 deletions(-)

diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index c1f1a7eee953..5e227a371401 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -740,7 +740,6 @@ config ARCH_S3C64XX
 	select S3C_DEV_NAND
 	select S3C_GPIO_TRACK
 	select SAMSUNG_ATAGS
-	select SAMSUNG_GPIOLIB_4BIT
 	select SAMSUNG_WAKEMASK
 	select SAMSUNG_WDT_RESET
 	select USB_ARCH_HAS_OHCI
diff --git a/arch/arm/plat-samsung/Kconfig b/arch/arm/plat-samsung/Kconfig
index 6d95d60276d6..58645a58d0d8 100644
--- a/arch/arm/plat-samsung/Kconfig
+++ b/arch/arm/plat-samsung/Kconfig
@@ -24,7 +24,6 @@ config PLAT_S5P
 	select S3C_GPIO_TRACK
 	select S5P_GPIO_DRVSTR
 	select SAMSUNG_CLKSRC if !COMMON_CLK
-	select SAMSUNG_GPIOLIB_4BIT
 	help
 	  Base platform code for Samsung's S5P series SoC.
 
@@ -115,13 +114,6 @@ config S5P_GPIO_INT
 
 # options for gpio configuration support
 
-config SAMSUNG_GPIOLIB_4BIT
-	bool
-	help
-	  GPIOlib file contains the 4 bit modification functions for gpio
-	  configuration. GPIOlib shall be compiled only for S3C64XX and S5P
-	  series of processors.
-
 config S5P_GPIO_DRVSTR
 	bool
 	help
-- 
1.8.3.2


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

* [PATCH] ARM: SAMSUNG: remove unused SAMSUNG_GPIOLIB_4BIT Kconfig parameter
@ 2013-12-09  4:38   ` Michael Opdenacker
  0 siblings, 0 replies; 8+ messages in thread
From: Michael Opdenacker @ 2013-12-09  4:38 UTC (permalink / raw)
  To: linux-arm-kernel

This removes the SAMSUNG_GPIOLIB_4BIT Kconfig parameter,
which was no longer used anywhere in the source code
and Makefiles.

Signed-off-by: Michael Opdenacker <michael.opdenacker@free-electrons.com>
Reviewed-by: Jingoo Han <jg1.han@samsung.com>
---
 arch/arm/Kconfig              | 1 -
 arch/arm/plat-samsung/Kconfig | 8 --------
 2 files changed, 9 deletions(-)

diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index c1f1a7eee953..5e227a371401 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -740,7 +740,6 @@ config ARCH_S3C64XX
 	select S3C_DEV_NAND
 	select S3C_GPIO_TRACK
 	select SAMSUNG_ATAGS
-	select SAMSUNG_GPIOLIB_4BIT
 	select SAMSUNG_WAKEMASK
 	select SAMSUNG_WDT_RESET
 	select USB_ARCH_HAS_OHCI
diff --git a/arch/arm/plat-samsung/Kconfig b/arch/arm/plat-samsung/Kconfig
index 6d95d60276d6..58645a58d0d8 100644
--- a/arch/arm/plat-samsung/Kconfig
+++ b/arch/arm/plat-samsung/Kconfig
@@ -24,7 +24,6 @@ config PLAT_S5P
 	select S3C_GPIO_TRACK
 	select S5P_GPIO_DRVSTR
 	select SAMSUNG_CLKSRC if !COMMON_CLK
-	select SAMSUNG_GPIOLIB_4BIT
 	help
 	  Base platform code for Samsung's S5P series SoC.
 
@@ -115,13 +114,6 @@ config S5P_GPIO_INT
 
 # options for gpio configuration support
 
-config SAMSUNG_GPIOLIB_4BIT
-	bool
-	help
-	  GPIOlib file contains the 4 bit modification functions for gpio
-	  configuration. GPIOlib shall be compiled only for S3C64XX and S5P
-	  series of processors.
-
 config S5P_GPIO_DRVSTR
 	bool
 	help
-- 
1.8.3.2

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

* Re: [PATCH] ARM: SAMSUNG: remove unused SAMSUNG_GPIOLIB_4BIT Kconfig parameter
  2013-12-09  4:38   ` Michael Opdenacker
@ 2013-12-09 21:19     ` Kukjin Kim
  -1 siblings, 0 replies; 8+ messages in thread
From: Kukjin Kim @ 2013-12-09 21:19 UTC (permalink / raw)
  To: Michael Opdenacker
  Cc: linux, ben-linux, kgene.kim, linux-samsung-soc, linux-kernel,
	linux-arm-kernel

On 12/09/13 13:38, Michael Opdenacker wrote:
> This removes the SAMSUNG_GPIOLIB_4BIT Kconfig parameter,
> which was no longer used anywhere in the source code
> and Makefiles.
>
> Signed-off-by: Michael Opdenacker<michael.opdenacker@free-electrons.com>
> Reviewed-by: Jingoo Han<jg1.han@samsung.com>
> ---
>   arch/arm/Kconfig              | 1 -
>   arch/arm/plat-samsung/Kconfig | 8 --------
>   2 files changed, 9 deletions(-)
>
> diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
> index c1f1a7eee953..5e227a371401 100644
> --- a/arch/arm/Kconfig
> +++ b/arch/arm/Kconfig
> @@ -740,7 +740,6 @@ config ARCH_S3C64XX
>   	select S3C_DEV_NAND
>   	select S3C_GPIO_TRACK
>   	select SAMSUNG_ATAGS
> -	select SAMSUNG_GPIOLIB_4BIT
>   	select SAMSUNG_WAKEMASK
>   	select SAMSUNG_WDT_RESET
>   	select USB_ARCH_HAS_OHCI
> diff --git a/arch/arm/plat-samsung/Kconfig b/arch/arm/plat-samsung/Kconfig
> index 6d95d60276d6..58645a58d0d8 100644
> --- a/arch/arm/plat-samsung/Kconfig
> +++ b/arch/arm/plat-samsung/Kconfig
> @@ -24,7 +24,6 @@ config PLAT_S5P
>   	select S3C_GPIO_TRACK
>   	select S5P_GPIO_DRVSTR
>   	select SAMSUNG_CLKSRC if !COMMON_CLK
> -	select SAMSUNG_GPIOLIB_4BIT
>   	help
>   	  Base platform code for Samsung's S5P series SoC.
>
> @@ -115,13 +114,6 @@ config S5P_GPIO_INT
>
>   # options for gpio configuration support
>
> -config SAMSUNG_GPIOLIB_4BIT
> -	bool
> -	help
> -	  GPIOlib file contains the 4 bit modification functions for gpio
> -	  configuration. GPIOlib shall be compiled only for S3C64XX and S5P
> -	  series of processors.
> -
>   config S5P_GPIO_DRVSTR
>   	bool
>   	help

OK, applied.

Thanks
Kukjin

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

* [PATCH] ARM: SAMSUNG: remove unused SAMSUNG_GPIOLIB_4BIT Kconfig parameter
@ 2013-12-09 21:19     ` Kukjin Kim
  0 siblings, 0 replies; 8+ messages in thread
From: Kukjin Kim @ 2013-12-09 21:19 UTC (permalink / raw)
  To: linux-arm-kernel

On 12/09/13 13:38, Michael Opdenacker wrote:
> This removes the SAMSUNG_GPIOLIB_4BIT Kconfig parameter,
> which was no longer used anywhere in the source code
> and Makefiles.
>
> Signed-off-by: Michael Opdenacker<michael.opdenacker@free-electrons.com>
> Reviewed-by: Jingoo Han<jg1.han@samsung.com>
> ---
>   arch/arm/Kconfig              | 1 -
>   arch/arm/plat-samsung/Kconfig | 8 --------
>   2 files changed, 9 deletions(-)
>
> diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
> index c1f1a7eee953..5e227a371401 100644
> --- a/arch/arm/Kconfig
> +++ b/arch/arm/Kconfig
> @@ -740,7 +740,6 @@ config ARCH_S3C64XX
>   	select S3C_DEV_NAND
>   	select S3C_GPIO_TRACK
>   	select SAMSUNG_ATAGS
> -	select SAMSUNG_GPIOLIB_4BIT
>   	select SAMSUNG_WAKEMASK
>   	select SAMSUNG_WDT_RESET
>   	select USB_ARCH_HAS_OHCI
> diff --git a/arch/arm/plat-samsung/Kconfig b/arch/arm/plat-samsung/Kconfig
> index 6d95d60276d6..58645a58d0d8 100644
> --- a/arch/arm/plat-samsung/Kconfig
> +++ b/arch/arm/plat-samsung/Kconfig
> @@ -24,7 +24,6 @@ config PLAT_S5P
>   	select S3C_GPIO_TRACK
>   	select S5P_GPIO_DRVSTR
>   	select SAMSUNG_CLKSRC if !COMMON_CLK
> -	select SAMSUNG_GPIOLIB_4BIT
>   	help
>   	  Base platform code for Samsung's S5P series SoC.
>
> @@ -115,13 +114,6 @@ config S5P_GPIO_INT
>
>   # options for gpio configuration support
>
> -config SAMSUNG_GPIOLIB_4BIT
> -	bool
> -	help
> -	  GPIOlib file contains the 4 bit modification functions for gpio
> -	  configuration. GPIOlib shall be compiled only for S3C64XX and S5P
> -	  series of processors.
> -
>   config S5P_GPIO_DRVSTR
>   	bool
>   	help

OK, applied.

Thanks
Kukjin

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

* Re: [PATCH] ARM: SAMSUNG: remove unused SAMSUNG_GPIOLIB_4BIT Kconfig parameter
  2013-11-04  9:51 ` Michael Opdenacker
@ 2013-11-04  9:56   ` Jingoo Han
  -1 siblings, 0 replies; 8+ messages in thread
From: Jingoo Han @ 2013-11-04  9:56 UTC (permalink / raw)
  To: 'Michael Opdenacker'
  Cc: 'Kukjin Kim',
	linux-samsung-soc, linux, 'Ben Dooks',
	linux-arm-kernel, linux-kernel, 'Jingoo Han'

On Monday, November 04, 2013 6:51 PM, Michael Opdenacker wrote:
> 
> This removes the SAMSUNG_GPIOLIB_4BIT Kconfig parameter,
> which was no longer used anywhere in the source code
> and Makefiles.
> 
> Signed-off-by: Michael Opdenacker <michael.opdenacker@free-electrons.com>

It looks good.
Reviewed-by: Jingoo Han <jg1.han@samsung.com>

Best regards,
Jingoo Han

> ---
>  arch/arm/Kconfig              | 1 -
>  arch/arm/plat-samsung/Kconfig | 8 --------
>  2 files changed, 9 deletions(-)


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

* [PATCH] ARM: SAMSUNG: remove unused SAMSUNG_GPIOLIB_4BIT Kconfig parameter
@ 2013-11-04  9:56   ` Jingoo Han
  0 siblings, 0 replies; 8+ messages in thread
From: Jingoo Han @ 2013-11-04  9:56 UTC (permalink / raw)
  To: linux-arm-kernel

On Monday, November 04, 2013 6:51 PM, Michael Opdenacker wrote:
> 
> This removes the SAMSUNG_GPIOLIB_4BIT Kconfig parameter,
> which was no longer used anywhere in the source code
> and Makefiles.
> 
> Signed-off-by: Michael Opdenacker <michael.opdenacker@free-electrons.com>

It looks good.
Reviewed-by: Jingoo Han <jg1.han@samsung.com>

Best regards,
Jingoo Han

> ---
>  arch/arm/Kconfig              | 1 -
>  arch/arm/plat-samsung/Kconfig | 8 --------
>  2 files changed, 9 deletions(-)

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

* [PATCH] ARM: SAMSUNG: remove unused SAMSUNG_GPIOLIB_4BIT Kconfig parameter
@ 2013-11-04  9:51 ` Michael Opdenacker
  0 siblings, 0 replies; 8+ messages in thread
From: Michael Opdenacker @ 2013-11-04  9:51 UTC (permalink / raw)
  To: linux, ben-linux, kgene.kim
  Cc: linux-arm-kernel, linux-kernel, linux-samsung-soc, Michael Opdenacker

This removes the SAMSUNG_GPIOLIB_4BIT Kconfig parameter,
which was no longer used anywhere in the source code
and Makefiles.

Signed-off-by: Michael Opdenacker <michael.opdenacker@free-electrons.com>
---
 arch/arm/Kconfig              | 1 -
 arch/arm/plat-samsung/Kconfig | 8 --------
 2 files changed, 9 deletions(-)

diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 1ad6fb6c094d..c9f554f73458 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -741,7 +741,6 @@ config ARCH_S3C64XX
 	select S3C_GPIO_TRACK
 	select SAMSUNG_ATAGS
 	select SAMSUNG_CLKSRC
-	select SAMSUNG_GPIOLIB_4BIT
 	select SAMSUNG_WDT_RESET
 	select USB_ARCH_HAS_OHCI
 	help
diff --git a/arch/arm/plat-samsung/Kconfig b/arch/arm/plat-samsung/Kconfig
index 7dfba937d8fc..12c7f2998540 100644
--- a/arch/arm/plat-samsung/Kconfig
+++ b/arch/arm/plat-samsung/Kconfig
@@ -24,7 +24,6 @@ config PLAT_S5P
 	select S3C_GPIO_TRACK
 	select S5P_GPIO_DRVSTR
 	select SAMSUNG_CLKSRC if !COMMON_CLK
-	select SAMSUNG_GPIOLIB_4BIT
 	help
 	  Base platform code for Samsung's S5P series SoC.
 
@@ -115,13 +114,6 @@ config S5P_GPIO_INT
 
 # options for gpio configuration support
 
-config SAMSUNG_GPIOLIB_4BIT
-	bool
-	help
-	  GPIOlib file contains the 4 bit modification functions for gpio
-	  configuration. GPIOlib shall be compiled only for S3C64XX and S5P
-	  series of processors.
-
 config S5P_GPIO_DRVSTR
 	bool
 	help
-- 
1.8.1.2


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

* [PATCH] ARM: SAMSUNG: remove unused SAMSUNG_GPIOLIB_4BIT Kconfig parameter
@ 2013-11-04  9:51 ` Michael Opdenacker
  0 siblings, 0 replies; 8+ messages in thread
From: Michael Opdenacker @ 2013-11-04  9:51 UTC (permalink / raw)
  To: linux-arm-kernel

This removes the SAMSUNG_GPIOLIB_4BIT Kconfig parameter,
which was no longer used anywhere in the source code
and Makefiles.

Signed-off-by: Michael Opdenacker <michael.opdenacker@free-electrons.com>
---
 arch/arm/Kconfig              | 1 -
 arch/arm/plat-samsung/Kconfig | 8 --------
 2 files changed, 9 deletions(-)

diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 1ad6fb6c094d..c9f554f73458 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -741,7 +741,6 @@ config ARCH_S3C64XX
 	select S3C_GPIO_TRACK
 	select SAMSUNG_ATAGS
 	select SAMSUNG_CLKSRC
-	select SAMSUNG_GPIOLIB_4BIT
 	select SAMSUNG_WDT_RESET
 	select USB_ARCH_HAS_OHCI
 	help
diff --git a/arch/arm/plat-samsung/Kconfig b/arch/arm/plat-samsung/Kconfig
index 7dfba937d8fc..12c7f2998540 100644
--- a/arch/arm/plat-samsung/Kconfig
+++ b/arch/arm/plat-samsung/Kconfig
@@ -24,7 +24,6 @@ config PLAT_S5P
 	select S3C_GPIO_TRACK
 	select S5P_GPIO_DRVSTR
 	select SAMSUNG_CLKSRC if !COMMON_CLK
-	select SAMSUNG_GPIOLIB_4BIT
 	help
 	  Base platform code for Samsung's S5P series SoC.
 
@@ -115,13 +114,6 @@ config S5P_GPIO_INT
 
 # options for gpio configuration support
 
-config SAMSUNG_GPIOLIB_4BIT
-	bool
-	help
-	  GPIOlib file contains the 4 bit modification functions for gpio
-	  configuration. GPIOlib shall be compiled only for S3C64XX and S5P
-	  series of processors.
-
 config S5P_GPIO_DRVSTR
 	bool
 	help
-- 
1.8.1.2

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

end of thread, other threads:[~2013-12-09 21:19 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <000001ced94433863209a92960$%han@samsung.com>
2013-12-09  4:38 ` [PATCH] ARM: SAMSUNG: remove unused SAMSUNG_GPIOLIB_4BIT Kconfig parameter Michael Opdenacker
2013-12-09  4:38   ` Michael Opdenacker
2013-12-09 21:19   ` Kukjin Kim
2013-12-09 21:19     ` Kukjin Kim
2013-11-04  9:51 Michael Opdenacker
2013-11-04  9:51 ` Michael Opdenacker
2013-11-04  9:56 ` Jingoo Han
2013-11-04  9:56   ` Jingoo Han

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.