Re: [PATCH] staging: iio: fix coding style

2014-04-14 Thread Joël Porquet
On Saturday, April 12, 2014 06:28:07 PM Jonathan Cameron wrote: > > On 09/04/14 19:09, Joel Porquet wrote: > > As suggested by checkpatch.pl, use dev_info() instead of > > printk(KERN_INFO ...) to print message. > > > > Signed-off-by: Joel Porquet > > --- > > Only tested by compilation. > > d

[PATCH 5/5] irqchip: remove header drivers/irqchip/irqchip.h

2015-07-07 Thread Joël Porquet
All drivers using the macro IRQCHIP_DECLARE have been converted to using global header include/linux/irqchip.h. Local header drivers/irqchip/irqchip.h is now useless and can be removed. Signed-off-by: Joel Porquet --- drivers/irqchip/irqchip.h | 11 --- 1 file changed, 11 deletions(-) d

mips:irqchip: prepare for drivers/irqchip/irqchip.h removal

2015-07-07 Thread Joël Porquet
The IRQCHIP_DECLARE macro migrated to 'include/linux/irqchip.h'. See commit 91e20b5040c67c51aad88cf87db4305c5bd7f79d ("irqchip: Move IRQCHIP_DECLARE macro to include/linux/irqchip.h"). This patch removes inclusions of private header 'drivers/irqchip/irqchip.h'and replaces them with the inclusion

[PATCH 2/5] microblaze:irqchip: prepare for drivers/irqchip/irqchip.h removal

2015-07-07 Thread Joël Porquet
The IRQCHIP_DECLARE macro migrated to 'include/linux/irqchip.h'. See commit 91e20b5040c67c51aad88cf87db4305c5bd7f79d ("irqchip: Move IRQCHIP_DECLARE macro to include/linux/irqchip.h"). This patch removes the inclusion of private header 'drivers/irqchip/irqchip.h' and replaces it with the inclusio

[PATCH 1/5] irqchip: prepare for drivers/irqchip/irqchip.h removal

2015-07-07 Thread Joël Porquet
The IRQCHIP_DECLARE macro migrated to 'include/linux/irqchip.h'. See commit 91e20b5040c67c51aad88cf87db4305c5bd7f79d ("irqchip: Move IRQCHIP_DECLARE macro to include/linux/irqchip.h"). This patch removes the inclusions of local header 'irqchip.h' in all irqchip drivers and if necessary replaces t

[PATCH 3/5] arc:irqchip: prepare for drivers/irqchip/irqchip.h removal

2015-07-07 Thread Joël Porquet
The IRQCHIP_DECLARE macro migrated to 'include/linux/irqchip.h'. See commit 91e20b5040c67c51aad88cf87db4305c5bd7f79d ("irqchip: Move IRQCHIP_DECLARE macro to include/linux/irqchip.h"). This patch removes the inclusions of private header 'drivers/irqchip/irqchip.h' and if necessary replaces them w

[PATCH 4/5] mips:irqchip: prepare for drivers/irqchip/irqchip.h removal

2015-07-07 Thread Joël Porquet
The IRQCHIP_DECLARE macro migrated to 'include/linux/irqchip.h'. See commit 91e20b5040c67c51aad88cf87db4305c5bd7f79d ("irqchip: Move IRQCHIP_DECLARE macro to include/linux/irqchip.h"). This patch removes inclusions of private header 'drivers/irqchip/irqchip.h'and replaces them with the inclusion

Re: [PATCH 00/48] Make the IRQCHIP_DECLARE macro globally accessible

2015-07-02 Thread Joël Porquet
On Thursday, July 02, 2015 12:33:05 PM Vineet Gupta wrote: > On Thursday 02 July 2015 04:02 AM, Joel Porquet wrote: > > At the moment the IRQCHIP_DECLARE macro is only declared locally in > > 'drivers/irqchip/irqchip.h'. That prevents from using it directly in > > arch/* > > directories whenever ir

Re: [PATCH 00/48] Make the IRQCHIP_DECLARE macro globally accessible

2015-07-02 Thread Joël Porquet
On Thursday, July 02, 2015 09:06:34 PM Thomas Gleixner wrote: > On Thu, 2 Jul 2015, Joël Porquet wrote: > > On Thursday, July 02, 2015 12:33:05 PM Vineet Gupta wrote: > > > On Thursday 02 July 2015 04:02 AM, Joel Porquet wrote: > > > > At the moment the IRQCHIP_