From mboxrd@z Thu Jan 1 00:00:00 1970 From: b-cousson@ti.com (Cousson, Benoit) Date: Wed, 10 Nov 2010 17:52:20 +0100 Subject: [PATCH 0/6] [v2] omap:mailbox-enhancements and fixes In-Reply-To: <1289393121-7911-1-git-send-email-h-kanigeri2@ti.com> References: <1289393121-7911-1-git-send-email-h-kanigeri2@ti.com> Message-ID: <4CDACDC4.8010504@ti.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hari, I forgot one comment. Since this series is a v2, every patches subject should contain the [PATCH v2 x/6]. FYI, patchwork will not track the cover letter, so we will miss that version information in the real patches. I forgot as well this subject: mailbox: change full flag per mailbox queue instead of global Should be OMAP: mailbox: change full flag per mailbox queue instead of global Since it is purely omap stuff. Regards, Benoit On 11/10/2010 1:45 PM, Hari Kanigeri wrote: > Thanks to Rene Sapiens and Omar Ramirez for their inputs on initial patch > set. > http://www.mail-archive.com/linux-omap at vger.kernel.org/msg37278.html > > The patch set addresses the following review comments from Rene and Omar. > http://www.mail-archive.com/linux-omap at vger.kernel.org/msg37626.html > https://patchwork.kernel.org/patch/255091/ > https://patchwork.kernel.org/patch/255081/ > > Following patches are changed because of above review comments: > omap:mailbox-send message in process context > omap:mailbox-add notification support for multiple readers > > Following patch is dropped from initial patch set > omap:mailbox-resolve multiple receiver problem > > The patch set is tested on omap4 SDP board. > > Fernando Guzman Lugo (1): > mailbox: change full flag per mailbox queue instead of global > > Hari Kanigeri (5): > omap:mailbox: fix rx interrupt disable in omap4 > omap:mailbox-fix checkpatch warnings > omap:mailbox-send message in process context > omap:mailbox-add notification support for multiple readers > omap:clocks44x-add dummy clock for mailbox > > arch/arm/mach-omap2/clock44xx_data.c | 1 + > arch/arm/mach-omap2/mailbox.c | 5 +- > arch/arm/plat-omap/include/plat/mailbox.h | 8 +- > arch/arm/plat-omap/mailbox.c | 127 +++++++++++++++++------------ > 4 files changed, 83 insertions(+), 58 deletions(-) > > -- > To unsubscribe from this list: send the line "unsubscribe linux-omap" in > the body of a message to majordomo at vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html