commit | 0741bf667f3cf2e9cf6ec88985e14495a95f1540 | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | Mon May 11 11:47:25 2020 +0200 |
committer | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | Wed May 20 14:51:28 2020 +0200 |
tree | 7e5628c99894cfd873c58ddc6d3d6f888b20f170 | |
parent | 93e24ec6bfe6eeb5e74915e2761136c25cf6cd8d [diff] |
media: atomisp: move atomisp_gmin_platform.c to pci/ dir The atomisp_gmin_platform.c is not a platform driver anymore, but it is, instead, part of the atomisp driver. Move it to be together with the driver. As a bonus, as the atomisp i2c drivers depends on its contents, probing them should load automatically the atomisp core. This should likely avoid some possible race conditions. Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>