commit | f86ae91627f13f8e1231a782c25c00f4dc08e0c9 | [log] [tgz] |
---|---|---|
author | Sakari Ailus <sakari.ailus@linux.intel.com> | Fri Feb 14 14:14:18 2020 +0100 |
committer | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | Thu Dec 03 12:27:31 2020 +0100 |
tree | 9aad42f5c8ea4b6cc38a39d2b53f3b98f2087d08 | |
parent | a6b396f410b1e77e567dc7ca6f581c3f91e6e7cf [diff] |
media: ccs: Combine revision number major and minor into one The module revision number major and minor are both 8 bits while the sensor revision number is 16 bits. Combine the module revision into one number. This also adds printing the lowest 8 bits of the module version through the sysfs attribute. Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>