[PULL] bjdooks' i2c tree

2010-10-29 Thread Ben Dooks
The following changes since commit b18cae4224bde7e5a332c19bc99247b2098ea232: Linus Torvalds (1): Merge branch 'for-next' of git://android.git.kernel.org/kernel/tegra are available in the git repository at: git://git.fluff.org/bjdooks/linux.git for-2637/i2c-all Alan Cox (1): i2c

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

2010-10-29 Thread Mark Brown
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 one. Some discussion of this would also be helpful > for reviewers.

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"); > +} -

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

2010-10-29 Thread Andrew Morton
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? > > > > Don't be afraid to create a new drivers/nfc/ even if it has only one > > drive

[PATCH -next] i2c: intel-mid depends on PCI

2010-10-29 Thread Randy Dunlap
: implicit declaration of function 'pci_release_region' Signed-off-by: Randy Dunlap Cc: Ba Zheng Cc: Jean Delvare Cc: Ben Dooks Cc: linux-i2c@vger.kernel.org --- drivers/i2c/busses/Kconfig |1 + 1 file changed, 1 insertion(+) --- linux-next-20101029.orig/drivers/i2c/busses/Kc