On 11/11, Viresh Kumar wrote: > This patch adds debugfs support to OPP layer to export OPPs and their > properties for all the devices. > > This creates a top level directory: /sys/kernel/debug/opp and then > device specific directories (based on device names) inside it. For > example: 'cpu0', 'cpu1', etc.. > > If multiple devices share the OPP table, then the real directory is > created only for the first device. For all others, links are created to > the real directory. > > Inside the device specific directory, a separate directory is created > for each OPP. And within that files per opp property. > > Signed-off-by: Viresh Kumar <[email protected]> > ---
Reviewed-by: Stephen Boyd <[email protected]> -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project -- 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/

