Hi Mark!

>> why not call the new interface:
>> int spi_(pre)build_message(struct spi_device*,struct spi_message,
>>      unsigned long flags);
>> int spi_unbuild_message(struct spi_device*,struct spi_message);
> 
> Seems fine.  Or init/done.
> 

So I will call it:
int spi_init_message(struct spi_device*,struct spi_message,
        unsigned long flags);
int spi_done_message(struct spi_device*,struct spi_message);

(or you want to call it spi_message_init/done instead?)

I will post a patch for this soon.

Martin
--
To unsubscribe from this list: send the line "unsubscribe linux-spi" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to