Searched hist:a6154805 (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/staging/media/atomisp/pci/ |
H A D | hive_types.h | a6154805 Sat Jul 18 02:30:56 CDT 2020 Mauro Carvalho Chehab <mchehab+huawei@kernel.org> media: atomisp: remove non-used 32-bits consts at system_local
There is an abstraction at the code in order to support 32 or 64 bits address/data length. However, for all Atom chipsets supported by this version, the size is fixed.
So, cleanup the mess, removing the uused code and placing the data sizes on a single place.
The end goal is to completely remove those local/global headers, replacing them by some ISP-version dependent struct, in order for the driver to decide what version it would need in runtime.
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org> a6154805 Sat Jul 18 02:30:56 CDT 2020 Mauro Carvalho Chehab <mchehab+huawei@kernel.org> media: atomisp: remove non-used 32-bits consts at system_local There is an abstraction at the code in order to support 32 or 64 bits address/data length. However, for all Atom chipsets supported by this version, the size is fixed. So, cleanup the mess, removing the uused code and placing the data sizes on a single place. The end goal is to completely remove those local/global headers, replacing them by some ISP-version dependent struct, in order for the driver to decide what version it would need in runtime. Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
|