All of lore.kernel.org
 help / color / mirror / Atom feed
From: Wolfgang Denk <wd@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH V2] Convert ISO-8859 files to UTF-8
Date: Thu, 04 Aug 2011 23:34:50 +0200	[thread overview]
Message-ID: <20110804213450.5704921C695@gemini.denx.de> (raw)
In-Reply-To: <1312476345-14637-1-git-send-email-albert.u.boot@aribaud.net>

Dear Albert ARIBAUD,

In message <1312476345-14637-1-git-send-email-albert.u.boot@aribaud.net> you wrote:
> --===============1518900001==
> Content-Type: text/plain; charset=UTF-8
> Content-Transfer-Encoding: 8bit
> 
> 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 <albert.u.boot@aribaud.net>
> ---
> Patch History:
> 
> V2: added board/Marvell/common/memory.c which went ISO
>     since V1, and manually fixed cases where automatic
>     conversion, or even original text, was flawed.
> 
> Reminder: this patch, either V1 or V2, will not appear on
> patchwork. Reviewers who cannot see it properly in their
> mailer can fetch it on branch 'utf8' of u-boot-arm git tree.
> 
>  MAINTAINERS                                  |   10 ++--
>  arch/arm/cpu/arm1136/start.S                 |    4 +-
>  arch/arm/cpu/arm720t/start.S                 |    4 +-
>  arch/arm/cpu/arm920t/start.S                 |    4 +-
>  arch/arm/cpu/arm925t/start.S                 |    4 +-
>  arch/arm/cpu/arm926ejs/omap/reset.S          |    4 +-
>  arch/arm/cpu/arm926ejs/start.S               |    4 +-
>  arch/arm/cpu/arm926ejs/versatile/reset.S     |    4 +-
>  arch/arm/cpu/arm946es/start.S                |    4 +-
>  arch/arm/cpu/arm_intcm/start.S               |    4 +-
>  arch/arm/cpu/ixp/npe/include/IxAtmdAccCtrl.h |   14 +++---
>  arch/arm/cpu/ixp/npe/include/IxOsal.h        |    6 +-
>  arch/arm/cpu/lh7a40x/start.S                 |    4 +-
>  arch/arm/cpu/sa1100/start.S                  |    2 +-
>  arch/arm/include/asm/arch-s3c24x0/s3c2400.h  |    2 +-
>  arch/arm/include/asm/arch-s3c24x0/s3c2410.h  |    2 +-
>  arch/arm/include/asm/arch-s3c24x0/s3c24x0.h  |    2 +-
>  arch/powerpc/cpu/mpc8260/cpu_init.c          |    2 +-
>  arch/sparc/cpu/leon3/usb_uhci.c              |    2 +-
>  arch/x86/cpu/Makefile                        |    2 +-
>  arch/x86/cpu/config.mk                       |    2 +-
>  arch/x86/cpu/cpu.c                           |    2 +-
>  arch/x86/cpu/interrupts.c                    |    4 +-
>  arch/x86/cpu/resetvec.S                      |    2 +-
>  arch/x86/cpu/sc520/Makefile                  |    2 +-
>  arch/x86/cpu/sc520/sc520.c                   |    2 +-
>  arch/x86/cpu/sc520/sc520_pci.c               |    2 +-
>  arch/x86/cpu/sc520/sc520_reset.c             |    2 +-
>  arch/x86/cpu/sc520/sc520_ssi.c               |    2 +-
>  arch/x86/cpu/sc520/sc520_timer.c             |    2 +-
>  arch/x86/cpu/start.S                         |    2 +-
>  arch/x86/cpu/start16.S                       |    2 +-
>  arch/x86/cpu/u-boot.lds                      |    2 +-
>  arch/x86/include/asm/i8254.h                 |    2 +-
>  arch/x86/include/asm/i8259.h                 |    2 +-
>  arch/x86/include/asm/ibmpc.h                 |    2 +-
>  arch/x86/include/asm/ic/pci.h                |    2 +-
>  arch/x86/include/asm/ic/sc520.h              |    2 +-
>  arch/x86/include/asm/interrupt.h             |    2 +-
>  arch/x86/include/asm/pci.h                   |    2 +-
>  arch/x86/include/asm/processor.h             |    2 +-
>  arch/x86/include/asm/realmode.h              |    2 +-
>  arch/x86/include/asm/u-boot-x86.h            |    2 +-
>  arch/x86/include/asm/zimage.h                |    2 +-
>  arch/x86/lib/bios.S                          |    2 +-
>  arch/x86/lib/bios.h                          |    2 +-
>  arch/x86/lib/bios_pci.S                      |    2 +-
>  arch/x86/lib/bios_setup.c                    |    2 +-
>  arch/x86/lib/board.c                         |    2 +-
>  arch/x86/lib/interrupts.c                    |    4 +-
>  arch/x86/lib/pcat_interrupts.c               |    2 +-
>  arch/x86/lib/pcat_timer.c                    |    2 +-
>  arch/x86/lib/pci.c                           |    2 +-
>  arch/x86/lib/pci_type1.c                     |    2 +-
>  arch/x86/lib/realmode.c                      |    2 +-
>  arch/x86/lib/realmode_switch.S               |    2 +-
>  arch/x86/lib/timer.c                         |    2 +-
>  arch/x86/lib/video.c                         |    2 +-
>  arch/x86/lib/video_bios.c                    |    2 +-
>  arch/x86/lib/zimage.c                        |    2 +-
>  board/LEOX/elpt860/README.LEOX               |    2 +-
>  board/Marvell/common/memory.c                |   30 +++++-----
>  board/RPXClassic/RPXClassic.c                |    2 +-
>  board/RPXClassic/eccx.c                      |    2 +-
>  board/RPXClassic/flash.c                     |    2 +-
>  board/eNET/Makefile                          |    2 +-
>  board/eNET/eNET_pci.c                        |    2 +-
>  board/hymod/hymod.c                          |    2 +-
>  board/lwmon/README.keybd                     |   74 +++++++++++++-------------
>  board/lwmon/lwmon.c                          |    2 +-
>  board/mpl/common/pci_parts.h                 |    2 +-
>  common/cmd_fdos.c                            |    2 +-
>  doc/README.RPXClassic                        |    2 +-
>  doc/README.m5373evb                          |    2 +-
>  doc/README.mpc7448hpc2                       |    2 +-
>  drivers/block/sata_sil3114.c                 |    2 +-
>  drivers/block/sata_sil3114.h                 |    2 +-
>  drivers/misc/ali512x.c                       |    2 +-
>  drivers/pcmcia/ti_pci1410a.c                 |    2 +-
>  drivers/rtc/s3c24x0_rtc.c                    |    2 +-
>  drivers/video/ct69000.c                      |   20 ++++----
>  drivers/video/sed13806.c                     |    2 +-
>  drivers/video/sm501.c                        |    2 +-
>  fs/fdos/Makefile                             |    2 +-
>  fs/fdos/dev.c                                |    2 +-
>  fs/fdos/dos.h                                |    2 +-
>  fs/fdos/fat.c                                |    2 +-
>  fs/fdos/fdos.c                               |    2 +-
>  fs/fdos/fdos.h                               |    2 +-
>  fs/fdos/fs.c                                 |    2 +-
>  fs/fdos/subdir.c                             |    2 +-
>  fs/fdos/vfat.c                               |    2 +-
>  include/ali512x.h                            |    2 +-
>  include/configs/sc3.h                        |    4 +-
>  include/fdc.h                                |    2 +-
>  include/linux/mtd/mtd.h                      |    2 +-
>  include/sed13806.h                           |    2 +-
>  include/sm501.h                              |    2 +-
>  lib/lzma/history.txt                         |    2 +-
>  nand_spl/board/amcc/bamboo/sdram.c           |    2 +-
>  100 files changed, 184 insertions(+), 184 deletions(-)

Applied, thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Gods don't like people not doing much work. People  who  aren't  busy
all the time might start to _think_.  - Terry Pratchett, _Small Gods_

  reply	other threads:[~2011-08-04 21:34 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-07-17 16:03 [U-Boot] [PATCH] Convert ISO-8859 files to UTF-8 Albert ARIBAUD
2011-07-18 18:07 ` Mike Frysinger
2011-07-19  6:34   ` Albert ARIBAUD
2011-07-26 12:05     ` Wolfgang Denk
2011-08-04 12:15       ` Albert ARIBAUD
2011-08-04 12:43         ` Wolfgang Denk
2011-08-04 15:21 ` Albert ARIBAUD
2011-08-04 16:41   ` [U-Boot] [PATCH] Convert ISO-8859 files to UTF-8 -- PLEASE DISREGARD Albert ARIBAUD
2011-08-04 16:45 ` [U-Boot] [PATCH V2] Convert ISO-8859 files to UTF-8 Albert ARIBAUD
2011-08-04 21:34   ` Wolfgang Denk [this message]
2011-08-05  6:04     ` Albert ARIBAUD

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20110804213450.5704921C695@gemini.denx.de \
    --to=wd@denx.de \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.