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: [PATCH v2] Kconfig: sync with linux kernel v2.6.36-rc1-168-ge36c886
Date: Sun, 22 Aug 2010 07:17:42 +0200	[thread overview]
Message-ID: <20100822051742.GO8693@game.jcrosoft.org> (raw)
In-Reply-To: <1281241073-19115-1-git-send-email-plagnioj@jcrosoft.com>

Hi,

	I've push the new version on git://git.jcrosoft.org kconfig

The following changes since commit 77df62be5d5140b083152316d67a756d9fae962c:

  beagle: fix usb dependencies (2010-08-18 08:47:33 +0200)

are available in the git repository at:
  git://git.jcrosoft.org/barebox.git kconfig

Jean-Christophe PLAGNIOL-VILLARD (1):
      Kconfig: sync with linux kernel v2.6.36-rc1-168-ge36c886

 Makefile                                   |    2 +-
 common/Kconfig                             |   13 +
 scripts/kconfig/.gitignore                 |    4 +
 scripts/kconfig/Makefile                   |  175 ++-
 scripts/kconfig/POTFILES.in                |    7 +
 scripts/kconfig/check.sh                   |   14 +
 scripts/kconfig/conf.c                     |  439 ++++----
 scripts/kconfig/confdata.c                 |  537 +++++++---
 scripts/kconfig/expr.c                     |   65 +-
 scripts/kconfig/expr.h                     |  106 ++-
 scripts/kconfig/gconf.c                    |  145 +--
 scripts/kconfig/gconf.glade                |   30 +-
 scripts/kconfig/kxgettext.c                |    8 +-
 scripts/kconfig/lex.zconf.c_shipped        |  127 ++-
 scripts/kconfig/lkc.h                      |   40 +-
 scripts/kconfig/lkc_proto.h                |    9 +-
 scripts/kconfig/lxdialog/BIG.FAT.WARNING   |    2 +-
 scripts/kconfig/lxdialog/check-lxdialog.sh |   20 +-
 scripts/kconfig/lxdialog/checklist.c       |   17 +-
 scripts/kconfig/lxdialog/dialog.h          |   11 +-
 scripts/kconfig/lxdialog/inputbox.c        |   10 +-
 scripts/kconfig/lxdialog/menubox.c         |   28 +-
 scripts/kconfig/lxdialog/textbox.c         |    2 +-
 scripts/kconfig/lxdialog/util.c            |   34 +-
 scripts/kconfig/lxdialog/yesno.c           |    4 +-
 scripts/kconfig/mconf.c                    |  262 ++---
 scripts/kconfig/menu.c                     |  211 +++-
 scripts/kconfig/nconf.c                    | 1570 ++++++++++++++++++++++++++
 scripts/kconfig/nconf.gui.c                |  617 ++++++++++
 scripts/kconfig/nconf.h                    |   95 ++
 scripts/kconfig/qconf.cc                   |  255 +++--
 scripts/kconfig/qconf.h                    |   17 +-
 scripts/kconfig/streamline_config.pl       |  422 +++++++
 scripts/kconfig/symbol.c                   |  501 +++++++--
 scripts/kconfig/util.c                     |   44 +-
 scripts/kconfig/zconf.gperf                |    6 +-
 scripts/kconfig/zconf.hash.c_shipped       |  225 ++--
 scripts/kconfig/zconf.l                    |   21 +-
 scripts/kconfig/zconf.tab.c_shipped        | 1665 +++++++++++++++-------------
 scripts/kconfig/zconf.y                    |   62 +-
 40 files changed, 5815 insertions(+), 2007 deletions(-)
 create mode 100755 scripts/kconfig/check.sh
 create mode 100644 scripts/kconfig/nconf.c
 create mode 100644 scripts/kconfig/nconf.gui.c
 create mode 100644 scripts/kconfig/nconf.h
 create mode 100644 scripts/kconfig/streamline_config.pl

Best Regards,
J.

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

      parent reply	other threads:[~2010-08-22  5:17 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-08-08  4:17 [PATCH] Kconfig: sync with linux kernel v2.6.35-4771-g1787985 Jean-Christophe PLAGNIOL-VILLARD
2010-08-08  6:48 ` Sam Ravnborg
2010-08-08  9:06   ` Jean-Christophe PLAGNIOL-VILLARD
2010-08-08 12:07     ` Sam Ravnborg
2010-08-08 12:20       ` Jean-Christophe PLAGNIOL-VILLARD
2010-08-13 19:26     ` Sam Ravnborg
2010-08-14  4:35       ` Jean-Christophe PLAGNIOL-VILLARD
2010-08-14  6:51         ` Sam Ravnborg
2010-08-09  6:49   ` Robert Schwebel
2010-08-22 12:54     ` Peter Korsgaard
2010-08-23  2:51       ` Jean-Christophe PLAGNIOL-VILLARD
2010-08-18 15:15 ` Jean-Christophe PLAGNIOL-VILLARD
2010-08-21 10:27   ` Sascha Hauer
2010-08-21 11:35     ` Sam Ravnborg
2010-08-22  5:07       ` Jean-Christophe PLAGNIOL-VILLARD
2010-08-22  5:55         ` Sam Ravnborg
2010-08-22 13:48       ` Peter Korsgaard
2010-08-24 17:59       ` Uwe Kleine-König
2010-08-22  5:17 ` Jean-Christophe PLAGNIOL-VILLARD [this message]

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=20100822051742.GO8693@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