[PATCH] clocksource: kvx: remove unused variable np.

2020-05-15 Thread Clement Leger
Remove unused variable np from probe function. Signed-off-by: Clement Leger --- drivers/clocksource/kvx_timer.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/clocksource/kvx_timer.c b/drivers/clocksource/kvx_timer.c index f16d77b9d..4125ddbee 100644 ---

Re: [PATCH] kvx: do not include empty

2020-05-15 Thread Clément Leger
- On 15 May, 2020, at 17:22, Masahiro Yamada masahi...@kernel.org wrote: > is per-board config file, which is only allowed for old > boards. > > For new boards, the top Makefile creates an empty include/config.h > > kvx does not have config.h, so #include is useless. > > Also, remove

[PATCH] kvx: do not include empty

2020-05-15 Thread Masahiro Yamada
is per-board config file, which is only allowed for old boards. For new boards, the top Makefile creates an empty include/config.h kvx does not have config.h, so #include is useless. Also, remove meaningless board-$(CONFIG_GENERIC). Signed-off-by: Masahiro Yamada --- arch/kvx/Makefile

[PATCH] .gitignore: drop stale ignore pattern include/asm

2020-05-15 Thread Masahiro Yamada
In old days, Linux created a symlink include/asm -> include/asm-*, but all the asm headers were moved to arch/*/include/asm, which is the same for Barebox too. Remove the bitrotten ignore pattern. Signed-off-by: Masahiro Yamada --- include/.gitignore | 1 - 1 file changed, 1 deletion(-) diff

Re: [PATCH] mci: stm32_sdmmc2: add detect function

2020-05-15 Thread Lucas Stach
Hi Ahmad, Am Mittwoch, den 13.05.2020, 20:38 +0200 schrieb Ahmad Fatoum: > Hello Lucas, > > On 5/13/20 2:08 PM, Lucas Stach wrote: > > This way we can avoid probing for the SD/MMC devices at startup > > and just detect them when actually needed. > > Is there a reason we can't have mci_register