i2c: kempld: deprecate class based instantiation
authorMichael Brunner <Michael.Brunner@kontron.com>
Tue, 31 Aug 2021 10:29:36 +0000 (10:29 +0000)
committerWolfram Sang <wsa@kernel.org>
Wed, 29 Sep 2021 21:07:02 +0000 (23:07 +0200)
commit647d908816a78d604d47ea925c934fd88375b4fd
tree311b4f41ecaaf2c22ebcd894525cd09e3c87efcc
parented2f85115a8e3423b68d8ac39aa7751c0779ce30
i2c: kempld: deprecate class based instantiation

Warn users that class based instantiation is going away soon in favour
of more robust probing and faster bootup times.

Class based instantiation has already been removed for other controllers
and it makes absolutely sense to do it for this one too.

Signed-off-by: Michael Brunner <michael.brunner@kontron.com>
Acked-by: Ingmar Klein <ingmar.klein@kontron.com>
Signed-off-by: Wolfram Sang <wsa@kernel.org>
drivers/i2c/busses/i2c-kempld.c