Re: [PATCH 2/5] mfd: tps65910: move interrupt implementation code to mfd file

2012-10-09 Thread Mark Brown
On Tue, Oct 09, 2012 at 04:58:33PM +0530, Laxman Dewangan wrote: > In place of implementing the irq support in separate file, > moving implementation to main mfd file. > The irq files only contains the table and init steps only > and does not need extra file to have this only for this > purpose.

[PATCH 2/5] mfd: tps65910: move interrupt implementation code to mfd file

2012-10-09 Thread Laxman Dewangan
In place of implementing the irq support in separate file, moving implementation to main mfd file. The irq files only contains the table and init steps only and does not need extra file to have this only for this purpose. Signed-off-by: Laxman Dewangan --- drivers/mfd/Makefile |2 +-

[PATCH 2/5] mfd: tps65910: move interrupt implementation code to mfd file

2012-10-09 Thread Laxman Dewangan
In place of implementing the irq support in separate file, moving implementation to main mfd file. The irq files only contains the table and init steps only and does not need extra file to have this only for this purpose. Signed-off-by: Laxman Dewangan ldewan...@nvidia.com ---

Re: [PATCH 2/5] mfd: tps65910: move interrupt implementation code to mfd file

2012-10-09 Thread Mark Brown
On Tue, Oct 09, 2012 at 04:58:33PM +0530, Laxman Dewangan wrote: In place of implementing the irq support in separate file, moving implementation to main mfd file. The irq files only contains the table and init steps only and does not need extra file to have this only for this purpose.