Re: [PATCH] GPIO / ACPI: export acpi_gpiochip_request(free)_interrupts for module use

2015-06-10 Thread Linus Walleij
On Wed, Jun 10, 2015 at 11:12 AM, Hanjun Guo wrote: > acpi_gpiochip_request(free)_interrupts can be used for modules, > so export them. This also fixs a compile error when xgene-sb > configured as kernel module. > > Fixes: 733cf014f020 "gpio: xgene: add ACPI support for APM X-Gene GPIO >

Re: [PATCH] GPIO / ACPI: export acpi_gpiochip_request(free)_interrupts for module use

2015-06-10 Thread Mark Brown
On Wed, Jun 10, 2015 at 05:12:07PM +0800, Hanjun Guo wrote: > acpi_gpiochip_request(free)_interrupts can be used for modules, > so export them. This also fixs a compile error when xgene-sb > configured as kernel module. Reviwed-by: Mark Brown signature.asc Description: Digital signature

[PATCH] GPIO / ACPI: export acpi_gpiochip_request(free)_interrupts for module use

2015-06-10 Thread Hanjun Guo
acpi_gpiochip_request(free)_interrupts can be used for modules, so export them. This also fixs a compile error when xgene-sb configured as kernel module. Fixes: 733cf014f020 "gpio: xgene: add ACPI support for APM X-Gene GPIO standby driver" Signed-off-by: Hanjun Guo ---

[PATCH] GPIO / ACPI: export acpi_gpiochip_request(free)_interrupts for module use

2015-06-10 Thread Hanjun Guo
acpi_gpiochip_request(free)_interrupts can be used for modules, so export them. This also fixs a compile error when xgene-sb configured as kernel module. Fixes: 733cf014f020 gpio: xgene: add ACPI support for APM X-Gene GPIO standby driver Signed-off-by: Hanjun Guo hanjun@linaro.org ---

Re: [PATCH] GPIO / ACPI: export acpi_gpiochip_request(free)_interrupts for module use

2015-06-10 Thread Mark Brown
On Wed, Jun 10, 2015 at 05:12:07PM +0800, Hanjun Guo wrote: acpi_gpiochip_request(free)_interrupts can be used for modules, so export them. This also fixs a compile error when xgene-sb configured as kernel module. Reviwed-by: Mark Brown broo...@kernel.org signature.asc Description: Digital

Re: [PATCH] GPIO / ACPI: export acpi_gpiochip_request(free)_interrupts for module use

2015-06-10 Thread Linus Walleij
On Wed, Jun 10, 2015 at 11:12 AM, Hanjun Guo hanjun@linaro.org wrote: acpi_gpiochip_request(free)_interrupts can be used for modules, so export them. This also fixs a compile error when xgene-sb configured as kernel module. Fixes: 733cf014f020 gpio: xgene: add ACPI support for APM X-Gene