From: Hongbo Zhang <[email protected]> This patch series move the public CPU frequecy APIs for linux-generic internal only. All references except for linux-geneic are deleted, and the functions declaration are moved to linux-generic headers.
There should be further clean-ups after this patch set being merged, for example, separate platform specific implementations into there own platform files, and fix the frequency dummy data on ARM etc. Hongbo Zhang (10): validation: system: remove validation of odp_cpu_hz() validation: system: remove validation of odp_cpu_hz_id() validation: system: remove validation of odp_cpu_hz_max() validation: system: remove validation of odp_cpu_hz_max_id() example: remove reference of odp_cpu_hz_max() test: remove reference of odp_cpu_hz_max() api: sysinfo: move odp_cpu_hz() for linux-generic internal api: sysinfo: move odp_cpu_hz_id() for linux-generic internal api: sysinfo: move odp_cpu_hz_max() for linux-generic internal api: sysinfo: move odp_cpu_hz_max_id() for linux-generic internal example/classifier/odp_classifier.c | 4 +-- example/generator/odp_generator.c | 3 +- example/ipsec/odp_ipsec.c | 3 +- example/packet/odp_pktio.c | 3 +- example/timer/odp_timer_test.c | 2 -- include/odp/api/cpu.h | 40 ------------------------ platform/linux-generic/include/odp/cpu.h | 20 ++++++++++++ test/api_test/odp_common.c | 1 - test/performance/odp_atomic.c | 1 - test/performance/odp_l2fwd.c | 3 +- test/performance/odp_scheduling.c | 8 ----- test/validation/system/system.c | 52 -------------------------------- test/validation/system/system.h | 4 --- 13 files changed, 25 insertions(+), 119 deletions(-) -- 2.1.4 _______________________________________________ lng-odp mailing list [email protected] https://lists.linaro.org/mailman/listinfo/lng-odp
