All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ASoC: rsnd: remove unused rsnd_xxx_to_dma()
@ 2017-08-10  5:13 Kuninori Morimoto
  2017-08-10 14:52 ` Mark Brown
  2017-08-22 16:21 ` Applied "ASoC: rsnd: remove unused rsnd_xxx_to_dma()" to the asoc tree Mark Brown
  0 siblings, 2 replies; 7+ messages in thread
From: Kuninori Morimoto @ 2017-08-10  5:13 UTC (permalink / raw)
  To: Mark Brown; +Cc: Linux-ALSA, Simon


From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
---
 sound/soc/sh/rcar/src.c | 1 -
 sound/soc/sh/rcar/ssi.c | 1 -
 2 files changed, 2 deletions(-)

diff --git a/sound/soc/sh/rcar/src.c b/sound/soc/sh/rcar/src.c
index 8e9a1de..f67365d 100644
--- a/sound/soc/sh/rcar/src.c
+++ b/sound/soc/sh/rcar/src.c
@@ -27,7 +27,6 @@ struct rsnd_src {
 #define RSND_SRC_NAME_SIZE 16
 
 #define rsnd_src_get(priv, id) ((struct rsnd_src *)(priv->src) + id)
-#define rsnd_src_to_dma(src) ((src)->dma)
 #define rsnd_src_nr(priv) ((priv)->src_nr)
 #define rsnd_src_sync_is_enabled(mod) (rsnd_mod_to_src(mod)->sen.val)
 
diff --git a/sound/soc/sh/rcar/ssi.c b/sound/soc/sh/rcar/ssi.c
index 8bb4714..fffc07e 100644
--- a/sound/soc/sh/rcar/ssi.c
+++ b/sound/soc/sh/rcar/ssi.c
@@ -99,7 +99,6 @@ struct rsnd_ssi {
 	     i++)
 
 #define rsnd_ssi_get(priv, id) ((struct rsnd_ssi *)(priv->ssi) + id)
-#define rsnd_ssi_to_dma(mod) ((ssi)->dma)
 #define rsnd_ssi_nr(priv) ((priv)->ssi_nr)
 #define rsnd_mod_to_ssi(_mod) container_of((_mod), struct rsnd_ssi, mod)
 #define rsnd_ssi_flags_has(p, f) ((p)->flags & f)
-- 
1.9.1

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

* Re: [PATCH] ASoC: rsnd: remove unused rsnd_xxx_to_dma()
  2017-08-10  5:13 [PATCH] ASoC: rsnd: remove unused rsnd_xxx_to_dma() Kuninori Morimoto
@ 2017-08-10 14:52 ` Mark Brown
  2017-08-21  1:43   ` Kuninori Morimoto
  2017-08-22 16:21 ` Applied "ASoC: rsnd: remove unused rsnd_xxx_to_dma()" to the asoc tree Mark Brown
  1 sibling, 1 reply; 7+ messages in thread
From: Mark Brown @ 2017-08-10 14:52 UTC (permalink / raw)
  To: Kuninori Morimoto; +Cc: Linux-ALSA, Simon


[-- Attachment #1.1: Type: text/plain, Size: 273 bytes --]

On Thu, Aug 10, 2017 at 05:13:58AM +0000, Kuninori Morimoto wrote:
> 
> From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
> 
> Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>

This doesn't apply to current code, please check and resend.

[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

[-- Attachment #2: Type: text/plain, Size: 0 bytes --]



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

* Re: [PATCH] ASoC: rsnd: remove unused rsnd_xxx_to_dma()
  2017-08-10 14:52 ` Mark Brown
@ 2017-08-21  1:43   ` Kuninori Morimoto
  2017-08-21  4:16     ` Kuninori Morimoto
  0 siblings, 1 reply; 7+ messages in thread
From: Kuninori Morimoto @ 2017-08-21  1:43 UTC (permalink / raw)
  To: Mark Brown; +Cc: Linux-ALSA, Simon


Hi Mark

> > From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
> > 
> > Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
> 
> This doesn't apply to current code, please check and resend.

OK, will do

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

* Re: [PATCH] ASoC: rsnd: remove unused rsnd_xxx_to_dma()
  2017-08-21  1:43   ` Kuninori Morimoto
@ 2017-08-21  4:16     ` Kuninori Morimoto
  2017-08-21 10:10       ` Mark Brown
  0 siblings, 1 reply; 7+ messages in thread
From: Kuninori Morimoto @ 2017-08-21  4:16 UTC (permalink / raw)
  To: Mark Brown; +Cc: Linux-ALSA, Simon


Hi Mark

> > > From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
> > > 
> > > Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
> > 
> > This doesn't apply to current code, please check and resend.
> 
> OK, will do

I could apply...

On topic branch
	> git checkout asoc/topic/rcar
	> git am -3 0001-ASoC-rsnd-remove-unused-rsnd_xxx_to_dma.patch 
	Applying: ASoC: rsnd: remove unused rsnd_xxx_to_dma()

On fix branch
	> git checkout asoc/fix/rcar
	> git am -3 0001-ASoC-rsnd-remove-unused-rsnd_xxx_to_dma.patch
	Applying: ASoC: rsnd: remove unused rsnd_xxx_to_dma()
	Using index info to reconstruct a base tree...
	M       sound/soc/sh/rcar/src.c
	M       sound/soc/sh/rcar/ssi.c
	Falling back to patching base and 3-way merge...
	Auto-merging sound/soc/sh/rcar/ssi.c
	Auto-merging sound/soc/sh/rcar/src.c

Best regards
---
Kuninori Morimoto

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

* Re: [PATCH] ASoC: rsnd: remove unused rsnd_xxx_to_dma()
  2017-08-21  4:16     ` Kuninori Morimoto
@ 2017-08-21 10:10       ` Mark Brown
  2017-08-21 23:51         ` Kuninori Morimoto
  0 siblings, 1 reply; 7+ messages in thread
From: Mark Brown @ 2017-08-21 10:10 UTC (permalink / raw)
  To: Kuninori Morimoto; +Cc: Linux-ALSA, Simon


[-- Attachment #1.1: Type: text/plain, Size: 430 bytes --]

On Mon, Aug 21, 2017 at 04:16:06AM +0000, Kuninori Morimoto wrote:

> On topic branch
> 	> git checkout asoc/topic/rcar
> 	> git am -3 0001-ASoC-rsnd-remove-unused-rsnd_xxx_to_dma.patch 
> 	Applying: ASoC: rsnd: remove unused rsnd_xxx_to_dma()

That's not working for me, possibly due to some other changes that got
applied at the same time and also when I say "please check and resend"
the and resend bit is important.

[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

[-- Attachment #2: Type: text/plain, Size: 0 bytes --]



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

* Re: [PATCH] ASoC: rsnd: remove unused rsnd_xxx_to_dma()
  2017-08-21 10:10       ` Mark Brown
@ 2017-08-21 23:51         ` Kuninori Morimoto
  0 siblings, 0 replies; 7+ messages in thread
From: Kuninori Morimoto @ 2017-08-21 23:51 UTC (permalink / raw)
  To: Mark Brown; +Cc: Linux-ALSA, Simon


Hi Mark

> > On topic branch
> > 	> git checkout asoc/topic/rcar
> > 	> git am -3 0001-ASoC-rsnd-remove-unused-rsnd_xxx_to_dma.patch 
> > 	Applying: ASoC: rsnd: remove unused rsnd_xxx_to_dma()
> 
> That's not working for me, possibly due to some other changes that got
> applied at the same time and also when I say "please check and resend"
> the and resend bit is important.

OK, will do

Best regards
---
Kuninori Morimoto

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

* Applied "ASoC: rsnd: remove unused rsnd_xxx_to_dma()" to the asoc tree
  2017-08-10  5:13 [PATCH] ASoC: rsnd: remove unused rsnd_xxx_to_dma() Kuninori Morimoto
  2017-08-10 14:52 ` Mark Brown
@ 2017-08-22 16:21 ` Mark Brown
  1 sibling, 0 replies; 7+ messages in thread
From: Mark Brown @ 2017-08-22 16:21 UTC (permalink / raw)
  To: Kuninori Morimoto; +Cc: alsa-devel, Mark Brown, Simon

The patch

   ASoC: rsnd: remove unused rsnd_xxx_to_dma()

has been applied to the asoc tree at

   git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.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 c16293560a1c188a05cba1dcc46548d33b641c06 Mon Sep 17 00:00:00 2001
From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Date: Tue, 22 Aug 2017 00:02:03 +0000
Subject: [PATCH] ASoC: rsnd: remove unused rsnd_xxx_to_dma()

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
---
 sound/soc/sh/rcar/src.c | 1 -
 sound/soc/sh/rcar/ssi.c | 1 -
 2 files changed, 2 deletions(-)

diff --git a/sound/soc/sh/rcar/src.c b/sound/soc/sh/rcar/src.c
index 46400397dbbd..510b68a483b4 100644
--- a/sound/soc/sh/rcar/src.c
+++ b/sound/soc/sh/rcar/src.c
@@ -27,7 +27,6 @@ struct rsnd_src {
 #define RSND_SRC_NAME_SIZE 16
 
 #define rsnd_src_get(priv, id) ((struct rsnd_src *)(priv->src) + id)
-#define rsnd_src_to_dma(src) ((src)->dma)
 #define rsnd_src_nr(priv) ((priv)->src_nr)
 #define rsnd_src_sync_is_enabled(mod) (rsnd_mod_to_src(mod)->sen.val)
 
diff --git a/sound/soc/sh/rcar/ssi.c b/sound/soc/sh/rcar/ssi.c
index 8bb47144660b..fffc07e72627 100644
--- a/sound/soc/sh/rcar/ssi.c
+++ b/sound/soc/sh/rcar/ssi.c
@@ -99,7 +99,6 @@ struct rsnd_ssi {
 	     i++)
 
 #define rsnd_ssi_get(priv, id) ((struct rsnd_ssi *)(priv->ssi) + id)
-#define rsnd_ssi_to_dma(mod) ((ssi)->dma)
 #define rsnd_ssi_nr(priv) ((priv)->ssi_nr)
 #define rsnd_mod_to_ssi(_mod) container_of((_mod), struct rsnd_ssi, mod)
 #define rsnd_ssi_flags_has(p, f) ((p)->flags & f)
-- 
2.13.3

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

end of thread, other threads:[~2017-08-22 16:21 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-10  5:13 [PATCH] ASoC: rsnd: remove unused rsnd_xxx_to_dma() Kuninori Morimoto
2017-08-10 14:52 ` Mark Brown
2017-08-21  1:43   ` Kuninori Morimoto
2017-08-21  4:16     ` Kuninori Morimoto
2017-08-21 10:10       ` Mark Brown
2017-08-21 23:51         ` Kuninori Morimoto
2017-08-22 16:21 ` Applied "ASoC: rsnd: remove unused rsnd_xxx_to_dma()" to the asoc 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.