summaryrefslogtreecommitdiff
path: root/include/linux/platform_data/x86/mlxcpld.h
AgeCommit message (Collapse)AuthorFilesLines
2021-02-02i2c: mux: mlxcpld: Move header file out of x86 realmVadim Pasternak1-24/+0
Move out header file from include/linux/platform_data/x86/ to include/linux/platform_data/, since it does not depend on x86 architecture. Signed-off-by: Vadim Pasternak <vadimp@nvidia.com> Reviewed-by: Michael Shych <michaelsh@nvidia.com> Acked-by: Peter Rosin <peda@axentia.se> Signed-off-by: Wolfram Sang <wsa@kernel.org>
2021-02-02platform/x86: mlxcpld: Update module licenseVadim Pasternak1-31/+3
Update license to SPDX-License. Signed-off-by: Vadim Pasternak <vadimp@nvidia.com> Acked-by: Peter Rosin <peda@axentia.se> Signed-off-by: Wolfram Sang <wsa@kernel.org>
2017-08-14i2c: mux: mlxcpld: move header file out of I2C realmWolfram Sang1-0/+52
include/linux/i2c is not for client devices. Move the header file to a more appropriate location. Signed-off-by: Wolfram Sang <wsa@the-dreams.de> Signed-off-by: Peter Rosin <peda@axentia.se>