[alsa-devel] [PATCH v2 1/3] ARM: mx28evk: add platform data for saif

Uwe Kleine-König u.kleine-koenig at pengutronix.de
Sat Sep 10 16:08:52 CEST 2011


Hello,

On Fri, Sep 09, 2011 at 03:41:05PM +0200, Wolfram Sang wrote:
> > > >  extern const struct mxs_saif_data mx28_saif_data[] __initconst;
> > > > -#define mx28_add_saif(id)
> > > mxs_add_saif(&mx28_saif_data[id])
> > > > +#define mx28_add_saif(id, pdata) \
> > > > +	mxs_add_saif(&mx28_saif_data[id], pdata)
> > > should it be a seperate patch to add pdata for saif devices?
> > How do you suggest to separate?
> > All changes are mainly to add saif pdata.
> > You mean to move DIGCTL related saif pdata function to another patch?
> 
> I think he meant one patch for adding the functions in clock-mx28.c and
> one patch to use the stuff when adding the pdata. Uwe?
yeah.

Uwe

-- 
Pengutronix e.K.                           | Uwe Kleine-König            |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |


More information about the Alsa-devel mailing list