First  |  Prev |  Next  |  Last
Pages: 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281
[RFC] watchdog: f71808e_wdt: new watchdog driver for Fintek F71808E
On Wed, May 26, 2010 at 09:38:43 +0200, Wim Van Sebroeck wrote: Driver looks OK to me. Can't apply it before the I/O resource sharing is in place. How do you want to proceed? I would think applying it to watchdog-next to apply it for the next kernel release (similar to Jean Delvare's linux-next)... 31 Jul 2010 18:22
[PATCH 2/9] kconfig: rename loose_nonint_oldconfig => oldnoconfig
Rename target to something that fall more in line with the other kconfig targets. oldnoconfig shall read as: - read the old configuration and set all new options to no Signed-off-by: Sam Ravnborg <sam(a)ravnborg.org> Cc: Aristeu Rozanski <aris(a)redhat.com> --- scripts/kconfig/Makefile | 7 +++---- script... 31 Jul 2010 18:22
[PATCH] kconfig: use long options in conf
The list of options supported by conf is growing and their abbreviation did not resemble anything usefull. So drop the single letter options in favour of long options. The long options are named equal to what we know from the make target. The internal implmentation was changed to match this, resulting in much... 31 Jul 2010 18:22
[PATCH 1/9] kconfig: use long options in conf
The list of options supported by conf is growing and their abbreviation did not resemble anything usefull. So drop the single letter options in favour of long options. The long options are named equal to what we know from the make target. The internal implmentation was changed to match this, resulting in much... 31 Jul 2010 18:22
[PATCH] kconfig: change nonint_oldconfig to listnewconfig
Rename to a name that better match the other kconfig targets. listnewconfig shall read as: - list new options compared to current configuration New options are now written to stdout so one can redirect the output. Do not exit with an error code if there is new options. These are feature changes compared ... 31 Jul 2010 18:22
[PATCH 7/9] kconfig: refactor code in symbol.c
Move logic to determine default for a choice to a separate function. No functional changes. Signed-off-by: Sam Ravnborg <sam(a)ravnborg.org> --- scripts/kconfig/lkc.h | 1 + scripts/kconfig/symbol.c | 46 +++++++++++++++++++++++++++++++++------------- 2 files changed, 34 insertions(+), 13 deletions(-) ... 31 Jul 2010 18:22
[PATCH 9/9] kconfig: add savedefconfig
savedefconfig will save a minimal config to a file named "defconfig". The config symbols are saved in the same order as they appear in the menu structure so it should be possible to map them to the relevant menus if desired. The implementation was tested against several minimal configs for arm which was crea... 31 Jul 2010 18:22
kconfig: introduce saveconfig and alldefconfig (+more)
Resend with numbered patches... Sam -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ ... 31 Jul 2010 18:22
[PATCH] kconfig: print more info when we see a recursive dependency
From: Roman Zippel <zippel(a)linux-m68k.org> Consider following kconfig file: config TEST1 bool "test 1" depends on TEST2 config TEST2 bool "test 2" depends on TEST1 Previously kconfig would report: foo:6:error: found recursive dependency: TEST2 -> TEST1 -> TEST2 With the following patch kconfig... 31 Jul 2010 18:22
[PATCH] kconfig: add savedefconfig
savedefconfig will save a minimal config to a file named "defconfig". The config symbols are saved in the same order as they appear in the menu structure so it should be possible to map them to the relevant menus if desired. The implementation was tested against several minimal configs for arm which was crea... 31 Jul 2010 18:22
First  |  Prev |  Next  |  Last
Pages: 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281