Re: Fw: [3.18.3] poll() on gpio pins broken

2015-01-31 Thread Alexandre Courbot
On Sat, Jan 31, 2015 at 9:33 AM, folkert folk...@vanheusden.com wrote: Michael, For timekeeping I wrote a program which waits for interrupts on gpio-pins and then tells the local ntp daemon the clock offset. I'm aware of the pps support in recent kernel but that does not work (yet) on

[PATCH 10/15] gpio: kconfig: replace PPC_OF with PPC

2015-01-31 Thread Kevin Hao
The PPC_OF is a ppc specific option which is used to mean that the firmware device tree access functions are available. Since all the ppc platforms have a device tree, it is aways set to 'y' for ppc. So it makes no sense to keep a such option in the current kernel. Replace it with PPC.

Re: Fw: [3.18.3] poll() on gpio pins broken

2015-01-31 Thread folkert
For timekeeping I wrote a program which waits for interrupts on gpio-pins and then tells the local ntp daemon the clock offset. I'm aware of the pps support in recent kernel but that does not work (yet) on all platforms (eg cubieboard 1). This has worked for quite some time but

Re: Fw: [3.18.3] poll() on gpio pins broken

2015-01-31 Thread folkert
Michael, For timekeeping I wrote a program which waits for interrupts on gpio-pins and then tells the local ntp daemon the clock offset. I'm aware of the pps support in recent kernel but that does not work (yet) on all platforms (eg cubieboard 1). This has worked for quite some time