[PATCH][RESEND] ARM: SAMSUNG: remove IRQF_DISABLED

2013-12-09 Thread Michael Opdenacker
This patch proposes to remove the use of the IRQF_DISABLED flag It's a NOOP since 2.6.35 and it will be removed one day. Signed-off-by: Michael Opdenacker Reviewed-by: Jingoo Han --- arch/arm/mach-s3c24xx/dma.c | 2 +- arch/arm/mach-s3c24xx/simtec-usb.c | 3 +-- arch/arm/mach-s3

[PATCH] ARM: SAMSUNG: remove unused SAMSUNG_GPIOLIB_4BIT Kconfig parameter

2013-12-08 Thread Michael Opdenacker
This removes the SAMSUNG_GPIOLIB_4BIT Kconfig parameter, which was no longer used anywhere in the source code and Makefiles. Signed-off-by: Michael Opdenacker Reviewed-by: Jingoo Han --- arch/arm/Kconfig | 1 - arch/arm/plat-samsung/Kconfig | 8 2 files changed, 9

[PATCH] ARM: SAMSUNG: remove unused SAMSUNG_GPIOLIB_4BIT Kconfig parameter

2013-11-04 Thread Michael Opdenacker
This removes the SAMSUNG_GPIOLIB_4BIT Kconfig parameter, which was no longer used anywhere in the source code and Makefiles. Signed-off-by: Michael Opdenacker --- arch/arm/Kconfig | 1 - arch/arm/plat-samsung/Kconfig | 8 2 files changed, 9 deletions(-) diff --git a/arch

Re: [PATCH] ARM: S3C24XX: remove unused Kconfig parameter

2013-11-04 Thread Michael Opdenacker
On 11/03/2013 08:25 AM, Michael Opdenacker wrote: > This removes the MACH_S3C2413 Kconfig parameter, > which was no longer used anywhere in the source code > and Makefiles. > > Signed-off-by: Michael Opdenacker > --- > arch/arm/mach-s3c24xx/Kconfig | 7 --- > 1 f

[PATCH] ARM: S3C24XX: remove unused Kconfig parameter

2013-11-03 Thread Michael Opdenacker
This removes the MACH_S3C2413 Kconfig parameter, which was no longer used anywhere in the source code and Makefiles. Signed-off-by: Michael Opdenacker --- arch/arm/mach-s3c24xx/Kconfig | 7 --- 1 file changed, 7 deletions(-) diff --git a/arch/arm/mach-s3c24xx/Kconfig b/arch/arm/mach

[PATCH] ARM: SAMSUNG: remove IRQF_DISABLED

2013-10-11 Thread Michael Opdenacker
This patch proposes to remove the use of the IRQF_DISABLED flag It's a NOOP since 2.6.35 and it will be removed one day. Signed-off-by: Michael Opdenacker --- arch/arm/mach-s3c24xx/dma.c | 2 +- arch/arm/mach-s3c24xx/simtec-usb.c | 3 +-- arch/arm/mach-s3c64xx/mach-smartq.c | 2