Hi Jon, On Tue, Jun 12, 2012 at 04:29:09, Hunter, Jon wrote:
> > +enum { > > + GPMC_WAITPIN_IDX0, > > + GPMC_WAITPIN_IDX1, > > + GPMC_WAITPIN_IDX2, > > + GPMC_WAITPIN_IDX3, > > + GPMC_NR_WAITPIN > > +}; > > Max number of wait pins is 3 for omap4/5. I know that we discussed this > in the past, but are you not supporting these devices are the moment? I > know that you have not done the hwmod for these, but still I was hoping > that you would take these into account. I don't see reason for omap4/5 not to work with this > > > + > > +enum { > > + LOW, > > + HIGH > > +}; > > To be honest, I don't see the point in either of the above enums when > you have the definitions at the bottom. Seems that one set of > definitions should be enough. Thanks for catching that, it will be removed > > + case GPMC_WAITPIN_0: > > + idx = GPMC_WAITPIN_IDX0; > > For example, here you could have ... > > idx = GPMC_WAITPIN_0 - 1; Sorry, not sure whether I follow you, can you please clarify Regards Afzal -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html