mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
To: barebox@lists.infradead.org
Subject: pull request complete support
Date: Thu, 9 Jun 2011 16:50:28 +0200	[thread overview]
Message-ID: <20110609145028.GH17584@game.jcrosoft.org> (raw)

Hi,

	This patch series add the support of the complete for :
	- var and device param (set and get)
	- generic command complete framework
	- devinfo
	- help
	- empty command complete
	- eth interface

	this will also include the move driver and bus code to drivers/base
	patch as this series depend on it

	Please pull
The following changes since commit 6e27bfb15e4e2446753fe9affcc3128772205cec:

  Merge branch 'next' (2011-06-06 11:29:45 +0200)

are available in the git repository at:

  git://uboot.jcrosoft.org/barebox.git complete

Jean-Christophe PLAGNIOL-VILLARD (7):
      move driver and bus code to drivers/base
      complete: add var and device param complete support
      complete: add generic command complete framework
      complete: add device name complete support for devinfo
      complete: add help complete support
      complete: add empty complete support
      complete: add eth interface complete support

 arch/arm/cpu/cpuinfo.c                   |    2 +
 arch/arm/mach-imx/speed.c                |    2 +
 arch/arm/mach-mxs/imx.c                  |    2 +
 commands/clear.c                         |    2 +
 commands/false.c                         |    2 +
 commands/help.c                          |    2 +
 commands/login.c                         |    2 +
 commands/lsmod.c                         |    2 +
 commands/meminfo.c                       |    2 +
 commands/net.c                           |    2 +
 commands/passwd.c                        |    2 +
 commands/pwd.c                           |    2 +
 commands/reginfo.c                       |    2 +
 commands/reset.c                         |    2 +
 commands/true.c                          |    2 +
 commands/usb.c                           |    2 +
 commands/version.c                       |    2 +
 common/complete.c                        |  183 ++++++++++++++++++++++++++++--
 drivers/Makefile                         |    1 +
 drivers/base/Makefile                    |    2 +
 {lib => drivers/base}/driver.c           |    2 +
 lib/bus.c => drivers/base/platform_bus.c |    0
 drivers/usb/gadget/u_serial.c            |    2 +
 include/command.h                        |    8 ++
 include/complete.h                       |    7 +
 lib/Makefile                             |    2 -
 net/dhcp.c                               |    2 +
 net/eth.c                                |   23 ++++
 28 files changed, 253 insertions(+), 13 deletions(-)
 create mode 100644 drivers/base/Makefile
 rename {lib => drivers/base}/driver.c (99%)
 rename lib/bus.c => drivers/base/platform_bus.c (100%)

Best Regards,
J.

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

             reply	other threads:[~2011-06-09 15:03 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-06-09 14:50 Jean-Christophe PLAGNIOL-VILLARD [this message]
2011-06-09 14:55 ` [PATCH 1/6] complete: add var and device param " Jean-Christophe PLAGNIOL-VILLARD
2011-06-10  1:29   ` [PATCH v2] " Jean-Christophe PLAGNIOL-VILLARD
2011-06-10  6:53     ` Sascha Hauer
2011-06-10  7:03       ` Jean-Christophe PLAGNIOL-VILLARD
2011-06-10  8:00         ` Sascha Hauer
2011-06-09 14:55 ` [PATCH 2/6] complete: add generic command complete framework Jean-Christophe PLAGNIOL-VILLARD
2011-06-09 14:55 ` [PATCH 3/6] complete: add device name complete support for devinfo Jean-Christophe PLAGNIOL-VILLARD
2011-06-09 14:55 ` [PATCH 4/6] complete: add help complete support Jean-Christophe PLAGNIOL-VILLARD
2011-06-09 14:55 ` [PATCH 5/6] complete: add empty " Jean-Christophe PLAGNIOL-VILLARD
2011-06-09 14:55 ` [PATCH 6/6] complete: add eth interface " Jean-Christophe PLAGNIOL-VILLARD
2011-06-09 22:46 ` pull request " Hubert Feurstein
2011-06-10  1:25   ` Jean-Christophe PLAGNIOL-VILLARD
2011-06-10  1:30 ` Jean-Christophe PLAGNIOL-VILLARD

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=20110609145028.GH17584@game.jcrosoft.org \
    --to=plagnioj@jcrosoft.com \
    --cc=barebox@lists.infradead.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox