Re: [PATCH v5 1/3] can: sja1000: of: add per-compatible init hook

2016-01-20 Thread Damien Riegel
Hi Marc, On Wed, Jan 20, 2016 at 11:23:49AM +0100, Marc Kleine-Budde wrote: > From: Damien Riegel > > This commit adds the capability to allocate and init private data > embedded in the sja1000_priv structure on a per-compatible basis. The > device node is passed as a parameter of the init call

Re: [PATCH v5 1/3] can: sja1000: of: add per-compatible init hook

2016-01-20 Thread Marc Kleine-Budde
On 01/20/2016 04:30 PM, Damien Riegel wrote: >> +static const struct of_device_id sp_of_table[] = { >> +{ /* sentinel */ }, >> +}; >> +MODULE_DEVICE_TABLE(of, sp_of_table); >> + > > I will give a try to this serie but it seems that > > {.compatible = "nxp,sja1000"}, > > has disappeared