All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tony Lindgren <tony@atomide.com>
To: Felipe Balbi <balbi@ti.com>
Cc: Jason Cooper <jason@lakedaemon.net>,
	Linux OMAP Mailing List <linux-omap@vger.kernel.org>,
	Linux ARM Kernel Mailing List
	<linux-arm-kernel@lists.infradead.org>
Subject: Re: [PATCH 0/9] arm: omap: intc: remaining patches
Date: Wed, 17 Sep 2014 07:54:03 -0700	[thread overview]
Message-ID: <20140917145402.GC7987@atomide.com> (raw)
In-Reply-To: <1410815709-462-1-git-send-email-balbi@ti.com>

* Felipe Balbi <balbi@ti.com> [140915 14:16]:
> Hi Tony,
> 
> Here are the remaining INTC patches rebased on your omap-for-v3.18/intc-v2
> branch.
> 
> Based on our IRC chat, I kept irq-omap-intc.h header, but included it
> on common.h instead of modifying every board-file.

Great thanks. We can deal with common.h header once we've dropped
the legacy board-*.c files for omap3.

Applying all into omap-for-v3.18/intc-v2.

Regards,

Tony
 
> cheers
> 
> Felipe Balbi (9):
>   irqchip: add irq-omap-intc.h header
>   arm: omap: irq: move irq.c to drivers/irqchip/
>   irqchip: omap-intc: minor improvement to omap_irq_pending()
>   irqchip: omap-intc: comment style cleanup
>   irqchip: omap-intc: remove unnecesary of_address_to_resource() call
>   irqchip: omap-intc: enable IP protection
>   irqchip: omap-intc: enable TURBO idle mode
>   irqchip: omap-intc: correct maximum number or MIR registers
>   irqchip: omap-intc: remove unnecessary comments
> 
>  arch/arm/mach-omap2/Kconfig                        |  1 +
>  arch/arm/mach-omap2/Makefile                       |  3 +-
>  arch/arm/mach-omap2/common.h                       | 10 +---
>  drivers/irqchip/Kconfig                            |  5 ++
>  drivers/irqchip/Makefile                           |  1 +
>  .../irq.c => drivers/irqchip/irq-omap-intc.c       | 64 +++++++++++++---------
>  include/linux/irqchip/irq-omap-intc.h              | 32 +++++++++++
>  7 files changed, 78 insertions(+), 38 deletions(-)
>  rename arch/arm/mach-omap2/irq.c => drivers/irqchip/irq-omap-intc.c (89%)
>  create mode 100644 include/linux/irqchip/irq-omap-intc.h
> 
> -- 
> 2.0.1.563.g66f467c
> 

WARNING: multiple messages have this Message-ID (diff)
From: tony@atomide.com (Tony Lindgren)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/9] arm: omap: intc: remaining patches
Date: Wed, 17 Sep 2014 07:54:03 -0700	[thread overview]
Message-ID: <20140917145402.GC7987@atomide.com> (raw)
In-Reply-To: <1410815709-462-1-git-send-email-balbi@ti.com>

* Felipe Balbi <balbi@ti.com> [140915 14:16]:
> Hi Tony,
> 
> Here are the remaining INTC patches rebased on your omap-for-v3.18/intc-v2
> branch.
> 
> Based on our IRC chat, I kept irq-omap-intc.h header, but included it
> on common.h instead of modifying every board-file.

Great thanks. We can deal with common.h header once we've dropped
the legacy board-*.c files for omap3.

Applying all into omap-for-v3.18/intc-v2.

Regards,

Tony
 
> cheers
> 
> Felipe Balbi (9):
>   irqchip: add irq-omap-intc.h header
>   arm: omap: irq: move irq.c to drivers/irqchip/
>   irqchip: omap-intc: minor improvement to omap_irq_pending()
>   irqchip: omap-intc: comment style cleanup
>   irqchip: omap-intc: remove unnecesary of_address_to_resource() call
>   irqchip: omap-intc: enable IP protection
>   irqchip: omap-intc: enable TURBO idle mode
>   irqchip: omap-intc: correct maximum number or MIR registers
>   irqchip: omap-intc: remove unnecessary comments
> 
>  arch/arm/mach-omap2/Kconfig                        |  1 +
>  arch/arm/mach-omap2/Makefile                       |  3 +-
>  arch/arm/mach-omap2/common.h                       | 10 +---
>  drivers/irqchip/Kconfig                            |  5 ++
>  drivers/irqchip/Makefile                           |  1 +
>  .../irq.c => drivers/irqchip/irq-omap-intc.c       | 64 +++++++++++++---------
>  include/linux/irqchip/irq-omap-intc.h              | 32 +++++++++++
>  7 files changed, 78 insertions(+), 38 deletions(-)
>  rename arch/arm/mach-omap2/irq.c => drivers/irqchip/irq-omap-intc.c (89%)
>  create mode 100644 include/linux/irqchip/irq-omap-intc.h
> 
> -- 
> 2.0.1.563.g66f467c
> 

  parent reply	other threads:[~2014-09-17 14:54 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-15 21:15 [PATCH 0/9] arm: omap: intc: remaining patches Felipe Balbi
2014-09-15 21:15 ` Felipe Balbi
2014-09-15 21:15 ` [PATCH 1/9] irqchip: add irq-omap-intc.h header Felipe Balbi
2014-09-15 21:15   ` Felipe Balbi
2014-09-15 21:15 ` [PATCH 2/9] arm: omap: irq: move irq.c to drivers/irqchip/ Felipe Balbi
2014-09-15 21:15   ` Felipe Balbi
2014-09-15 21:15 ` [PATCH 3/9] irqchip: omap-intc: minor improvement to omap_irq_pending() Felipe Balbi
2014-09-15 21:15   ` Felipe Balbi
2014-09-15 21:15 ` [PATCH 4/9] irqchip: omap-intc: comment style cleanup Felipe Balbi
2014-09-15 21:15   ` Felipe Balbi
2014-09-15 21:15 ` [PATCH 5/9] irqchip: omap-intc: remove unnecesary of_address_to_resource() call Felipe Balbi
2014-09-15 21:15   ` Felipe Balbi
2014-09-15 21:15 ` [PATCH 6/9] irqchip: omap-intc: enable IP protection Felipe Balbi
2014-09-15 21:15   ` Felipe Balbi
2014-09-15 21:15 ` [PATCH 7/9] irqchip: omap-intc: enable TURBO idle mode Felipe Balbi
2014-09-15 21:15   ` Felipe Balbi
2014-09-15 21:15 ` [PATCH 8/9] irqchip: omap-intc: correct maximum number or MIR registers Felipe Balbi
2014-09-15 21:15   ` Felipe Balbi
2014-09-15 21:15 ` [PATCH 9/9] irqchip: omap-intc: remove unnecessary comments Felipe Balbi
2014-09-15 21:15   ` Felipe Balbi
2014-09-17 14:54 ` Tony Lindgren [this message]
2014-09-17 14:54   ` [PATCH 0/9] arm: omap: intc: remaining patches Tony Lindgren

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20140917145402.GC7987@atomide.com \
    --to=tony@atomide.com \
    --cc=balbi@ti.com \
    --cc=jason@lakedaemon.net \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-omap@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.