summaryrefslogtreecommitdiff
path: root/drivers/video
diff options
context:
space:
mode:
authorAlbert ARIBAUD <[email protected]>2011-08-04 18:45:45 +0200
committerWolfgang Denk <[email protected]>2011-08-04 23:34:02 +0200
commitfa82f871c8dbc9a15e8dc274b3f99dd5fa0da458 (patch)
treee42df8af804c785913a25c066368909a618b1dd8 /drivers/video
parenteccfb49046fde7af9ae12ab59d97ae867368eaa8 (diff)
Convert ISO-8859 files to UTF-8
There was a mix of UTF-8 and ISO-8859 files in the U-Boot source tree, which could cause issues with the patchwork review system. This commit converts all ISO-8859 files to UTF-8. Signed-off-by: Albert ARIBAUD <[email protected]>
Diffstat (limited to 'drivers/video')
-rw-r--r--drivers/video/ct69000.c20
-rw-r--r--drivers/video/sed13806.c2
-rw-r--r--drivers/video/sm501.c2
3 files changed, 12 insertions, 12 deletions
diff --git a/drivers/video/ct69000.c b/drivers/video/ct69000.c
index ae219ccf83d..3db614d9f9d 100644
--- a/drivers/video/ct69000.c
+++ b/drivers/video/ct69000.c
@@ -1,5 +1,5 @@
/* ported from ctfb.c (linux kernel):
- * Created in Jan - July 2000 by Thomas H�henleitner <[email protected]>
+ * Created in Jan - July 2000 by Thomas Höhenleitner <[email protected]>
*
* Ported to U-Boot:
* (C) Copyright 2002 Denis Peter, MPL AG Switzerland
@@ -626,25 +626,25 @@ FindBestPQFittingMN (unsigned int p, unsigned int q, unsigned int mnmin,
/* that is the hardware < 69000 we have to manage
+---------+ +-------------------+ +----------------------+ +--+
- | REFCLK |__|NTSC Divisor Select|__|FVCO Reference Divisor|__|�N|__
- | 14.3MHz | |(NTSCDS) (�1, �5) | |Select (RDS) (�1, �4) | | | |
+ | REFCLK |__|NTSC Divisor Select|__|FVCO Reference Divisor|__|÷N|__
+ | 14.3MHz | |(NTSCDS) (÷1, ÷5) | |Select (RDS) (÷1, ÷4) | | | |
+---------+ +-------------------+ +----------------------+ +--+ |
___________________________________________________________________|
|
| fvco fout
| +--------+ +------------+ +-----+ +-------------------+ +----+
+-| Phase |__|Charge Pump |__| VCO |_____|Post Divisor (PD) |___|CLK |--->
- +-| Detect | |& Filter VCO| | | | |�1, 2, 4, 8, 16, 32| | |
+ +-| Detect | |& Filter VCO| | | | |÷1, 2, 4, 8, 16, 32| | |
| +--------+ +------------+ +-----+ | +-------------------+ +----+
| |
| +--+ +---------------+ |
- |____|�M|___|VCO Loop Divide|__________|
- | | |(VLD)(�4, �16) |
+ |____|÷M|___|VCO Loop Divide|__________|
+ | | |(VLD)(÷4, ÷16) |
+--+ +---------------+
****************************************************************************
that is the hardware >= 69000 we have to manage
+---------+ +--+
- | REFCLK |__|�N|__
+ | REFCLK |__|÷N|__
| 14.3MHz | | | |
+---------+ +--+ |
__________________|
@@ -652,12 +652,12 @@ FindBestPQFittingMN (unsigned int p, unsigned int q, unsigned int mnmin,
| fvco fout
| +--------+ +------------+ +-----+ +-------------------+ +----+
+-| Phase |__|Charge Pump |__| VCO |_____|Post Divisor (PD) |___|CLK |--->
- +-| Detect | |& Filter VCO| | | | |�1, 2, 4, 8, 16, 32| | |
+ +-| Detect | |& Filter VCO| | | | |÷1, 2, 4, 8, 16, 32| | |
| +--------+ +------------+ +-----+ | +-------------------+ +----+
| |
| +--+ +---------------+ |
- |____|�M|___|VCO Loop Divide|__________|
- | | |(VLD)(�1, �4) |
+ |____|÷M|___|VCO Loop Divide|__________|
+ | | |(VLD)(÷1, ÷4) |
+--+ +---------------+
diff --git a/drivers/video/sed13806.c b/drivers/video/sed13806.c
index 9cd19b5c62f..0bf9ba69ed5 100644
--- a/drivers/video/sed13806.c
+++ b/drivers/video/sed13806.c
@@ -1,6 +1,6 @@
/*
* (C) Copyright 2002
- * St�ubli Faverges - <www.staubli.com>
+ * Stäubli Faverges - <www.staubli.com>
* Pierre AUBERT [email protected]
*
* See file CREDITS for list of people who contributed to this
diff --git a/drivers/video/sm501.c b/drivers/video/sm501.c
index 6a1e0109b38..42ac6805670 100644
--- a/drivers/video/sm501.c
+++ b/drivers/video/sm501.c
@@ -1,6 +1,6 @@
/*
* (C) Copyright 2002
- * St�ubli Faverges - <www.staubli.com>
+ * Stäubli Faverges - <www.staubli.com>
* Pierre AUBERT [email protected]
*
* (C) Copyright 2005