common: Convert *.c/h from UTF-8 to ASCII enconfing

Convert UTF-8 chars to ASCII in cases where make sense. No Copyright or
names are converted.

Signed-off-by: Michal Simek <michal.simek@amd.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Acked-by: Marek Behún <kabel@kernel.org>
This commit is contained in:
Michal Simek
2024-04-16 08:55:19 +02:00
committed by Tom Rini
parent 5a6cf7c5d5
commit 81f3a665ab
32 changed files with 65 additions and 65 deletions

View File

@@ -125,9 +125,9 @@ static int lp5562_led_reg_update(struct udevice *dev, int regnum,
/*
* Data sheet says "Delay between consecutive I2C writes to
* ENABLE register (00h) need to be longer than 488 μs
* ENABLE register (00h) need to be longer than 488 us
* (typical)." and "Delay between consecutive I2C writes to
* OP_MODE register need to be longer than 153 μs (typ)."
* OP_MODE register need to be longer than 153 us (typ)."
*
* The linux driver does usleep_range(500, 600) and
* usleep_range(200, 300), respectively.