]> git.baikalelectronics.ru Git - kernel.git/commit
platform/x86: mlx-platform: Change API for i2c-mlxcpld driver activation
authorVadim Pasternak <vadimp@mellanox.com>
Sun, 23 Jun 2019 12:16:25 +0000 (12:16 +0000)
committerAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Wed, 3 Jul 2019 12:37:33 +0000 (15:37 +0300)
commit86498d30cd3f0c36ccdcaf861bc85412ea3b5680
tree136ade930941ad2a10cd566e635dfa92a3868ded
parentca302ca821ccf0355aa63ffe4f8ebd3a09cc7033
platform/x86: mlx-platform: Change API for i2c-mlxcpld driver activation

Activate 'i2c-mlxcpld' driver with 'platform_device_register_resndata'
instead off 'platform_device_register_simple' in order to pass platform
specific info.
Add platform i2c data for the next generation systems.

Signed-off-by: Vadim Pasternak <vadimp@mellanox.com>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
drivers/platform/x86/mlx-platform.c