[PATCH v2] tools/power/cpupower/{ToDo => TODO}: Rename the todo file

From: Onur Ozkan
Date: Fri Dec 24 2021 - 05:39:56 EST


Renamed the to-do file to 'TODO' instead of 'ToDo' to
comply with the naming standard.

Here are the all other todo file references in kernel source code:
drivers/accessibility/speakup/TODO
drivers/bcma/TODO
drivers/comedi/TODO
drivers/dma/TODO
drivers/gpio/TODO
drivers/gpu/drm/amd/display/TODO
drivers/gpu/drm/i915/TODO.txt
drivers/gpu/drm/omapdrm/TODO
drivers/gpu/drm/panfrost/TODO
drivers/iio/TODO
drivers/leds/TODO
drivers/parport/TODO-parport
drivers/pci/hotplug/TODO
drivers/staging/android/TODO
drivers/staging/board/TODO
drivers/staging/clocking-wizard/TODO
drivers/staging/emxx_udc/TODO
drivers/staging/fbtft/TODO
drivers/staging/fieldbus/TODO
drivers/staging/fwserial/TODO
drivers/staging/gdm724x/TODO
drivers/staging/greybus/TODO
drivers/staging/gs_fpgaboot/TODO
drivers/staging/iio/TODO
drivers/staging/ks7010/TODO
drivers/staging/media/atomisp/TODO
drivers/staging/media/av7110/TODO
drivers/staging/media/hantro/TODO
drivers/staging/media/imx/TODO
drivers/staging/media/ipu3/TODO
drivers/staging/media/meson/vdec/TODO
drivers/staging/media/omap4iss/TODO
drivers/staging/media/rkvdec/TODO
drivers/staging/media/sunxi/cedrus/TODO
drivers/staging/media/tegra-vde/TODO
drivers/staging/media/tegra-video/TODO
drivers/staging/media/zoran/TODO
drivers/staging/most/TODO
drivers/staging/mt7621-dma/TODO
drivers/staging/mt7621-dts/TODO
drivers/staging/nvec/TODO
drivers/staging/octeon-usb/TODO
drivers/staging/octeon/TODO
drivers/staging/olpc_dcon/TODO
drivers/staging/pi433/TODO
drivers/staging/qlge/TODO
drivers/staging/r8188eu/TODO
drivers/staging/rtl8192e/TODO
drivers/staging/rtl8712/TODO
drivers/staging/rtl8723bs/TODO
drivers/staging/rts5208/TODO
drivers/staging/sm750fb/TODO
drivers/staging/unisys/TODO
drivers/staging/vc04_services/bcm2835-audio/TODO
drivers/staging/vc04_services/bcm2835-camera/TODO
drivers/staging/vc04_services/interface/TODO
drivers/staging/vt6655/TODO
drivers/staging/vt6656/TODO
drivers/staging/wfx/TODO
drivers/thermal/ti-soc-thermal/TODO
tools/testing/selftests/arm64/fp/TODO
tools/testing/selftests/arm64/signal/testcases/TODO
tools/testing/selftests/tc-testing/TODO.txt

Signed-off-by: Onur Ozkan <work@xxxxxxxxxxxxx>
---
tools/power/cpupower/ToDo | 24 ------------------------
1 file changed, 24 deletions(-)
delete mode 100644 tools/power/cpupower/ToDo

diff --git a/tools/power/cpupower/ToDo b/tools/power/cpupower/ToDo
deleted file mode 100644
index b196a139a3e4..000000000000
--- a/tools/power/cpupower/ToDo
+++ /dev/null
@@ -1,24 +0,0 @@
-ToDos sorted by priority:
-
-- Use bitmask functions to parse CPU topology more robust
- (current implementation has issues on AMD)
-- Try to read out boost states and frequencies on Intel
-- Somewhere saw the ability to read power consumption of
- RAM from HW on Intel SandyBridge -> another monitor?
-- Add another c1e debug idle monitor
- -> Is by design racy with BIOS, but could be added
- with a --force option and some "be careful" messages
-- Add cpu_start()/cpu_stop() callbacks for monitor
- -> This is to move the per_cpu logic from inside the
- monitor to outside it. This can be given higher
- priority in fork_it.
-- Fork as many processes as there are CPUs in case the
- per_cpu_schedule flag is set.
- -> Bind forked process to each cpu.
- -> Execute start measures via the forked processes on
- each cpu.
- -> Run test executable in a forked process.
- -> Execute stop measures via the forked processes on
- each cpu.
- This would be ideal as it will not introduce noise in the
- tested executable.
--
2.33.1