On Fri, Nov 1, 2013 at 6:08 AM, Wolfram Sang <[email protected]> wrote: > On Wed, Oct 16, 2013 at 03:01:47PM -0700, Tim Kryger wrote: >> Add support for I2C high-speed mode (3.4 MHz). >> >> Signed-off-by: Tim Kryger <[email protected]> >> Reviewed-by: Matt Porter <[email protected]> >> Reviewed-by: Markus Mayer <[email protected]> > > Mostly good as well: > >> +enum hs_bus_speed_index { >> + BCM_SPD_3P4MHZ = 0, >> +}; > > I just realized that you should update both patches to add the supported > bus speeds to the binding documentation.
While the bus speed property is really a configuration parameter (and not a true description of of the hardware) it seems improper to put driver specific details into the binding document. Please let me know how you would like me to proceed. I should mention that I plan to break out the binding into its own patch as this seems to be the latest best practice just in case that influences your decision. Thanks, Tim Kryger -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

