[PATCHv2 11/11] OMAP2: Devkit8000: Fix regulator for power supply
Devkit8000 uses the TPS65930 and not the TWL4030. The TPS65930 uses only a subset of the power supplies of the TWL4030. Signed-off-by: Thomas Weber <weber(a)corscience.de> --- arch/arm/mach-omap2/board-devkit8000.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/arm/mach-omap2/bo... 2 Jun 2010 08:43
[PATCH] x86, i8259: Only register sysdev for real PIC
Do not register the sysdev function when the null_legacy_pic is used so that the i8259 resume, suspend and shutdown functions are not called. Signed-off-by: Adam Lackorzynski <adam(a)os.inf.tu-dresden.de> --- arch/x86/kernel/i8259.c | 26 ++++++++++++++++---------- 1 files changed, 16 insertions(+), 10 deletion... 2 Jun 2010 08:43
[PATCHv2 10/11] OMAP2: Devkit8000: Remove unused omap_board_config
omap_board_config is no longer used and thats why empty. This patch removes the empty omap_board_config. Signed-off-by: Thomas Weber <weber(a)corscience.de> --- arch/arm/mach-omap2/board-devkit8000.c | 6 ------ 1 files changed, 0 insertions(+), 6 deletions(-) diff --git a/arch/arm/mach-omap2/board-devkit80... 2 Jun 2010 08:43
regulator: new drivers for AD5398 and AD5821
On Wed, Jun 02, 2010 at 04:51:34PM +0800, sonic zhang wrote: +static int ad5398_read_reg(struct i2c_client *client, unsigned short *data) +{ + unsigned short val; + int ret; + + ret = i2c_master_recv(client, (char *)&val, 2); + if (ret < 0) { + dev_err(&client->dev, "I2C read error\n"); + ... 7 Jun 2010 09:38
block: push down BKL into .locked_ioctl
> Ok, here comes the first step. Can you be more specific about what you mean with the open and release methods? Do you mean the sg.c and bsg.c chrdev file operations? No, the open and release methods in struct block_device_operations. After this the driver API for block devices is BKL free, which is an imp... 2 Jun 2010 06:33
How to tell kernel that a region of memory is reserved (in middle of ram)?
Hi, I need to reserve a region of ram to store there a ramoops buffer. I need to do so early so kernel doesn't overwrite the existing contents. How to do it? I noticed that doing memmap=20M$0x70000000 crashes the system although it promised to work. Is that a bug? I have 2GB system with following memory ... 2 Jun 2010 06:33
[PATCH v2] regulator: new drivers for AD5398 and AD5821
On Wed, Jun 02, 2010 at 05:02:58AM -0400, Mike Frysinger wrote: + dev_dbg(&client->dev, "%s regulator driver loaded\n", id->name); does the regulator core take care of displaying a notice ? if not, i'd make this dev_info(). also, this should be "registered", not "loaded". A message will be ... 2 Jun 2010 06:33
[ANNOUNCE] Cworthy Libraries for Linux Kernel Utils
I created a cworthy library under ncurses for xterm and linux terminals (also works on DOS and Windows too) years back and have ported it to .so an .a formats. Looks like the old NetWare inderface and runs on Linux terminals. Wrote a sample IFCONFIG lookalike with the cworthy look alike portal manager that displa... 2 Jun 2010 06:33
[PATCH 5/5] Document unknown_nmi_dump_log variable
Mention unknown_nmi_dump_log in sysctl documentation. Signed-off-by: Vitaly Mayatskikh <v.mayatskih(a)gmail.com> --- Documentation/sysctl/kernel.txt | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/Documentation/sysctl/kernel.txt b/Documentation/sysctl/kernel.txt index 3894eaa.... 2 Jun 2010 06:33
RFC: Regulator Framework Voltage Setting
Hello, we have a question regarding the regulator_set_voltage function in the regulator framework (drivers/regulator/core.c). The current implementation checks the input min and max arguments against the constraints and then calls the driver set_voltage operation directly without checking the other consumer ... 2 Jun 2010 06:33