Re: [RFC part2 PATCH 7/9] irqdomain: Add a new API irq_create_acpi_mapping()

2013-12-10 Thread Linus Walleij
On Wed, Dec 4, 2013 at 4:38 PM, Hanjun Guo wrote: > On 2013年12月04日 01:25, Rob Herring wrote: >> On Tue, Dec 3, 2013 at 10:39 AM, Hanjun Guo wrote: >>> >>> From: Amit Daniel Kachhap >>> >>> This patch introduces a new API for acpi based irq mapping. >>> >>> [hanjun: Rework this patch to delete

Re: [RFC part2 PATCH 7/9] irqdomain: Add a new API irq_create_acpi_mapping()

2013-12-10 Thread Linus Walleij
On Wed, Dec 4, 2013 at 4:38 PM, Hanjun Guo hanjun@linaro.org wrote: On 2013年12月04日 01:25, Rob Herring wrote: On Tue, Dec 3, 2013 at 10:39 AM, Hanjun Guo hanjun@linaro.org wrote: From: Amit Daniel Kachhap amit.dan...@samsung.com This patch introduces a new API for acpi based irq

Re: [RFC part2 PATCH 7/9] irqdomain: Add a new API irq_create_acpi_mapping()

2013-12-04 Thread Hanjun Guo
On 2013年12月04日 01:25, Rob Herring wrote: On Tue, Dec 3, 2013 at 10:39 AM, Hanjun Guo wrote: From: Amit Daniel Kachhap This patch introduces a new API for acpi based irq mapping. [hanjun: Rework this patch to delete the reference to gic_irq_domain_xlate() which can simplify the code a lot.]

Re: [RFC part2 PATCH 7/9] irqdomain: Add a new API irq_create_acpi_mapping()

2013-12-04 Thread Hanjun Guo
On 2013年12月04日 01:25, Rob Herring wrote: On Tue, Dec 3, 2013 at 10:39 AM, Hanjun Guo hanjun@linaro.org wrote: From: Amit Daniel Kachhap amit.dan...@samsung.com This patch introduces a new API for acpi based irq mapping. [hanjun: Rework this patch to delete the reference to

Re: [RFC part2 PATCH 7/9] irqdomain: Add a new API irq_create_acpi_mapping()

2013-12-03 Thread Rob Herring
On Tue, Dec 3, 2013 at 10:39 AM, Hanjun Guo wrote: > From: Amit Daniel Kachhap > > This patch introduces a new API for acpi based irq mapping. > > [hanjun: Rework this patch to delete the reference to > gic_irq_domain_xlate() which can simplify the code a lot.] > > Signed-off-by: Amit Daniel

[RFC part2 PATCH 7/9] irqdomain: Add a new API irq_create_acpi_mapping()

2013-12-03 Thread Hanjun Guo
From: Amit Daniel Kachhap This patch introduces a new API for acpi based irq mapping. [hanjun: Rework this patch to delete the reference to gic_irq_domain_xlate() which can simplify the code a lot.] Signed-off-by: Amit Daniel Kachhap Signed-off-by: Hanjun Guo --- include/linux/acpi.h |

[RFC part2 PATCH 7/9] irqdomain: Add a new API irq_create_acpi_mapping()

2013-12-03 Thread Hanjun Guo
From: Amit Daniel Kachhap amit.dan...@samsung.com This patch introduces a new API for acpi based irq mapping. [hanjun: Rework this patch to delete the reference to gic_irq_domain_xlate() which can simplify the code a lot.] Signed-off-by: Amit Daniel Kachhap amit.dan...@samsung.com

Re: [RFC part2 PATCH 7/9] irqdomain: Add a new API irq_create_acpi_mapping()

2013-12-03 Thread Rob Herring
On Tue, Dec 3, 2013 at 10:39 AM, Hanjun Guo hanjun@linaro.org wrote: From: Amit Daniel Kachhap amit.dan...@samsung.com This patch introduces a new API for acpi based irq mapping. [hanjun: Rework this patch to delete the reference to gic_irq_domain_xlate() which can simplify the code a