Re: [PATCH] arch/arm: use simple i2c probe function

From: Krzysztof Kozlowski
Date: Sun Aug 09 2020 - 04:39:05 EST


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@xxxxxxx>
> ---
> 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