Re: [PATCH] drm/radeon: silence GCC warning on 32 bit

2014-02-20 Thread Paul Bolle
On Thu, 2014-02-20 at 16:07 -0500, Ilia Mirkin wrote: On Thu, Feb 20, 2014 at 4:02 PM, Paul Bolle pebo...@tiscali.nl wrote: @@ -935,7 +935,7 @@ static ssize_t radeon_ttm_gtt_read(struct file *f, char __user *buf, while (size) { loff_t p = *pos / PAGE_SIZE

[PATCH] NVMe: silence GCC warning on 32 bit

2014-02-20 Thread Paul Bolle
on 32 bit x86. This patch makes these warnings go away. Compile tested only (on 32 and 64 bit x86). Review is appreciated, because the code I'm touching here is far from obvious to me. 8 From: Paul Bolle pebo...@tiscali.nl Building nvme-core.o on 32 bit x86 triggers a rather

Re: Remove orphan kconfig symbols

2014-02-10 Thread Paul Bolle
again in the thread regarding Richard's patch 14/28 and see if things work out better this time. Paul Bolle -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH 14/28] Remove MACH_SMDKC210

2014-02-10 Thread Paul Bolle
|| MACH_SMDKC100 || MACH_SMDKV210 || MACH_SMDKC110 || false || false) because there's neither a Kconfig symbol MACH_SMDKV310 nor a Kconfig symbol MACH_SMDKC210? Paul Bolle -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord

Re: [PATCH 27/28] Remove ARC_HAS_COH_RTSC

2014-02-10 Thread Paul Bolle
On Mon, 2014-02-10 at 10:05 +0530, Vineet Gupta wrote: On Monday 10 February 2014 01:16 AM, Paul Bolle wrote: This Kconfig symbol was removed in commit 7d087a54aed (ARC: [SMP] Disallow RTSC), merged in v3.13. I've applied you ACK, with the fixed commit-id 7d0857a54aed Manually trimming 40

Re: [PATCH] [media] v4l: omap4iss: Remove VIDEO_OMAP4_DEBUG

2014-02-10 Thread Paul Bolle
Laurent, On Mon, 2014-02-10 at 15:13 +0100, Laurent Pinchart wrote: On Sunday 09 February 2014 16:09:37 Paul Bolle wrote: Commit d632dfefd36f ([media] v4l: omap4iss: Add support for OMAP4 camera interface - Build system) added a Kconfig entry for VIDEO_OMAP4_DEBUG. But nothing uses

Re: [PATCH 27/28] Remove ARC_HAS_COH_RTSC

2014-02-10 Thread Paul Bolle
at a time by inserting a space and throw away the last 28 digits. I then will have three set of four digits. And, being an editing genius, merging these three sets will, every now and then, give me a string of eleven digits! Perhaps I should write a vim macro to do all this for me. Paul Bolle

Re: [PATCH 14/28] Remove MACH_SMDKC210

2014-02-10 Thread Paul Bolle
On Mon, 2014-02-10 at 14:12 +, Mark Brown wrote: On Mon, Feb 10, 2014 at 02:31:12PM +0100, Paul Bolle wrote: If so, to be absolutely sure we start from the same point: do you agree that the above line now effectively reads depends on SND_SOC_SAMSUNG (MACH_SMDK6410 || MACH_SMDKC100

[PATCH] ASoC: smdk_wm8994: Fix typo wm8894

2014-02-10 Thread Paul Bolle
Signed-off-by: Paul Bolle pebo...@tiscali.nl --- 0) This typo was introduced in commit 0d47acc4ffaa (ASoC: smdk_wm8994: Make driver name more unique). 1) So currently there's a difference between platform_drive.driver.name and the (sub)string used in MODULE_ALIAS(). If I'd understand

Re: [PATCH 14/28] Remove MACH_SMDKC210

2014-02-10 Thread Paul Bolle
On Mon, 2014-02-10 at 16:36 +, Mark Brown wrote: On Mon, Feb 10, 2014 at 04:30:42PM +0100, Paul Bolle wrote: So, next step: the Kconfig symbols MACH_SMDKV310 and MACH_SMDKC210 were removed in commit 383ffda2fa (ARM: EXYNOS: no more support non-DT for EXYNOS SoCs). That commit was part

[PATCH v2] [media] v4l: omap4iss: Add DEBUG compiler flag

2014-02-11 Thread Paul Bolle
the DEBUG compiler flag, which enables calls of dev_dbg(). So add a Makefile line to do that for omap4iss too. Signed-off-by: Paul Bolle pebo...@tiscali.nl --- 0) v1 was called [media] v4l: omap4iss: Remove VIDEO_OMAP4_DEBUG. This versions implements Laurent's alternative (which is much better). 1

[PATCH] USB: ELAN: Remove useless default M lines

2014-02-11 Thread Paul Bolle
by default, let's just drop these lines (that basically do nothing). Signed-off-by: Paul Bolle pebo...@tiscali.nl --- This patch deserves a Reported-by: Martin Walch walch.mar...@web.de line, but that apparently requires Martin's permission. drivers/usb/host/Kconfig | 1 - drivers/usb/misc/Kconfig

[PATCH] staging: r8188eu: default to y in Kconfig

2014-02-11 Thread Paul Bolle
Two Kconfig entries for this driver default to (uppercase) Y. But in Kconfig (lowercase) y is a magic symbol. Y is an ordinary symbol. As Y is never set these Kconfig symbols will also not be set by default. So use default y here, as was clearly intended. Signed-off-by: Paul Bolle pebo

[PATCH] [TRIVIAL] Kconfig: Remove useless default N lines

2014-02-11 Thread Paul Bolle
A number of Kconfig entries default to (uppercase) N. It was clearly intended to use default n. But since (lowercase) n is the default anyway, these lines might as well be removed. Signed-off-by: Paul Bolle pebo...@tiscali.nl --- Tested on a Fedora 20-based .config, where it was a NOP

Re: [kconfig] update: results of some syntactical checks

2014-02-11 Thread Paul Bolle
Mauro, On Sat, 2013-11-02 at 17:40 -0200, Mauro Carvalho Chehab wrote: Em Sat, 02 Nov 2013 20:20:54 +0100 Paul Bolle pebo...@tiscali.nl escreveu: On Sun, 2013-10-20 at 00:03 +0200, Martin Walch wrote: drivers/media/common/siano/Kconfig:21-26 config SMS_SIANO_DEBUGFS bool Enable

Re: [PATCH] staging: r8188eu: default to y in Kconfig

2014-02-11 Thread Paul Bolle
: Please note that this tag should not be added without the reporter's permission, especially if the problem was not reported in a public forum. Perhaps that should read: [...], unless the problem was reported in a public forum. Paul Bolle -- To unsubscribe from this list: send the line

drm/msm: CONFIG_MSM_OCMEM?

2014-02-11 Thread Paul Bolle
be wrapped with a preprocessor check for CONFIG_MSM_OCMEM too. Paul Bolle -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http

Re: [PATCH] [TRIVIAL] Kconfig: Remove useless default N lines

2014-02-11 Thread Paul Bolle
reply to that message. Paul Bolle -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: drm/msm: CONFIG_MSM_OCMEM?

2014-02-11 Thread Paul Bolle
On Tue, 2014-02-11 at 12:29 -0500, Rob Clark wrote: On Tue, Feb 11, 2014 at 10:39 AM, Paul Bolle pebo...@tiscali.nl wrote: Commit 55459968176f (drm/msm: add a330/apq8x74) added preprocessor checks for CONFIG_MSM_OCMEM. But I couldn't find a Kconfig symbol MSM_OCMEM (nor a preprocessor

What commit dropped config PLAT_SPEAR_SINGLE?

2014-02-11 Thread Paul Bolle
merge commit that somehow is not included when I do (tree wide) git log -p searches. What git trick will uncover that mysterious commit? Paul Bolle -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info

Re: What commit dropped config PLAT_SPEAR_SINGLE?

2014-02-11 Thread Paul Bolle
have showed me too. Paul Bolle -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

[PATCH] ARM: spear: Remove references to PLAT_SPEAR_SINGLE

2014-02-11 Thread Paul Bolle
be removed. Reported-by: Martin Walch walch.mar...@web.de Signed-off-by: Paul Bolle pebo...@tiscali.nl --- Untested. arch/arm/mach-spear/Kconfig | 8 +++- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/arch/arm/mach-spear/Kconfig b/arch/arm/mach-spear/Kconfig index ac1710e6..1595776

Re: [PATCH] ARM: spear: Remove references to PLAT_SPEAR_SINGLE

2014-02-11 Thread Paul Bolle
I got a bounce for Shiraz' address. Has Shiraz left ST? Paul Bolle -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http

Re: [PATCH 01/28] Remove CPU_MMP3

2014-02-11 Thread Paul Bolle
On Tue, 2014-02-11 at 13:30 -0800, Greg Kroah-Hartman wrote: On Sun, Feb 09, 2014 at 07:47:39PM +0100, Richard Weinberger wrote: The symbol is an orphan, get rid of it. Signed-off-by: Richard Weinberger rich...@nod.at Acked-by: Paul Bolle pebo...@tiscali.nl --- drivers/usb/phy

Re: [PATCH] staging: r8188eu: default to y in Kconfig

2014-02-11 Thread Paul Bolle
On Wed, 2014-02-12 at 01:09 +0100, Martin Walch wrote: On Tuesday 11 February 2014 13:31:32 Paul Bolle wrote: This patch also deserves a Reported-by: Martin Walch walch.mar...@web.de line, but that apparently requires Martin's permission. I would be happy. It seems I interpreted

Re: [PATCH] staging: r8188eu: default to y in Kconfig

2014-02-11 Thread Paul Bolle
On Wed, 2014-02-12 at 01:25 +0100, Paul Bolle wrote: (Greg, is it too late to add this tag in your queue?) Greg already did! It was USB: ELAN: Remove useless default M lines that lacks a Reported-by: tag. Paul Bolle -- To unsubscribe from this list: send the line unsubscribe linux-kernel

[PATCH] [TRIVIAL] Insert MODULE_ in module-signing macros

2014-02-12 Thread Paul Bolle
Signed-off-by: Paul Bolle pebo...@tiscali.nl --- Documentation/module-signing.txt | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Documentation/module-signing.txt b/Documentation/module-signing.txt index 2b40e04..09b583e 100644 --- a/Documentation/module-signing.txt

[PATCH] ARM: S3C24XX: Fix typo CONFIG_CPUS_3C2443

2014-02-12 Thread Paul Bolle
Signed-off-by: Paul Bolle pebo...@tiscali.nl --- Untested. This needs testing by people with access to knowledge, compilers, and/or hardware related to CPU_S3C2443. I'm not one of them. arch/arm/mach-s3c24xx/common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm

[PATCH] ARM: OMAP2+: Remove legacy macros for zoom platforms

2014-02-12 Thread Paul Bolle
Commit 97411608fd5f (ARM: OMAP2+: Remove legacy support for zoom platforms) removed the Kconfig symbols MACH_OMAP_ZOOM2 and MACH_OMAP_ZOOM3. Remove the last usage of the related macros too. Signed-off-by: Paul Bolle pebo...@tiscali.nl --- Untested, but should have zero impact. arch/arm/mach

[PATCH] netfilter: nft_meta: fix typo CONFIG_NET_CLS_ROUTE

2014-02-12 Thread Paul Bolle
There are two checks for CONFIG_NET_CLS_ROUTE, but the corresponding Kconfig symbol was dropped in v2.6.39. Since the code guards access to dst_entry.tclassid it seems CONFIG_IP_ROUTE_CLASSID should be used instead. Signed-off-by: Paul Bolle pebo...@tiscali.nl --- Untested! I don't use

[PATCH] [media] s5p-fimc: Remove reference to outdated macro

2014-02-12 Thread Paul Bolle
The Kconfig symbol S5P_SETUP_MIPIPHY was removed in v3.13. Remove a reference to its macro from a list of Kconfig options. Signed-off-by: Paul Bolle pebo...@tiscali.nl --- See commit e66f233dc7f7 (ARM: Samsung: Remove the MIPI PHY setup code). Should one or more options be added to replace

blackfin: Kconfig symbol VIDEO_MT9M114?

2014-02-12 Thread Paul Bolle
this was a typo. So why was that check added? Regards, Paul Bolle -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

[PATCH] blackfin: Remove GENERIC_GPIO config option again

2014-02-12 Thread Paul Bolle
The Kconfig symbol GENERIC_GPIO was removed in v3.10. Nothing cares about it anymore. It popped up somehow in v3.13, so it can be removed again. Signed-off-by: Paul Bolle pebo...@tiscali.nl --- Untested, but safe anyhow. arch/blackfin/Kconfig | 3 --- 1 file changed, 3 deletions(-) diff --git

[PATCH] [TRIVIAL] isdn: capi: Fix comment typo CAPI_VERSION

2014-03-20 Thread Paul Bolle
Signed-off-by: Paul Bolle pebo...@tiscali.nl --- Untested. Another option would be to drop this comment, but perhaps someone finds it useful, somehow. include/uapi/linux/capi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/uapi/linux/capi.h b/include/uapi/linux

Re: [PATCH] MAINTAINERS: microblaze: Use LKML as mailing list

2014-03-20 Thread Paul Bolle
://git.monstr.eu/linux-2.6-microblaze.git S: Supported Paul Bolle -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http

Re: [PATCH 3.13 072/149] ACPI / resources: ignore invalid ACPI device resources

2014-03-22 Thread Paul Bolle
On Sat, 2014-03-22 at 09:26 -0700, Greg Kroah-Hartman wrote: Is this also a problem in Linus's tree? If so, shouldn't a fix go there first? That fix is commit 89935315f192 (PNP / ACPI: proper handling of ACPI IO/Memory resource parsing failures), included in v3.14-rc7. Paul Bolle

Re: [PATCH] fs/cepth compile error

2013-06-10 Thread Paul Bolle
. $ git cat-file blob v3.9.2:fs/ceph/ioctl.c | wc -l 285 $ git cat-file blob v3.9.5:fs/ceph/ioctl.c | wc -l 285 Didn't you just, somehow, delete fs/ceph/ioctl.c locally? Paul Bolle -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord

Re: [PATCH] drm/omap: change !CONFIG_FB_OMAP2 to !FB_OMAP2

2013-06-13 Thread Paul Bolle
On Wed, 2013-03-13 at 20:48 +0100, Paul Bolle wrote: Signed-off-by: Paul Bolle pebo...@tiscali.nl --- Untested. Perhaps the first test that people with access to the relevant hardware might do, is to test _before applying this patch_ with FB_OMAP2 set. Perhaps this negative dependency isn't

Re: PPC440GX (taishan config) compilation errors

2013-06-15 Thread Paul Bolle
is the mkdir -p arch/powerpc/boot/ repeated so many times? b. what is the cause of error mfdcrx? Any idea what is the cause of error? Paul Bolle -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info

[PATCH] rbd: silence GCC warnings

2013-06-17 Thread Paul Bolle
initializations to NULL to help GCC. Signed-off-by: Paul Bolle pebo...@tiscali.nl --- 0) Compile tested only. 1) These warnings were introduced in v3.10-rc1, apparently through commit f1a4739f33 (rbd: support page array image requests). 2) Note that rbd_assert(type == OBJ_REQUEST_PAGES); seems

[PATCH] rbd: remove RBD_DEBUG

2013-06-17 Thread Paul Bolle
The RBD_DEBUG macro is always defined, so it serves no purpose. Removing it has the benefit that readers of the code won't be tricked into thinking that rbd_assert() will compile away because they didn't define RBD_DEBUG themselves. Signed-off-by: Paul Bolle pebo...@tiscali.nl --- Compile tested

[PATCH] ioatdma: silence GCC warnings

2013-06-17 Thread Paul Bolle
bounds [-Warray-bounds] These warnings are caused by pq16_set_src(). It uses int idx as an index to an eight element array. Changing idx to unsigned int silences these warnings. Apparently GCC can then determine that idx will never be negative. Signed-off-by: Paul Bolle pebo...@tiscali.nl --- 0

[PATCH] drm/tegra: Include linux/types.h

2013-06-17 Thread Paul Bolle
make headers_check complains about include/uapi/drm/tegra_drm.h: [...]/usr/include/drm/tegra_drm.h:21: found __[us]{8,16,32,64} type without #include linux/types.h So let's include linux/types.h in this header. Signed-off-by: Paul Bolle pebo...@tiscali.nl --- Tested only with make

Re: [PATCH] drm/tegra: Include linux/types.h

2013-06-17 Thread Paul Bolle
On Mon, 2013-06-17 at 22:33 +0200, Thierry Reding wrote: That has already been fixed in linux-next. This header was added in v3.10-rc1. The fix in linux-next will ship in v3.11. Isn't that fix appropriate for (one of) the upcoming v3.10 release candidate(s)? Thanks, Paul Bolle

[PATCH] [TRIVIAL] Fix warning typo CONFIG_RELCOATABLE

2013-05-29 Thread Paul Bolle
Fix typo CONFIG_RELCOATABLE in a warning message. While we're at it, also make that warning an actual sentence and fix comparable typos in some comments. Signed-off-by: Paul Bolle pebo...@tiscali.nl --- Untested. arch/powerpc/relocs_check.pl | 10 +- 1 file changed, 5 insertions(+), 5

[PATCH] [TRIVIAL] Fix comment typo CONFIG_PAE

2013-05-29 Thread Paul Bolle
Signed-off-by: Paul Bolle pebo...@tiscali.nl --- Untested. Please note that I don't really understand this comment, but the fix is correct anyhow. drivers/lguest/page_tables.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/lguest/page_tables.c b/drivers/lguest

[PATCH] [TRIVIAL] Fix error typo CONFIG_START_KERNEL

2013-05-29 Thread Paul Bolle
Signed-off-by: Paul Bolle pebo...@tiscali.nl --- Untested. Please note that a quick scan of this code suggests that the preceding test should read #if (CONFIG_LOWMEM_SIZE (0xF000 - CONFIG_KERNEL_START)) But this fix is correct anyhow. arch/powerpc/mm/init_32.c | 2 +- 1 file changed, 1

[PATCH] parisc: rename CONFIG_PA7100 to CONFIG_PA7000

2013-05-29 Thread Paul Bolle
There's a Makefile line setting cflags for CONFIG_PA7100. But that Kconfig macro doesn't exist. There is a Kconfig symbol PA7000, which covers both PA7000 and PA7100 processors. So let's use the corresponding Kconfig macro. Signed-off-by: Paul Bolle pebo...@tiscali.nl --- Untested. This needs

[PATCH] x86: Remove check for CONFIG_X86_MCE_P4THERMAL

2013-05-29 Thread Paul Bolle
The Kconfig symbol X86_MCE_P4THERMAL was removed in v2.6.32. Remove a useless check for its macro, as it will now always evaluate to false. Signed-off-by: Paul Bolle pebo...@tiscali.nl --- Entirely untested. arch/x86/kernel/apic/apic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

[PATCH] ASoC: OMAP: Remove obsolete Makefile line

2013-05-30 Thread Paul Bolle
Support for omap2evm was removed in v3.0. But only one of its two lines in this Makefile was removed. Remove the second line too. Signed-off-by: Paul Bolle pebo...@tiscali.nl --- Eyeball tested only. sound/soc/omap/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/sound/soc/omap

[PATCH] MIPS: DEC: remove unbuildable promcon.c

2013-05-30 Thread Paul Bolle
promcon.o is built if CONFIG_PROM_CONSOLE is set. But there's no Kconfig symbol PROM_CONSOLE, so promcon.c is unbuildable. Remove it. Signed-off-by: Paul Bolle pebo...@tiscali.nl --- 0) Untested. 1) There used to be a Kconfig symbol PROM_CONSOLE. But it was SPARC specific and it was removed

[PATCH] MIPS: MSP71xx: Remove gpio drivers

2013-05-30 Thread Paul Bolle
these drivers were never buildable. Perhaps no-one noticed because there are no in tree users of msp71xx_init_gpio() and msp71xx_init_gpio_extended(). Anyhow, these drivers can safely be removed. Signed-off-by: Paul Bolle pebo...@tiscali.nl --- Entirely untested. arch/mips/include/asm/mach-pmcs-msp71xx

[PATCH] ARM: OMAP2+: Remove obsolete Makefile line

2013-05-30 Thread Paul Bolle
The OMAP runtime PM implementation was removed in v3.0. But one Makefile line, which was used to tweak CFLAGS, was overlooked. Remove it too. Signed-off-by: Paul Bolle pebo...@tiscali.nl --- Untested. This cleans up after commit 638080c37a (OMAP2+ / PM: move runtime PM implementation to use

Re: [PATCH V6 2/3] efi: Pass boot services variable info to runtime code

2013-04-22 Thread Paul Bolle
setup_efi_pci(struct boot_params *params) { efi_pci_io_protocol *pci; Paul Bolle -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read

Re: [PATCH 3.8-stable] ARM: 7690/1: mm: fix CONFIG_LPAE typos

2013-04-25 Thread Paul Bolle
memory banks to fit in 4GB space for classic MMU)). So, if that chunk is deemed appropriate for stable, you could consider the v3.4.y longterm tree too. (The typo in head.S was introduced in v3.9-rc2.) Paul Bolle -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body

[PATCH] acornfb: remove dead code

2013-05-16 Thread Paul Bolle
acornfb checks for HAS_VIDC while support for that macro was removed in v2.6.23 (when the arm26 port was removed). So we can remove a bit of dead code. Signed-off-by: Paul Bolle pebo...@tiscali.nl --- Untested (do not have the hardware, do not build with CONFIG_FB_ACORN set myself, etc

Re: [PATCH] stallion: final cleanup

2013-05-16 Thread Paul Bolle
On Thu, 2013-03-21 at 14:29 +, Arnd Bergmann wrote: On Thursday 21 March 2013, Paul Bolle wrote: Support for the Stallion multiport serial drivers was removed in v3.1. Clean up their last references in the tree: mainly an outdated Kconfig entry and unneeded documentation. Signed

[PATCH v2] locking: Fix copy/paste errors ARCH_INLINE_*_UNLOCK_BH

2013-05-17 Thread Paul Bolle
...@kernel.org Signed-off-by: Paul Bolle pebo...@tiscali.nl --- 0) v1 was titled locking: remove three unused Kconfig symbols. 1) Still untested. kernel/Kconfig.locks | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/kernel/Kconfig.locks b/kernel/Kconfig.locks index 44511d1..d2b32ac

[PATCH] [RESEND] stallion: final cleanup

2013-05-28 Thread Paul Bolle
Support for the Stallion multiport serial drivers was removed in v3.1. Clean up their last references in the tree: mainly an outdated Kconfig entry and unneeded documentation. Signed-off-by: Paul Bolle pebo...@tiscali.nl Acked-by: Arnd Bergmann a...@arndb.de --- 0) Resend at Greg's request

Revert 9745cdb36da83aeec198650b410ca06304cf792 (select: use freezable blocking call)?

2013-10-29 Thread Paul Bolle
tried v3.12-rc7 plain. But v3.12-rc6 and earlier also had this issue, so I'm sure the revert did the trick for v3.12-rc7.) 4) Should this commit be reverted? Or is there a better fix? Paul Bolle # bad: [6e4664525b1db28f8c4e1130957f70a94c19213e] Linux 3.11 # good

Re: Revert 9745cdb36da83aeec198650b410ca06304cf792 (select: use freezable blocking call)?

2013-10-29 Thread Paul Bolle
On Tue, 2013-10-29 at 21:58 +0100, Rafael J. Wysocki wrote: On 10/29/2013 8:41 PM, Paul Bolle wrote: 4) Should this commit be reverted? Or is there a better fix? In short, yes, it should. I've already queued up a revert of something very similar and I'm going to revert this one too

Re: [kconfig] update: results of some syntactical checks

2013-11-02 Thread Paul Bolle
. Ditto. Paul Bolle -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: [kconfig] update: results of some syntactical checks

2013-11-02 Thread Paul Bolle
On Sat, 2013-11-02 at 17:40 -0200, Mauro Carvalho Chehab wrote: Em Sat, 02 Nov 2013 20:20:54 +0100 Paul Bolle pebo...@tiscali.nl escreveu: Those are obvious typos. Still present in v3.12-rc7. Perhaps you'd like to send the trivial patch to fix this? Yes, it is a typo... Probably

Re: [PATCH] PCI: Workaround missing pci_set_master in pci drivers

2013-11-04 Thread Paul Bolle
. But I'm not familiar with the PCI code. Paul Bolle -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: [PATCH] ACPI: remove unused ACPI_PROCFS Kconfig param

2013-10-28 Thread Paul Bolle
of this symbol. But whatever it is, it might as well be dropped. If it's ever needed again it could be re-added. Or, perhaps, an entirely different approach could be used to accomplish what that symbol is supposed to do. Paul Bolle [0] http://marc.info/?l=linux-acpim=136398635322975

[PATCH] crypto: remove dependency on EXPERIMENTAL

2013-05-12 Thread Paul Bolle
The Kconfig symbol EXPERIMENTAL was removed in v3.9. So this dependency makes it impossible to set CRYPTO_DEV_SAHARA. It's unlikely that this is what is intended, so let's remove this dependency. Signed-off-by: Paul Bolle pebo...@tiscali.nl --- Tested with make ARCH=arm menuconfig. drivers

[PATCH] sound: Fix make allmodconfig on MIPS correctly

2013-05-12 Thread Paul Bolle
Commit d4702b189c (sound: Fix make allmodconfig on MIPS) added a (negative) dependency on ISA_DMA_SUPPORT_BROKEN. Since that Kconfig symbol doesn't exist, this dependency will always evaluate to true. Apparently GENERIC_ISA_DMA_SUPPORT_BROKEN was meant to be used here. Signed-off-by: Paul Bolle

[PATCH] NFC: remove commented out Makefile line

2013-05-12 Thread Paul Bolle
The Kconfig symbol NFC_LLCP was removed in commit 30cc458765 (NFC: Move LLCP code to the NFC top level diirectory). But the reference to its macro in this Makefile was only commented out. Remove it now. Signed-off-by: Paul Bolle pebo...@tiscali.nl --- Untested. net/nfc/Makefile | 1 - 1 file

[PATCH] [TRIVIAL] [media] exynos4-is: Fix Kconfig comment

2013-05-12 Thread Paul Bolle
Signed-off-by: Paul Bolle pebo...@tiscali.nl --- 0) Untested. 1) I did track down the commit that actually introduced this copy/paste error. But since the error and its fix are obvious it's better to not bore people with that detail. drivers/media/platform/exynos4-is/Kconfig | 2 +- 1 file

[PATCH] mtd: doc: remove Kconfig traces of Doc 2000/2001/2001+

2013-05-12 Thread Paul Bolle
Commit b5a6c3095f (mtd: doc: remove support for DoC 2000/2001/2001+) made the Kconfig symbols MTD_DOCECC, MTD_DOCPROBE_ADDRESS, and MTD_DOCPROBE_55AA unused. Thus, kill this ancient cruft too. Signed-off-by: Paul Bolle pebo...@tiscali.nl --- Untested. drivers/mtd/devices/Kconfig | 33

[PATCH] bcache: drop select CLOSURES

2013-05-13 Thread Paul Bolle
The Kconfig entry for BCACHE selects CLOSURES. But there's no Kconfig symbol CLOSURES. That symbol was used in development versions of bcache, but was removed when the closures code was no longer provided as a kernel library. It can safely be dropped. Signed-off-by: Paul Bolle pebo...@tiscali.nl

[PATCH] usb: phy: remove CONFIG_USB_OTG_UTILS once more

2013-05-13 Thread Paul Bolle
The Kconfig symbol USB_OTG_UTILS was removed in the v3.10 merge window, in commit fd89149875 (usb: phy: remove CONFIG_USB_OTG_UTILS). But that symbol popped up again in a few places. Remove it there too. Signed-off-by: Paul Bolle pebo...@tiscali.nl --- Untested. drivers/staging/dwc2/Kconfig | 1

[PATCH] cpufreq: rename references to CPU_FREQ_SA11x0

2013-05-13 Thread Paul Bolle
The Kconfig symbols CPU_FREQ_SA1100 and CPU_FREQ_SA1110 were renamed in commit 59a2e613d0 (cpufreq: sa11x0: move cpufreq driver to drivers/cpufreq). Rename the last references to those symbols too. Signed-off-by: Paul Bolle pebo...@tiscali.nl --- Untested. drivers/cpufreq/Kconfig | 2 +- 1 file

Re: [PATCH] cpufreq: rename references to CPU_FREQ_SA11x0

2013-05-13 Thread Paul Bolle
On Mon, 2013-05-13 at 14:58 +0530, Viresh Kumar wrote: Already Acked. http://www.spinics.net/lists/arm-kernel/msg242828.html I see. Thanks! Paul Bolle -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More

[PATCH] mtd: remove obsolete JEDEC mapping drivers

2013-05-13 Thread Paul Bolle
JEDEC device support was removed in v2.6.22. (It had been marked as BROKEN (indirectly) since at least v2.6.12.) When it was removed the two JEDEC mapping drivers that depended on it should have been removed too. Do so now. Signed-off-by: Paul Bolle pebo...@tiscali.nl --- 0) Untested. 1

[PATCH] ath5k: Remove AHB bus support.

2013-05-13 Thread Paul Bolle
that depends on ATHEROS_AR231X. If that symbol ever gets added to the tree the AHB bus support can be re-added too. Signed-off-by: Paul Bolle pebo...@tiscali.nl --- 0) Compile tested (I do not think I have hardware that use the ath5k driver). 1) I mentioned the missing ATHEROS_AR231X symbol three times

Re: [PATCH] myri_sbus: remove firmware

2013-05-13 Thread Paul Bolle
Dave, On Fri, 2013-04-05 at 12:55 -0400, David Miller wrote: From: Paul Bolle pebo...@tiscali.nl Support for MyriCOM Gigabit Ethernet cards was removed in v3.1. Remove the firmware too. Signed-off-by: Paul Bolle pebo...@tiscali.nl Acked-by: David S. Miller da...@davemloft.net I

Re: [PATCH] myri_sbus: remove firmware

2013-05-13 Thread Paul Bolle
On Mon, 2013-05-13 at 13:07 -0700, David Miller wrote: From: Paul Bolle pebo...@tiscali.nl I don't think this patch has been queued for mainline anywhere. Would you mind queuing this in a tree you maintain? I don't maintain the firmware tree, therefore I cannot do that. I see

[PATCH] Blackfin: bf537: rename CONFIG_ADT7410

2013-05-13 Thread Paul Bolle
at it. Signed-off-by: Paul Bolle pebo...@tiscali.nl --- 0) Untested. The choice for SENSORS_ADT7310 and SENSORS_ADT7410 is just educated guesswork. 1) It was commit cddc1424f39e7c04045a6431eaf13a003fb8335a (staging:iio: Remove adt7410 driver) that triggered this patch. arch/blackfin/mach-bf537/boards

[PATCH v2] Blackfin: bf537: rename CONFIG_ADT7310 and friends

2013-05-14 Thread Paul Bolle
() macro, while we're at it. Signed-off-by: Paul Bolle pebo...@tiscali.nl --- 0) The previous version (Blackfin: bf537: rename CONFIG_ADT7410) assumed an earlier patch had been applied upstream. That patch can be found at https://lkml.org/lkml/2013/3/25/194 . But it is actually only applied locally

[PATCH] iio: STMicroelectronics: remove three useless selects

2013-05-14 Thread Paul Bolle
Drivers for STMicroelectronics accelerometers, gyroscopes, and magnetometers were added in v3.9. They all have a (similar) select statement in their Kconfig files for a non-existant Kconfig symbol. These select statements can safely be removed. Signed-off-by: Paul Bolle pebo...@tiscali.nl --- 0

[PATCH] ARM: mach-bcm: drop select GPIO_BCM

2013-05-14 Thread Paul Bolle
A select statement for the Kconfig symbol GPIO_BCM was added in v3.8. But there's no symbol with that name. It's a nop so we can drop it. Signed-off-by: Paul Bolle pebo...@tiscali.nl --- 0) Untested. 1) Patch assumes that https://lkml.org/lkml/2013/3/6/182 (ARM: mach-bcm: drop select

Re: [PATCH] ARM: mach-bcm: drop select GPIO_BCM

2013-05-14 Thread Paul Bolle
you submit that driver for review? Thanks, Paul Bolle -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

[PATCH] ASoC: remove saarb and tavorevb3 machine drivers

2013-05-14 Thread Paul Bolle
Support for PXA95x was removed in v3.8. This means that the Kconfig symbols MACH_SAARB and MACH_TAVOREVB3 are no longer available. This leaves the SoC Audio support for Marvell Saarb and Marvell Tavor EVB3 unbuildable. Remove these drivers too. Signed-off-by: Paul Bolle pebo...@tiscali.nl --- 0

[PATCH] mn10300: remove dependency on MN10300_PROC_MN2WS0038

2013-05-15 Thread Paul Bolle
The Kconfig entry for Symmetric multi-processing support got added in v2.6.37. It has an optional dependency on MN10300_PROC_MN2WS0038. But that Kconfig symbol has never been part of the tree. So this optional dependency can safely be removed. Signed-off-by: Paul Bolle pebo...@tiscali.nl

[PATCH] powerpc: remove dependency on MV64360

2013-05-15 Thread Paul Bolle
The Kconfig entry that allows to Distribute interrupts on all CPUs by default has a (negative) dependency on MV64360. But that Kconfig symbol was removed in v2.6.27, which means that this dependency has evaluated to true ever since. It can be removed too. Signed-off-by: Paul Bolle pebo

Re: [PATCH] x86, tsc: downgrade fast calibration failure message

2013-09-03 Thread Paul Bolle
On Tue, 2013-09-03 at 10:09 -0400, Jerome Oufella wrote: As pointed out by Paul Bolle in https://lkml.org/lkml/2012/9/24/221, the fast TSC calibration method may fail on some machines and result in an error level message that does not reflect the severity of the case. Signed-off-by: Jerome

Re: [Xen-devel] [PATCH] xen: remove unused Kconfig parameter

2013-07-08 Thread Paul Bolle
. Paul Bolle -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: [PATCH 2/2] PCI,pciehp: avoid add a device already exist during pciehp_resume

2013-07-09 Thread Paul Bolle
pciehp :00:1c.1:pcie04: Device :03:00.0 already exists at :03:00, cannot hot-add pciehp :00:1c.1:pcie04: Cannot add device at :03:00 This problem was reported by Paul Bolle pebo...@tiscali.nl The discussion link: http://comments.gmane.org

Re: [PATCH] scsi: fix the build warning

2013-09-20 Thread Paul Bolle
On Thu, 2013-08-22 at 23:49 +0900, Akinobu Mita wrote: 2013/8/22 James Bottomley jbottom...@parallels.com: On Thu, 2013-08-22 at 21:42 +0900, Akinobu Mita wrote: Unfortunately, this warning isn't fixed in linux-next, either. Paul Bolle also sent a patch that fixes the same warning

Re: [PATCH] scsi: fix the build warning

2013-09-20 Thread Paul Bolle
On Fri, 2013-09-20 at 23:32 +0900, Akinobu Mita wrote: Yesterday, I sent a patch set which includes two fixes for this issue. I wish this to be merged and I'll do my best. I hadn't yet stumbled onto these patches. Thanks! Paul Bolle -- To unsubscribe from this list: send the line unsubscribe

Re: [PATCH v2] mei: me: downgrade two errors to debug level

2013-09-26 Thread Paul Bolle
On Thu, 2013-09-26 at 11:56 +0300, Tomas Winkler wrote: On Thu, Sep 19, 2013 at 1:17 PM, Paul Bolle pebo...@tiscali.nl wrote: The mei_me driver prints suspend at error level at each suspend. It also prints stop at error level at driver unload. Downgrade these uninteresting messages to debug

Re: [PATCH] lustre:libcfs: remove redundant code.

2013-07-19 Thread Paul Bolle
. But the corresponding Kconfig symbol is nowhere to be found. Or do you prefer that I poke the people involved in (this case in) Lustre before suggesting a drastic cleanup like that? Paul Bolle -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message

[PATCH v2] ioatdma: silence GCC warnings

2013-07-20 Thread Paul Bolle
bounds [-Warray-bounds] This warning is caused by pq16_set_src(). It uses int idx as an index to an eight element array. Changing idx to unsigned silences this warning. Apparently GCC can then determine that idx will never be negative. Signed-off-by: Paul Bolle pebo...@tiscali.nl --- 0) v2: cut back

Re: [PATCH] lustre:libcfs: remove redundant code.

2013-07-22 Thread Paul Bolle
On Mon, 2013-07-22 at 02:07 +, Peng, Tao wrote: Paul Bolle [mailto:pebo...@tiscali.nl] I ask because I noticed that drivers/staging/lustre/lustre/ptlrpc/gss/ is only built if CONFIG_PTLRPC_GSS is set. But the corresponding Kconfig symbol is nowhere to be found. That's my fault. We

Re: mmotm 2013-07-18-16-40 uploaded

2013-07-22 Thread Paul Bolle
On 07/20/2013 02:00 AM, Johannes Weiner wrote: On Thu, Jul 18, 2013 at 11:32:27PM -0400, Paul Bolle wrote: On 07/18/2013 07:41 PM, a...@linux-foundation.org wrote: The mm-of-the-moment snapshot 2013-07-18-16-40 has been uploaded to http://www.ozlabs.org/~akpm/mmotm/ mmotm-readme.txt says

Re: mmotm 2013-07-18-16-40 uploaded

2013-07-22 Thread Paul Bolle
On 07/20/2013 02:00 AM, Johannes Weiner wrote: On Thu, Jul 18, 2013 at 11:32:27PM -0400, Paul Bolle wrote: On 07/18/2013 07:41 PM, a...@linux-foundation.org wrote: The mm-of-the-moment snapshot 2013-07-18-16-40 has been uploaded to http://www.ozlabs.org/~akpm/mmotm/ mmotm-readme.txt says

Re: 3.10.1 cpufreq suspend/resume regression still present in 3.10.2

2013-07-22 Thread Paul Bolle
://groups.google.com/forum/#!topic/linux.kernel/LUi1pFCxbSI Paul Bolle -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http

Re: 3.10.1 cpufreq suspend/resume regression still present in 3.10.2

2013-07-22 Thread Paul Bolle
exactly what patch to apply and above which kernel version. Try applying the two mainline commits that I mentioned in my previous mail, on top of 3.10.2 and check if it fixes your problem. Please try what Srivatsa suggested, as Srivatsa understands this issue much better than I do! Paul

Re: [PATCH 11/48] staging/lustre/ptlrpc: Translate between host and network errnos

2013-07-22 Thread Paul Bolle
? Paul Bolle -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

<    1   2   3   4   5   6   7   8   9   10   >