Re: [PATCH v2 0/2] Add ACPI support for NXP PN544

2015-01-27 Thread Samuel Ortiz
Hi Robert, On Mon, Jan 26, 2015 at 01:13:35PM +0200, Robert Dolca wrote: > This patch set introduces ACPI support for PN544. > > gpio_set_value was replaced with gpio_set_value_cansleep in order > to allow GPIO access that may sleep. This is particularelly useful > when GPIO is accessed using bus

[PATCH v2 0/2] Add ACPI support for NXP PN544

2015-01-26 Thread Robert Dolca
This patch set introduces ACPI support for PN544. gpio_set_value was replaced with gpio_set_value_cansleep in order to allow GPIO access that may sleep. This is particularelly useful when GPIO is accessed using busses like I2C, SPI, USB Changes since v1: - Added cover letter - Rem