Re: [PATCH 20/20] x86/PCI: VMD: Fix malformed default

2018-02-06 Thread Ulf Magnusson
On Tue, Feb 6, 2018 at 8:11 PM, Bjorn Helgaas wrote: >> x86/PCI: VMD: Fix malformed default > > In the title, please include a clue about what default you're talking > about, e.g., mention Kconfig somehow. > > On Mon, Feb 05, 2018 at 02:21:32AM +0100, Ulf Magnusson wrote:

[PATCH v2 20/20] x86/PCI: VMD: Fix malformed Kconfig default

2018-02-06 Thread Ulf Magnusson
/ulfalizer/Kconfiglib/blob/master/examples/list_undefined.py script. Signed-off-by: Ulf Magnusson <ulfali...@gmail.com> --- Changes in v2: Make it clear that Kconfig is involved. drivers/pci/host/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/pci/host/Kconfig b/drivers/pc

[PATCH v2 20/20] x86/PCI: VMD: Fix malformed Kconfig default

2018-02-06 Thread Ulf Magnusson
/ulfalizer/Kconfiglib/blob/master/examples/list_undefined.py script. Signed-off-by: Ulf Magnusson --- Changes in v2: Make it clear that Kconfig is involved. drivers/pci/host/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/pci/host/Kconfig b/drivers/pci/host/Kconfig index

Re: [PATCH 07/20] riscv: Remove ARCH_WANT_OPTIONAL_GPIOLIB select

2018-02-05 Thread Ulf Magnusson
On Tue, Feb 6, 2018 at 12:38 AM, Ulf Magnusson <ulfali...@gmail.com> wrote: > On Tue, Feb 6, 2018 at 12:25 AM, Linus Walleij <linus.wall...@linaro.org> > wrote: >> On Mon, Feb 5, 2018 at 2:21 AM, Ulf Magnusson <ulfali...@gmail.com> wrote: >> >>> The

Re: [PATCH 07/20] riscv: Remove ARCH_WANT_OPTIONAL_GPIOLIB select

2018-02-05 Thread Ulf Magnusson
On Tue, Feb 6, 2018 at 12:38 AM, Ulf Magnusson wrote: > On Tue, Feb 6, 2018 at 12:25 AM, Linus Walleij > wrote: >> On Mon, Feb 5, 2018 at 2:21 AM, Ulf Magnusson wrote: >> >>> The ARCH_WANT_OPTIONAL_GPIOLIB symbol was removed in commit 65053e1a7743 >>>

Re: [PATCH 07/20] riscv: Remove ARCH_WANT_OPTIONAL_GPIOLIB select

2018-02-05 Thread Ulf Magnusson
On Tue, Feb 6, 2018 at 12:25 AM, Linus Walleij <linus.wall...@linaro.org> wrote: > On Mon, Feb 5, 2018 at 2:21 AM, Ulf Magnusson <ulfali...@gmail.com> wrote: > >> The ARCH_WANT_OPTIONAL_GPIOLIB symbol was removed in commit 65053e1a7743 >> ("gpio: delete AR

Re: [PATCH 07/20] riscv: Remove ARCH_WANT_OPTIONAL_GPIOLIB select

2018-02-05 Thread Ulf Magnusson
On Tue, Feb 6, 2018 at 12:25 AM, Linus Walleij wrote: > On Mon, Feb 5, 2018 at 2:21 AM, Ulf Magnusson wrote: > >> The ARCH_WANT_OPTIONAL_GPIOLIB symbol was removed in commit 65053e1a7743 >> ("gpio: delete ARCH_[WANTS_OPTIONAL|REQUIRE]_GPIOLIB"). GPIOLIB should &g

Re: [PATCH 05/20] rtc: at32ap700x: Remove PLATFORM_AT32AP dependency

2018-02-05 Thread Ulf Magnusson
On Mon, Feb 5, 2018 at 3:01 PM, Alexandre Belloni <alexandre.bell...@free-electrons.com> wrote: > Hi, > > On 05/02/2018 at 02:42:38 +0100, Ulf Magnusson wrote: >> On Mon, Feb 5, 2018 at 2:21 AM, Ulf Magnusson <ulfali...@gmail.com> wrote: >> > The PLATFOR

Re: [PATCH 05/20] rtc: at32ap700x: Remove PLATFORM_AT32AP dependency

2018-02-05 Thread Ulf Magnusson
On Mon, Feb 5, 2018 at 3:01 PM, Alexandre Belloni wrote: > Hi, > > On 05/02/2018 at 02:42:38 +0100, Ulf Magnusson wrote: >> On Mon, Feb 5, 2018 at 2:21 AM, Ulf Magnusson wrote: >> > The PLATFORM_AT32AP symbol went away when AVR32 was removed in >> > commit 262

[PATCH v3 03/20] kconfig: Remove leftover references to AVR32 symbol

2018-02-05 Thread Ulf Magnusson
The AVR32 symbol was removed in commit 26202873bb51 ("avr32: remove support for AVR32 architecture"). Remove the remaining references to it from the Kconfig files. Signed-off-by: Ulf Magnusson <ulfali...@gmail.com> --- Changes in v3: Removal of the AVR32 dependency in PWM_ATMEL is

[PATCH v3 03/20] kconfig: Remove leftover references to AVR32 symbol

2018-02-05 Thread Ulf Magnusson
The AVR32 symbol was removed in commit 26202873bb51 ("avr32: remove support for AVR32 architecture"). Remove the remaining references to it from the Kconfig files. Signed-off-by: Ulf Magnusson --- Changes in v3: Removal of the AVR32 dependency in PWM_ATMEL is already pending: https:

Re: [PATCH 02/20] KVM: PPC: Book3S PR: Fix broken select due to misspelling

2018-02-04 Thread Ulf Magnusson
On Mon, Feb 5, 2018 at 5:48 AM, Paul Mackerras <pau...@ozlabs.org> wrote: > On Mon, Feb 05, 2018 at 02:21:14AM +0100, Ulf Magnusson wrote: >> Commit 76d837a4c0f9 ("KVM: PPC: Book3S PR: Don't include SPAPR TCE code >> on non-pseries platforms") added a reference to t

Re: [PATCH 02/20] KVM: PPC: Book3S PR: Fix broken select due to misspelling

2018-02-04 Thread Ulf Magnusson
On Mon, Feb 5, 2018 at 5:48 AM, Paul Mackerras wrote: > On Mon, Feb 05, 2018 at 02:21:14AM +0100, Ulf Magnusson wrote: >> Commit 76d837a4c0f9 ("KVM: PPC: Book3S PR: Don't include SPAPR TCE code >> on non-pseries platforms") added a reference to the globally undefined >

[PATCH v2 03/20] kconfig: Remove leftover references to AVR32 symbol

2018-02-04 Thread Ulf Magnusson
The AVR32 symbol was removed in commit 26202873bb51 ("avr32: remove support for AVR32 architecture"). Remove the remaining references to it from the Kconfig files. Signed-off-by: Ulf Magnusson <ulfali...@gmail.com> --- Changes in v2: Removal of AVR32_AT32AP_CPUFREQ is already

[PATCH v2 03/20] kconfig: Remove leftover references to AVR32 symbol

2018-02-04 Thread Ulf Magnusson
The AVR32 symbol was removed in commit 26202873bb51 ("avr32: remove support for AVR32 architecture"). Remove the remaining references to it from the Kconfig files. Signed-off-by: Ulf Magnusson --- Changes in v2: Removal of AVR32_AT32AP_CPUFREQ is already pending in https://ma

Re: [PATCH 00/20] Remove references to undefined symbols and fix two potential bugs

2018-02-04 Thread Ulf Magnusson
On Mon, Feb 5, 2018 at 2:21 AM, Ulf Magnusson <ulfali...@gmail.com> wrote: > Hello, > > This patchset fixes most references to globally undefined symbols in Kconfig > files, as reported by the > https://github.com/ulfalizer/Kconfiglib/blob/master/examples/list_undefined.py

Re: [PATCH 00/20] Remove references to undefined symbols and fix two potential bugs

2018-02-04 Thread Ulf Magnusson
On Mon, Feb 5, 2018 at 2:21 AM, Ulf Magnusson wrote: > Hello, > > This patchset fixes most references to globally undefined symbols in Kconfig > files, as reported by the > https://github.com/ulfalizer/Kconfiglib/blob/master/examples/list_undefined.py > script. I will se

Re: [PATCH 00/20] Remove references to undefined symbols and fix two potential bugs

2018-02-04 Thread Ulf Magnusson
On Mon, Feb 5, 2018 at 2:21 AM, Ulf Magnusson <ulfali...@gmail.com> wrote: > Hello, > > This patchset fixes most references to globally undefined symbols in Kconfig > files, as reported by the > https://github.com/ulfalizer/Kconfiglib/blob/master/examples/list_undefined.py

Re: [PATCH 00/20] Remove references to undefined symbols and fix two potential bugs

2018-02-04 Thread Ulf Magnusson
On Mon, Feb 5, 2018 at 2:21 AM, Ulf Magnusson wrote: > Hello, > > This patchset fixes most references to globally undefined symbols in Kconfig > files, as reported by the > https://github.com/ulfalizer/Kconfiglib/blob/master/examples/list_undefined.py > script. I will se

Re: [PATCH 20/20] x86/PCI: VMD: Fix malformed default

2018-02-04 Thread Ulf Magnusson
On Mon, Feb 5, 2018 at 2:21 AM, Ulf Magnusson <ulfali...@gmail.com> wrote: > 'default N' should be 'default n', though they happen to have the same > effect here, due to undefined symbols (N in this case) evaluating to n > in a tristate sense. > > Remove the default from VM

Re: [PATCH 20/20] x86/PCI: VMD: Fix malformed default

2018-02-04 Thread Ulf Magnusson
On Mon, Feb 5, 2018 at 2:21 AM, Ulf Magnusson wrote: > 'default N' should be 'default n', though they happen to have the same > effect here, due to undefined symbols (N in this case) evaluating to n > in a tristate sense. > > Remove the default from VMD instead of changing it. bo

Re: [PATCH 16/20] auxdisplay: img-ascii-lcd: Remove MIPS_SEAD3 dep.

2018-02-04 Thread Ulf Magnusson
On Mon, Feb 5, 2018 at 2:21 AM, Ulf Magnusson <ulfali...@gmail.com> wrote: > The MIPS_SEAD3 symbol was removed in commit 64601cb1343f ("leds: Remove SEAD-3 > driver"). > > Remove the MIPS_SEAD3 dependency from IMG_ASCII_LCD. > > Discovered with the > https:/

Re: [PATCH 16/20] auxdisplay: img-ascii-lcd: Remove MIPS_SEAD3 dep.

2018-02-04 Thread Ulf Magnusson
On Mon, Feb 5, 2018 at 2:21 AM, Ulf Magnusson wrote: > The MIPS_SEAD3 symbol was removed in commit 64601cb1343f ("leds: Remove SEAD-3 > driver"). > > Remove the MIPS_SEAD3 dependency from IMG_ASCII_LCD. > > Discovered with the > https://github.com/ulfalizer/

Re: [PATCH 00/20] Remove references to undefined symbols and fix two potential bugs

2018-02-04 Thread Ulf Magnusson
On Mon, Feb 5, 2018 at 2:21 AM, Ulf Magnusson <ulfali...@gmail.com> wrote: > Hello, > > This patchset fixes most references to globally undefined symbols in Kconfig > files, as reported by the > https://github.com/ulfalizer/Kconfiglib/blob/master/examples/list_undefined.py

Re: [PATCH 00/20] Remove references to undefined symbols and fix two potential bugs

2018-02-04 Thread Ulf Magnusson
On Mon, Feb 5, 2018 at 2:21 AM, Ulf Magnusson wrote: > Hello, > > This patchset fixes most references to globally undefined symbols in Kconfig > files, as reported by the > https://github.com/ulfalizer/Kconfiglib/blob/master/examples/list_undefined.py > script. I will se

Re: [PATCH 12/20] ARM: debug: Remove ARCH_MSM dep. from UNCOMPRESS_INCLUDE

2018-02-04 Thread Ulf Magnusson
On Mon, Feb 5, 2018 at 2:21 AM, Ulf Magnusson <ulfali...@gmail.com> wrote: > The ARCH_MSM symbol was removed in commit c0c89fafa289 ("ARM: Remove > mach-msm and associated ARM architecture code"), but a default in > UNCOMPRESS_INCLUDE still depends on it. > > Remo

Re: [PATCH 12/20] ARM: debug: Remove ARCH_MSM dep. from UNCOMPRESS_INCLUDE

2018-02-04 Thread Ulf Magnusson
On Mon, Feb 5, 2018 at 2:21 AM, Ulf Magnusson wrote: > The ARCH_MSM symbol was removed in commit c0c89fafa289 ("ARM: Remove > mach-msm and associated ARM architecture code"), but a default in > UNCOMPRESS_INCLUDE still depends on it. > > Remove the ARCH_MSM de

Re: [PATCH 05/20] rtc: at32ap700x: Remove PLATFORM_AT32AP dependency

2018-02-04 Thread Ulf Magnusson
On Mon, Feb 5, 2018 at 2:21 AM, Ulf Magnusson <ulfali...@gmail.com> wrote: > The PLATFORM_AT32AP symbol went away when AVR32 was removed in > commit 26202873bb51 ("avr32: remove support for AVR32 architecture"). > > Remove the RTC_DRV_AT32AP700X dependency from RTC_DR

Re: [PATCH 05/20] rtc: at32ap700x: Remove PLATFORM_AT32AP dependency

2018-02-04 Thread Ulf Magnusson
On Mon, Feb 5, 2018 at 2:21 AM, Ulf Magnusson wrote: > The PLATFORM_AT32AP symbol went away when AVR32 was removed in > commit 26202873bb51 ("avr32: remove support for AVR32 architecture"). > > Remove the RTC_DRV_AT32AP700X dependency from RTC_DRV_AT32AP700X. > >

Re: [PATCH 00/20] Remove references to undefined symbols and fix two potential bugs

2018-02-04 Thread Ulf Magnusson
On Mon, Feb 5, 2018 at 2:21 AM, Ulf Magnusson <ulfali...@gmail.com> wrote: > Hello, > > This patchset fixes most references to globally undefined symbols in Kconfig > files, as reported by the > https://github.com/ulfalizer/Kconfiglib/blob/master/examples/list_undefined.py

Re: [PATCH 00/20] Remove references to undefined symbols and fix two potential bugs

2018-02-04 Thread Ulf Magnusson
On Mon, Feb 5, 2018 at 2:21 AM, Ulf Magnusson wrote: > Hello, > > This patchset fixes most references to globally undefined symbols in Kconfig > files, as reported by the > https://github.com/ulfalizer/Kconfiglib/blob/master/examples/list_undefined.py > script. I will se

Re: [PATCH 07/20] riscv: Remove ARCH_WANT_OPTIONAL_GPIOLIB select

2018-02-04 Thread Ulf Magnusson
On Mon, Feb 5, 2018 at 2:21 AM, Ulf Magnusson <ulfali...@gmail.com> wrote: > The ARCH_WANT_OPTIONAL_GPIOLIB symbol was removed in commit 65053e1a7743 > ("gpio: delete ARCH_[WANTS_OPTIONAL|REQUIRE]_GPIOLIB"). GPIOLIB should > just be selected explici

Re: [PATCH 07/20] riscv: Remove ARCH_WANT_OPTIONAL_GPIOLIB select

2018-02-04 Thread Ulf Magnusson
On Mon, Feb 5, 2018 at 2:21 AM, Ulf Magnusson wrote: > The ARCH_WANT_OPTIONAL_GPIOLIB symbol was removed in commit 65053e1a7743 > ("gpio: delete ARCH_[WANTS_OPTIONAL|REQUIRE]_GPIOLIB"). GPIOLIB should > just be selected explicitly if needed. > > Remove the ARCH_WANT_OPT

[PATCH 14/20] iio: gyro: mpu3050: Remove INPUT_MPU3050 dep. from I2C

2018-02-04 Thread Ulf Magnusson
.py script. Signed-off-by: Ulf Magnusson <ulfali...@gmail.com> --- drivers/iio/gyro/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/iio/gyro/Kconfig b/drivers/iio/gyro/Kconfig index 3126cf05e6b9..b702b9176006 100644 --- a/drivers/iio/gyro/Kconfig +++ b/drivers/iio/gyro/Kconfi

[PATCH 14/20] iio: gyro: mpu3050: Remove INPUT_MPU3050 dep. from I2C

2018-02-04 Thread Ulf Magnusson
.py script. Signed-off-by: Ulf Magnusson --- drivers/iio/gyro/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/iio/gyro/Kconfig b/drivers/iio/gyro/Kconfig index 3126cf05e6b9..b702b9176006 100644 --- a/drivers/iio/gyro/Kconfig +++ b/drivers/iio/gyro/Kconfig @@ -92,7 +92,6 @@ conf

[PATCH 19/20] ARC: Fix malformed ARC_EMUL_UNALIGNED default

2018-02-04 Thread Ulf Magnusson
with the https://github.com/ulfalizer/Kconfiglib/blob/master/examples/list_undefined.py script. Signed-off-by: Ulf Magnusson <ulfali...@gmail.com> --- arch/arc/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arc/Kconfig b/arch/arc/Kconfig index f3a80cf164cc..d76bf4a83740

[PATCH 18/20] iwlwifi: fix malformed CONFIG_IWLWIFI_PCIE_RTPM default

2018-02-04 Thread Ulf Magnusson
://github.com/ulfalizer/Kconfiglib/blob/master/examples/list_undefined.py script. Signed-off-by: Ulf Magnusson <ulfali...@gmail.com> --- drivers/net/wireless/intel/iwlwifi/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/net/wireless/intel/iwlwifi/Kconfig b/drivers/net/wi

[PATCH 19/20] ARC: Fix malformed ARC_EMUL_UNALIGNED default

2018-02-04 Thread Ulf Magnusson
with the https://github.com/ulfalizer/Kconfiglib/blob/master/examples/list_undefined.py script. Signed-off-by: Ulf Magnusson --- arch/arc/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arc/Kconfig b/arch/arc/Kconfig index f3a80cf164cc..d76bf4a83740 100644 --- a/arch/arc/Kconfig +++ b

[PATCH 18/20] iwlwifi: fix malformed CONFIG_IWLWIFI_PCIE_RTPM default

2018-02-04 Thread Ulf Magnusson
://github.com/ulfalizer/Kconfiglib/blob/master/examples/list_undefined.py script. Signed-off-by: Ulf Magnusson --- drivers/net/wireless/intel/iwlwifi/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/net/wireless/intel/iwlwifi/Kconfig b/drivers/net/wireless/intel/iwlwifi/Kconfig

[PATCH 17/20] media: sec: Remove PLAT_S5P dependency

2018-02-04 Thread Ulf Magnusson
The PLAT_S5P symbol was removed in commit d78c16ccde96 ("ARM: SAMSUNG: Remove remaining legacy code"). Remove the PLAT_S5P dependency from VIDEO_SAMSUNG_S5P_CEC. Discovered with the https://github.com/ulfalizer/Kconfiglib/blob/master/examples/list_undefined.py script. Signed-o

[PATCH 16/20] auxdisplay: img-ascii-lcd: Remove MIPS_SEAD3 dep.

2018-02-04 Thread Ulf Magnusson
The MIPS_SEAD3 symbol was removed in commit 64601cb1343f ("leds: Remove SEAD-3 driver"). Remove the MIPS_SEAD3 dependency from IMG_ASCII_LCD. Discovered with the https://github.com/ulfalizer/Kconfiglib/blob/master/examples/list_undefined.py script. Signed-off-by: Ulf Magnuss

[PATCH 17/20] media: sec: Remove PLAT_S5P dependency

2018-02-04 Thread Ulf Magnusson
The PLAT_S5P symbol was removed in commit d78c16ccde96 ("ARM: SAMSUNG: Remove remaining legacy code"). Remove the PLAT_S5P dependency from VIDEO_SAMSUNG_S5P_CEC. Discovered with the https://github.com/ulfalizer/Kconfiglib/blob/master/examples/list_undefined.py script. Signed-o

[PATCH 16/20] auxdisplay: img-ascii-lcd: Remove MIPS_SEAD3 dep.

2018-02-04 Thread Ulf Magnusson
The MIPS_SEAD3 symbol was removed in commit 64601cb1343f ("leds: Remove SEAD-3 driver"). Remove the MIPS_SEAD3 dependency from IMG_ASCII_LCD. Discovered with the https://github.com/ulfalizer/Kconfiglib/blob/master/examples/list_undefined.py script. Signed-off-by: Ulf Magnusson --

[PATCH 20/20] x86/PCI: VMD: Fix malformed default

2018-02-04 Thread Ulf Magnusson
://github.com/ulfalizer/Kconfiglib/blob/master/examples/list_undefined.py script. Signed-off-by: Ulf Magnusson <ulfali...@gmail.com> --- drivers/pci/host/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/pci/host/Kconfig b/drivers/pci/host/Kconfig index a4ed7484d127..dc8a2a

[PATCH 20/20] x86/PCI: VMD: Fix malformed default

2018-02-04 Thread Ulf Magnusson
://github.com/ulfalizer/Kconfiglib/blob/master/examples/list_undefined.py script. Signed-off-by: Ulf Magnusson --- drivers/pci/host/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/pci/host/Kconfig b/drivers/pci/host/Kconfig index a4ed7484d127..dc8a2a175f19 100644 --- a/drivers/pci

[PATCH 15/20] phy: Remove SOC_EXYNOS4212 dep. from PHY_EXYNOS4X12_USB

2018-02-04 Thread Ulf Magnusson
Signed-off-by: Ulf Magnusson <ulfali...@gmail.com> --- drivers/phy/samsung/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/phy/samsung/Kconfig b/drivers/phy/samsung/Kconfig index b7e0645a7bd9..2a5d33cb0e7e 100644 --- a/drivers/phy/samsung/Kconfig +++ b/dri

[PATCH 15/20] phy: Remove SOC_EXYNOS4212 dep. from PHY_EXYNOS4X12_USB

2018-02-04 Thread Ulf Magnusson
Signed-off-by: Ulf Magnusson --- drivers/phy/samsung/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/phy/samsung/Kconfig b/drivers/phy/samsung/Kconfig index b7e0645a7bd9..2a5d33cb0e7e 100644 --- a/drivers/phy/samsung/Kconfig +++ b/drivers/phy/samsung/Kconfig @@ -

[PATCH 12/20] ARM: debug: Remove ARCH_MSM dep. from UNCOMPRESS_INCLUDE

2018-02-04 Thread Ulf Magnusson
/ulfalizer/Kconfiglib/blob/master/examples/list_undefined.py script. Signed-off-by: Ulf Magnusson <ulfali...@gmail.com> --- arch/arm/Kconfig.debug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/Kconfig.debug b/arch/arm/Kconfig.debug index 78a647080ebc..20c

[PATCH 10/20] lib/Kconfig: Remove leftover select of GENERIC_IO

2018-02-04 Thread Ulf Magnusson
GENERIC_IO was removed by commit 9de8da47742b ("kconfig: kill off GENERIC_IO option"), but HAS_IOMEM still selects it. Remove the select of GENERIC_IO from HAS_IOMEM. Discovered with the https://github.com/ulfalizer/Kconfiglib/blob/master/examples/list_undefined.py script. Signed-o

[PATCH 12/20] ARM: debug: Remove ARCH_MSM dep. from UNCOMPRESS_INCLUDE

2018-02-04 Thread Ulf Magnusson
/ulfalizer/Kconfiglib/blob/master/examples/list_undefined.py script. Signed-off-by: Ulf Magnusson --- arch/arm/Kconfig.debug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/Kconfig.debug b/arch/arm/Kconfig.debug index 78a647080ebc..20c601a045d2 100644 --- a/arch/arm/Kco

[PATCH 10/20] lib/Kconfig: Remove leftover select of GENERIC_IO

2018-02-04 Thread Ulf Magnusson
GENERIC_IO was removed by commit 9de8da47742b ("kconfig: kill off GENERIC_IO option"), but HAS_IOMEM still selects it. Remove the select of GENERIC_IO from HAS_IOMEM. Discovered with the https://github.com/ulfalizer/Kconfiglib/blob/master/examples/list_undefined.py script. Signed-o

[PATCH 13/20] ore: Remove PNFS_OBJLAYOUT dependency

2018-02-04 Thread Ulf Magnusson
.py script. Signed-off-by: Ulf Magnusson <ulfali...@gmail.com> --- fs/exofs/Kconfig.ore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/exofs/Kconfig.ore b/fs/exofs/Kconfig.ore index 2daf2329c28d..73cab8d92dfd 100644 --- a/fs/exofs/Kconfig.ore +++ b/fs/exofs/Kconfig.

[PATCH 09/20] clk: sunxi-ng: Remove SUNXI_CCU_* selects

2018-02-04 Thread Ulf Magnusson
The selected symbols were removed in commit 06e226c7fb23 ("clk: sunxi-ng: Move all clock types to a library"). Remove the selects from SUN4I_A10_CCU. Discovered with the https://github.com/ulfalizer/Kconfiglib/blob/master/examples/list_undefined.py script. Signed-off-by: Ulf Magnuss

[PATCH 13/20] ore: Remove PNFS_OBJLAYOUT dependency

2018-02-04 Thread Ulf Magnusson
.py script. Signed-off-by: Ulf Magnusson --- fs/exofs/Kconfig.ore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/exofs/Kconfig.ore b/fs/exofs/Kconfig.ore index 2daf2329c28d..73cab8d92dfd 100644 --- a/fs/exofs/Kconfig.ore +++ b/fs/exofs/Kconfig.ore @@ -7,7 +7,7 @@ # selec

[PATCH 09/20] clk: sunxi-ng: Remove SUNXI_CCU_* selects

2018-02-04 Thread Ulf Magnusson
The selected symbols were removed in commit 06e226c7fb23 ("clk: sunxi-ng: Move all clock types to a library"). Remove the selects from SUN4I_A10_CCU. Discovered with the https://github.com/ulfalizer/Kconfiglib/blob/master/examples/list_undefined.py script. Signed-off-by: Ulf

[PATCH 11/20] usb: gadget: udc: Remove USB_GADGET_DUALSPEED select

2018-02-04 Thread Ulf Magnusson
iglib/blob/master/examples/list_undefined.py script. Signed-off-by: Ulf Magnusson <ulfali...@gmail.com> --- drivers/usb/gadget/udc/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/usb/gadget/udc/Kconfig b/drivers/usb/gadget/udc/Kconfig index 1e9567091d86..0875d38476ee 100644 -

[PATCH 11/20] usb: gadget: udc: Remove USB_GADGET_DUALSPEED select

2018-02-04 Thread Ulf Magnusson
iglib/blob/master/examples/list_undefined.py script. Signed-off-by: Ulf Magnusson --- drivers/usb/gadget/udc/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/usb/gadget/udc/Kconfig b/drivers/usb/gadget/udc/Kconfig index 1e9567091d86..0875d38476ee 100644 --- a/drivers/usb/gadget/u

[PATCH 06/20] riscv: Remove ARCH_HAS_ATOMIC64_DEC_IF_POSITIVE select

2018-02-04 Thread Ulf Magnusson
r/examples/list_undefined.py script. Signed-off-by: Ulf Magnusson <ulfali...@gmail.com> --- arch/riscv/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/riscv/Kconfig b/arch/riscv/Kconfig index b6722c246d9c..ff69c77b9e78 100644 --- a/arch/riscv/Kconfig +++ b/arch/riscv/Kcon

[PATCH 06/20] riscv: Remove ARCH_HAS_ATOMIC64_DEC_IF_POSITIVE select

2018-02-04 Thread Ulf Magnusson
r/examples/list_undefined.py script. Signed-off-by: Ulf Magnusson --- arch/riscv/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/riscv/Kconfig b/arch/riscv/Kconfig index b6722c246d9c..ff69c77b9e78 100644 --- a/arch/riscv/Kconfig +++ b/arch/riscv/Kconfig @@ -8,7 +8,6 @@ co

[PATCH 05/20] rtc: at32ap700x: Remove PLATFORM_AT32AP dependency

2018-02-04 Thread Ulf Magnusson
r/examples/list_undefined.py script. Signed-off-by: Ulf Magnusson <ulfali...@gmail.com> --- drivers/rtc/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig index b71cc7b5fbc9..1f5f3bd82ab6 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kc

[PATCH 07/20] riscv: Remove ARCH_WANT_OPTIONAL_GPIOLIB select

2018-02-04 Thread Ulf Magnusson
away with ARCH_[WANT_OPTIONAL|REQUIRE]_GPIOLIB") and commit da9a1c6767 ("arm64: do away with ARCH_[WANT_OPTIONAL|REQUIRE]_GPIOLIB") as well. Discovered with the https://github.com/ulfalizer/Kconfiglib/blob/master/examples/list_undefined.py script. Signed-off-by: Ulf Magnusson <ulf

[PATCH 05/20] rtc: at32ap700x: Remove PLATFORM_AT32AP dependency

2018-02-04 Thread Ulf Magnusson
r/examples/list_undefined.py script. Signed-off-by: Ulf Magnusson --- drivers/rtc/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig index b71cc7b5fbc9..1f5f3bd82ab6 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig @@ -1404,7 +1404,7

[PATCH 07/20] riscv: Remove ARCH_WANT_OPTIONAL_GPIOLIB select

2018-02-04 Thread Ulf Magnusson
away with ARCH_[WANT_OPTIONAL|REQUIRE]_GPIOLIB") and commit da9a1c6767 ("arm64: do away with ARCH_[WANT_OPTIONAL|REQUIRE]_GPIOLIB") as well. Discovered with the https://github.com/ulfalizer/Kconfiglib/blob/master/examples/list_undefined.py script. Signed-off-by: Ulf Magnusson --- ar

[PATCH 08/20] s390/kconfig: Remove ARCH_WANTS_PROT_NUMA_PROT_NONE select

2018-02-04 Thread Ulf Magnusson
iglib/blob/master/examples/list_undefined.py script. Signed-off-by: Ulf Magnusson <ulfali...@gmail.com> --- arch/s390/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/s390/Kconfig b/arch/s390/Kconfig index 0105ce28e246..bb090b7992e4 100644 --- a/arch/s390/Kconfig +++ b/arch/s390/K

[PATCH 08/20] s390/kconfig: Remove ARCH_WANTS_PROT_NUMA_PROT_NONE select

2018-02-04 Thread Ulf Magnusson
iglib/blob/master/examples/list_undefined.py script. Signed-off-by: Ulf Magnusson --- arch/s390/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/s390/Kconfig b/arch/s390/Kconfig index 0105ce28e246..bb090b7992e4 100644 --- a/arch/s390/Kconfig +++ b/arch/s390/Kconfig @@ -112,7 +112,6 @@ c

[PATCH 04/20] misc: atmel: Remove CPU_AT32AP700X (AVR32) reference

2018-02-04 Thread Ulf Magnusson
/ulfalizer/Kconfiglib/blob/master/examples/list_undefined.py script. Signed-off-by: Ulf Magnusson <ulfali...@gmail.com> --- drivers/misc/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig index 03605f8fc0dc..5d713008749b 100644 --- a/drivers/mi

[PATCH 04/20] misc: atmel: Remove CPU_AT32AP700X (AVR32) reference

2018-02-04 Thread Ulf Magnusson
/ulfalizer/Kconfiglib/blob/master/examples/list_undefined.py script. Signed-off-by: Ulf Magnusson --- drivers/misc/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig index 03605f8fc0dc..5d713008749b 100644 --- a/drivers/misc/Kconfig +++ b/drivers/mi

[PATCH 02/20] KVM: PPC: Book3S PR: Fix broken select due to misspelling

2018-02-04 Thread Ulf Magnusson
the https://github.com/ulfalizer/Kconfiglib/blob/master/examples/list_undefined.py script. Signed-off-by: Ulf Magnusson <ulfali...@gmail.com> --- arch/powerpc/kvm/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/powerpc/kvm/Kconfig b/arch/powerpc/kvm/Kconfig in

[PATCH 02/20] KVM: PPC: Book3S PR: Fix broken select due to misspelling

2018-02-04 Thread Ulf Magnusson
the https://github.com/ulfalizer/Kconfiglib/blob/master/examples/list_undefined.py script. Signed-off-by: Ulf Magnusson --- arch/powerpc/kvm/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/powerpc/kvm/Kconfig b/arch/powerpc/kvm/Kconfig index f884a0529dfe..68a0e9d5b

[PATCH 03/20] kconfig: Remove leftover references to AVR32 symbol

2018-02-04 Thread Ulf Magnusson
the https://github.com/ulfalizer/Kconfiglib/blob/master/examples/list_undefined.py script. Signed-off-by: Ulf Magnusson <ulfali...@gmail.com> --- drivers/cpufreq/Kconfig | 10 -- drivers/pwm/Kconfig | 2 +- drivers/spi/Kconfig | 2 +- drivers/video/console/Kconfig

[PATCH 03/20] kconfig: Remove leftover references to AVR32 symbol

2018-02-04 Thread Ulf Magnusson
the https://github.com/ulfalizer/Kconfiglib/blob/master/examples/list_undefined.py script. Signed-off-by: Ulf Magnusson --- drivers/cpufreq/Kconfig | 10 -- drivers/pwm/Kconfig | 2 +- drivers/spi/Kconfig | 2 +- drivers/video/console/Kconfig | 2 +- 4 files changed, 3

[PATCH 01/20] ARM: mvebu: Fix broken PL310_ERRATA_753970 selects

2018-02-04 Thread Ulf Magnusson
github.com/ulfalizer/Kconfiglib/blob/master/examples/list_undefined.py script. Signed-off-by: Ulf Magnusson <ulfali...@gmail.com> --- arch/arm/mach-mvebu/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/mach-mvebu/Kconfig b/arch/arm/mach-mvebu/Kconfig in

[PATCH 01/20] ARM: mvebu: Fix broken PL310_ERRATA_753970 selects

2018-02-04 Thread Ulf Magnusson
github.com/ulfalizer/Kconfiglib/blob/master/examples/list_undefined.py script. Signed-off-by: Ulf Magnusson --- arch/arm/mach-mvebu/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/mach-mvebu/Kconfig b/arch/arm/mach-mvebu/Kconfig index 6b32dc527edc..2c20599cc

[PATCH 00/20] Remove references to undefined symbols and fix two potential bugs

2018-02-04 Thread Ulf Magnusson
. - Commits 3-5 remove leftover AVR32 stuff. - Commits 6 and 7 remove some selects of removed symbols from riscv. - Commits 8-17 remove various references to removed symbols. - Commits 18-20 fix some (harmless) malformed defaults. Ulf Magnusson (20): ARM: mvebu: Fix broken PL310_ERRATA_753970

[PATCH 00/20] Remove references to undefined symbols and fix two potential bugs

2018-02-04 Thread Ulf Magnusson
. - Commits 3-5 remove leftover AVR32 stuff. - Commits 6 and 7 remove some selects of removed symbols from riscv. - Commits 8-17 remove various references to removed symbols. - Commits 18-20 fix some (harmless) malformed defaults. Ulf Magnusson (20): ARM: mvebu: Fix broken PL310_ERRATA_753970

Re: [PATCH 02/11] video: fbdev: kconfig: Remove blank help text

2018-02-01 Thread Ulf Magnusson
On Thu, Feb 1, 2018 at 4:52 PM, Bartlomiej Zolnierkiewicz <b.zolnier...@samsung.com> wrote: > > Hi, > > On Wednesday, January 31, 2018 10:34:21 AM Ulf Magnusson wrote: >> Blank help texts are probably either a typo, a Kconfig misunderstanding, >> or some kind of ha

Re: [PATCH 02/11] video: fbdev: kconfig: Remove blank help text

2018-02-01 Thread Ulf Magnusson
On Thu, Feb 1, 2018 at 4:52 PM, Bartlomiej Zolnierkiewicz wrote: > > Hi, > > On Wednesday, January 31, 2018 10:34:21 AM Ulf Magnusson wrote: >> Blank help texts are probably either a typo, a Kconfig misunderstanding, >> or some kind of half-committing to adding a

Re: [PATCH 01/10] net/sched: kconfig: Remove empty help texts

2018-01-31 Thread Ulf Magnusson
On Wed, Jan 31, 2018 at 4:43 PM, David Miller <da...@davemloft.net> wrote: > From: Masahiro Yamada <yamada.masah...@socionext.com> > Date: Thu, 1 Feb 2018 00:37:27 +0900 > >> 2018-02-01 0:32 GMT+09:00 David Miller <da...@davemloft.net>: >>> From: Ulf Mag

Re: [PATCH 01/10] net/sched: kconfig: Remove empty help texts

2018-01-31 Thread Ulf Magnusson
On Wed, Jan 31, 2018 at 4:43 PM, David Miller wrote: > From: Masahiro Yamada > Date: Thu, 1 Feb 2018 00:37:27 +0900 > >> 2018-02-01 0:32 GMT+09:00 David Miller : >>> From: Ulf Magnusson >>> Date: Tue, 30 Jan 2018 20:05:23 +0100 >>> >>>&g

Re: [PATCH] kconfig: Warn if help text is blank

2018-01-31 Thread Ulf Magnusson
On Tue, Jan 30, 2018 at 9:31 PM, Paul Bolle <pebo...@tiscali.nl> wrote: > On Tue, 2018-01-30 at 20:33 +0100, Ulf Magnusson wrote: >> I agree that this shouldn't go in until/unless a significant portion >> of those empty help texts get removed first. > > Not a significan

Re: [PATCH] kconfig: Warn if help text is blank

2018-01-31 Thread Ulf Magnusson
On Tue, Jan 30, 2018 at 9:31 PM, Paul Bolle wrote: > On Tue, 2018-01-30 at 20:33 +0100, Ulf Magnusson wrote: >> I agree that this shouldn't go in until/unless a significant portion >> of those empty help texts get removed first. > > Not a significant portion, but all, I'd s

Re: [PATCH 05/10] Staging: rtl8192e: kconfig: Remove empty help text

2018-01-31 Thread Ulf Magnusson
On Wed, Jan 31, 2018 at 9:46 AM, Dan Carpenter <dan.carpen...@oracle.com> wrote: > On Wed, Jan 31, 2018 at 09:41:24AM +0100, Ulf Magnusson wrote: >> On Wed, Jan 31, 2018 at 9:06 AM, Dan Carpenter <dan.carpen...@oracle.com> >> wrote: >> > On Tue, Jan 30, 201

Re: [PATCH 05/10] Staging: rtl8192e: kconfig: Remove empty help text

2018-01-31 Thread Ulf Magnusson
On Wed, Jan 31, 2018 at 9:46 AM, Dan Carpenter wrote: > On Wed, Jan 31, 2018 at 09:41:24AM +0100, Ulf Magnusson wrote: >> On Wed, Jan 31, 2018 at 9:06 AM, Dan Carpenter >> wrote: >> > On Tue, Jan 30, 2018 at 08:05:27PM +0100, Ulf Magnusson wrote: >> >>

Re: [PATCH v2 00/10] Remove empty help texts from Kconfig files

2018-01-31 Thread Ulf Magnusson
On Tue, Jan 30, 2018 at 10:00 PM, Randy Dunlap <rdun...@infradead.org> wrote: > On 01/30/2018 11:22 AM, Ulf Magnusson wrote: >> Empty help texts are probably either a typo, a Kconfig misunderstanding, or >> some kind of half-committing to adding a help text (in which case a

Re: [PATCH v2 00/10] Remove empty help texts from Kconfig files

2018-01-31 Thread Ulf Magnusson
On Tue, Jan 30, 2018 at 10:00 PM, Randy Dunlap wrote: > On 01/30/2018 11:22 AM, Ulf Magnusson wrote: >> Empty help texts are probably either a typo, a Kconfig misunderstanding, or >> some kind of half-committing to adding a help text (in which case a TODO >> comment would be

[PATCH 01/11] net/sched: kconfig: Remove blank help texts

2018-01-31 Thread Ulf Magnusson
Blank help texts are probably either a typo, a Kconfig misunderstanding, or some kind of half-committing to adding a help text (in which case a TODO comment would be clearer, if the help text really can't be added right away). Best to remove them, IMO. Signed-off-by: Ulf Magnusson <ulf

[PATCH 01/11] net/sched: kconfig: Remove blank help texts

2018-01-31 Thread Ulf Magnusson
Blank help texts are probably either a typo, a Kconfig misunderstanding, or some kind of half-committing to adding a help text (in which case a TODO comment would be clearer, if the help text really can't be added right away). Best to remove them, IMO. Signed-off-by: Ulf Magnusson --- net

[PATCH 04/11] Staging: rtl8192u: kconfig: Remove blank help text

2018-01-31 Thread Ulf Magnusson
Blank help texts are probably either a typo, a Kconfig misunderstanding, or some kind of half-committing to adding a help text (in which case a TODO comment would be clearer, if the help text really can't be added right away). Best to remove them, IMO. Signed-off-by: Ulf Magnusson <ulf

[PATCH 04/11] Staging: rtl8192u: kconfig: Remove blank help text

2018-01-31 Thread Ulf Magnusson
Blank help texts are probably either a typo, a Kconfig misunderstanding, or some kind of half-committing to adding a help text (in which case a TODO comment would be clearer, if the help text really can't be added right away). Best to remove them, IMO. Signed-off-by: Ulf Magnusson --- drivers

[PATCH 03/11] mmc: kconfig: Remove blank help text

2018-01-31 Thread Ulf Magnusson
Blank help texts are probably either a typo, a Kconfig misunderstanding, or some kind of half-committing to adding a help text (in which case a TODO comment would be clearer, if the help text really can't be added right away). Best to remove them, IMO. Signed-off-by: Ulf Magnusson <ulf

[PATCH 03/11] mmc: kconfig: Remove blank help text

2018-01-31 Thread Ulf Magnusson
Blank help texts are probably either a typo, a Kconfig misunderstanding, or some kind of half-committing to adding a help text (in which case a TODO comment would be clearer, if the help text really can't be added right away). Best to remove them, IMO. Signed-off-by: Ulf Magnusson --- drivers

[PATCH 06/11] lib/Kconfig.debug: Remove blank help text

2018-01-31 Thread Ulf Magnusson
Blank help texts are probably either a typo, a Kconfig misunderstanding, or some kind of half-committing to adding a help text (in which case a TODO comment would be clearer, if the help text really can't be added right away). Best to remove them, IMO. Signed-off-by: Ulf Magnusson <ulf

[PATCH 06/11] lib/Kconfig.debug: Remove blank help text

2018-01-31 Thread Ulf Magnusson
Blank help texts are probably either a typo, a Kconfig misunderstanding, or some kind of half-committing to adding a help text (in which case a TODO comment would be clearer, if the help text really can't be added right away). Best to remove them, IMO. Signed-off-by: Ulf Magnusson --- lib

[PATCH 08/11] MIPS: kconfig: Remove blank help text

2018-01-31 Thread Ulf Magnusson
Blank help texts are probably either a typo, a Kconfig misunderstanding, or some kind of half-committing to adding a help text (in which case a TODO comment would be clearer, if the help text really can't be added right away). Best to remove them, IMO. Signed-off-by: Ulf Magnusson <ulf

[PATCH 08/11] MIPS: kconfig: Remove blank help text

2018-01-31 Thread Ulf Magnusson
Blank help texts are probably either a typo, a Kconfig misunderstanding, or some kind of half-committing to adding a help text (in which case a TODO comment would be clearer, if the help text really can't be added right away). Best to remove them, IMO. Signed-off-by: Ulf Magnusson --- arch

[PATCH 09/11] arm: vt8500: kconfig: Remove blank help text

2018-01-31 Thread Ulf Magnusson
Blank help texts are probably either a typo, a Kconfig misunderstanding, or some kind of half-committing to adding a help text (in which case a TODO comment would be clearer, if the help text really can't be added right away). Best to remove them, IMO. Signed-off-by: Ulf Magnusson <ulf

[PATCH 09/11] arm: vt8500: kconfig: Remove blank help text

2018-01-31 Thread Ulf Magnusson
Blank help texts are probably either a typo, a Kconfig misunderstanding, or some kind of half-committing to adding a help text (in which case a TODO comment would be clearer, if the help text really can't be added right away). Best to remove them, IMO. Signed-off-by: Ulf Magnusson --- arch/arm

[PATCH 11/11] kconfig: Warn if help text is blank

2018-01-31 Thread Ulf Magnusson
/Kconfig:877: warning: 'MMC_TOSHIBA_PCI' defined with blank help text Signed-off-by: Ulf Magnusson <ulfali...@gmail.com> --- scripts/kconfig/zconf.y | 6 ++ 1 file changed, 6 insertions(+) diff --git a/scripts/kconfig/zconf.y b/scripts/kconfig/zconf.y index 21ce883e5d9e..4be98050b961

[PATCH 11/11] kconfig: Warn if help text is blank

2018-01-31 Thread Ulf Magnusson
/Kconfig:877: warning: 'MMC_TOSHIBA_PCI' defined with blank help text Signed-off-by: Ulf Magnusson --- scripts/kconfig/zconf.y | 6 ++ 1 file changed, 6 insertions(+) diff --git a/scripts/kconfig/zconf.y b/scripts/kconfig/zconf.y index 21ce883e5d9e..4be98050b961 100644 --- a/scripts/kconfig

[PATCH 10/11] nios2: kconfig: Remove blank help text

2018-01-31 Thread Ulf Magnusson
Blank help texts are probably either a typo, a Kconfig misunderstanding, or some kind of half-committing to adding a help text (in which case a TODO comment would be clearer, if the help text really can't be added right away). Best to remove them, IMO. Signed-off-by: Ulf Magnusson <ulf

<    1   2   3   4   5   6   7   >