On 08/14, Kumar Gala wrote: > Add driver for Qualcomm MSM Hardware Mutex block that exists on newer MSM > SoC (MSM8974, etc). > > CC: Jeffrey Hugo <[email protected]> > CC: Eric Holmberg <[email protected]> > Signed-off-by: Kumar Gala <[email protected]>
Looks good. Reviewed-by: Stephen Boyd <[email protected]> > --- > v3: > * moved dt binding into hwlock/ > * removed smp_mb() as they were not needed > * cleanup warning > > v2: > * Fixed init of stride > * Dealt with a number of comments from Stephen Boyd: > - use of <linux/io.h> instead of <asm/io.h> > - declaring msm_hwspinlock_of_match once & as const > - drop unneccessary () in an if statement > - style cleanup to have devm_kzalloc on one line > -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by The Linux Foundation -- 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/

