All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/1] mfd: max77686: Remove unused struct max77686_opmode_data
@ 2015-05-06 17:07 ` Javier Martinez Canillas
  0 siblings, 0 replies; 8+ messages in thread
From: Javier Martinez Canillas @ 2015-05-06 17:07 UTC (permalink / raw)
  To: Lee Jones
  Cc: Chanwoo Choi, Krzysztof Kozlowski, Samuel Ortiz, Olof Johansson,
	Doug Anderson, linux-arm-kernel, linux-samsung-soc, linux-kernel,
	Javier Martinez Canillas

The defined struct max77686_opmode_data isn't used neither by
the max77686 mfd driver nor the drivers for its sub-devices.

Signed-off-by: Javier Martinez Canillas <javier.martinez@collabora.co.uk>
---
 include/linux/mfd/max77686.h | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/include/linux/mfd/max77686.h b/include/linux/mfd/max77686.h
index bb995ab9a575..d4b72d519115 100644
--- a/include/linux/mfd/max77686.h
+++ b/include/linux/mfd/max77686.h
@@ -125,9 +125,4 @@ enum max77686_opmode {
 	MAX77686_OPMODE_STANDBY,
 };
 
-struct max77686_opmode_data {
-	int id;
-	int mode;
-};
-
 #endif /* __LINUX_MFD_MAX77686_H */
-- 
2.1.4


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

* [PATCH 1/1] mfd: max77686: Remove unused struct max77686_opmode_data
@ 2015-05-06 17:07 ` Javier Martinez Canillas
  0 siblings, 0 replies; 8+ messages in thread
From: Javier Martinez Canillas @ 2015-05-06 17:07 UTC (permalink / raw)
  To: linux-arm-kernel

The defined struct max77686_opmode_data isn't used neither by
the max77686 mfd driver nor the drivers for its sub-devices.

Signed-off-by: Javier Martinez Canillas <javier.martinez@collabora.co.uk>
---
 include/linux/mfd/max77686.h | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/include/linux/mfd/max77686.h b/include/linux/mfd/max77686.h
index bb995ab9a575..d4b72d519115 100644
--- a/include/linux/mfd/max77686.h
+++ b/include/linux/mfd/max77686.h
@@ -125,9 +125,4 @@ enum max77686_opmode {
 	MAX77686_OPMODE_STANDBY,
 };
 
-struct max77686_opmode_data {
-	int id;
-	int mode;
-};
-
 #endif /* __LINUX_MFD_MAX77686_H */
-- 
2.1.4

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

* Re: [PATCH 1/1] mfd: max77686: Remove unused struct max77686_opmode_data
  2015-05-06 17:07 ` Javier Martinez Canillas
@ 2015-05-06 23:53   ` Krzysztof Kozlowski
  -1 siblings, 0 replies; 8+ messages in thread
From: Krzysztof Kozlowski @ 2015-05-06 23:53 UTC (permalink / raw)
  To: Javier Martinez Canillas, Lee Jones
  Cc: Chanwoo Choi, Samuel Ortiz, Olof Johansson, Doug Anderson,
	linux-arm-kernel, linux-samsung-soc, linux-kernel

On 07.05.2015 02:07, Javier Martinez Canillas wrote:
> The defined struct max77686_opmode_data isn't used neither by
> the max77686 mfd driver nor the drivers for its sub-devices.
>
> Signed-off-by: Javier Martinez Canillas <javier.martinez@collabora.co.uk>

Reviewed-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>

Best regards,
Krzysztof

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

* [PATCH 1/1] mfd: max77686: Remove unused struct max77686_opmode_data
@ 2015-05-06 23:53   ` Krzysztof Kozlowski
  0 siblings, 0 replies; 8+ messages in thread
From: Krzysztof Kozlowski @ 2015-05-06 23:53 UTC (permalink / raw)
  To: linux-arm-kernel

On 07.05.2015 02:07, Javier Martinez Canillas wrote:
> The defined struct max77686_opmode_data isn't used neither by
> the max77686 mfd driver nor the drivers for its sub-devices.
>
> Signed-off-by: Javier Martinez Canillas <javier.martinez@collabora.co.uk>

Reviewed-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>

Best regards,
Krzysztof

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

* Re: [PATCH 1/1] mfd: max77686: Remove unused struct max77686_opmode_data
  2015-05-06 17:07 ` Javier Martinez Canillas
@ 2015-05-07  1:49   ` Chanwoo Choi
  -1 siblings, 0 replies; 8+ messages in thread
From: Chanwoo Choi @ 2015-05-07  1:49 UTC (permalink / raw)
  To: Javier Martinez Canillas
  Cc: Lee Jones, Krzysztof Kozlowski, Samuel Ortiz, Olof Johansson,
	Doug Anderson, linux-arm-kernel, linux-samsung-soc, linux-kernel

On 05/07/2015 02:07 AM, Javier Martinez Canillas wrote:
> The defined struct max77686_opmode_data isn't used neither by
> the max77686 mfd driver nor the drivers for its sub-devices.
> 
> Signed-off-by: Javier Martinez Canillas <javier.martinez@collabora.co.uk>
> ---
>  include/linux/mfd/max77686.h | 5 -----
>  1 file changed, 5 deletions(-)
> 
> diff --git a/include/linux/mfd/max77686.h b/include/linux/mfd/max77686.h
> index bb995ab9a575..d4b72d519115 100644
> --- a/include/linux/mfd/max77686.h
> +++ b/include/linux/mfd/max77686.h
> @@ -125,9 +125,4 @@ enum max77686_opmode {
>  	MAX77686_OPMODE_STANDBY,
>  };
>  
> -struct max77686_opmode_data {
> -	int id;
> -	int mode;
> -};
> -
>  #endif /* __LINUX_MFD_MAX77686_H */
> 

Reviewed-by: Chanwoo Choi <cw00.choi@samsung.com>

Thanks,
Chanwoo Choi

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

* [PATCH 1/1] mfd: max77686: Remove unused struct max77686_opmode_data
@ 2015-05-07  1:49   ` Chanwoo Choi
  0 siblings, 0 replies; 8+ messages in thread
From: Chanwoo Choi @ 2015-05-07  1:49 UTC (permalink / raw)
  To: linux-arm-kernel

On 05/07/2015 02:07 AM, Javier Martinez Canillas wrote:
> The defined struct max77686_opmode_data isn't used neither by
> the max77686 mfd driver nor the drivers for its sub-devices.
> 
> Signed-off-by: Javier Martinez Canillas <javier.martinez@collabora.co.uk>
> ---
>  include/linux/mfd/max77686.h | 5 -----
>  1 file changed, 5 deletions(-)
> 
> diff --git a/include/linux/mfd/max77686.h b/include/linux/mfd/max77686.h
> index bb995ab9a575..d4b72d519115 100644
> --- a/include/linux/mfd/max77686.h
> +++ b/include/linux/mfd/max77686.h
> @@ -125,9 +125,4 @@ enum max77686_opmode {
>  	MAX77686_OPMODE_STANDBY,
>  };
>  
> -struct max77686_opmode_data {
> -	int id;
> -	int mode;
> -};
> -
>  #endif /* __LINUX_MFD_MAX77686_H */
> 

Reviewed-by: Chanwoo Choi <cw00.choi@samsung.com>

Thanks,
Chanwoo Choi

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

* Re: [PATCH 1/1] mfd: max77686: Remove unused struct max77686_opmode_data
  2015-05-06 17:07 ` Javier Martinez Canillas
@ 2015-05-07  6:58   ` Lee Jones
  -1 siblings, 0 replies; 8+ messages in thread
From: Lee Jones @ 2015-05-07  6:58 UTC (permalink / raw)
  To: Javier Martinez Canillas
  Cc: Chanwoo Choi, Krzysztof Kozlowski, Samuel Ortiz, Olof Johansson,
	Doug Anderson, linux-arm-kernel, linux-samsung-soc, linux-kernel

On Wed, 06 May 2015, Javier Martinez Canillas wrote:

> The defined struct max77686_opmode_data isn't used neither by
> the max77686 mfd driver nor the drivers for its sub-devices.
> 
> Signed-off-by: Javier Martinez Canillas <javier.martinez@collabora.co.uk>
> ---
>  include/linux/mfd/max77686.h | 5 -----
>  1 file changed, 5 deletions(-)

Applied, thanks.

> diff --git a/include/linux/mfd/max77686.h b/include/linux/mfd/max77686.h
> index bb995ab9a575..d4b72d519115 100644
> --- a/include/linux/mfd/max77686.h
> +++ b/include/linux/mfd/max77686.h
> @@ -125,9 +125,4 @@ enum max77686_opmode {
>  	MAX77686_OPMODE_STANDBY,
>  };
>  
> -struct max77686_opmode_data {
> -	int id;
> -	int mode;
> -};
> -
>  #endif /* __LINUX_MFD_MAX77686_H */

-- 
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog

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

* [PATCH 1/1] mfd: max77686: Remove unused struct max77686_opmode_data
@ 2015-05-07  6:58   ` Lee Jones
  0 siblings, 0 replies; 8+ messages in thread
From: Lee Jones @ 2015-05-07  6:58 UTC (permalink / raw)
  To: linux-arm-kernel

On Wed, 06 May 2015, Javier Martinez Canillas wrote:

> The defined struct max77686_opmode_data isn't used neither by
> the max77686 mfd driver nor the drivers for its sub-devices.
> 
> Signed-off-by: Javier Martinez Canillas <javier.martinez@collabora.co.uk>
> ---
>  include/linux/mfd/max77686.h | 5 -----
>  1 file changed, 5 deletions(-)

Applied, thanks.

> diff --git a/include/linux/mfd/max77686.h b/include/linux/mfd/max77686.h
> index bb995ab9a575..d4b72d519115 100644
> --- a/include/linux/mfd/max77686.h
> +++ b/include/linux/mfd/max77686.h
> @@ -125,9 +125,4 @@ enum max77686_opmode {
>  	MAX77686_OPMODE_STANDBY,
>  };
>  
> -struct max77686_opmode_data {
> -	int id;
> -	int mode;
> -};
> -
>  #endif /* __LINUX_MFD_MAX77686_H */

-- 
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org ? Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog

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

end of thread, other threads:[~2015-05-07  6:58 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-05-06 17:07 [PATCH 1/1] mfd: max77686: Remove unused struct max77686_opmode_data Javier Martinez Canillas
2015-05-06 17:07 ` Javier Martinez Canillas
2015-05-06 23:53 ` Krzysztof Kozlowski
2015-05-06 23:53   ` Krzysztof Kozlowski
2015-05-07  1:49 ` Chanwoo Choi
2015-05-07  1:49   ` Chanwoo Choi
2015-05-07  6:58 ` Lee Jones
2015-05-07  6:58   ` Lee Jones

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.