All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot-Users] miscellaneous cleanup patches
@ 2007-02-14 19:29 Grant Likely
  2007-02-14 19:29 ` [U-Boot-Users] [PATCH 1/4] Merge common get_dev() routines for block devices Grant Likely
  0 siblings, 1 reply; 7+ messages in thread
From: Grant Likely @ 2007-02-14 19:29 UTC (permalink / raw)
  To: u-boot

Here's a bunch of cleanup patches from my local tree.  I've cherry-picked
the ones that I think are ready to be merged.  I've got a bunch more
in the works; but I figure it will be less painless if I send them in
smaller chunks.

I've tested these changes on my xilinx ppc405 platform, and on a lite5200b.

Can someone who has a Dataflash part test the print_buffer patch for me?
There shouldn't be any functional changes, but I don't have the board to test
it.

These patches can also be pulled from the merge branch of my git tree:

git://git.secretlab.ca/srv/git-trees/public/git/u-boot.git#merge
--or--
http://git.secretlab.ca/git/u-boot.git#merge

Thanks,
g.

board/esd/common/auto_update.c          |    3 +-
board/mcc200/auto_update.c              |    3 +-
board/mpl/mip405/mip405.c               |    3 -
board/trab/auto_update.c                |    1 -
board/xilinx/ml300/Makefile             |    2 +-
board/xilinx/ml300/ml300.c              |    2 +-
board/xilinx/ml300/serial.c             |    3 +-
board/xilinx/xilinx_enet/emac_adapter.c |    2 +-
board/xilinx/xilinx_enet/xemac.h        |    2 +-
board/xilinx/xilinx_enet/xemac_g.c      |    2 +-
board/xilinx/xilinx_iic/iic_adapter.c   |    2 +-
common/cmd_ext2.c                       |   40 +----------------
common/cmd_fat.c                        |   37 +----------------
common/cmd_ide.c                        |    8 +++-
common/cmd_mem.c                        |   64 ++++++----------------------
common/cmd_reiser.c                     |   40 +----------------
common/cmd_scsi.c                       |    2 +-
common/cmd_usb.c                        |    1 +
common/ft_build.c                       |    6 +--
common/usb_storage.c                    |    3 +-
cpu/pxa/mmc.c                           |    2 +-
disk/part.c                             |   49 +++++++++++++++++++++
include/common.h                        |    2 +
include/ide.h                           |    6 +-
include/part.h                          |    9 ++++
lib_generic/display_options.c           |   70 +++++++++++++++++++++++++++++++
26 files changed, 176 insertions(+), 188 deletions(-)

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2007-02-14 20:01 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-02-14 19:29 [U-Boot-Users] miscellaneous cleanup patches Grant Likely
2007-02-14 19:29 ` [U-Boot-Users] [PATCH 1/4] Merge common get_dev() routines for block devices Grant Likely
2007-02-14 19:29   ` [U-Boot-Users] [PATCH 2/4] Use config.h, not xparameters.h, for xilinx targets Grant Likely
2007-02-14 19:29     ` [U-Boot-Users] [PATCH 3/4] Move buffer print code from md command to common function Grant Likely
2007-02-14 19:29       ` [U-Boot-Users] [PATCH 4/4] Remove local implementation of isprint() in ft_build.c Grant Likely
2007-02-14 19:52       ` [U-Boot-Users] [PATCH 3/4] Move buffer print code from md commandto common function Ulf Samuelsson
2007-02-14 20:01         ` Grant Likely

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.