All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 1/1] ASoC: madera: Replace kernel.h with the necessary inclusions
@ 2021-12-22 16:45 ` Andy Shevchenko
  0 siblings, 0 replies; 24+ messages in thread
From: Andy Shevchenko @ 2021-12-22 16:45 UTC (permalink / raw)
  To: Andy Shevchenko, alsa-devel, patches, linux-kernel
  Cc: Charles Keepax, Richard Fitzgerald, Jaroslav Kysela, Takashi Iwai

When kernel.h is used in the headers it adds a lot into dependency hell,
especially when there are circular dependencies are involved.

Replace kernel.h inclusion with the list of what is really being used.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
---
 include/sound/madera-pdata.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/sound/madera-pdata.h b/include/sound/madera-pdata.h
index e3060f48f108..58398d80c3de 100644
--- a/include/sound/madera-pdata.h
+++ b/include/sound/madera-pdata.h
@@ -9,7 +9,7 @@
 #ifndef MADERA_CODEC_PDATA_H
 #define MADERA_CODEC_PDATA_H
 
-#include <linux/kernel.h>
+#include <linux/types.h>
 
 #define MADERA_MAX_INPUT		6
 #define MADERA_MAX_MUXED_CHANNELS	4
-- 
2.34.1


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

* [PATCH v1 1/1] ASoC: madera: Replace kernel.h with the necessary inclusions
@ 2021-12-22 16:45 ` Andy Shevchenko
  0 siblings, 0 replies; 24+ messages in thread
From: Andy Shevchenko @ 2021-12-22 16:45 UTC (permalink / raw)
  To: Andy Shevchenko, alsa-devel, patches, linux-kernel
  Cc: Richard Fitzgerald, Charles Keepax, Takashi Iwai

When kernel.h is used in the headers it adds a lot into dependency hell,
especially when there are circular dependencies are involved.

Replace kernel.h inclusion with the list of what is really being used.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
---
 include/sound/madera-pdata.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/sound/madera-pdata.h b/include/sound/madera-pdata.h
index e3060f48f108..58398d80c3de 100644
--- a/include/sound/madera-pdata.h
+++ b/include/sound/madera-pdata.h
@@ -9,7 +9,7 @@
 #ifndef MADERA_CODEC_PDATA_H
 #define MADERA_CODEC_PDATA_H
 
-#include <linux/kernel.h>
+#include <linux/types.h>
 
 #define MADERA_MAX_INPUT		6
 #define MADERA_MAX_MUXED_CHANNELS	4
-- 
2.34.1


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

* Re: [PATCH v1 1/1] ASoC: madera: Replace kernel.h with the necessary inclusions
  2021-12-22 16:45 ` Andy Shevchenko
@ 2021-12-29  9:53   ` Charles Keepax
  -1 siblings, 0 replies; 24+ messages in thread
From: Charles Keepax @ 2021-12-29  9:53 UTC (permalink / raw)
  To: Andy Shevchenko
  Cc: alsa-devel, patches, linux-kernel, Richard Fitzgerald,
	Jaroslav Kysela, Takashi Iwai

On Wed, Dec 22, 2021 at 06:45:34PM +0200, Andy Shevchenko wrote:
> When kernel.h is used in the headers it adds a lot into dependency hell,
> especially when there are circular dependencies are involved.
> 
> Replace kernel.h inclusion with the list of what is really being used.
> 
> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
> ---

Acked-by: Charles Keepax <ckeepax@opensource.cirrus.com>

Thanks,
Charles

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

* Re: [PATCH v1 1/1] ASoC: madera: Replace kernel.h with the necessary inclusions
@ 2021-12-29  9:53   ` Charles Keepax
  0 siblings, 0 replies; 24+ messages in thread
From: Charles Keepax @ 2021-12-29  9:53 UTC (permalink / raw)
  To: Andy Shevchenko
  Cc: alsa-devel, patches, Takashi Iwai, linux-kernel, Richard Fitzgerald

On Wed, Dec 22, 2021 at 06:45:34PM +0200, Andy Shevchenko wrote:
> When kernel.h is used in the headers it adds a lot into dependency hell,
> especially when there are circular dependencies are involved.
> 
> Replace kernel.h inclusion with the list of what is really being used.
> 
> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
> ---

Acked-by: Charles Keepax <ckeepax@opensource.cirrus.com>

Thanks,
Charles

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

* Re: [PATCH v1 1/1] ASoC: madera: Replace kernel.h with the necessary inclusions
  2021-12-29  9:53   ` Charles Keepax
@ 2022-01-24 16:22     ` Andy Shevchenko
  -1 siblings, 0 replies; 24+ messages in thread
From: Andy Shevchenko @ 2022-01-24 16:22 UTC (permalink / raw)
  To: Charles Keepax
  Cc: alsa-devel, patches, linux-kernel, Richard Fitzgerald,
	Jaroslav Kysela, Takashi Iwai

On Wed, Dec 29, 2021 at 09:53:45AM +0000, Charles Keepax wrote:
> On Wed, Dec 22, 2021 at 06:45:34PM +0200, Andy Shevchenko wrote:
> > When kernel.h is used in the headers it adds a lot into dependency hell,
> > especially when there are circular dependencies are involved.
> > 
> > Replace kernel.h inclusion with the list of what is really being used.

> Acked-by: Charles Keepax <ckeepax@opensource.cirrus.com>

Thanks!

Takashi, should I resend this?

-- 
With Best Regards,
Andy Shevchenko



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

* Re: [PATCH v1 1/1] ASoC: madera: Replace kernel.h with the necessary inclusions
@ 2022-01-24 16:22     ` Andy Shevchenko
  0 siblings, 0 replies; 24+ messages in thread
From: Andy Shevchenko @ 2022-01-24 16:22 UTC (permalink / raw)
  To: Charles Keepax
  Cc: alsa-devel, patches, Takashi Iwai, linux-kernel, Richard Fitzgerald

On Wed, Dec 29, 2021 at 09:53:45AM +0000, Charles Keepax wrote:
> On Wed, Dec 22, 2021 at 06:45:34PM +0200, Andy Shevchenko wrote:
> > When kernel.h is used in the headers it adds a lot into dependency hell,
> > especially when there are circular dependencies are involved.
> > 
> > Replace kernel.h inclusion with the list of what is really being used.

> Acked-by: Charles Keepax <ckeepax@opensource.cirrus.com>

Thanks!

Takashi, should I resend this?

-- 
With Best Regards,
Andy Shevchenko



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

* Re: [PATCH v1 1/1] ASoC: madera: Replace kernel.h with the necessary inclusions
  2022-06-03 17:07 ` Andy Shevchenko
@ 2022-07-05 18:52   ` Mark Brown
  -1 siblings, 0 replies; 24+ messages in thread
From: Mark Brown @ 2022-07-05 18:52 UTC (permalink / raw)
  To: patches, alsa-devel, linux-kernel, andriy.shevchenko
  Cc: rf, tiwai, ckeepax, perex

On Fri, 3 Jun 2022 20:07:07 +0300, Andy Shevchenko wrote:
> When kernel.h is used in the headers it adds a lot into dependency hell,
> especially when there are circular dependencies are involved.
> 
> Replace kernel.h inclusion with the list of what is really being used.
> 
> 

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next

Thanks!

[1/1] ASoC: madera: Replace kernel.h with the necessary inclusions
      commit: dcc165d6179c3934b93b8c3bffde1ed9710fd7ef

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

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

* Re: [PATCH v1 1/1] ASoC: madera: Replace kernel.h with the necessary inclusions
@ 2022-07-05 18:52   ` Mark Brown
  0 siblings, 0 replies; 24+ messages in thread
From: Mark Brown @ 2022-07-05 18:52 UTC (permalink / raw)
  To: patches, alsa-devel, linux-kernel, andriy.shevchenko; +Cc: rf, ckeepax, tiwai

On Fri, 3 Jun 2022 20:07:07 +0300, Andy Shevchenko wrote:
> When kernel.h is used in the headers it adds a lot into dependency hell,
> especially when there are circular dependencies are involved.
> 
> Replace kernel.h inclusion with the list of what is really being used.
> 
> 

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next

Thanks!

[1/1] ASoC: madera: Replace kernel.h with the necessary inclusions
      commit: dcc165d6179c3934b93b8c3bffde1ed9710fd7ef

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

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

* Re: [PATCH v1 1/1] ASoC: madera: Replace kernel.h with the necessary inclusions
  2022-07-04 15:51             ` Andy Shevchenko
@ 2022-07-04 16:24               ` Mark Brown
  -1 siblings, 0 replies; 24+ messages in thread
From: Mark Brown @ 2022-07-04 16:24 UTC (permalink / raw)
  To: Andy Shevchenko
  Cc: Andy Shevchenko, Richard Fitzgerald, Liam Girdwood,
	ALSA Development Mailing List, patches,
	Linux Kernel Mailing List, Charles Keepax, Jaroslav Kysela,
	Takashi Iwai

[-- Attachment #1: Type: text/plain, Size: 529 bytes --]

On Mon, Jul 04, 2022 at 05:51:44PM +0200, Andy Shevchenko wrote:

> I found that there are files that are related to the sound/soc/* one
> way or another, but listed only in a certain record of MAINTAINERS
> without being listed as part of ASoC record. Does it mean I have to
> always remember to add ASoC maintainers to each patch that touches one
> of such files and doesn't provide them? OR do we need to fix
> MAINTAINERS for such files by listing them in the ASoC record?

Presumably one of those two will be required, yes.

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

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

* Re: [PATCH v1 1/1] ASoC: madera: Replace kernel.h with the necessary inclusions
@ 2022-07-04 16:24               ` Mark Brown
  0 siblings, 0 replies; 24+ messages in thread
From: Mark Brown @ 2022-07-04 16:24 UTC (permalink / raw)
  To: Andy Shevchenko
  Cc: ALSA Development Mailing List, Charles Keepax, patches,
	Takashi Iwai, Liam Girdwood, Linux Kernel Mailing List,
	Richard Fitzgerald, Andy Shevchenko

[-- Attachment #1: Type: text/plain, Size: 529 bytes --]

On Mon, Jul 04, 2022 at 05:51:44PM +0200, Andy Shevchenko wrote:

> I found that there are files that are related to the sound/soc/* one
> way or another, but listed only in a certain record of MAINTAINERS
> without being listed as part of ASoC record. Does it mean I have to
> always remember to add ASoC maintainers to each patch that touches one
> of such files and doesn't provide them? OR do we need to fix
> MAINTAINERS for such files by listing them in the ASoC record?

Presumably one of those two will be required, yes.

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

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

* Re: [PATCH v1 1/1] ASoC: madera: Replace kernel.h with the necessary inclusions
  2022-07-04 15:35           ` Mark Brown
@ 2022-07-04 15:51             ` Andy Shevchenko
  -1 siblings, 0 replies; 24+ messages in thread
From: Andy Shevchenko @ 2022-07-04 15:51 UTC (permalink / raw)
  To: Mark Brown
  Cc: Andy Shevchenko, Richard Fitzgerald, Liam Girdwood,
	ALSA Development Mailing List, patches,
	Linux Kernel Mailing List, Charles Keepax, Jaroslav Kysela,
	Takashi Iwai

On Mon, Jul 4, 2022 at 5:35 PM Mark Brown <broonie@kernel.org> wrote:
> On Mon, Jul 04, 2022 at 05:30:41PM +0200, Andy Shevchenko wrote:
> > On Mon, Jul 4, 2022 at 12:45 PM Mark Brown <broonie@kernel.org> wrote:
>
> > > > +Cc: Liam, Mark
>
> > > If you needed to add me to the CC I've not seen the patch...
> > > for review.  People get busy, go on holiday, attend conferences and so
>
> > The question here is about MAINTAINERS. That's why you are in Cc list.
> > Do we have an issue in MAINTAINERS that causes you being not see the
> > patch?
>
> I have no idea, all that's showing up in my inbox is these content free
> pings.  You'd have to ask whoever didn't send the patch to me.

Let me rephrase my question (it's not so related to this patch).
How does the ASoC works in terms of MAINTAINERS records?

I found that there are files that are related to the sound/soc/* one
way or another, but listed only in a certain record of MAINTAINERS
without being listed as part of ASoC record. Does it mean I have to
always remember to add ASoC maintainers to each patch that touches one
of such files and doesn't provide them? OR do we need to fix
MAINTAINERS for such files by listing them in the ASoC record?


-- 
With Best Regards,
Andy Shevchenko

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

* Re: [PATCH v1 1/1] ASoC: madera: Replace kernel.h with the necessary inclusions
@ 2022-07-04 15:51             ` Andy Shevchenko
  0 siblings, 0 replies; 24+ messages in thread
From: Andy Shevchenko @ 2022-07-04 15:51 UTC (permalink / raw)
  To: Mark Brown
  Cc: ALSA Development Mailing List, Charles Keepax, patches,
	Takashi Iwai, Liam Girdwood, Linux Kernel Mailing List,
	Richard Fitzgerald, Andy Shevchenko

On Mon, Jul 4, 2022 at 5:35 PM Mark Brown <broonie@kernel.org> wrote:
> On Mon, Jul 04, 2022 at 05:30:41PM +0200, Andy Shevchenko wrote:
> > On Mon, Jul 4, 2022 at 12:45 PM Mark Brown <broonie@kernel.org> wrote:
>
> > > > +Cc: Liam, Mark
>
> > > If you needed to add me to the CC I've not seen the patch...
> > > for review.  People get busy, go on holiday, attend conferences and so
>
> > The question here is about MAINTAINERS. That's why you are in Cc list.
> > Do we have an issue in MAINTAINERS that causes you being not see the
> > patch?
>
> I have no idea, all that's showing up in my inbox is these content free
> pings.  You'd have to ask whoever didn't send the patch to me.

Let me rephrase my question (it's not so related to this patch).
How does the ASoC works in terms of MAINTAINERS records?

I found that there are files that are related to the sound/soc/* one
way or another, but listed only in a certain record of MAINTAINERS
without being listed as part of ASoC record. Does it mean I have to
always remember to add ASoC maintainers to each patch that touches one
of such files and doesn't provide them? OR do we need to fix
MAINTAINERS for such files by listing them in the ASoC record?


-- 
With Best Regards,
Andy Shevchenko

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

* Re: [PATCH v1 1/1] ASoC: madera: Replace kernel.h with the necessary inclusions
  2022-07-04 15:30         ` Andy Shevchenko
@ 2022-07-04 15:35           ` Mark Brown
  -1 siblings, 0 replies; 24+ messages in thread
From: Mark Brown @ 2022-07-04 15:35 UTC (permalink / raw)
  To: Andy Shevchenko
  Cc: Andy Shevchenko, Richard Fitzgerald, Liam Girdwood,
	ALSA Development Mailing List, patches,
	Linux Kernel Mailing List, Charles Keepax, Jaroslav Kysela,
	Takashi Iwai

[-- Attachment #1: Type: text/plain, Size: 592 bytes --]

On Mon, Jul 04, 2022 at 05:30:41PM +0200, Andy Shevchenko wrote:
> On Mon, Jul 4, 2022 at 12:45 PM Mark Brown <broonie@kernel.org> wrote:

> > > +Cc: Liam, Mark

> > If you needed to add me to the CC I've not seen the patch...
> > for review.  People get busy, go on holiday, attend conferences and so

> The question here is about MAINTAINERS. That's why you are in Cc list.
> Do we have an issue in MAINTAINERS that causes you being not see the
> patch?

I have no idea, all that's showing up in my inbox is these content free
pings.  You'd have to ask whoever didn't send the patch to me.

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

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

* Re: [PATCH v1 1/1] ASoC: madera: Replace kernel.h with the necessary inclusions
@ 2022-07-04 15:35           ` Mark Brown
  0 siblings, 0 replies; 24+ messages in thread
From: Mark Brown @ 2022-07-04 15:35 UTC (permalink / raw)
  To: Andy Shevchenko
  Cc: ALSA Development Mailing List, Charles Keepax, patches,
	Takashi Iwai, Liam Girdwood, Linux Kernel Mailing List,
	Richard Fitzgerald, Andy Shevchenko

[-- Attachment #1: Type: text/plain, Size: 592 bytes --]

On Mon, Jul 04, 2022 at 05:30:41PM +0200, Andy Shevchenko wrote:
> On Mon, Jul 4, 2022 at 12:45 PM Mark Brown <broonie@kernel.org> wrote:

> > > +Cc: Liam, Mark

> > If you needed to add me to the CC I've not seen the patch...
> > for review.  People get busy, go on holiday, attend conferences and so

> The question here is about MAINTAINERS. That's why you are in Cc list.
> Do we have an issue in MAINTAINERS that causes you being not see the
> patch?

I have no idea, all that's showing up in my inbox is these content free
pings.  You'd have to ask whoever didn't send the patch to me.

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

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

* Re: [PATCH v1 1/1] ASoC: madera: Replace kernel.h with the necessary inclusions
  2022-07-04 10:36       ` Mark Brown
@ 2022-07-04 15:30         ` Andy Shevchenko
  -1 siblings, 0 replies; 24+ messages in thread
From: Andy Shevchenko @ 2022-07-04 15:30 UTC (permalink / raw)
  To: Mark Brown
  Cc: Andy Shevchenko, Richard Fitzgerald, Liam Girdwood,
	ALSA Development Mailing List, patches,
	Linux Kernel Mailing List, Charles Keepax, Jaroslav Kysela,
	Takashi Iwai

On Mon, Jul 4, 2022 at 12:45 PM Mark Brown <broonie@kernel.org> wrote:
>
> On Sun, Jul 03, 2022 at 06:36:48PM +0300, Andy Shevchenko wrote:
> > On Mon, Jun 06, 2022 at 10:29:59AM +0100, Richard Fitzgerald wrote:
> > > On 03/06/2022 18:07, Andy Shevchenko wrote:
>
> > > > When kernel.h is used in the headers it adds a lot into dependency hell,
> > > > especially when there are circular dependencies are involved.
>
> > > > Replace kernel.h inclusion with the list of what is really being used.
>
> > > Reviewed-by: Richard Fitzgerald <rf@opensource.cirrus.com>
>
> > Thanks!
>
> > It's a month passed without any other news about this patch.
> > Is this a problem in the MAINTAINERS database?
>
> > Who should take this?
>
> > +Cc: Liam, Mark
>
> If you needed to add me to the CC I've not seen the patch...
> for review.  People get busy, go on holiday, attend conferences and so

The question here is about MAINTAINERS. That's why you are in Cc list.
Do we have an issue in MAINTAINERS that causes you being not see the
patch?

-- 
With Best Regards,
Andy Shevchenko

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

* Re: [PATCH v1 1/1] ASoC: madera: Replace kernel.h with the necessary inclusions
@ 2022-07-04 15:30         ` Andy Shevchenko
  0 siblings, 0 replies; 24+ messages in thread
From: Andy Shevchenko @ 2022-07-04 15:30 UTC (permalink / raw)
  To: Mark Brown
  Cc: ALSA Development Mailing List, Charles Keepax, patches,
	Takashi Iwai, Liam Girdwood, Linux Kernel Mailing List,
	Richard Fitzgerald, Andy Shevchenko

On Mon, Jul 4, 2022 at 12:45 PM Mark Brown <broonie@kernel.org> wrote:
>
> On Sun, Jul 03, 2022 at 06:36:48PM +0300, Andy Shevchenko wrote:
> > On Mon, Jun 06, 2022 at 10:29:59AM +0100, Richard Fitzgerald wrote:
> > > On 03/06/2022 18:07, Andy Shevchenko wrote:
>
> > > > When kernel.h is used in the headers it adds a lot into dependency hell,
> > > > especially when there are circular dependencies are involved.
>
> > > > Replace kernel.h inclusion with the list of what is really being used.
>
> > > Reviewed-by: Richard Fitzgerald <rf@opensource.cirrus.com>
>
> > Thanks!
>
> > It's a month passed without any other news about this patch.
> > Is this a problem in the MAINTAINERS database?
>
> > Who should take this?
>
> > +Cc: Liam, Mark
>
> If you needed to add me to the CC I've not seen the patch...
> for review.  People get busy, go on holiday, attend conferences and so

The question here is about MAINTAINERS. That's why you are in Cc list.
Do we have an issue in MAINTAINERS that causes you being not see the
patch?

-- 
With Best Regards,
Andy Shevchenko

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

* Re: [PATCH v1 1/1] ASoC: madera: Replace kernel.h with the necessary inclusions
  2022-07-03 15:36     ` Andy Shevchenko
@ 2022-07-04 10:36       ` Mark Brown
  -1 siblings, 0 replies; 24+ messages in thread
From: Mark Brown @ 2022-07-04 10:36 UTC (permalink / raw)
  To: Andy Shevchenko
  Cc: Richard Fitzgerald, Liam Girdwood, alsa-devel, patches,
	linux-kernel, Charles Keepax, Jaroslav Kysela, Takashi Iwai

[-- Attachment #1: Type: text/plain, Size: 1806 bytes --]

On Sun, Jul 03, 2022 at 06:36:48PM +0300, Andy Shevchenko wrote:
> On Mon, Jun 06, 2022 at 10:29:59AM +0100, Richard Fitzgerald wrote:
> > On 03/06/2022 18:07, Andy Shevchenko wrote:

> > > When kernel.h is used in the headers it adds a lot into dependency hell,
> > > especially when there are circular dependencies are involved.

> > > Replace kernel.h inclusion with the list of what is really being used.

> > Reviewed-by: Richard Fitzgerald <rf@opensource.cirrus.com>

> Thanks!

> It's a month passed without any other news about this patch.
> Is this a problem in the MAINTAINERS database?

> Who should take this?

> +Cc: Liam, Mark

If you needed to add me to the CC I've not seen the patch...

As documented in submitting-patches.rst please send patches to the 
maintainers for the code you would like to change.  The normal kernel
workflow is that people apply patches from their inboxes, if they aren't
copied they are likely to not see the patch at all and it is much more
difficult to apply patches.

Please don't send content free pings and please allow a reasonable time
for review.  People get busy, go on holiday, attend conferences and so 
on so unless there is some reason for urgency (like critical bug fixes)
please allow at least a couple of weeks for review.  If there have been
review comments then people may be waiting for those to be addressed.

Sending content free pings adds to the mail volume (if they are seen at
all) which is often the problem and since they can't be reviewed
directly if something has gone wrong you'll have to resend the patches
anyway, so sending again is generally a better approach though there are
some other maintainers who like them - if in doubt look at how patches
for the subsystem are normally handled.

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

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

* Re: [PATCH v1 1/1] ASoC: madera: Replace kernel.h with the necessary inclusions
@ 2022-07-04 10:36       ` Mark Brown
  0 siblings, 0 replies; 24+ messages in thread
From: Mark Brown @ 2022-07-04 10:36 UTC (permalink / raw)
  To: Andy Shevchenko
  Cc: alsa-devel, Charles Keepax, patches, Takashi Iwai, Liam Girdwood,
	linux-kernel, Richard Fitzgerald

[-- Attachment #1: Type: text/plain, Size: 1806 bytes --]

On Sun, Jul 03, 2022 at 06:36:48PM +0300, Andy Shevchenko wrote:
> On Mon, Jun 06, 2022 at 10:29:59AM +0100, Richard Fitzgerald wrote:
> > On 03/06/2022 18:07, Andy Shevchenko wrote:

> > > When kernel.h is used in the headers it adds a lot into dependency hell,
> > > especially when there are circular dependencies are involved.

> > > Replace kernel.h inclusion with the list of what is really being used.

> > Reviewed-by: Richard Fitzgerald <rf@opensource.cirrus.com>

> Thanks!

> It's a month passed without any other news about this patch.
> Is this a problem in the MAINTAINERS database?

> Who should take this?

> +Cc: Liam, Mark

If you needed to add me to the CC I've not seen the patch...

As documented in submitting-patches.rst please send patches to the 
maintainers for the code you would like to change.  The normal kernel
workflow is that people apply patches from their inboxes, if they aren't
copied they are likely to not see the patch at all and it is much more
difficult to apply patches.

Please don't send content free pings and please allow a reasonable time
for review.  People get busy, go on holiday, attend conferences and so 
on so unless there is some reason for urgency (like critical bug fixes)
please allow at least a couple of weeks for review.  If there have been
review comments then people may be waiting for those to be addressed.

Sending content free pings adds to the mail volume (if they are seen at
all) which is often the problem and since they can't be reviewed
directly if something has gone wrong you'll have to resend the patches
anyway, so sending again is generally a better approach though there are
some other maintainers who like them - if in doubt look at how patches
for the subsystem are normally handled.

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

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

* Re: [PATCH v1 1/1] ASoC: madera: Replace kernel.h with the necessary inclusions
  2022-06-06  9:29   ` Richard Fitzgerald
@ 2022-07-03 15:36     ` Andy Shevchenko
  -1 siblings, 0 replies; 24+ messages in thread
From: Andy Shevchenko @ 2022-07-03 15:36 UTC (permalink / raw)
  To: Richard Fitzgerald, Liam Girdwood, Mark Brown
  Cc: alsa-devel, patches, linux-kernel, Charles Keepax,
	Jaroslav Kysela, Takashi Iwai

On Mon, Jun 06, 2022 at 10:29:59AM +0100, Richard Fitzgerald wrote:
> On 03/06/2022 18:07, Andy Shevchenko wrote:
> > When kernel.h is used in the headers it adds a lot into dependency hell,
> > especially when there are circular dependencies are involved.
> > 
> > Replace kernel.h inclusion with the list of what is really being used.
> 
> Reviewed-by: Richard Fitzgerald <rf@opensource.cirrus.com>

Thanks!

It's a month passed without any other news about this patch.
Is this a problem in the MAINTAINERS database?

Who should take this?

+Cc: Liam, Mark

-- 
With Best Regards,
Andy Shevchenko



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

* Re: [PATCH v1 1/1] ASoC: madera: Replace kernel.h with the necessary inclusions
@ 2022-07-03 15:36     ` Andy Shevchenko
  0 siblings, 0 replies; 24+ messages in thread
From: Andy Shevchenko @ 2022-07-03 15:36 UTC (permalink / raw)
  To: Richard Fitzgerald, Liam Girdwood, Mark Brown
  Cc: alsa-devel, Charles Keepax, patches, Takashi Iwai, linux-kernel

On Mon, Jun 06, 2022 at 10:29:59AM +0100, Richard Fitzgerald wrote:
> On 03/06/2022 18:07, Andy Shevchenko wrote:
> > When kernel.h is used in the headers it adds a lot into dependency hell,
> > especially when there are circular dependencies are involved.
> > 
> > Replace kernel.h inclusion with the list of what is really being used.
> 
> Reviewed-by: Richard Fitzgerald <rf@opensource.cirrus.com>

Thanks!

It's a month passed without any other news about this patch.
Is this a problem in the MAINTAINERS database?

Who should take this?

+Cc: Liam, Mark

-- 
With Best Regards,
Andy Shevchenko



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

* Re: [PATCH v1 1/1] ASoC: madera: Replace kernel.h with the necessary inclusions
  2022-06-03 17:07 ` Andy Shevchenko
@ 2022-06-06  9:29   ` Richard Fitzgerald
  -1 siblings, 0 replies; 24+ messages in thread
From: Richard Fitzgerald @ 2022-06-06  9:29 UTC (permalink / raw)
  To: Andy Shevchenko, alsa-devel, patches, linux-kernel
  Cc: Charles Keepax, Jaroslav Kysela, Takashi Iwai

On 03/06/2022 18:07, Andy Shevchenko wrote:
> When kernel.h is used in the headers it adds a lot into dependency hell,
> especially when there are circular dependencies are involved.
> 
> Replace kernel.h inclusion with the list of what is really being used.
> 
> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
> ---

Reviewed-by: Richard Fitzgerald <rf@opensource.cirrus.com>

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

* Re: [PATCH v1 1/1] ASoC: madera: Replace kernel.h with the necessary inclusions
@ 2022-06-06  9:29   ` Richard Fitzgerald
  0 siblings, 0 replies; 24+ messages in thread
From: Richard Fitzgerald @ 2022-06-06  9:29 UTC (permalink / raw)
  To: Andy Shevchenko, alsa-devel, patches, linux-kernel
  Cc: Charles Keepax, Takashi Iwai

On 03/06/2022 18:07, Andy Shevchenko wrote:
> When kernel.h is used in the headers it adds a lot into dependency hell,
> especially when there are circular dependencies are involved.
> 
> Replace kernel.h inclusion with the list of what is really being used.
> 
> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
> ---

Reviewed-by: Richard Fitzgerald <rf@opensource.cirrus.com>

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

* [PATCH v1 1/1] ASoC: madera: Replace kernel.h with the necessary inclusions
@ 2022-06-03 17:07 ` Andy Shevchenko
  0 siblings, 0 replies; 24+ messages in thread
From: Andy Shevchenko @ 2022-06-03 17:07 UTC (permalink / raw)
  To: Andy Shevchenko, alsa-devel, patches, linux-kernel
  Cc: Charles Keepax, Richard Fitzgerald, Jaroslav Kysela, Takashi Iwai

When kernel.h is used in the headers it adds a lot into dependency hell,
especially when there are circular dependencies are involved.

Replace kernel.h inclusion with the list of what is really being used.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
---
 include/sound/madera-pdata.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/sound/madera-pdata.h b/include/sound/madera-pdata.h
index e3060f48f108..58398d80c3de 100644
--- a/include/sound/madera-pdata.h
+++ b/include/sound/madera-pdata.h
@@ -9,7 +9,7 @@
 #ifndef MADERA_CODEC_PDATA_H
 #define MADERA_CODEC_PDATA_H
 
-#include <linux/kernel.h>
+#include <linux/types.h>
 
 #define MADERA_MAX_INPUT		6
 #define MADERA_MAX_MUXED_CHANNELS	4
-- 
2.35.1


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

* [PATCH v1 1/1] ASoC: madera: Replace kernel.h with the necessary inclusions
@ 2022-06-03 17:07 ` Andy Shevchenko
  0 siblings, 0 replies; 24+ messages in thread
From: Andy Shevchenko @ 2022-06-03 17:07 UTC (permalink / raw)
  To: Andy Shevchenko, alsa-devel, patches, linux-kernel
  Cc: Richard Fitzgerald, Charles Keepax, Takashi Iwai

When kernel.h is used in the headers it adds a lot into dependency hell,
especially when there are circular dependencies are involved.

Replace kernel.h inclusion with the list of what is really being used.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
---
 include/sound/madera-pdata.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/sound/madera-pdata.h b/include/sound/madera-pdata.h
index e3060f48f108..58398d80c3de 100644
--- a/include/sound/madera-pdata.h
+++ b/include/sound/madera-pdata.h
@@ -9,7 +9,7 @@
 #ifndef MADERA_CODEC_PDATA_H
 #define MADERA_CODEC_PDATA_H
 
-#include <linux/kernel.h>
+#include <linux/types.h>
 
 #define MADERA_MAX_INPUT		6
 #define MADERA_MAX_MUXED_CHANNELS	4
-- 
2.35.1


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

end of thread, other threads:[~2022-07-05 18:53 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-22 16:45 [PATCH v1 1/1] ASoC: madera: Replace kernel.h with the necessary inclusions Andy Shevchenko
2021-12-22 16:45 ` Andy Shevchenko
2021-12-29  9:53 ` Charles Keepax
2021-12-29  9:53   ` Charles Keepax
2022-01-24 16:22   ` Andy Shevchenko
2022-01-24 16:22     ` Andy Shevchenko
2022-06-03 17:07 Andy Shevchenko
2022-06-03 17:07 ` Andy Shevchenko
2022-06-06  9:29 ` Richard Fitzgerald
2022-06-06  9:29   ` Richard Fitzgerald
2022-07-03 15:36   ` Andy Shevchenko
2022-07-03 15:36     ` Andy Shevchenko
2022-07-04 10:36     ` Mark Brown
2022-07-04 10:36       ` Mark Brown
2022-07-04 15:30       ` Andy Shevchenko
2022-07-04 15:30         ` Andy Shevchenko
2022-07-04 15:35         ` Mark Brown
2022-07-04 15:35           ` Mark Brown
2022-07-04 15:51           ` Andy Shevchenko
2022-07-04 15:51             ` Andy Shevchenko
2022-07-04 16:24             ` Mark Brown
2022-07-04 16:24               ` Mark Brown
2022-07-05 18:52 ` Mark Brown
2022-07-05 18:52   ` 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.