On Wed, Oct 8, 2008 at 12:43, Bill Gatliff wrote: > This series proposes a "generic PWM" driver API. seems that the API is solely geared to handle PWM as an output signal. what about input ? all the utility config functions lack "set" in their name. it's a little confusing as to whether the function is a get or set at first glance. rather than expecting drivers to poke directly into the structure, a set of "get" functions would work better (even if they're simply #define's that poke into the structure) and line up better with how the GPIO framework operates. -mike -- To unsubscribe from this list: send the line "unsubscribe linux-embedded" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html