aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorDaniel Scheller <[email protected]>2017-07-29 07:28:36 -0400
committerMauro Carvalho Chehab <[email protected]>2017-08-09 12:17:01 -0400
commita96e5ab8a713e99b5d4a4b9110d7226f8dbc97ea (patch)
tree12ffe7a45c629cb0502d186cbac4a218a5887fa0 /tools/perf/scripts/python
parent335bb883af31baa56be0f5f5630ac50310d222cd (diff)
media: ddbridge: split code into multiple files
As of 0.9.9b, the ddbridge code has been split from one single file (ddbridge-core.c) into multiple files, with the purpose of taking care of different topics, and to be able to reuse code in different kernel modules (ddbridge.ko and octonet.ko). This applies the same code split, with a notable difference: In the vendor package, the split was done by moving all code parts into separate files, and in the "main" code files (ddbridge.c and octonet.c), a simple "#include ddbridge-core.c" was done. In this patch, the same split (codewise) is done, but all resulting .c/.o files will be handled by the makefile, with proper prototyping of all shared functions done in ddbridge.h. To avoid conflicts wrt the global space, the I2C functions and necessary prototypes for ddbridge-i2c.c are moved into ddbridge-i2c.h, which is to be included wherever required. Signed-off-by: Daniel Scheller <[email protected]> Tested-by: Richard Scobie <[email protected]> Tested-by: Jasmin Jessich <[email protected]> Tested-by: Dietmar Spingler <[email protected]> Tested-by: Manfred Knick <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions