On Thursday 20 November 2008, stanley.miao wrote:
> 
> > Use gpio_set_value() to replace omap_set_gpio_dataout(), except
> > when initializing.  The reset pin *was* being toggled...
> 
> These actions are in init function. so keep omap_set_gpio_dataout() in
> place.

No, omap_set_gpio_dataout() is gone.  You can't call it any more.

  gpio_direction_output(gpio, initial_value)

is what you'd want after gpio_request().
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to