> @@ -435,12 +441,20 @@ static const struct dev_pm_ops dspi_pm = { > SET_SYSTEM_SLEEP_PM_OPS(dspi_suspend, dspi_resume) > }; > > +static struct regmap_config dspi_regmap_config = { > + .reg_bits = 32, > + .val_bits = 32, > + .reg_stride = 4, > + .max_register = 0x88, > +}; > + If needed, you should add the callbacks like: .readable_reg, .writeable_reg, .volatile_reg, Otherwise, it looks fine to me, for both patches: Reviewed-by: Xiubo Li <Li.Xiubo@xxxxxxxxxxxxx> -- To unsubscribe from this list: send the line "unsubscribe linux-spi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html