Re: Ping Re: [PATCH] virtio: make VIRTIO a menuconfig to ease disabling it all

2018-01-23 Thread Vincent Legoll
On 1/23/18, Michael Ellerman <m...@ellerman.id.au> wrote: > This has been broken in linux-next for ~6 weeks now, can we please merge > this and get it fixed. Added Stephen Rothwell to cc -- Vincent Legoll

Re: Ping Re: [PATCH] virtio: make VIRTIO a menuconfig to ease disabling it all

2018-01-23 Thread Vincent Legoll
On 1/23/18, Michael Ellerman wrote: > This has been broken in linux-next for ~6 weeks now, can we please merge > this and get it fixed. Added Stephen Rothwell to cc -- Vincent Legoll

[PATCH] virtio: make VIRTIO a menuconfig to ease disabling it all

2018-01-07 Thread Vincent Legoll
, not change the config dependencies. v2: Added "default y" to avoid breaking existing configs v3: Fixed wrong indentation, added *-by from Randy Signed-off-by: Vincent Legoll <vincent.leg...@gmail.com> Reviewed-by: Randy Dunlap <rdun...@infradead.org> Tested-by: Randy Dunlap

[PATCH] virtio: make VIRTIO a menuconfig to ease disabling it all

2018-01-07 Thread Vincent Legoll
, not change the config dependencies. v2: Added "default y" to avoid breaking existing configs v3: Fixed wrong indentation, added *-by from Randy Signed-off-by: Vincent Legoll Reviewed-by: Randy Dunlap Tested-by: Randy Dunlap # works for me --- drivers/virtio/Kconfig | 8 ++-- 1 file

[PATCH] make RUNTIME_TESTS a menuconfig to ease disabling it all

2018-01-06 Thread Vincent Legoll
, not change the config dependencies. v2: added "default y" to avoid breaking existing configs Signed-off-by: Vincent Legoll <vincent.leg...@gmail.com> --- lib/Kconfig.debug | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/lib/Kconfig.debug b/lib/Kco

[PATCH] make RUNTIME_TESTS a menuconfig to ease disabling it all

2018-01-06 Thread Vincent Legoll
, not change the config dependencies. v2: added "default y" to avoid breaking existing configs Signed-off-by: Vincent Legoll --- lib/Kconfig.debug | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index 9d5b78aad4c5..732f7b09a

[PATCH, v2] make RUNTIME_TESTS a menuconfig to ease disabling it all

2018-01-06 Thread Vincent Legoll
Argh, sorry for the forgotten "git add", hopefuly this one will be good

[PATCH, v2] make RUNTIME_TESTS a menuconfig to ease disabling it all

2018-01-06 Thread Vincent Legoll
Argh, sorry for the forgotten "git add", hopefuly this one will be good

[PATCH] make RUNTIME_TESTS a menuconfig to ease disabling it all

2018-01-06 Thread Vincent Legoll
, not change the config dependencies. v2: added "default y" to avoid breaking existing configs Signed-off-by: Vincent Legoll <vincent.leg...@gmail.com> --- lib/Kconfig.debug | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/lib/Kconfig.debug b/lib/Kco

[PATCH] make RUNTIME_TESTS a menuconfig to ease disabling it all

2018-01-06 Thread Vincent Legoll
, not change the config dependencies. v2: added "default y" to avoid breaking existing configs Signed-off-by: Vincent Legoll --- lib/Kconfig.debug | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index 9d5b78aad4c5..ef6db62a5

[PATCH, v2] make RUNTIME_TESTS a menuconfig to ease disabling it all

2018-01-06 Thread Vincent Legoll
Is this one better ?

[PATCH, v2] make RUNTIME_TESTS a menuconfig to ease disabling it all

2018-01-06 Thread Vincent Legoll
Is this one better ?

Re: [PATCH] make RUNTIME_TESTS a menuconfig to ease disabling it all

2018-01-05 Thread Vincent Legoll
ult_defconfig from arch/s390 is an example although there > are others). Yes, you're right, I'll resend a v2 with the default y added Thanks -- Vincent Legoll

Re: [PATCH] make RUNTIME_TESTS a menuconfig to ease disabling it all

2018-01-05 Thread Vincent Legoll
is an example although there > are others). Yes, you're right, I'll resend a v2 with the default y added Thanks -- Vincent Legoll

[PATCH, v2] virtio: make VIRTIO a menuconfig to ease disabling it

2018-01-03 Thread Vincent Legoll
, not change the config dependencies. v2: Added "default y" to avoid breaking existing configs Signed-off-by: Vincent Legoll <vincent.leg...@gmail.com>

[PATCH, v2] virtio: make VIRTIO a menuconfig to ease disabling it

2018-01-03 Thread Vincent Legoll
, not change the config dependencies. v2: Added "default y" to avoid breaking existing configs Signed-off-by: Vincent Legoll

[PATCH] [PATCH] virtio: make VIRTIO a menuconfig to ease disabling it all

2018-01-03 Thread Vincent Legoll
, not change the config dependencies. v2: add "default y" to avoid breaking existing configs Signed-off-by: Vincent Legoll <vincent.leg...@gmail.com> --- drivers/virtio/Kconfig | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/drivers/virtio/Kconfig b/driver

[PATCH] [PATCH] virtio: make VIRTIO a menuconfig to ease disabling it all

2018-01-03 Thread Vincent Legoll
, not change the config dependencies. v2: add "default y" to avoid breaking existing configs Signed-off-by: Vincent Legoll --- drivers/virtio/Kconfig | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/drivers/virtio/Kconfig b/drivers/virtio/Kconfig index cf

Re: [PATCH] virtio: make VIRTIO a menuconfig to ease disabling it all

2017-12-21 Thread Vincent Legoll
rything will continue to work. Do you want me to respin it with the added default ? Tchuss -- Vincent Legoll

Re: [PATCH] virtio: make VIRTIO a menuconfig to ease disabling it all

2017-12-21 Thread Vincent Legoll
Do you want me to respin it with the added default ? Tchuss -- Vincent Legoll

Re: [PATCH] hyperv: make HYPERV a menuconfig to ease disabling it all

2017-12-17 Thread Vincent Legoll
be next to KVM and Xen. I agree, I can try to work on that too, as it would nicely complement the menuconfigifcation. -- Vincent Legoll

Re: [PATCH] hyperv: make HYPERV a menuconfig to ease disabling it all

2017-12-17 Thread Vincent Legoll
I can try to work on that too, as it would nicely complement the menuconfigifcation. -- Vincent Legoll

[PATCH,v2] efi: make EFI a menuconfig to ease disabling it all

2017-12-16 Thread Vincent Legoll
The following v2 patch adds the "default y" to avoid breaking existing configs. I don't know if using the CONFIG_EFI symbol would be better, it is spread in multiple arch/*/Kconfig files, and would make the changes more invasive. Please advise the way forward Thanks

[PATCH] efi: make EFI a menuconfig to ease disabling it all

2017-12-16 Thread Vincent Legoll
the config dependencies. v2: added "default y" to menuconfig to avoid breaking existing configs. Signed-off-by: Vincent Legoll <vincent.leg...@gmail.com> --- drivers/firmware/efi/Kconfig | 14 +- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/drivers/firmwa

[PATCH,v2] efi: make EFI a menuconfig to ease disabling it all

2017-12-16 Thread Vincent Legoll
The following v2 patch adds the "default y" to avoid breaking existing configs. I don't know if using the CONFIG_EFI symbol would be better, it is spread in multiple arch/*/Kconfig files, and would make the changes more invasive. Please advise the way forward Thanks

[PATCH] efi: make EFI a menuconfig to ease disabling it all

2017-12-16 Thread Vincent Legoll
the config dependencies. v2: added "default y" to menuconfig to avoid breaking existing configs. Signed-off-by: Vincent Legoll --- drivers/firmware/efi/Kconfig | 14 +- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/drivers/firmware/efi/Kconfig b/drivers/fi

[PATCH] hyperv: make HYPERV a menuconfig to ease disabling it all

2017-12-16 Thread Vincent Legoll
, not change the config dependencies. v2: added "default y" to avoid breaking existing configs Signed-off-by: Vincent Legoll <vincent.leg...@gmail.com> --- drivers/hv/Kconfig | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/drivers/hv/Kconfig b/drivers/

[PATCH] hyperv: make HYPERV a menuconfig to ease disabling it all

2017-12-16 Thread Vincent Legoll
, not change the config dependencies. v2: added "default y" to avoid breaking existing configs Signed-off-by: Vincent Legoll --- drivers/hv/Kconfig | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/drivers/hv/Kconfig b/drivers/hv/Kconfig index 50b89ea0e60f..a6cda7121

[PATCH,v2] hyperv: make HYPERV a menuconfig to ease disabling it al

2017-12-16 Thread Vincent Legoll
Hello, The following patch add a "default y" to the menuconfig to avoid breaking existing configs. Please advise if this is better, and sufficient. Tell me if these kind of changes are not welcome in the kernel, so that I won't continue with other similar work. I am an actual user of

[PATCH,v2] hyperv: make HYPERV a menuconfig to ease disabling it al

2017-12-16 Thread Vincent Legoll
Hello, The following patch add a "default y" to the menuconfig to avoid breaking existing configs. Please advise if this is better, and sufficient. Tell me if these kind of changes are not welcome in the kernel, so that I won't continue with other similar work. I am an actual user of

Re: [PATCH] efi: make EFI a menuconfig to ease disabling it all

2017-12-15 Thread Vincent Legoll
Hello, >> This looks fine to me. Ard? > > Doesn't this break existing configs? Would adding a "default yes" on the new menuconfig be OK. If yes, I'd respin it for a v2 -- Vincent Legoll

Re: [PATCH] efi: make EFI a menuconfig to ease disabling it all

2017-12-15 Thread Vincent Legoll
Hello, >> This looks fine to me. Ard? > > Doesn't this break existing configs? Would adding a "default yes" on the new menuconfig be OK. If yes, I'd respin it for a v2 -- Vincent Legoll

Re: [PATCH] Make "Memory Debugging" a menuconfig to ease disabling it all

2017-12-13 Thread Vincent Legoll
Hello, looks like this one will need another spin, the kbuild test robot found some config mix that has unmet dependencies. Please drop until v3 -- Vincent Legoll

Re: [PATCH] Make "Memory Debugging" a menuconfig to ease disabling it all

2017-12-13 Thread Vincent Legoll
Hello, looks like this one will need another spin, the kbuild test robot found some config mix that has unmet dependencies. Please drop until v3 -- Vincent Legoll

Re: [PATCH] ptp: make PTP a menuconfig to ease disabling it all

2017-12-13 Thread Vincent Legoll
nfig. Do you have any idea about how to do it without using menuconfig ? Thanks -- Vincent Legoll

Re: [PATCH] ptp: make PTP a menuconfig to ease disabling it all

2017-12-13 Thread Vincent Legoll
how to do it without using menuconfig ? Thanks -- Vincent Legoll

Re: [PATCH] hyperv: make HYPERV a menuconfig to ease disabling it all

2017-12-13 Thread Vincent Legoll
s (if any) for that series too (this one is not alone, I've got a bunch of other similar patches in-flight) Thanks -- Vincent Legoll

Re: [PATCH] hyperv: make HYPERV a menuconfig to ease disabling it all

2017-12-13 Thread Vincent Legoll
one is not alone, I've got a bunch of other similar patches in-flight) Thanks -- Vincent Legoll

[PATCH] Make "Memory Debugging" a menuconfig to ease disabling it all

2017-12-09 Thread Vincent Legoll
t of Kconfig.kasan Signed-off-by: Vincent Legoll <vincent.leg...@gmail.com> --- lib/Kconfig.debug | 28 +--- lib/Kconfig.kasan | 3 --- 2 files changed, 17 insertions(+), 14 deletions(-) diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index 947d3e2ed5c2..19ca76e7b9ed 1006

[PATCH] Make "Memory Debugging" a menuconfig to ease disabling it all

2017-12-09 Thread Vincent Legoll
t of Kconfig.kasan Signed-off-by: Vincent Legoll --- lib/Kconfig.debug | 28 +--- lib/Kconfig.kasan | 3 --- 2 files changed, 17 insertions(+), 14 deletions(-) diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index 947d3e2ed5c2..19ca76e7b9ed 100644 --- a/lib/Kconfig.debug +++

[PATCH,v2] Make "Memory Debugging" a menuconfig to ease disabling it all

2017-12-09 Thread Vincent Legoll
The v2 of the patch tries to do that, but the Kconfig.kasan modification is kind of infortunate, as it moves the HAVE_ARCH_KASAN config option out of that file. If this is not acceptable please advise on how I can achieve it. Thanks

[PATCH,v2] Make "Memory Debugging" a menuconfig to ease disabling it all

2017-12-09 Thread Vincent Legoll
The v2 of the patch tries to do that, but the Kconfig.kasan modification is kind of infortunate, as it moves the HAVE_ARCH_KASAN config option out of that file. If this is not acceptable please advise on how I can achieve it. Thanks

[PATCH] Change some filesystem menus into menuconfig to ease disabling it all

2017-12-09 Thread Vincent Legoll
the config dependencies. Signed-off-by: Vincent Legoll <vincent.leg...@gmail.com> --- fs/Kconfig | 21 +++-- 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/fs/Kconfig b/fs/Kconfig index 7aee6d699fd6..94ee1422e995 100644 --- a/fs/Kconfig +++ b/fs/Kconfig @@ -

[PATCH] Change some filesystem menus into menuconfig to ease disabling it all

2017-12-09 Thread Vincent Legoll
the config dependencies. Signed-off-by: Vincent Legoll --- fs/Kconfig | 21 +++-- 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/fs/Kconfig b/fs/Kconfig index 7aee6d699fd6..94ee1422e995 100644 --- a/fs/Kconfig +++ b/fs/Kconfig @@ -105,29 +105,38 @@ source &qu

[PATCH] make "RCU Debugging" a menuconfig to ease disabling it all

2017-12-09 Thread Vincent Legoll
uconfig UI, not change the config dependencies. Signed-off-by: Vincent Legoll <vincent.leg...@gmail.com> --- kernel/rcu/Kconfig.debug | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/kernel/rcu/Kconfig.debug b/kernel/rcu/Kconfig.debug index 0ec7d1d33a14..f709bc50ac23 100

[PATCH] make "RCU Debugging" a menuconfig to ease disabling it all

2017-12-09 Thread Vincent Legoll
uconfig UI, not change the config dependencies. Signed-off-by: Vincent Legoll --- kernel/rcu/Kconfig.debug | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/kernel/rcu/Kconfig.debug b/kernel/rcu/Kconfig.debug index 0ec7d1d33a14..f709bc50ac23 100644 --- a/kernel/rcu/Kconfig.d

[PATCH] make RUNTIME_TESTS a menuconfig to ease disabling it all

2017-12-09 Thread Vincent Legoll
, not change the config dependencies. Signed-off-by: Vincent Legoll <vincent.leg...@gmail.com> --- lib/Kconfig.debug | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index 947d3e2ed5c2..9436714254b7 100644 --- a/lib/Kconfig.debug +++

[PATCH] make RUNTIME_TESTS a menuconfig to ease disabling it all

2017-12-09 Thread Vincent Legoll
, not change the config dependencies. Signed-off-by: Vincent Legoll --- lib/Kconfig.debug | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index 947d3e2ed5c2..9436714254b7 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug @@ -1660,7

[PATCH] efi: make EFI a menuconfig to ease disabling it all

2017-12-09 Thread Vincent Legoll
the config dependencies. Signed-off-by: Vincent Legoll <vincent.leg...@gmail.com> --- drivers/firmware/efi/Kconfig | 13 - 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/drivers/firmware/efi/Kconfig b/drivers/firmware/efi/Kconfig index 2b4c39fdfa91..8727b1aa8ef6

[PATCH] efi: make EFI a menuconfig to ease disabling it all

2017-12-09 Thread Vincent Legoll
the config dependencies. Signed-off-by: Vincent Legoll --- drivers/firmware/efi/Kconfig | 13 - 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/drivers/firmware/efi/Kconfig b/drivers/firmware/efi/Kconfig index 2b4c39fdfa91..8727b1aa8ef6 100644 --- a/drivers/firmware/efi

[PATCH] nvme: make NVME a menuconfig to ease disabling it all

2017-12-09 Thread Vincent Legoll
the config dependencies. Signed-off-by: Vincent Legoll <vincent.leg...@gmail.com> --- drivers/nvme/Kconfig | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/drivers/nvme/Kconfig b/drivers/nvme/Kconfig index 04008e0bbe81..aad33a0dfbce 100644 --- a/drivers/nvme/Kconfig

[PATCH] nvme: make NVME a menuconfig to ease disabling it all

2017-12-09 Thread Vincent Legoll
the config dependencies. Signed-off-by: Vincent Legoll --- drivers/nvme/Kconfig | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/drivers/nvme/Kconfig b/drivers/nvme/Kconfig index 04008e0bbe81..aad33a0dfbce 100644 --- a/drivers/nvme/Kconfig +++ b/drivers/nvme/Kconfig @@ -1,6

[PATCH] remoteproc: make REMOTEPROC a menuconfig to ease disabling it all

2017-12-09 Thread Vincent Legoll
, not change the config dependencies. Signed-off-by: Vincent Legoll <vincent.leg...@gmail.com> --- drivers/remoteproc/Kconfig | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/remoteproc/Kconfig b/drivers/remoteproc/Kconfig index b609e1d3654b..29341c7d836d

[PATCH] remoteproc: make REMOTEPROC a menuconfig to ease disabling it all

2017-12-09 Thread Vincent Legoll
, not change the config dependencies. Signed-off-by: Vincent Legoll --- drivers/remoteproc/Kconfig | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/remoteproc/Kconfig b/drivers/remoteproc/Kconfig index b609e1d3654b..29341c7d836d 100644 --- a/drivers/remoteproc/Kconfig

[PATCH] virtio: make VIRTIO a menuconfig to ease disabling it all

2017-12-09 Thread Vincent Legoll
, not change the config dependencies. Signed-off-by: Vincent Legoll <vincent.leg...@gmail.com> --- drivers/virtio/Kconfig | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/drivers/virtio/Kconfig b/drivers/virtio/Kconfig index cff773f15b7e..d485a63a8233 100644 --- a/drivers/

[PATCH] virtio: make VIRTIO a menuconfig to ease disabling it all

2017-12-09 Thread Vincent Legoll
, not change the config dependencies. Signed-off-by: Vincent Legoll --- drivers/virtio/Kconfig | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/drivers/virtio/Kconfig b/drivers/virtio/Kconfig index cff773f15b7e..d485a63a8233 100644 --- a/drivers/virtio/Kconfig +++ b/drivers

[PATCH] hyperv: make HYPERV a menuconfig to ease disabling it all

2017-12-09 Thread Vincent Legoll
, not change the config dependencies. Signed-off-by: Vincent Legoll <vincent.leg...@gmail.com> --- drivers/hv/Kconfig | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/drivers/hv/Kconfig b/drivers/hv/Kconfig index 50b89ea0e60f..5804081d936d 100644 --- a/drivers/hv/Kconfig

[PATCH] hyperv: make HYPERV a menuconfig to ease disabling it all

2017-12-09 Thread Vincent Legoll
, not change the config dependencies. Signed-off-by: Vincent Legoll --- drivers/hv/Kconfig | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/drivers/hv/Kconfig b/drivers/hv/Kconfig index 50b89ea0e60f..5804081d936d 100644 --- a/drivers/hv/Kconfig +++ b/drivers/hv/Kconfig @@ -1,4

[PATCH] ptp: make PTP a menuconfig to ease disabling it all

2017-12-09 Thread Vincent Legoll
the config dependencies. Signed-off-by: Vincent Legoll <vincent.leg...@gmail.com> --- drivers/ptp/Kconfig | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/drivers/ptp/Kconfig b/drivers/ptp/Kconfig index a21ad10d613c..d3f3a9f2b0b1 100644 --- a/drivers/ptp/Kconfig

[PATCH] ptp: make PTP a menuconfig to ease disabling it all

2017-12-09 Thread Vincent Legoll
the config dependencies. Signed-off-by: Vincent Legoll --- drivers/ptp/Kconfig | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/drivers/ptp/Kconfig b/drivers/ptp/Kconfig index a21ad10d613c..d3f3a9f2b0b1 100644 --- a/drivers/ptp/Kconfig +++ b/drivers/ptp/Kconfig @@ -2,7

Re: [PATCH] Make "Memory Debugging" a menuconfig to ease disabling it all

2017-12-09 Thread Vincent Legoll
t OK to do ? Would moving them out of the if/endif block be acceptable ? Thanks -- Vincent Legoll

Re: [PATCH] Make "Memory Debugging" a menuconfig to ease disabling it all

2017-12-09 Thread Vincent Legoll
t OK to do ? Would moving them out of the if/endif block be acceptable ? Thanks -- Vincent Legoll

[PATCH] Make "Memory Debugging" a menuconfig to ease disabling it all

2017-12-09 Thread Vincent Legoll
his is only intended to change menuconfig UI, not change the config dependencies. Signed-off-by: Vincent Legoll <vincent.leg...@gmail.com> --- lib/Kconfig.debug | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index 947d3e2ed5c2..506

[PATCH] Make "Memory Debugging" a menuconfig to ease disabling it all

2017-12-09 Thread Vincent Legoll
his is only intended to change menuconfig UI, not change the config dependencies. Signed-off-by: Vincent Legoll --- lib/Kconfig.debug | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index 947d3e2ed5c2..5062f52dbeec 100644 --- a/lib/Kco

[PATCH] ssb: make SSB a menuconfig to ease disabling it all

2017-12-04 Thread Vincent Legoll
the config dependencies. Signed-off-by: Vincent Legoll <vincent.leg...@gmail.com> --- drivers/ssb/Kconfig | 9 - 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/drivers/ssb/Kconfig b/drivers/ssb/Kconfig index d8e4219c2324..f48a2ee587a4 100644 --- a/drivers/ssb/Kconfig

[PATCH] ssb: make SSB a menuconfig to ease disabling it all

2017-12-04 Thread Vincent Legoll
the config dependencies. Signed-off-by: Vincent Legoll --- drivers/ssb/Kconfig | 9 - 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/drivers/ssb/Kconfig b/drivers/ssb/Kconfig index d8e4219c2324..f48a2ee587a4 100644 --- a/drivers/ssb/Kconfig +++ b/drivers/ssb/Kconfig

[PATCH,v2] ssb: make SSB a menuconfig to ease disabling it all

2017-12-04 Thread Vincent Legoll
Hello, thanks for the feedback, is that better ?

[PATCH,v2] ssb: make SSB a menuconfig to ease disabling it all

2017-12-04 Thread Vincent Legoll
Hello, thanks for the feedback, is that better ?

Make SSB a menuconfig to ease disabling it all

2017-12-03 Thread Vincent Legoll
The following patch makes it easier to disable all SSB config options without entering the submenu. It will also enable one to see that en-disabled state from the outside menu. This is only intended to change menuconfig UI, not change the config dependencies.

[PATCH] Make SSB a menuconfig to ease disabling it all

2017-12-03 Thread Vincent Legoll
No need to get into the submenu to disable all SSB-related config entries Signed-off-by: Vincent Legoll <vincent.leg...@gmail.com> --- drivers/ssb/Kconfig | 9 - 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/drivers/ssb/Kconfig b/drivers/ssb/Kconfig index d8e421

Make SSB a menuconfig to ease disabling it all

2017-12-03 Thread Vincent Legoll
The following patch makes it easier to disable all SSB config options without entering the submenu. It will also enable one to see that en-disabled state from the outside menu. This is only intended to change menuconfig UI, not change the config dependencies.

[PATCH] Make SSB a menuconfig to ease disabling it all

2017-12-03 Thread Vincent Legoll
No need to get into the submenu to disable all SSB-related config entries Signed-off-by: Vincent Legoll --- drivers/ssb/Kconfig | 9 - 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/drivers/ssb/Kconfig b/drivers/ssb/Kconfig index d8e4219c2324..f48a2ee587a4 100644

[PATCH] Make ANDROID a menuconfig to ease disabling it all

2017-12-03 Thread Vincent Legoll
No need to get into the submenu to disable all ANDROID-related config entries Signed-off-by: Vincent Legoll <vincent.leg...@gmail.com> --- drivers/android/Kconfig | 6 +- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/drivers/android/Kconfig b/drivers/android/Kconfig

[PATCH] Make ANDROID a menuconfig to ease disabling it all

2017-12-03 Thread Vincent Legoll
No need to get into the submenu to disable all ANDROID-related config entries Signed-off-by: Vincent Legoll --- drivers/android/Kconfig | 6 +- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/drivers/android/Kconfig b/drivers/android/Kconfig index 7dce3795b887..e9434777acba

[PATCH] Make MIC a menuconfig to ease disabling it all

2017-12-03 Thread Vincent Legoll
No need to get into the submenu to disable all MIC-related config entries Signed-off-by: Vincent Legoll <vincent.leg...@gmail.com> --- drivers/misc/mic/Kconfig | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/drivers/misc/mic/Kconfig b/drivers/misc/mic/Kconfig

[PATCH] Make MIC a menuconfig to ease disabling it all

2017-12-03 Thread Vincent Legoll
No need to get into the submenu to disable all MIC-related config entries Signed-off-by: Vincent Legoll --- drivers/misc/mic/Kconfig | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/drivers/misc/mic/Kconfig b/drivers/misc/mic/Kconfig index 227cc7443671..badc84356715

[PATCH] Make FSI a menuconfig to ease disabling it all

2017-12-03 Thread Vincent Legoll
No need to get into the submenu to disable all FSI-related config entries Signed-off-by: Vincent Legoll <vincent.leg...@gmail.com> --- drivers/fsi/Kconfig | 6 +- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/drivers/fsi/Kconfig b/drivers/fsi/Kconfig index 6821ed

[PATCH] Make FSI a menuconfig to ease disabling it all

2017-12-03 Thread Vincent Legoll
No need to get into the submenu to disable all FSI-related config entries Signed-off-by: Vincent Legoll --- drivers/fsi/Kconfig | 6 +- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/drivers/fsi/Kconfig b/drivers/fsi/Kconfig index 6821ed0cd5e8..513e35173aaa 100644

[PATCH,v2] Make TI_ST a menuconfig to ease disabling it all

2017-12-03 Thread Vincent Legoll
v2: using bool instead of tristate

[PATCH] Make TI_ST a menuconfig to ease disabling it all

2017-12-03 Thread Vincent Legoll
No need to get into the submenu to disable all TI_ST-related config entries Signed-off-by: Vincent Legoll <vincent.leg...@gmail.com> --- drivers/misc/ti-st/Kconfig | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/misc/ti-st/Kconfig b/drivers/misc/ti-st/K

[PATCH,v2] Make TI_ST a menuconfig to ease disabling it all

2017-12-03 Thread Vincent Legoll
v2: using bool instead of tristate

[PATCH] Make TI_ST a menuconfig to ease disabling it all

2017-12-03 Thread Vincent Legoll
No need to get into the submenu to disable all TI_ST-related config entries Signed-off-by: Vincent Legoll --- drivers/misc/ti-st/Kconfig | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/misc/ti-st/Kconfig b/drivers/misc/ti-st/Kconfig index f34dcc514730

Re: [linux-sunxi] [PATCH v3 1/5] dt-bindings: update the Allwinner GPADC device tree binding for H3

2017-08-08 Thread Vincent Legoll
ufficient... Or decide that this documentation is for clueful ones. WDYT ? -- Vincent Legoll

Re: [linux-sunxi] [PATCH v3 1/5] dt-bindings: update the Allwinner GPADC device tree binding for H3

2017-08-08 Thread Vincent Legoll
ecide that this documentation is for clueful ones. WDYT ? -- Vincent Legoll

Re: [PATCH] Make Common clock framework a menuconfig to ease disabling it all

2017-07-06 Thread Vincent Legoll
Hello, On Wed, Jul 5, 2017 at 11:15 PM, Stephen Boyd <sb...@codeaurora.org> wrote: > On 07/02, Vincent Legoll wrote: >> -menu "Common Clock Framework" >> +menuconfig COMMON_CLK_FRAMEWORK >> + tristate "Common Clock Framework" >>

Re: [PATCH] Make Common clock framework a menuconfig to ease disabling it all

2017-07-06 Thread Vincent Legoll
Hello, On Wed, Jul 5, 2017 at 11:15 PM, Stephen Boyd wrote: > On 07/02, Vincent Legoll wrote: >> -menu "Common Clock Framework" >> +menuconfig COMMON_CLK_FRAMEWORK >> + tristate "Common Clock Framework" >> depends on COMMON_CLK > >

Re: [PATCH] Make EEPROM a menuconfig to ease disabling it all

2017-07-04 Thread Vincent Legoll
Hello, Please drop that patch, it will need to be fixed & tested more before resend -- Vincent Legoll

Re: [PATCH] Make EEPROM a menuconfig to ease disabling it all

2017-07-04 Thread Vincent Legoll
Hello, Please drop that patch, it will need to be fixed & tested more before resend -- Vincent Legoll

Re: [PATCH] Make "SCSI Transports" a menuconfig to ease disabling it all

2017-07-04 Thread Vincent Legoll
Hello, On Sun, Jul 2, 2017 at 5:53 PM, Vincent Legoll <vincent.leg...@gmail.com> wrote: > No need to get into the submenu to disable all SCSI Transports-related > config entries > > Signed-off-by: Vincent Legoll <vincent.leg...@gmail.com> > --- > drivers/scsi/Kc

Re: [PATCH] Make "SCSI Transports" a menuconfig to ease disabling it all

2017-07-04 Thread Vincent Legoll
Hello, On Sun, Jul 2, 2017 at 5:53 PM, Vincent Legoll wrote: > No need to get into the submenu to disable all SCSI Transports-related > config entries > > Signed-off-by: Vincent Legoll > --- > drivers/scsi/Kconfig | 7 +-- Please drop that patch, it will need to be f

[PATCH] Make Common clock framework a menuconfig to ease disabling it all

2017-07-02 Thread Vincent Legoll
No need to get into the submenu to disable all common clock framework -related config entries Signed-off-by: Vincent Legoll <vincent.leg...@gmail.com> --- drivers/clk/Kconfig | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/drivers/clk/Kconfig b/drivers/clk/K

[PATCH] Make Common clock framework a menuconfig to ease disabling it all

2017-07-02 Thread Vincent Legoll
No need to get into the submenu to disable all common clock framework -related config entries Signed-off-by: Vincent Legoll --- drivers/clk/Kconfig | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/drivers/clk/Kconfig b/drivers/clk/Kconfig index 36cfea3..a1b174c 100644

[PATCH] Make "SCSI Transports" a menuconfig to ease disabling it all

2017-07-02 Thread Vincent Legoll
No need to get into the submenu to disable all SCSI Transports-related config entries Signed-off-by: Vincent Legoll <vincent.leg...@gmail.com> --- drivers/scsi/Kconfig | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/drivers/scsi/Kconfig b/drivers/scsi/Kconfig

[PATCH] Make "SCSI Transports" a menuconfig to ease disabling it all

2017-07-02 Thread Vincent Legoll
No need to get into the submenu to disable all SCSI Transports-related config entries Signed-off-by: Vincent Legoll --- drivers/scsi/Kconfig | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/drivers/scsi/Kconfig b/drivers/scsi/Kconfig index 3c52867..53c97cc 100644

[PATCH] Make EEPROM a menuconfig to ease disabling it all

2017-07-02 Thread Vincent Legoll
No need to get into the submenu to disable all EEPROM-related config entries Signed-off-by: Vincent Legoll <vincent.leg...@gmail.com> --- drivers/misc/eeprom/Kconfig | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/drivers/misc/eeprom/Kconfig b/d

[PATCH] Make EEPROM a menuconfig to ease disabling it all

2017-07-02 Thread Vincent Legoll
No need to get into the submenu to disable all EEPROM-related config entries Signed-off-by: Vincent Legoll --- drivers/misc/eeprom/Kconfig | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/drivers/misc/eeprom/Kconfig b/drivers/misc/eeprom/Kconfig index

[tip:irq/core] genirq: Make early_irq_init() print out more informative

2017-05-26 Thread tip-bot for Vincent Legoll
Commit-ID: 5a29ef22098874db79af7bf92a247a0f503bfa6e Gitweb: http://git.kernel.org/tip/5a29ef22098874db79af7bf92a247a0f503bfa6e Author: Vincent Legoll <vincent.leg...@gmail.com> AuthorDate: Tue, 9 May 2017 10:34:09 +0200 Committer: Thomas Gleixner <t...@linutronix.de> CommitD

[tip:irq/core] genirq: Make early_irq_init() print out more informative

2017-05-26 Thread tip-bot for Vincent Legoll
Commit-ID: 5a29ef22098874db79af7bf92a247a0f503bfa6e Gitweb: http://git.kernel.org/tip/5a29ef22098874db79af7bf92a247a0f503bfa6e Author: Vincent Legoll AuthorDate: Tue, 9 May 2017 10:34:09 +0200 Committer: Thomas Gleixner CommitDate: Fri, 26 May 2017 14:54:05 +0200 genirq: Make

[PATCH] PCI: fix whitespace in printk() to align log entries

2017-05-21 Thread Vincent Legoll
g [0.784009] PCI: Using ACPI for IRQ routing [0.795599] PCI: pci_cache_line_size set to 64 bytes [0.811154] PCI: CLS 0 bytes, default 64 Signed-off-by: Vincent Legoll <vincent.leg...@gmail.com> --- arch/x86/pci/pcbios.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --g

[PATCH] PCI: fix whitespace in printk() to align log entries

2017-05-21 Thread Vincent Legoll
g [0.784009] PCI: Using ACPI for IRQ routing [0.795599] PCI: pci_cache_line_size set to 64 bytes [0.811154] PCI: CLS 0 bytes, default 64 Signed-off-by: Vincent Legoll --- arch/x86/pci/pcbios.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/x86/pci/pcbios.c b/a

  1   2   >