public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/01] include/asm-arm/arch-omap/mcbsp.h
@ 2007-09-26  3:18 Luís Cargnini
  2007-10-09 22:11 ` Tony Lindgren
  0 siblings, 1 reply; 5+ messages in thread
From: Luís Cargnini @ 2007-09-26  3:18 UTC (permalink / raw)
  To: OMAP

this patch add the function prototype of set I/O to the header file os it
could be used outside since it is exported, but not defined in the header
previously

--- linux-omap-2.6/include/asm-arm/arch-omap/mcbsp.h    2007-06-22 02:43:
08.127752533 -0300
+++ linux-omap-2.6-instramed/include/asm-arm/arch-omap/mcbsp.h  2007-09-19
10:54:11.584496814 -0300
@@ -83,7 +83,7 @@
 #define AUDIO_DMA_TX           OMAP_DMA_MCBSP1_TX
 #define AUDIO_DMA_RX           OMAP_DMA_MCBSP1_RX

  #define OMAP_MCBSP_REG_DRR2    0x00
 #define OMAP_MCBSP_REG_DRR1    0x04
@@ -318,5 +318,6 @@ void omap_mcbsp_set_spi_mode(unsigned in
 /* Polled read/write functions */
 int omap_mcbsp_pollread(unsigned int id, u16 * buf);
 int omap_mcbsp_pollwrite(unsigned int id, u16 buf);
-
+int omap_mcbsp_set_io_type(unsigned int id, omap_mcbsp_io_type_t io_type);
 #endif


-- 
------------------------------------------------------------------------------
Thanks && Regards
Msc. Bsc. Luís Vitório Cargnini
IEEE Member
Electrical Engineer Faculty @ PUCRS
Ipiranga Avenue, 6681 – Building 30
P.O. Box: 90619-900 – Porto Alegre/RS
Phone: +55 51 3320 3500  extension: 7696
---------------------------------------------------------------------------------

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

* Re: [PATCH 00/01] include/asm-arm/arch-omap/mcbsp.h
  2007-09-26  3:18 [PATCH 00/01] include/asm-arm/arch-omap/mcbsp.h Luís Cargnini
@ 2007-10-09 22:11 ` Tony Lindgren
  2007-10-10  0:44   ` Luís Cargnini
  2007-10-10  0:58   ` Luís Cargnini
  0 siblings, 2 replies; 5+ messages in thread
From: Tony Lindgren @ 2007-10-09 22:11 UTC (permalink / raw)
  To: Luís Cargnini; +Cc: OMAP

Hi,

* Luís Cargnini <lvcargnini@gmail.com> [070925 20:19]:
> this patch add the function prototype of set I/O to the header file os it
> could be used outside since it is exported, but not defined in the header
> previously
> 
> --- linux-omap-2.6/include/asm-arm/arch-omap/mcbsp.h    2007-06-22 02:43:
> 08.127752533 -0300
> +++ linux-omap-2.6-instramed/include/asm-arm/arch-omap/mcbsp.h  2007-09-19
> 10:54:11.584496814 -0300
> @@ -83,7 +83,7 @@
>  #define AUDIO_DMA_TX           OMAP_DMA_MCBSP1_TX
>  #define AUDIO_DMA_RX           OMAP_DMA_MCBSP1_RX
> 
>   #define OMAP_MCBSP_REG_DRR2    0x00
>  #define OMAP_MCBSP_REG_DRR1    0x04
> @@ -318,5 +318,6 @@ void omap_mcbsp_set_spi_mode(unsigned in
>  /* Polled read/write functions */
>  int omap_mcbsp_pollread(unsigned int id, u16 * buf);
>  int omap_mcbsp_pollwrite(unsigned int id, u16 buf);
> -
> +int omap_mcbsp_set_io_type(unsigned int id, omap_mcbsp_io_type_t io_type);
>  #endif

Can you please respond with your Signed-off-by so I can apply this?

Tony

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

* Re: [PATCH 00/01] include/asm-arm/arch-omap/mcbsp.h
  2007-10-09 22:11 ` Tony Lindgren
@ 2007-10-10  0:44   ` Luís Cargnini
  2007-10-10  0:45     ` Luís Cargnini
  2007-10-10  0:58   ` Luís Cargnini
  1 sibling, 1 reply; 5+ messages in thread
From: Luís Cargnini @ 2007-10-10  0:44 UTC (permalink / raw)
  To: Tony Lindgren; +Cc: OMAP

yep 8-)


On 10/9/07, Tony Lindgren <tony@atomide.com> wrote:
>
> Hi,
>
> * Luís Cargnini <lvcargnini@gmail.com> [070925 20:19]:
> > this patch add the function prototype of set I/O to the header file os
> it
> > could be used outside since it is exported, but not defined in the
> header
> > previously
> >
> > --- linux-omap-2.6/include/asm-arm/arch-omap/mcbsp.h    2007-06-22
> 02:43:
> > 08.127752533 -0300
> > +++ linux-omap-2.6-instramed
> /include/asm-arm/arch-omap/mcbsp.h  2007-09-19
> > 10:54:11.584496814 -0300
> > @@ -83,7 +83,7 @@
> >  #define AUDIO_DMA_TX           OMAP_DMA_MCBSP1_TX
> >  #define AUDIO_DMA_RX           OMAP_DMA_MCBSP1_RX
> >
> >   #define OMAP_MCBSP_REG_DRR2    0x00
> >  #define OMAP_MCBSP_REG_DRR1    0x04
> > @@ -318,5 +318,6 @@ void omap_mcbsp_set_spi_mode(unsigned in
> >  /* Polled read/write functions */
> >  int omap_mcbsp_pollread(unsigned int id, u16 * buf);
> >  int omap_mcbsp_pollwrite(unsigned int id, u16 buf);
> > -
> > +int omap_mcbsp_set_io_type(unsigned int id, omap_mcbsp_io_type_t
> io_type);
> >  #endif
>
> Can you please respond with your Signed-off-by so I can apply this?
>
> Tony
>



-- 
------------------------------------------------------------------------------
Thanks && Regards
Msc. Bsc. Luís Vitório Cargnini
IEEE Member
Electrical Engineer Faculty @ PUCRS
Ipiranga Avenue, 6681 – Building 30
P.O. Box: 90619-900 – Porto Alegre/RS
Phone: +55 51 3320 3500  extension: 7696
---------------------------------------------------------------------------------

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

* Re: [PATCH 00/01] include/asm-arm/arch-omap/mcbsp.h
  2007-10-10  0:44   ` Luís Cargnini
@ 2007-10-10  0:45     ` Luís Cargnini
  0 siblings, 0 replies; 5+ messages in thread
From: Luís Cargnini @ 2007-10-10  0:45 UTC (permalink / raw)
  To: Tony Lindgren; +Cc: OMAP

there is a patch in mcbsp.c I do not submitted it yet ?
where i change the IRQs of McBSP to IRQ_SHARED ?

On 10/9/07, Luís Cargnini <lvcargnini@gmail.com> wrote:
>
> yep 8-)
>
>
> On 10/9/07, Tony Lindgren <tony@atomide.com> wrote:
> >
> > Hi,
> >
> > * Luís Cargnini <lvcargnini@gmail.com> [070925 20:19]:
> > > this patch add the function prototype of set I/O to the header file os
> > it
> > > could be used outside since it is exported, but not defined in the
> > header
> > > previously
> > >
> > > --- linux-omap-2.6/include/asm-arm/arch-omap/mcbsp.h    2007-06-22
> > 02:43:
> > > 08.127752533 -0300
> > > +++ linux-omap-2.6-instramed
> > /include/asm-arm/arch-omap/mcbsp.h  2007-09-19
> > > 10:54:11.584496814 -0300
> > > @@ -83,7 +83,7 @@
> > >  #define AUDIO_DMA_TX           OMAP_DMA_MCBSP1_TX
> > >  #define AUDIO_DMA_RX           OMAP_DMA_MCBSP1_RX
> > >
> > >   #define OMAP_MCBSP_REG_DRR2    0x00
> > >  #define OMAP_MCBSP_REG_DRR1    0x04
> > > @@ -318,5 +318,6 @@ void omap_mcbsp_set_spi_mode(unsigned in
> > >  /* Polled read/write functions */
> > >  int omap_mcbsp_pollread(unsigned int id, u16 * buf);
> > >  int omap_mcbsp_pollwrite(unsigned int id, u16 buf);
> > > -
> > > +int omap_mcbsp_set_io_type(unsigned int id, omap_mcbsp_io_type_t
> > io_type);
> > >  #endif
> >
> > Can you please respond with your Signed-off-by so I can apply this?
> >
> > Tony
> >
>
>
>
> --
>
> ------------------------------------------------------------------------------
> Thanks && Regards
> Msc. Bsc. Luís Vitório Cargnini
> IEEE Member
> Electrical Engineer Faculty @ PUCRS
> Ipiranga Avenue, 6681 – Building 30
> P.O. Box: 90619-900 – Porto Alegre/RS
> Phone: +55 51 3320 3500  extension: 7696
> ---------------------------------------------------------------------------------
>
>



-- 
------------------------------------------------------------------------------
Thanks && Regards
Msc. Bsc. Luís Vitório Cargnini
IEEE Member
Electrical Engineer Faculty @ PUCRS
Ipiranga Avenue, 6681 – Building 30
P.O. Box: 90619-900 – Porto Alegre/RS
Phone: +55 51 3320 3500  extension: 7696
---------------------------------------------------------------------------------

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

* Re: [PATCH 00/01] include/asm-arm/arch-omap/mcbsp.h
  2007-10-09 22:11 ` Tony Lindgren
  2007-10-10  0:44   ` Luís Cargnini
@ 2007-10-10  0:58   ` Luís Cargnini
  1 sibling, 0 replies; 5+ messages in thread
From: Luís Cargnini @ 2007-10-10  0:58 UTC (permalink / raw)
  To: Tony Lindgren; +Cc: OMAP

Signed-off-by: Luís Vitório Cargnini <lvcargnini@gmail.com>

On 10/9/07, Tony Lindgren <tony@atomide.com> wrote:
>
> Hi,
>
> * Luís Cargnini <lvcargnini@gmail.com> [070925 20:19]:
> > this patch add the function prototype of set I/O to the header file os
> it
> > could be used outside since it is exported, but not defined in the
> header
> > previously
> >
> > --- linux-omap-2.6/include/asm-arm/arch-omap/mcbsp.h    2007-06-22
> 02:43:
> > 08.127752533 -0300
> > +++ linux-omap-2.6-instramed
> /include/asm-arm/arch-omap/mcbsp.h  2007-09-19
> > 10:54:11.584496814 -0300
> > @@ -83,7 +83,7 @@
> >  #define AUDIO_DMA_TX           OMAP_DMA_MCBSP1_TX
> >  #define AUDIO_DMA_RX           OMAP_DMA_MCBSP1_RX
> >
> >   #define OMAP_MCBSP_REG_DRR2    0x00
> >  #define OMAP_MCBSP_REG_DRR1    0x04
> > @@ -318,5 +318,6 @@ void omap_mcbsp_set_spi_mode(unsigned in
> >  /* Polled read/write functions */
> >  int omap_mcbsp_pollread(unsigned int id, u16 * buf);
> >  int omap_mcbsp_pollwrite(unsigned int id, u16 buf);
> > -
> > +int omap_mcbsp_set_io_type(unsigned int id, omap_mcbsp_io_type_t
> io_type);
> >  #endif
>
> Can you please respond with your Signed-off-by so I can apply this?
>
> Tony
>



-- 
------------------------------------------------------------------------------
Thanks && Regards
Msc. Bsc. Luís Vitório Cargnini
IEEE Member
Electrical Engineer Faculty @ PUCRS
Ipiranga Avenue, 6681 – Building 30
P.O. Box: 90619-900 – Porto Alegre/RS
Phone: +55 51 3320 3500  extension: 7696
---------------------------------------------------------------------------------

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

end of thread, other threads:[~2007-10-10  0:58 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-26  3:18 [PATCH 00/01] include/asm-arm/arch-omap/mcbsp.h Luís Cargnini
2007-10-09 22:11 ` Tony Lindgren
2007-10-10  0:44   ` Luís Cargnini
2007-10-10  0:45     ` Luís Cargnini
2007-10-10  0:58   ` Luís Cargnini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox