First  |  Prev |  Next  |  Last
Pages: 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282
[PATCH] kconfig: save location of config symbols
When we add a new config symbol save the file/line so we later can refer to their location. The information is saved as a property to a config symbol because we may have multiple definitions of the same symbol. This has the side-effect that a symbol always has at least one property. Signed-off-by: Sam Ravnb... 31 Jul 2010 18:22
[PATCH 4/9] kconfig: save location of config symbols
When we add a new config symbol save the file/line so we later can refer to their location. The information is saved as a property to a config symbol because we may have multiple definitions of the same symbol. This has the side-effect that a symbol always has at least one property. Signed-off-by: Sam Ravnb... 31 Jul 2010 18:22
[PATCH] kconfig: code refactoring in confdata.c
Add a a few local functions to avoid some code duplication No functional changes. Signed-off-by: Sam Ravnborg <sam(a)ravnborg.org> --- scripts/kconfig/confdata.c | 137 ++++++++++++++++++++++--------------------- 1 files changed, 70 insertions(+), 67 deletions(-) diff --git a/scripts/kconfig/confdata.c b/scri... 31 Jul 2010 18:22
[PATCH] 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 v2 0/9] kconfig: introduce saveconfig and alldefconfig (+more)
This is an update of patches previous posted. Version 2 have addressed the following feedback: - Drop the idea of introducing allrandconfig (Michal, Randy) - Do more code refactoring (Michal) - Use long options in conf.c (Michal) - savedefconfig shall list symbols in same order as in .config (Uwe) The major ... 31 Jul 2010 18:21
hwmon: f71882fg: use a muxed resource lock for the Super I/O port
On Sun, Apr 25, 2010 at 12:35:40 +0200, Giel van Schijndel wrote: On Thu, Mar 25, 2010 at 14:17:42 +0100, Giel van Schijndel wrote: Sleep while acquiring a resource lock on the Super I/O port. This should prevent collisions from causing the hardware probe to fail with -EBUSY. Fix a bug which cause... 4 Aug 2010 08:08
cyber2000fb: fix machine hang on module load
On 07/31/2010 04:55 PM, Ondrej Zary wrote: I was testing two CyberPro 2000 based PCI cards on x86 and the machine always hanged completely when the cyber2000fb module was loaded. It seems that the card hangs when some registers are accessed too quickly after writing RAMDAC control register. With this patch,... 31 Jul 2010 19:27
iw reg set does not work because udev and crda do not respond to boot-time request.
Netlink / udev folks, please review. On Sat, Jul 31, 2010 at 5:48 AM, Daniel Haid <d.haid(a)gogi.tv> wrote: Hello, the driver of my wireless card seems to ask for "US" regulatory data during boot, but since udev is not running at that point (I think not even the root filesystem is mounted) crda does ... 31 Jul 2010 17:15
[PATCH 2/3] cyber2000fb: add mode_option parameter
Add mode_option parameter to specify the default video mode. Signed-off-by: Ondrej Zary <linux(a)rainbow-software.org> --- linux-2.6.35-rc3-/drivers/video/cyber2000fb.c 2010-07-25 21:28:33.000000000 +0200 +++ linux-2.6.35-rc3/drivers/video/cyber2000fb.c 2010-07-25 20:36:49.000000000 +0200 @@ -94,6 +94,10 @@ stati... 31 Jul 2010 17:15
[PATCH 3/3] cyber2000fb: add I2C support
Add I2C support for the DDC bus to cyber2000fb driver. This is only bus support, driver does not use EDID. Tested on two different CyberPro 2000 cards with i2cdetect and decode-edid. Signed-off-by: Ondrej Zary <linux(a)rainbow-software.org> diff -urp linux-2.6.35-rc3-/drivers/video/cyber2000fb.c linux-2.6.35-rc3/... 31 Jul 2010 17:15
First  |  Prev |  Next  |  Last
Pages: 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282