[PATCH] arch/arm: use simple i2c probe function
Krzysztof Kozlowski
krzk at kernel.org
Sun Aug 9 04:38:58 EDT 2020
On Fri, Aug 07, 2020 at 05:31:00PM +0200, Stephen Kitt wrote:
> The i2c probe functions here don't use the id information provided in
> their second argument, so the single-parameter i2c probe function
> ("probe_new") can be used instead.
>
> This avoids scanning the identifier tables during probes.
>
> Signed-off-by: Stephen Kitt <steve at sk2.org>
> ---
> arch/arm/mach-davinci/board-dm644x-evm.c | 5 ++---
> arch/arm/mach-davinci/board-dm646x-evm.c | 10 ++++------
> arch/arm/mach-s3c64xx/mach-crag6410-module.c | 5 ++---
> 3 files changed, 8 insertions(+), 12 deletions(-)
>
Hi,
You need to split it per sub architecture maintainers. The subject
prefix is then for example: "ARM: s3c64xx: ".
Best regards,
Krzysztof
More information about the linux-arm-kernel
mailing list