All of lore.kernel.org
 help / color / mirror / Atom feed
From: archit taneja <archit@ti.com>
To: "Valkeinen, Tomi" <tomi.valkeinen@ti.com>
Cc: "linux-omap@vger.kernel.org" <linux-omap@vger.kernel.org>,
	"linux-fbdev@vger.kernel.org" <linux-fbdev@vger.kernel.org>
Subject: Re: [PATCH 0/6] OMAP: DSS2: DSI: IRQ restructuring
Date: Wed, 09 Mar 2011 13:50:23 +0000	[thread overview]
Message-ID: <4D77868A.7020700@ti.com> (raw)
In-Reply-To: <1299655288-7121-1-git-send-email-tomi.valkeinen@ti.com>

On Wednesday 09 March 2011 12:51 PM, Valkeinen, Tomi wrote:
> Hi,
>
> In the future we will have more features using the DSI interrupts, like ULPS
> handling, and making use-case specific hooks into the main IRQ handler would
> become burdensome.
>
> This patch set cleans up the DSI IRQ handling a bit by implementing a generic
> way to register/unregister interrupt service routines. This allows us to remove
> the use-case specific callbacks from the main IRQ handler.
>

Would this make it more easy/difficult to migrate to irq_chip(if needed) 
later on? I guess it will atleast bring dispc and dsi irq 
requesting/handling in a similar state, hence the changes needed to move 
to irq_chip would be the same for both.

Archit

>   Tomi
>
> Tomi Valkeinen (6):
>    OMAP: DSS2: DSI: Restructure IRQ handler
>    OMAP: DSS2: DSI: Add ISR support
>    OMAP: DSS2: DSI: use ISR in send_bta_sync
>    OMAP: DSS2: DSI: use ISR for BTA in framedone
>    OMAP: DSS2: DSI: catch DSI errors in send_bta_sync
>    OMAP: DSS2: DSI: fix IRQ debug prints
>
>   drivers/video/omap2/dss/dsi.c |  523 ++++++++++++++++++++++++++++++++---------
>   1 files changed, 408 insertions(+), 115 deletions(-)
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-omap" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>


WARNING: multiple messages have this Message-ID (diff)
From: archit taneja <archit@ti.com>
To: "Valkeinen, Tomi" <tomi.valkeinen@ti.com>
Cc: "linux-omap@vger.kernel.org" <linux-omap@vger.kernel.org>,
	"linux-fbdev@vger.kernel.org" <linux-fbdev@vger.kernel.org>
Subject: Re: [PATCH 0/6] OMAP: DSS2: DSI: IRQ restructuring
Date: Wed, 9 Mar 2011 19:24:18 +0530	[thread overview]
Message-ID: <4D77868A.7020700@ti.com> (raw)
In-Reply-To: <1299655288-7121-1-git-send-email-tomi.valkeinen@ti.com>

On Wednesday 09 March 2011 12:51 PM, Valkeinen, Tomi wrote:
> Hi,
>
> In the future we will have more features using the DSI interrupts, like ULPS
> handling, and making use-case specific hooks into the main IRQ handler would
> become burdensome.
>
> This patch set cleans up the DSI IRQ handling a bit by implementing a generic
> way to register/unregister interrupt service routines. This allows us to remove
> the use-case specific callbacks from the main IRQ handler.
>

Would this make it more easy/difficult to migrate to irq_chip(if needed) 
later on? I guess it will atleast bring dispc and dsi irq 
requesting/handling in a similar state, hence the changes needed to move 
to irq_chip would be the same for both.

Archit

>   Tomi
>
> Tomi Valkeinen (6):
>    OMAP: DSS2: DSI: Restructure IRQ handler
>    OMAP: DSS2: DSI: Add ISR support
>    OMAP: DSS2: DSI: use ISR in send_bta_sync
>    OMAP: DSS2: DSI: use ISR for BTA in framedone
>    OMAP: DSS2: DSI: catch DSI errors in send_bta_sync
>    OMAP: DSS2: DSI: fix IRQ debug prints
>
>   drivers/video/omap2/dss/dsi.c |  523 ++++++++++++++++++++++++++++++++---------
>   1 files changed, 408 insertions(+), 115 deletions(-)
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-omap" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>


  parent reply	other threads:[~2011-03-09 13:50 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-03-09  7:21 [PATCH 0/6] OMAP: DSS2: DSI: IRQ restructuring Tomi Valkeinen
2011-03-09  7:21 ` Tomi Valkeinen
2011-03-09  7:21 ` [PATCH 1/6] OMAP: DSS2: DSI: Restructure IRQ handler Tomi Valkeinen
2011-03-09  7:21   ` Tomi Valkeinen
2011-03-09  7:21 ` [PATCH 2/6] OMAP: DSS2: DSI: Add ISR support Tomi Valkeinen
2011-03-09  7:21   ` Tomi Valkeinen
2011-03-09  7:21 ` [PATCH 3/6] OMAP: DSS2: DSI: use ISR in send_bta_sync Tomi Valkeinen
2011-03-09  7:21   ` Tomi Valkeinen
2011-03-09  7:21 ` [PATCH 4/6] OMAP: DSS2: DSI: use ISR for BTA in framedone Tomi Valkeinen
2011-03-09  7:21   ` Tomi Valkeinen
2011-03-09  7:21 ` [PATCH 5/6] OMAP: DSS2: DSI: catch DSI errors in send_bta_sync Tomi Valkeinen
2011-03-09  7:21   ` Tomi Valkeinen
2011-03-09  7:21 ` [PATCH 6/6] OMAP: DSS2: DSI: fix IRQ debug prints Tomi Valkeinen
2011-03-09  7:21   ` Tomi Valkeinen
2011-03-09 13:50 ` archit taneja [this message]
2011-03-09 13:54   ` [PATCH 0/6] OMAP: DSS2: DSI: IRQ restructuring archit taneja
2011-03-09 14:45   ` Tomi Valkeinen
2011-03-09 14:45     ` Tomi Valkeinen

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=4D77868A.7020700@ti.com \
    --to=archit@ti.com \
    --cc=linux-fbdev@vger.kernel.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=tomi.valkeinen@ti.com \
    /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.