All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot-Users] Second set of miscellaneous patches
@ 2007-02-17 19:34 Grant Likely
  2007-02-17 19:34 ` [U-Boot-Users] [PATCH 3/9] Move buffer print code from md command to common function Grant Likely
  2007-02-26  6:34 ` [U-Boot-Users] Second set of miscellaneous patches Stefan Roese
  0 siblings, 2 replies; 8+ messages in thread
From: Grant Likely @ 2007-02-17 19:34 UTC (permalink / raw)
  To: u-boot

Here is another set of miscellaneous patches from my queue.  Please comment
and/or merge.  These patches can also be pulled from my git tree:

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

Patches 1, 2 and 4 are the same as in my previous set, so I haven't resent
them (hence the missing patch numbers)

Patch #3 has been modified based on comments from the mailing list

Patches 5-9 are new.

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/Makefile                         |    3 +-
common/cmd_ace.c                        |  267 -------------------------------
common/cmd_ext2.c                       |   40 +-----
common/cmd_fat.c                        |   37 +----
common/cmd_ide.c                        |   16 ++-
common/cmd_mem.c                        |   65 ++------
common/cmd_reiser.c                     |   40 +-----
common/cmd_scsi.c                       |    6 +-
common/cmd_usb.c                        |    1 +
common/ft_build.c                       |    6 +-
common/usb_storage.c                    |    7 +-
cpu/pxa/mmc.c                           |    4 +-
disk/part.c                             |   49 ++++++
drivers/Makefile                        |    2 +-
drivers/systemace.c                     |  247 ++++++++++++++++++++++++++++
include/common.h                        |    2 +
include/ide.h                           |    6 +-
include/part.h                          |   15 ++-
lib_generic/display_options.c           |   70 ++++++++
30 files changed, 439 insertions(+), 469 deletions(-)

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

end of thread, other threads:[~2007-02-26  6:34 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-02-17 19:34 [U-Boot-Users] Second set of miscellaneous patches Grant Likely
2007-02-17 19:34 ` [U-Boot-Users] [PATCH 3/9] Move buffer print code from md command to common function Grant Likely
2007-02-17 19:34   ` [U-Boot-Users] [PATCH 5/9] Whitespace fixup on common/cmd_ace.c (using Lindent) Grant Likely
2007-02-17 19:34     ` [U-Boot-Users] [PATCH 6/9] Move common/cmd_ace.c to drivers/systemace.c Grant Likely
2007-02-17 19:34       ` [U-Boot-Users] [PATCH 7/9] Replace ace_readw/ace_writeb functions with macros Grant Likely
2007-02-17 19:34         ` [U-Boot-Users] [PATCH 8/9] Add block_write hook to block_dev_desc_t Grant Likely
2007-02-17 19:34           ` [U-Boot-Users] [PATCH 9/9] Use "void *" not "unsigned long *" for block dev read/write buffer pointers Grant Likely
2007-02-26  6:34 ` [U-Boot-Users] Second set of miscellaneous patches Stefan Roese

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.