Re: [PATCH v2 0/1] PN544 NFC driver.

2010-11-01 Thread Mark Brown
On Mon, Nov 01, 2010 at 02:25:25PM +0200, Matti J. Aaltonen wrote: > On Fri, 2010-10-29 at 23:50 +0100, ext Mark Brown wrote: > > There's other NFC devices out there being used with Linux. > But NFC drivers are not easy to find. In the kernel code > drivers/parisc/pdc_stable.c contains the follow

Re: [PATCH v2 0/1] PN544 NFC driver.

2010-11-01 Thread Matti J. Aaltonen
On Fri, 2010-10-29 at 23:50 +0100, ext Mark Brown wrote: > On Fri, Oct 29, 2010 at 02:33:33PM -0700, Andrew Morton wrote: > > > Another consideration here is that if we do expect more NFC devices and > > drivers for them, then we should aim for some standardisation of the > > interface, from day o

Re: [PATCH v2 1/1] NFC: Driver for NXP Semiconductors PN544 NFC chip.

2010-11-01 Thread Matti J. Aaltonen
On Fri, 2010-10-29 at 14:35 -0700, ext Andrew Morton wrote: > On Fri, 29 Oct 2010 09:26:09 +0300 > "Matti J. Aaltonen" wrote: > > > +static void __exit pn544_exit(void) > > +{ > > + flush_scheduled_work(); > > You said this had been removed. Did you send the correct version? I was the "corre

Re: [PATCH v2 0/1] PN544 NFC driver.

2010-11-01 Thread Matti J. Aaltonen
Hi. On Fri, 2010-10-29 at 14:33 -0700, ext Andrew Morton wrote: > On Fri, 29 Oct 2010 09:26:08 +0300 > "Matti J. Aaltonen" wrote: > > > Hello. > > > > And thanks to Andrew for the comments. > > > > >> include/linux/pn544.h | 99 ++ > > > > > > Is drivers/misc/ the best place for this? >