linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* linux-next: manual merge of the irqdomain tree with the  tree
@ 2013-06-18  5:45 Stephen Rothwell
  2013-06-18  8:42 ` Grant Likely
  0 siblings, 1 reply; 2+ messages in thread
From: Stephen Rothwell @ 2013-06-18  5:45 UTC (permalink / raw)
  To: Grant Likely; +Cc: linux-next, linux-kernel, Ralf Baechle, Kefeng Wang

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

Hi Grant,

Today's linux-next merge of the irqdomain tree got a conflict in
kernel/irq/irqdomain.c between commit c5cdc67a58a2 ("irqdomain: Remove
temporary MIPS workaround code") from the mips tree and commit
bd4641e31e90 ("irq: fix checkpatch error") from the irqdomain tree.

I fixed it up (see below) and can carry the fix as necessary (no action
is required).

-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au

diff --cc kernel/irq/irqdomain.c
index a341b3d,13f2654..0000000
--- a/kernel/irq/irqdomain.c
+++ b/kernel/irq/irqdomain.c
@@@ -665,8 -475,20 +475,8 @@@ unsigned int irq_create_of_mapping(stru
  
  	domain = controller ? irq_find_host(controller) : irq_default_domain;
  	if (!domain) {
- 		pr_warning("no irq domain found for %s !\n",
- 			   of_node_full_name(controller));
 -#ifdef CONFIG_MIPS
 -		/*
 -		 * Workaround to avoid breaking interrupt controller drivers
 -		 * that don't yet register an irq_domain.  This is temporary
 -		 * code. ~~~gcl, Feb 24, 2012
 -		 *
 -		 * Scheduled for removal in Linux v3.6.  That should be enough
 -		 * time.
 -		 */
 -		if (intsize > 0)
 -			return intspec[0];
 -#endif
+ 		pr_warn("no irq domain found for %s !\n",
+ 			of_node_full_name(controller));
  		return 0;
  	}
  

[-- Attachment #2: Type: application/pgp-signature, Size: 836 bytes --]

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

* Re: linux-next: manual merge of the irqdomain tree with the tree
  2013-06-18  5:45 linux-next: manual merge of the irqdomain tree with the tree Stephen Rothwell
@ 2013-06-18  8:42 ` Grant Likely
  0 siblings, 0 replies; 2+ messages in thread
From: Grant Likely @ 2013-06-18  8:42 UTC (permalink / raw)
  To: Stephen Rothwell
  Cc: linux-next, Linux Kernel Mailing List, Ralf Baechle, Kefeng Wang

On Tue, Jun 18, 2013 at 6:45 AM, Stephen Rothwell <sfr@canb.auug.org.au> wrote:
> Hi Grant,
>
> Today's linux-next merge of the irqdomain tree got a conflict in
> kernel/irq/irqdomain.c between commit c5cdc67a58a2 ("irqdomain: Remove
> temporary MIPS workaround code") from the mips tree and commit
> bd4641e31e90 ("irq: fix checkpatch error") from the irqdomain tree.
>
> I fixed it up (see below) and can carry the fix as necessary (no action
> is required).

Looks good, thanks Stephen.

g.

>
> --
> Cheers,
> Stephen Rothwell                    sfr@canb.auug.org.au
>
> diff --cc kernel/irq/irqdomain.c
> index a341b3d,13f2654..0000000
> --- a/kernel/irq/irqdomain.c
> +++ b/kernel/irq/irqdomain.c
> @@@ -665,8 -475,20 +475,8 @@@ unsigned int irq_create_of_mapping(stru
>
>         domain = controller ? irq_find_host(controller) : irq_default_domain;
>         if (!domain) {
> -               pr_warning("no irq domain found for %s !\n",
> -                          of_node_full_name(controller));
>  -#ifdef CONFIG_MIPS
>  -              /*
>  -               * Workaround to avoid breaking interrupt controller drivers
>  -               * that don't yet register an irq_domain.  This is temporary
>  -               * code. ~~~gcl, Feb 24, 2012
>  -               *
>  -               * Scheduled for removal in Linux v3.6.  That should be enough
>  -               * time.
>  -               */
>  -              if (intsize > 0)
>  -                      return intspec[0];
>  -#endif
> +               pr_warn("no irq domain found for %s !\n",
> +                       of_node_full_name(controller));
>                 return 0;
>         }
>

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

end of thread, other threads:[~2013-06-18  8:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-06-18  5:45 linux-next: manual merge of the irqdomain tree with the tree Stephen Rothwell
2013-06-18  8:42 ` Grant Likely

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).