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 1/1] NFC: Driver for NXP Semiconductors PN544 NFC chip.

2010-10-29 Thread Andrew Morton
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? > + i2c_del_driver(&pn544_driver); > + pr_info(DRIVER_DESC ", Exiting.\n"); > +} -

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

2010-10-28 Thread Matti J. Aaltonen
This is a driver for the pn544 NFC device. The driver transfers ETSI messages between the device and the user space. Signed-off-by: Matti J. Aaltonen --- Documentation/nfc/nfc-pn544.txt | 105 + drivers/Kconfig |2 + drivers/Makefile|2 +- drivers/nfc