Re: [PATCH] pps-gpio: add device-tree binding and support

2013-06-03 Thread Rodolfo Giometti
On Fri, May 31, 2013 at 08:46:55PM +0200, Jan Luebbe wrote: > Signed-off-by: Jan Luebbe Acked-by: Rodolfo Giometti -- GNU/Linux Solutions e-mail: giome...@enneenne.com Linux Device Driver giome...@linux.it Embedded Systems phone:

Re: [PATCH] pps-gpio: add device-tree binding and support

2013-05-31 Thread Arnd Bergmann
On Friday 31 May 2013 20:46:55 Jan Luebbe wrote: > > +#ifdef CONFIG_OF > +static const struct of_device_id pps_gpio_dt_ids[] = { > + { .compatible = "pps-gpio", }, > + { /* sentinel */ } > +}; > +MODULE_DEVICE_TABLE(of, pps_gpio_dt_ids); > + > +static struct pps_gpio_platform_data * >