LAN9221 with Samsumg S3C2416

2011-06-18 Thread Thiago A . Corrêa
Hi, Sorry for the crossposting if you also subscribe kernel-arm. I only found this list later, and I guess it would be a better place to ask. The following message was posted to kernel-arm, but unfortunally I'm still looking for help on this problem. I'm using the mini2416 [1] and it has a

Re: [PATCH V2 2/4] ASoC: SAMSUNG: Add I2S0 internal dma driver

2011-06-18 Thread Jassi Brar
On Wed, Jun 15, 2011 at 2:13 PM, Sangbeom Kim wrote: > +       .channels_min = 2, > +       .channels_max = 2, > +       .buffer_bytes_max = MAX_IDMA_BUFFER, > +       .period_bytes_min = 128, > +       .period_bytes_max = MAX_IDMA_PERIOD, > +       .periods_min = 1, > +       .periods_max = 2, >

Re: [PATCH V2 1/4] ASoC: SAMSUNG: Modify I2S driver to support idma

2011-06-18 Thread Jassi Brar
On Wed, Jun 15, 2011 at 2:13 PM, Sangbeom Kim wrote: > +#define AHB_INTENLVL0          (1 << 24) > +#define AHB_LVL0INT            (1 << 20) > +#define AHB_CLRLVL0INT         (1 << 16) > +#define AHB_DMARLD             (1 << 5) > +#define AHB_INTMASK            (1 << 3) > +#define AHB_DMAEN