Re: [PATCH v7 2/5] OMAP: McBSP: Modify macros/functions API for easy cache access

2010-01-06 Thread Janusz Krzysztofik
Peter > >Ujfalusi; linux-omap@vger.kernel.org > >Subject: Re: [PATCH v7 2/5] OMAP: McBSP: Modify > >macros/functions API for easy cache access > > > >* Jarkko Nikula [091214 03:12]: > >> On Mon, 14 Dec 2009 11:11:27 +0100 > >> Janusz Krzyszt

RE: [PATCH v7 2/5] OMAP: McBSP: Modify macros/functions API for easy cache access

2009-12-22 Thread Varadarajan, Charu Latha
>-Original Message- >From: Tony Lindgren [mailto:t...@atomide.com] >Sent: Tuesday, December 15, 2009 1:06 AM >To: Jarkko Nikula >Cc: Janusz Krzysztofik; Varadarajan, Charu Latha; Peter >Ujfalusi; linux-omap@vger.kernel.org >Subject: Re: [PATCH v7 2/5] OMAP: M

Re: [PATCH v7 2/5] OMAP: McBSP: Modify macros/functions API for easy cache access

2009-12-14 Thread Tony Lindgren
* Jarkko Nikula [091214 03:12]: > On Mon, 14 Dec 2009 11:11:27 +0100 > Janusz Krzysztofik wrote: > > > If these functions are obsolete and going to be removed, I don't think it > > could be of any importance whether they are modified before removal or not. > > Otherwise, a solution seems simpl

Re: [PATCH v7 2/5] OMAP: McBSP: Modify macros/functions API for easy cache access

2009-12-14 Thread Jarkko Nikula
On Mon, 14 Dec 2009 11:11:27 +0100 Janusz Krzysztofik wrote: > If these functions are obsolete and going to be removed, I don't think it > could be of any importance whether they are modified before removal or not. > Otherwise, a solution seems simple to me: you submit a patch that addresses >

Re: [PATCH v7 2/5] OMAP: McBSP: Modify macros/functions API for easy cache access

2009-12-14 Thread Janusz Krzysztofik
Monday 14 December 2009 07:05:06 Varadarajan, Charu Latha napisał(a): > > > >> >@@ -612,7 +597,6 @@ EXPORT_SYMBOL(omap_mcbsp_stop); > >> > int omap_mcbsp_pollwrite(unsigned int id, u16 buf) > >> > { > >> > struct omap_mcbsp *mcbsp; > >> >- void __iomem *base; > >> > > >> > if (!omap_mcbsp_check_

RE: [PATCH v7 2/5] OMAP: McBSP: Modify macros/functions API for easy cache access

2009-12-13 Thread Varadarajan, Charu Latha
>> >@@ -612,7 +597,6 @@ EXPORT_SYMBOL(omap_mcbsp_stop); >> > int omap_mcbsp_pollwrite(unsigned int id, u16 buf) >> > { >> >struct omap_mcbsp *mcbsp; >> >- void __iomem *base; >> > >> >if (!omap_mcbsp_check_valid_id(id)) { >> >printk(KERN_ERR "%s: Invalid id (%d)\n", >> >__fu

Re: [PATCH v7 2/5] OMAP: McBSP: Modify macros/functions API for easy cache access

2009-12-11 Thread Janusz Krzysztofik
Hi, Friday 11 December 2009 15:10:26 Varadarajan, Charu Latha napisał(a): > >-Original Message- > >From: linux-omap-ow...@vger.kernel.org > >[mailto:linux-omap-ow...@vger.kernel.org] On Behalf Of Janusz > >Krzysztofik > >Sent: Thursday, December 10, 2009 1:59 AM > >To: Tony Lindgren > >Cc:

RE: [PATCH v7 2/5] OMAP: McBSP: Modify macros/functions API for easy cache access

2009-12-11 Thread Varadarajan, Charu Latha
>-Original Message- >From: linux-omap-ow...@vger.kernel.org >[mailto:linux-omap-ow...@vger.kernel.org] On Behalf Of Janusz >Krzysztofik >Sent: Thursday, December 10, 2009 1:59 AM >To: Tony Lindgren >Cc: Jarkko Nikula; Peter Ujfalusi; linux-omap@vger.kernel.org >Subject: [PATCH v7 2/5]