summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorDinh Nguyen <dinguyen@altera.com>2014-02-19 14:56:38 -0600
committerDinh Nguyen <dinguyen@altera.com>2014-03-02 14:58:08 -0600
commitf1ce1a99f289474cf047923981369d5ba140c125 (patch)
treeaa2f3c7f5502f37dc4e9b196d965cec2180d1808 /tools/perf/scripts/python
parent73960387b22dfb3f9088852cc41f1a995cd0b502 (diff)
downloadkernel-f1ce1a99f289474cf047923981369d5ba140c125.tar.gz
dts: socfpga: Update clock entry to support multiple parents
The periph_pll and sdram_pll can have multiple parents. Update the device tree to list all the possible parents for the PLLs. Add an entry for the the f2s_sdram_ref_clk, which is a possible parent for the sdram_pll. Also remove the clock-frequency entry in the f2s_periph_ref_clk, as this property should be placed in dts file. Signed-off-by: Dinh Nguyen <dinguyen@altera.com> Cc: Mike Turquette <mturquette@linaro.org> Cc: Steffen Trumtrar <s.trumtrar@pengutronix.de>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
2021-02-08 16:09:27 -0700'>2021-02-08kunit: add kunit.filter_glob cmdline option to filter suitesDaniel Latypov 2021-02-08kunit: don't show `1 == 1` in failed assertion messagesDaniel Latypov 2020-12-02kunit: Support for Parameterized TestingArpitha Raghunandan 2020-10-18Merge tag 'linux-kselftest-kunit-5.10-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds 2020-10-13KUnit: KASAN IntegrationPatricia Alfonso 2020-10-09kunit: test: add test plan to KUnit TAP formatBrendan Higgins 2020-10-09init: main: add KUnit to kernel initBrendan Higgins 2020-10-09kunit: test: create a single centralized executor for all testsAlan Maguire 2020-06-26kunit: add support for named resourcesAlan Maguire 2020-06-26kunit: generalize kunit_resource API beyond allocated resourcesAlan Maguire 2020-06-01kunit: default KUNIT_* fragments to KUNIT_ALL_TESTSAnders Roxell 2020-06-01kunit: Kconfig: enable a KUNIT_ALL_TESTS fragmentAnders Roxell 2020-04-23kunit: Add missing newline in summary messageMarco Elver 2020-03-26kunit: subtests should be indented 4 spaces according to TAPAlan Maguire 2020-03-26kunit: add log testAlan Maguire 2020-03-26kunit: add debugfs /sys/kernel/debug/kunit/<suite>/results displayAlan Maguire 2020-03-25kunit: Always print actual pointer values in assertsDavid Gow 2020-01-09kunit: allow kunit to be loaded as a moduleAlan Maguire 2020-01-09kunit: remove timeout dependence on sysctl_hung_task_timeout_secondsAlan Maguire 2020-01-09kunit: allow kunit tests to be loaded as a moduleAlan Maguire 2020-01-09kunit: hide unexported try-catch interface in try-catch-impl.hAlan Maguire 2020-01-09kunit: move string-stream.h to lib/kunitAlan Maguire 2019-09-30kunit: fix failure to build without printkBrendan Higgins 2019-09-30kunit: test: add tests for KUnit managed resourcesAvinash Kondareddy 2019-09-30kunit: test: add the concept of assertionsBrendan Higgins 2019-09-30kunit: test: add tests for kunit test abortBrendan Higgins 2019-09-30kunit: test: add support for test abortBrendan Higgins 2019-09-30kunit: test: add initial testsBrendan Higgins 2019-09-30kunit: test: add the concept of expectationsBrendan Higgins 2019-09-30kunit: test: add assertion printing libraryBrendan Higgins 2019-09-30kunit: test: add string_stream a std::stream like string builderBrendan Higgins 2019-09-30kunit: test: add test resource management APIBrendan Higgins 2019-09-30kunit: test: add KUnit test runner coreBrendan Higgins