Re: [PATCH 1/1] Driver for the Atmel on-chip SSC on AT32AP and AT91.

2007-07-19 Thread David Brownell
On Thursday 19 July 2007, Haavard Skinnemoen wrote: > > So the protocol drivers need some kind of resource management in order > > to not step on each others' toes, and that's the reason for the export > > of ssc_request() and ssc_free(). > > > > I'm not sure if anyone would have been very mad

Re: [PATCH 1/1] Driver for the Atmel on-chip SSC on AT32AP and AT91.

2007-07-19 Thread Haavard Skinnemoen
Whoops, didn't notice that Andrew and LKML fell off Cc. Sorry. Håvard On Thu, 19 Jul 2007 11:01:22 +0200 Haavard Skinnemoen <[EMAIL PROTECTED]> wrote: > On Thu, 19 Jul 2007 08:53:44 +0200 > Hans-Christian Egtvedt <[EMAIL PROTECTED]> wrote: > > > >> +EXPORT_SYMBOL(ssc_request); > > >> >

Re: [PATCH 1/1] Driver for the Atmel on-chip SSC on AT32AP and AT91.

2007-07-19 Thread Haavard Skinnemoen
Whoops, didn't notice that Andrew and LKML fell off Cc. Sorry. Håvard On Thu, 19 Jul 2007 11:01:22 +0200 Haavard Skinnemoen [EMAIL PROTECTED] wrote: On Thu, 19 Jul 2007 08:53:44 +0200 Hans-Christian Egtvedt [EMAIL PROTECTED] wrote: +EXPORT_SYMBOL(ssc_request); All exports

Re: [PATCH 1/1] Driver for the Atmel on-chip SSC on AT32AP and AT91.

2007-07-19 Thread David Brownell
On Thursday 19 July 2007, Haavard Skinnemoen wrote: So the protocol drivers need some kind of resource management in order to not step on each others' toes, and that's the reason for the export of ssc_request() and ssc_free(). I'm not sure if anyone would have been very mad at me for

Re: [PATCH 1/1] Driver for the Atmel on-chip SSC on AT32AP and AT91.

2007-07-18 Thread Andrew Morton
On Mon, 16 Jul 2007 08:52:32 +0200 Hans-Christian Egtvedt <[EMAIL PROTECTED]> wrote: > The Synchronous Serial Controller (SSC) on Atmel microprocessors are capable > of > tranceiving many frame based protocols, like I2S. Tested on the > AT32AP7000/ATSTK1000. > > This driver is used in the ALSA

Re: [PATCH 1/1] Driver for the Atmel on-chip SSC on AT32AP and AT91.

2007-07-18 Thread Andrew Morton
On Mon, 16 Jul 2007 08:52:32 +0200 Hans-Christian Egtvedt [EMAIL PROTECTED] wrote: The Synchronous Serial Controller (SSC) on Atmel microprocessors are capable of tranceiving many frame based protocols, like I2S. Tested on the AT32AP7000/ATSTK1000. This driver is used in the ALSA sound

[PATCH 1/1] Driver for the Atmel on-chip SSC on AT32AP and AT91.

2007-07-16 Thread Hans-Christian Egtvedt
The Synchronous Serial Controller (SSC) on Atmel microprocessors are capable of tranceiving many frame based protocols, like I2S. Tested on the AT32AP7000/ATSTK1000. This driver is used in the ALSA sound driver for the AT73C213 external DAC on the ATSTK1000 development board for AVR32. This sound

[PATCH 1/1] Driver for the Atmel on-chip SSC on AT32AP and AT91.

2007-07-16 Thread Hans-Christian Egtvedt
The Synchronous Serial Controller (SSC) on Atmel microprocessors are capable of tranceiving many frame based protocols, like I2S. Tested on the AT32AP7000/ATSTK1000. This driver is used in the ALSA sound driver for the AT73C213 external DAC on the ATSTK1000 development board for AVR32. This sound