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-06-03 Thread Rodolfo Giometti
On Fri, May 31, 2013 at 08:46:55PM +0200, Jan Luebbe wrote: Signed-off-by: Jan Luebbe j...@pengutronix.de Acked-by: Rodolfo Giometti giome...@enneenne.com -- GNU/Linux Solutions e-mail: giome...@enneenne.com Linux Device Driver giome...@linux.it

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 * >

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

2013-05-31 Thread Jan Luebbe
Signed-off-by: Jan Luebbe --- This patch depends on my two recent pps-gpio patches, which are currently in Andrew Morton's mmotm. So it should probably also go via Andrew if it is acceptable. Documentation/devicetree/bindings/pps/pps-gpio.txt | 20 +++ drivers/pps/clients/pps-gpio.c

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

2013-05-31 Thread Jan Luebbe
Signed-off-by: Jan Luebbe j...@pengutronix.de --- This patch depends on my two recent pps-gpio patches, which are currently in Andrew Morton's mmotm. So it should probably also go via Andrew if it is acceptable. Documentation/devicetree/bindings/pps/pps-gpio.txt | 20 +++

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 *