All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] regulator: tps65218: Remove unused enum tps65218_regulators
@ 2017-11-13 13:05 Axel Lin
  2017-11-16 11:19 ` Keerthy
  2017-11-16 19:29 ` Applied "regulator: tps65218: Remove unused enum tps65218_regulators" to the regulator tree Mark Brown
  0 siblings, 2 replies; 3+ messages in thread
From: Axel Lin @ 2017-11-13 13:05 UTC (permalink / raw)
  To: Mark Brown; +Cc: Keerthy, Liam Girdwood, linux-kernel, Axel Lin

The enum tps65218_regulators is no longer being used after
commit 2dc4940360d4 ("regulator: tps65218: Remove all the compatibles").

Signed-off-by: Axel Lin <axel.lin@ingics.com>
---
 drivers/regulator/tps65218-regulator.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/drivers/regulator/tps65218-regulator.c b/drivers/regulator/tps65218-regulator.c
index b3f89ebfb1a0..1827185beacc 100644
--- a/drivers/regulator/tps65218-regulator.c
+++ b/drivers/regulator/tps65218-regulator.c
@@ -28,9 +28,6 @@
 #include <linux/regulator/machine.h>
 #include <linux/mfd/tps65218.h>
 
-enum tps65218_regulators { DCDC1, DCDC2, DCDC3, DCDC4,
-			   DCDC5, DCDC6, LDO1, LS3 };
-
 #define TPS65218_REGULATOR(_name, _of, _id, _type, _ops, _n, _vr, _vm, _er, \
 			   _em, _cr, _cm, _lr, _nlr, _delay, _fuv, _sr, _sm) \
 	{							\
-- 
2.11.0

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

* Re: [PATCH] regulator: tps65218: Remove unused enum tps65218_regulators
  2017-11-13 13:05 [PATCH] regulator: tps65218: Remove unused enum tps65218_regulators Axel Lin
@ 2017-11-16 11:19 ` Keerthy
  2017-11-16 19:29 ` Applied "regulator: tps65218: Remove unused enum tps65218_regulators" to the regulator tree Mark Brown
  1 sibling, 0 replies; 3+ messages in thread
From: Keerthy @ 2017-11-16 11:19 UTC (permalink / raw)
  To: Axel Lin, Mark Brown; +Cc: Liam Girdwood, linux-kernel



On Monday 13 November 2017 06:35 PM, Axel Lin wrote:
> The enum tps65218_regulators is no longer being used after
> commit 2dc4940360d4 ("regulator: tps65218: Remove all the compatibles").

Reviewed-by: Keerthy <j-keerthy@ti.com>

> 
> Signed-off-by: Axel Lin <axel.lin@ingics.com>
> ---
>  drivers/regulator/tps65218-regulator.c | 3 ---
>  1 file changed, 3 deletions(-)
> 
> diff --git a/drivers/regulator/tps65218-regulator.c b/drivers/regulator/tps65218-regulator.c
> index b3f89ebfb1a0..1827185beacc 100644
> --- a/drivers/regulator/tps65218-regulator.c
> +++ b/drivers/regulator/tps65218-regulator.c
> @@ -28,9 +28,6 @@
>  #include <linux/regulator/machine.h>
>  #include <linux/mfd/tps65218.h>
>  
> -enum tps65218_regulators { DCDC1, DCDC2, DCDC3, DCDC4,
> -			   DCDC5, DCDC6, LDO1, LS3 };
> -
>  #define TPS65218_REGULATOR(_name, _of, _id, _type, _ops, _n, _vr, _vm, _er, \
>  			   _em, _cr, _cm, _lr, _nlr, _delay, _fuv, _sr, _sm) \
>  	{							\
> 

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

* Applied "regulator: tps65218: Remove unused enum tps65218_regulators" to the regulator tree
  2017-11-13 13:05 [PATCH] regulator: tps65218: Remove unused enum tps65218_regulators Axel Lin
  2017-11-16 11:19 ` Keerthy
@ 2017-11-16 19:29 ` Mark Brown
  1 sibling, 0 replies; 3+ messages in thread
From: Mark Brown @ 2017-11-16 19:29 UTC (permalink / raw)
  To: Axel Lin
  Cc: Mark Brown, Mark Brown, Keerthy, Liam Girdwood, linux-kernel,
	linux-kernel

The patch

   regulator: tps65218: Remove unused enum tps65218_regulators

has been applied to the regulator tree at

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git 

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.  

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark

>From 54f0a51a73acba08f047881c397e4040a573339b Mon Sep 17 00:00:00 2001
From: Axel Lin <axel.lin@ingics.com>
Date: Mon, 13 Nov 2017 21:05:35 +0800
Subject: [PATCH] regulator: tps65218: Remove unused enum tps65218_regulators

The enum tps65218_regulators is no longer being used after
commit 2dc4940360d4 ("regulator: tps65218: Remove all the compatibles").

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Reviewed-by: Keerthy <j-keerthy@ti.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
---
 drivers/regulator/tps65218-regulator.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/drivers/regulator/tps65218-regulator.c b/drivers/regulator/tps65218-regulator.c
index bc489958fed7..b6f705292aef 100644
--- a/drivers/regulator/tps65218-regulator.c
+++ b/drivers/regulator/tps65218-regulator.c
@@ -28,9 +28,6 @@
 #include <linux/regulator/machine.h>
 #include <linux/mfd/tps65218.h>
 
-enum tps65218_regulators { DCDC1, DCDC2, DCDC3, DCDC4,
-			   DCDC5, DCDC6, LDO1, LS3 };
-
 #define TPS65218_REGULATOR(_name, _of, _id, _type, _ops, _n, _vr, _vm, _er, \
 			   _em, _cr, _cm, _lr, _nlr, _delay, _fuv, _sr, _sm) \
 	{							\
-- 
2.14.1

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

end of thread, other threads:[~2017-11-16 19:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-13 13:05 [PATCH] regulator: tps65218: Remove unused enum tps65218_regulators Axel Lin
2017-11-16 11:19 ` Keerthy
2017-11-16 19:29 ` Applied "regulator: tps65218: Remove unused enum tps65218_regulators" to the regulator tree Mark Brown

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.