Re: [PATCH]is_power_of_2-kernel/kfifo.c

2007-06-14 Thread Stelian Pop
On Thu, Jun 14, 2007 at 04:05:06PM +0530, vignesh babu wrote: > > > Replacing (n & (n-1)) in the context of power of 2 checks > with is_power_of_2 > > Signed-off-by: vignesh babu <[EMAIL PROTECTED]> Signed-off-by: Stelian Pop <[EMAIL PROTECTED]> Thanks,

Re: [RFC][PATCH 1/1] support for user-space buffers in kfifo

2007-06-12 Thread Stelian Pop
Le mardi 12 juin 2007 à 21:21 -0500, Nelson Castillo a écrit : > On 6/12/07, Stelian Pop <[EMAIL PROTECTED]> wrote: > > Le mardi 12 juin 2007 à 11:24 -0500, Nelson Castillo a écrit : > > > On 6/12/07, Stelian Pop <[EMAIL PROTECTED]> wrote: > > > (cut) &g

Re: [RFC][PATCH 1/1] support for user-space buffers in kfifo

2007-06-12 Thread Stelian Pop
Le mardi 12 juin 2007 à 11:24 -0500, Nelson Castillo a écrit : > On 6/12/07, Stelian Pop <[EMAIL PROTECTED]> wrote: > (cut) > > accessing userspace memory with a spinlock taken (moreover an > > irqsave() > > one) is bad bad bad. > > Hi Stelian. &g

Re: [RFC][PATCH 1/1] support for user-space buffers in kfifo

2007-06-12 Thread Stelian Pop
char __user *buffer, > + unsigned int len) [...] > + if(copy_from_user(fifo->buffer + (fifo->in & (fifo->size - 1)), > + buffer, l)) > + return -EFAULT; [...] accessing userspace memory with a spinlock taken (moreover an

PREEMPT_RT + HRT latencies on x86_64 SMP.

2007-01-31 Thread Stelian Pop
e, get it from: http://www.popies.net/tmp/latency-trace-1 Any idea ? Thanks, -- Stelian Pop <[EMAIL PROTECTED]> - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel

Re: [PATCH] Fix __ucmpdi2 in v4l2_norm_to_name()

2007-01-15 Thread Stelian Pop
atch. I should send today or tomorrow to Linus, > together with other patches. Hi Mauro, The __ucmpdi2() problem is still present in 2.6.20-rc5, please (re)send your patch to Linus before 2.6.20 goes final... Thanks. -- Stelian Pop <[EMAIL PROTECTED]> - To unsubscribe from this list: sen

Re: sonypi not for 64bit?

2007-01-07 Thread Stelian Pop
m to have the history for that, maybe old bk does... -- Stelian Pop <[EMAIL PROTECTED]> - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: sonypc with Sony Vaio VGN-SZ1VP

2007-01-05 Thread Stelian Pop
i is also searching for a new maintainer, and it is quite closely related to sony_acpi... If you are interested by the job, it is all yours. :) Stelian. -- Stelian Pop <[EMAIL PROTECTED]> - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a me

Re: sonypc with Sony Vaio VGN-SZ1VP

2007-01-05 Thread Stelian Pop
Le vendredi 05 janvier 2007 à 01:11 +0100, Jan Engelhardt a écrit : > On Jan 5 2007 00:36, Stelian Pop wrote: > >@@ -61,6 +61,7 @@ static struct acpi_driver sony_acpi_driv > > > > static acpi_handle sony_acpi_handle; > > static struct proc_dir_entry *sony_acpi_dir; &g

Re: sonypc with Sony Vaio VGN-SZ1VP

2007-01-05 Thread Stelian Pop
Le jeudi 04 janvier 2007 à 20:16 -0800, Andrew Morton a écrit : > On Fri, 05 Jan 2007 00:54:32 +0100 > Stelian Pop <[EMAIL PROTECTED]> wrote: > > > Le jeudi 04 janvier 2007 à 15:44 -0800, Andrew Morton a écrit : > > > On Fri, 05 Jan 2007 00:36:23 +0100 > > >

Re: sonypc with Sony Vaio VGN-SZ1VP

2007-01-04 Thread Stelian Pop
Le jeudi 04 janvier 2007 à 15:44 -0800, Andrew Morton a écrit : > On Fri, 05 Jan 2007 00:36:23 +0100 > Stelian Pop <[EMAIL PROTECTED]> wrote: > > > Added acpi_bus_generate event for forwarding Fn-keys pressed to acpi > > subsystem, > > and made correspondent n

Re: sonypc with Sony Vaio VGN-SZ1VP

2007-01-04 Thread Stelian Pop
y handler\n"); - } + sony_acpi_acpi_device = NULL; + + status = acpi_remove_notify_handler(sony_acpi_handle, + ACPI_DEVICE_NOTIFY, + sony_acpi_notify); + if (ACPI_FAILURE(status)) +

Re: sonypc with Sony Vaio VGN-SZ1VP

2007-01-04 Thread Stelian Pop
m the current "maintainer" for this and it has probably been a year since I left Sony's laptop world, so I guess it won't make much difference if you're not very active for a month or two :) Stelian. -- Stelian Pop <[EMAIL PROTECTED]> - To unsubscribe from this

Re: [PATCH] Fix __ucmpdi2 in v4l2_norm_to_name()

2007-01-04 Thread Stelian Pop
use this approach as a workaround, with > the proper documentation. Maybe with a BUG_ON(id > UINT_MAX) ? Linus, do you want a patch for this or will you take the _ucmppdi2 ppc patch as per http://lkml.org/lkml/2006/12/17/46 instead ? Thanks, Stelian. -- Stelian Pop <[EMAIL PROTECTED]&g

Re: [v4l-dvb-maintainer] [PATCH] Fix __ucmpdi2 in v4l2_norm_to_name()

2007-01-04 Thread Stelian Pop
Le jeudi 04 janvier 2007 à 04:09 -0800, Trent Piepho a écrit : > On Thu, 4 Jan 2007, Stelian Pop wrote: > > This patch replaces a switch statement using 64 bit values with the > > if/else equivalent in order to prevent a call __ucmpdi2 generated by > > some versions of gcc (ve

[PATCH] Fix __ucmpdi2 in v4l2_norm_to_name()

2007-01-04 Thread Stelian Pop
fined reference to `__ucmpdi2' Signed-off-by: Stelian Pop <[EMAIL PROTECTED]> --- drivers/media/video/v4l2-common.c | 126 ++--- 1 files changed, 62 insertions(+), 64 deletions(-) diff --git a/drivers/media/video/v4l2-common.c b/drivers/media/video/v4l

Re: sonypc with Sony Vaio VGN-SZ1VP

2007-01-04 Thread Stelian Pop
o this either, because I just don't have the required hardware anymore. If someone want to step forward now it is a great time ! > > 2. /proc/acpi/sony API needs to be deleted > > 3. source needs to move out of drivers/acpi, and into drivers/misc along with > msi. Sensible sug

Re: 2.6.13-rc7-git2 crashes on iBook

2005-09-01 Thread Stelian Pop
Le jeudi 01 septembre 2005 à 20:26 +0100, Daniel Drake a écrit : > Hi, > > Stelian Pop wrote: > > Confirmed on an Apple Powerbook too. > > > > For reference, the (already reverted) patch which needs to be applied is > > below. > > > >

Re: 2.6.13-rc7-git2 crashes on iBook

2005-08-29 Thread Stelian Pop
Confirmed on an Apple Powerbook too. For reference, the (already reverted) patch which needs to be applied is below. Signed-off-by: Stelian Pop <[EMAIL PROTECTED]> Index: linux-2.6.git/drivers/pci/setup-res.c === --- linux-2.6.git

Re: [PATCH] Export handle_mm_fault to modules.

2005-08-06 Thread Stelian Pop
ndle_mm_fault); /* For MOL */ > +EXPORT_SYMBOL_GPL(__handle_mm_fault); /* For MOL */ > EXPORT_SYMBOL(disarm_decr); > #ifdef CONFIG_PPC_STD_MMU > extern long mol_trampoline; > -- Stelian Pop <[EMAIL PROTECTED]> - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

[PATCH] Export handle_mm_fault to modules.

2005-08-05 Thread Stelian Pop
handle_mm_fault changed from an inline function to a non-inline one (__handle_mm_fault), which is not available to external kernel modules. The patch below fixes this. Stelian. Export __handle_mm_fault to modules (called by the inlined handle_mm_fault function). Signed-off-by: Stelian Pop

Re: powerbook power-off and 2.6.13-rc[3,4]

2005-08-02 Thread Stelian Pop
? Aha, with > display turned off that is not going to be funny. Unfortunately I won't have time to debug this right now (I leave on vacation tomorrow), so somebody else will have to do it (and no, it is not going to be funny to do this without display, serial port, buzzer etc) Stelian. -- S

Re: powerbook power-off and 2.6.13-rc[3,4]

2005-08-02 Thread Stelian Pop
Le mardi 02 août 2005 à 13:43 +0200, Stelian Pop a écrit : > > Pavel Machek wrote: > > > > >Can you try without USB? > > > > > Not really. The keyboard is USB, and there's no PS/2 connector. I guess > > I maybe could do it via a timer, unl

Re: powerbook power-off and 2.6.13-rc[3,4]

2005-08-02 Thread Stelian Pop
e, but > I'm pretty sure I checked this yesterday. If you don't hear back, assume > it wasn't enabled) I don't have USB_SUSPEND enabled. Stelian. -- Stelian Pop <[EMAIL PROTECTED]> - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in

[PATCH] meye: use dma-mapping constants

2005-08-02 Thread Stelian Pop
errors on some architectures otherwise. See http://marc.theaimsgroup.com/?t=10800199301&r=1&w=2 for details Signed-off-by: Tobias Klauser <[EMAIL PROTECTED]> Signed-off-by: Stelian Pop <[EMAIL PROTECTED]> Index: linux-2.6.git/driver

[PATCH] sonypi: remove obsolete event

2005-08-02 Thread Stelian Pop
I had this one in my tree for a long time, please apply. Stelian. Remove old obsolete event. Signed-off-by: Stelian Pop <[EMAIL PROTECTED]> Index: linux-2.6.git/drivers/char/sonypi.c === --- linux-2.6.git.orig/driver

Re: 2.6.13-rc3-mm3

2005-08-02 Thread Stelian Pop
Le lundi 01 août 2005 à 16:37 +0200, Stelian Pop a écrit : > > Also, it looks like sonypi really is pretty nasty to probe for, so it's > > not enough to just say "oh, it's a sony VAIO, let's reserve that region". > > Otherwise I'd just suggest

Re: Fn key and 2.6.12-rc4

2005-08-02 Thread Stelian Pop
telian. Newer input patches added a HID_UP_LOGIVENDOR switch case which disrupts the Apple Powerbooks Fn key patch. Moving a few lines of code from the 'default' switch case to the new location makes it work again. Signed-off-by: Stelian Pop <[EMAIL PROTECTED]> Index

Re: powerbook power-off and 2.6.13-rc[3,4]

2005-08-01 Thread Stelian Pop
I haven't looked for the cause yet though. I found that if you comment the device_suspend(PMSG_SUSPEND); line in kernel/sys.c, in the kernel_power_off() function, then it works again, but I haven't had the time to look further. I've put LKML in CC: in case this rings s

Re: 2.6.13-rc3-mm3

2005-08-01 Thread Stelian Pop
case this patch gets in. Stelian. Mark some IO regions reserved on Sony Vaio laptops because the sonypi driver will need them later, and we don't want another driver to reserve them before the sonypi driver starts. Signed-off-by: Stelian Pop <[EMAIL PROTECTED]> arc

Re: [PATCH] sonypi, kernel 2.6.12.3

2005-08-01 Thread Stelian Pop
pointing to your SmartDimmer here :) Otherwise you have my: Signed-off-by: Stelian Pop <[EMAIL PROTECTED]> Thanks Erik. Stelian. -- Stelian Pop <[EMAIL PROTECTED]> - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message

Re: 2.6.13-rc3-mm3

2005-07-31 Thread Stelian Pop
eally tied to a specific PCI device (it is for the 'type1' models, but not for the 'type2' ones). That's why the sonypi driver is not a PCI driver but relies on a DMI ident to detect each and every Vaio laptop out there. Stelian. -- Stelian Pop <[EMAIL PROTECT

[PATCH] Input quirk for the Fn key on Powerbooks with an USB keyboard

2005-07-29 Thread Stelian Pop
' and 'right alt' and the first one was chosen. Choosing an already defined modifier key eases the handling of this key especially in X (where it can be mapped to SuperL or whatever). Comments welcomed. Thanks, Stelian. Signed-off-by: Stelian Pop <[EMAIL PROTECTED]&

Re: [PATCH] Apple USB Touchpad driver (new)

2005-07-12 Thread Stelian Pop
omes. Stelian. Changes: * removed local version number * use usb_to_input_id() instead of manually setting the fields Signed-off-by: Stelian Pop <[EMAIL PROTECTED]> Documentation/input/appletouch.txt | 84 ++ drivers/usb/input/Kconfig | 19 + drivers/usb

Re: [PATCH] Apple USB Touchpad driver (new)

2005-07-12 Thread Stelian Pop
Le mardi 12 juillet 2005 à 09:13 -0500, Dmitry Torokhov a écrit : > Hi, > > On 7/12/05, Stelian Pop <[EMAIL PROTECTED]> wrote: > > > > + dev->input.id.bustype = BUS_USB; > > + dev->input.id.vendor = id->idVendor; > > + dev-&g

Re: [PATCH] Apple USB Touchpad driver (new)

2005-07-12 Thread Stelian Pop
atp device structure * print the timestamp in debug messages Signed-off-by: Stelian Pop <[EMAIL PROTECTED]> Documentation/input/appletouch.txt | 84 ++ drivers/usb/input/Kconfig | 19 + drivers/usb/input/Makefile |1 drivers/usb/input/appletouch.c | 471

Re: [PATCH] Apple USB Touchpad driver (new)

2005-07-11 Thread Stelian Pop
Le lundi 11 juillet 2005 à 16:44 -0400, Lee Revell a écrit : > On Mon, 2005-07-11 at 13:04 +0200, Stelian Pop wrote: > > Oops, bad Evolution (even if I did use insert->text file for the patch). > > > > Going back to mutt. Sorry about this. > > There's no need t

Re: [PATCH] Apple USB Touchpad driver (new)

2005-07-11 Thread Stelian Pop
Le lundi 11 juillet 2005 à 14:47 +0200, Stelian Pop a écrit : > How to make it work ? Obviously I could implement either fuzz > elimination or smoothing in the driver, and leave the other > transformation to the input core (today it is the smoothing which is in > the driver, but

Re: [PATCH] Apple USB Touchpad driver (new)

2005-07-11 Thread Stelian Pop
Le lundi 11 juillet 2005 à 13:21 +0200, Vojtech Pavlik a écrit : > On Mon, Jul 11, 2005 at 01:08:35PM +0200, Stelian Pop wrote: > > > Possible. The 'fuzz' parameter in input core serves too many usages > > ihmo. Let me try removing the quick motion compensation and see

Re: [PATCH] Apple USB Touchpad driver (new)

2005-07-11 Thread Stelian Pop
Le lundi 11 juillet 2005 à 13:00 +0200, Vojtech Pavlik a écrit : > On Mon, Jul 11, 2005 at 12:39:31PM +0200, Stelian Pop wrote: > > > > > Using a function like > > > > > > > > return (x_old * 3 + x) / 4; > > > > > > > &

Re: [PATCH] Apple USB Touchpad driver (new)

2005-07-11 Thread Stelian Pop
On Mon, Jul 11, 2005 at 03:52:44AM -0700, Andrew Morton wrote: > Stelian Pop <[EMAIL PROTECTED]> wrote: > > > > Anyway, here is the updated patch: > > > > Signed-off-by: Stelian Pop <[EMAIL PROTECTED]> > > > > Documentation/input/appletouc

Re: [PATCH] Apple USB Touchpad driver (new)

2005-07-11 Thread Stelian Pop
ensors do not report the pressure but only the amount of surface touched. A person with thick fingers will always generate higher pressures then one with thin ones, no matter how hard they push on the touchpad. I don't think this value is reliable enough to be reported to the userspace as ABS_PRE

Re: [PATCH] Apple USB Touchpad driver (new)

2005-07-11 Thread Stelian Pop
Le dimanche 10 juillet 2005 à 00:32 +0200, Peter Osterlund a écrit : > Stelian Pop <[EMAIL PROTECTED]> writes: > > > +Synaptics re-detection problems: > > + > > + > > +The synaptics X11 driver tries to re-open the touchpad input

Re: GIT tree broken? (rsync depreciated)

2005-07-08 Thread Stelian Pop
e turned off. How should we be updating git/cg trees now? After resyncing cogito to the latest version (which incorporates the 'pack' changes, which were causing the failure), it does indeed work again, when using rsync. However, it still fails when using http. Stelian. -- Stelian P

Re: [PATCH] Apple USB Touchpad driver (new)

2005-07-08 Thread Stelian Pop
input/appletouch.txt === --- /dev/null 1970-01-01 00:00:00.0 + +++ linux-2.6-trunk.git/Documentation/input/appletouch.txt 2005-07-08 11:15:03.0 +0200 @@ -0,0 +1,120 @@ +Apple Touchpad Driver (appletouch) +---

Re: GIT tree broken?

2005-07-08 Thread Stelian Pop
objects pull failed cg-init: pull failed If I manually try to get http://www.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git/objects/2a/7e338ec2fc6aac461a11fe8049799e65639166 I get a 404 in return. Stelian. -- Stelian Pop <[EMAIL PROTECTED]> - To unsubscribe from this list: send

[PATCH] Apple USB Touchpad driver (new)

2005-07-08 Thread Stelian Pop
=== --- /dev/null 1970-01-01 00:00:00.0 + +++ linux-2.6-trunk.git/Documentation/input/appletouch.txt 2005-07-08 11:15:03.0 +0200 @@ -0,0 +1,120 @@ +Apple Touchpad Driver (appletouch) +-- + Copyright (C) 2005 Stelian Pop

Re: GIT tree broken?

2005-07-08 Thread Stelian Pop
a11fe8049799e65639166 while processing commit . cg-pull: objects pull failed cg-init: pull failed Stelian. -- Stelian Pop <[EMAIL PROTECTED]> - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EM

Re: AMD64 Machine hardlocks when using memset

2005-03-31 Thread Stelian Pop
MHz), vid 0x12 (1100 mV) > cpu_init done, current fid 0xe, vid 0x6 Just a thought: does deactivating cpufreq change anything ? I haven't tested yet your program, but on my Asus K8NE-Deluxe very strange things happen if cpufreq/powernow is activated *and* the cpu frequency is changed...

Re: BKCVS broken ?

2005-03-18 Thread Stelian Pop
On Fri, Mar 18, 2005 at 08:38:51PM +0530, Hong Kong Phoey wrote: > IMHO, BKCVS is just fine, what's broken is your head. Yup, that's what I said, that cvs HEAD is broken... :) Stelian. -- Stelian Pop <[EMAIL PROTECTED]> - To unsubscribe from this list: send the line "

Re: BKCVS broken ?

2005-03-18 Thread Stelian Pop
On Fri, Mar 18, 2005 at 06:13:45AM -0800, Larry McVoy wrote: > On Fri, Mar 18, 2005 at 10:00:49AM +0100, Stelian Pop wrote: > > On Thu, Mar 17, 2005 at 10:38:53PM -0800, Larry McVoy wrote: > > > > > Hey, it's open source, I'm hoping that people will take that co

Re: BKCVS broken ?

2005-03-18 Thread Stelian Pop
ures, > time permitting. Think of that code as a prototype. It's really > simple, you can hack it trivially. if (strncmp("bk://", p, 5)) return (1); Any chance this could be made to work over http ? Stelian. -- Stelian Pop <[

BKCVS broken ?

2005-03-17 Thread Stelian Pop
ogical change 1.27465) @ - The 'Logical change 1.27702' is missing from the file... Stelian. -- Stelian Pop <[EMAIL PROTECTED]> Alcove - http://www.alcove.com - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED]

Re: [BK] cvs export

2005-03-02 Thread Stelian Pop
do it. > > I'm not asking if this is the same as GPLing BK or giving people free > access to 100% of the BK internal data structures, etc. What I'm asking > is if this will make the CVS export tree something you can use to get your > job done in an efficient way. You

Re: [patch 3/2] drivers/char/vt.c: remove unnecessary code

2005-02-28 Thread Stelian Pop
ts/remarks, or is _this_ patch version acceptable? A not whitespace-mangled version of it could be. Stelian. -- Stelian Pop <[EMAIL PROTECTED]> - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Mor

Re: [patch 3/2] drivers/char/vt.c: remove unnecessary code

2005-02-28 Thread Stelian Pop
On Mon, Feb 28, 2005 at 04:06:14PM +0100, [EMAIL PROTECTED] wrote: > + /* Setting par[]'s elems at 0. */ > + memset(par, 0, NPAR*sizeof(unsigned int)); No need for the comment here, everybody understands C. Stelian. -- Stelian Pop <[EMAIL PROTEC

Re: BKCVS still updated?

2005-02-26 Thread Stelian Pop
d updating, probably > be there in an hour. I confirm it works again, thanks. While you're at it, could you please increase the rate of update, as we discussed a few weeks ago ? Thanks. Stelian. -- Stelian Pop <[EMAIL PROTECTED]> - To unsubscribe from this list: send the line &quo

Re: BKCVS still updated?

2005-02-25 Thread Stelian Pop
he can tell us more about what happened ? Stelian. -- Stelian Pop <[EMAIL PROTECTED]> - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

[RFC] Linux Kernel SVN Howto - part two

2005-02-16 Thread Stelian Pop
The repository creation instructions have also changed a bit, improving the time necessary to do the conversion (on my AMD 2000+ I can create the full 2.6 repository in 2 hours using the first script, 5 hours using the second script). Feedback welcomed. Stelian. -- Stelian Pop <[EMAIL PROTECTED]

Re: [PATCH, new ACPI driver] new sony_acpi driver

2005-02-16 Thread Stelian Pop
x-2.6-stelian/drivers/acpi/sony_acpi.c 2005-02-16 16:28:36.0 +0100 @@ -0,0 +1,392 @@ +/* + * ACPI Sony Notebook Control Driver (SNC) + * + * Copyright (C) 2004-2005 Stelian Pop <[EMAIL PROTECTED]> + * + * Parts of this driver inspired from asus_acpi.c and ibm_acpi.c + * which are cop

Re: [PATCH, new ACPI driver] new sony_acpi driver

2005-02-16 Thread Stelian Pop
g to test is to disable sonypi (either rebuild a kernel without it or rename the module so it will not get loaded again), then reboot and see if you still have problems. If you do, the problem is ACPI/input related. If you don't, the strangeness comes from some interraction with sonypi. Stelia

Re: [ACPI] [PATCH, new ACPI driver] new sony_acpi driver

2005-02-15 Thread Stelian Pop
On Tue, Feb 15, 2005 at 10:30:49AM -0500, Len Brown wrote: > On Thu, 2005-02-10 at 11:18, Stelian Pop wrote:, > > > > > PS: I am also going to submit a bugzilla RFE for the acpi people, > > I have been told they are more receptive to that. > > I guess that refers

Re: [PATCH, new ACPI driver] new sony_acpi driver

2005-02-14 Thread Stelian Pop
On Mon, Feb 14, 2005 at 01:13:30PM +0100, Jean Delvare wrote: > > Hi Stelian, all, > > On 2005-02-14, Stelian Pop wrote: > > I have some interesting information from one user, who noticed that: > > > > * pbr is the power-on brightness. It's the brightness tha

Re: [PATCH, new ACPI driver] new sony_acpi driver

2005-02-14 Thread Stelian Pop
On Mon, Feb 14, 2005 at 10:53:10AM +, Matthew Garrett wrote: > Stelian Pop <[EMAIL PROTECTED]> wrote: > > > Privately I've had many positive feedbacks from users of this driver > > (and no negative feedback), including Linux distributions who wish > > to

Re: [PATCH, new ACPI driver] new sony_acpi driver

2005-02-14 Thread Stelian Pop
laptop uses at power-on time. * cdp is the CD-ROM power. Writing 0 to cdp turns off the cdrom in order to save a bit of power consumption. I'll add this information in the docs. Stelian. -- Stelian Pop <[EMAIL PROTECTED]> - To unsubscribe from this list: send the line "unsu

Re: [PATCH, new ACPI driver] new sony_acpi driver

2005-02-11 Thread Stelian Pop
sscanf - move documentation to new directory Documentation/acpi - name the file 'brightness' instead of 'brt' Signed-of-by: Stelian Pop <[EMAIL PROTECTED]> drivers/acpi/sony_acpi.c | 471 + Documentation/acpi/sony_acpi.txt

Re: [PATCH 2/5] sonypi: add another HELP button event

2005-02-11 Thread Stelian Pop
27; line as it was left over > from my earlier patch introducing EVTYPE_OFFSET. At that time all the > values were 0x08, most was updated, but a few were not, due to > unsuficcient data. I think you're right. I've queued this for a later update. Thanks. Stelian. -- Stelian Pop <

Re: [PATCH, new ACPI driver] new sony_acpi driver

2005-02-11 Thread Stelian Pop
default m > >+ ---help--- > >+ This mini-driver drives the ACPI SNC device present in the > >+ ACPI BIOS of the Sony Vaio laptops. > >+ > >+ It gives access to some extra laptop functionalities. In > >+ its current form, the only t

Re: [ACPI] [PATCH, new ACPI driver] new sony_acpi driver

2005-02-11 Thread Stelian Pop
On Thu, Feb 10, 2005 at 08:39:37PM +0100, Bruno Ducrot wrote: > On Thu, Feb 10, 2005 at 05:18:10PM +0100, Stelian Pop wrote: > > Hi, > > > > +ACPI Sony Notebook Control Driver (SNC) Readme > > +-- > > + Copyr

Re: [RFC] Linux Kernel Subversion Howto

2005-02-11 Thread Stelian Pop
tree structure as > people are asking. And the whole discussion happens because you disagree on this one. I'm fed up now so I'll stop here. Stelian. -- Stelian Pop <[EMAIL PROTECTED]> - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the bo

Re: [RFC] Linux Kernel Subversion Howto

2005-02-11 Thread Stelian Pop
le's decisions, and people has > chosen BK and they know very well what they were doing. Not exactly true. The BK licence changed a few times since Linus started using it. IIRC, the restrictions on 'exporting the metadata' as well as the one on 'work with someone hacking

Re: [PATCH 0/5] sonypi driver update

2005-02-11 Thread Stelian Pop
On Thu, Feb 10, 2005 at 02:24:58PM -0500, Dmitry Torokhov wrote: > On Thu, 10 Feb 2005 16:44:21 +0100, Stelian Pop <[EMAIL PROTECTED]> wrote: > > Hi, > > > > Over the last few weeks I've collected a few patches in my tree > > coming from other

[PATCH, new ACPI driver] new sony_acpi driver

2005-02-10 Thread Stelian Pop
fully find what those knobs do and propose that extra functionalities in the future versions of the driver (if someone at Sony is listening, you know what we need from you...) This driver does not interact with the current sonypi driver, both drivers can be used at the same time. Signed-of-by: Stel

[PATCH 4/5] sonypi: fold the contents of sonypi.h into sonypi.c

2005-02-10 Thread Stelian Pop
=== Fold the contents of sonypi.h into sonypi.c making some structures static. Partly-from: Adrian Bunk <[EMAIL PROTECTED]> Suggested-by: Dmitry Torokhov <[EMAIL PROTECTED]> Signed-off-by: Stelian Pop <[

[PATCH 5/5] sonypi: add fan and temperature status/control

2005-02-10 Thread Stelian Pop
). From: Narayanan R S <[EMAIL PROTECTED]> Signed-off-by: Stelian Pop <[EMAIL PROTECTED]> === drivers/char/sonypi.c | 32 include/linux/sonypi.h | 11 ++- 2 files changed,

[PATCH 3/5] sonypi: use MISC_DYNAMIC_MINOR in miscdevice.minor assignment.

2005-02-10 Thread Stelian Pop
=== Use MISC_DYNAMIC_MINOR in miscdevice.minor assignment. Patch-from: Olaf Hering <[EMAIL PROTECTED]> Signed-off-by: Stelian Pop <[EMAIL PROTECTED]> ==

[PATCH 2/5] sonypi: add another HELP button event

2005-02-10 Thread Stelian Pop
=== Add another HELP button event. Increment the version number. Signed-off-by: Stelian Pop <[EMAIL PROTECTED]> === sonypi.h |5 +++-- 1 files chan

[PATCH 0/5] sonypi driver update

2005-02-10 Thread Stelian Pop
C_MINOR in miscdevice.minor assignment. 4/5: sonypi: fold the contents of sonypi.h into sonypi.c 5/5: sonypi: add fan and temperature status/control Please apply. Thanks. Stelian. -- Stelian Pop <[EMAIL PROTECTED]> - To unsubscribe from this list: send the line "unsubscribe linu

[PATCH 1/5] sonypi: replace schedule_timeout() with msleep()

2005-02-10 Thread Stelian Pop
=== Replace schedule_timeout() with msleep() - from janitors. Signed-off-by: Stelian Pop <[EMAIL PROTECTED]> === sonypi.c | 11 --- 1 files chan

Re: [RFC] Linux Kernel Subversion Howto

2005-02-10 Thread Stelian Pop
graded history. In > very little time that switchover would seem as remote as the pre-BK > times are now. Nice conclusion to this thread. Stelian. -- Stelian Pop <[EMAIL PROTECTED]> - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the b

Re: [RFC] Linux Kernel Subversion Howto

2005-02-08 Thread Stelian Pop
On Sat, Feb 05, 2005 at 03:38:41PM -0800, Larry McVoy wrote: > On Sat, Feb 05, 2005 at 08:38:48PM +0100, Stelian Pop wrote: > > > Nope: he digs the bk-commit mailing list archives. > > > > > Interesting, I fergot about those commit mails, thanks for remining > >

Re: [RFC] Linux Kernel Subversion Howto

2005-02-08 Thread Stelian Pop
ed to use the BitKeeper Soft- ware. Tell me now how it is possible under this license to post patches generated by BK on lkml ? Stelian. -- Stelian Pop <[EMAIL PROTECTED]> - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: [RFC] Linux Kernel Subversion Howto

2005-02-05 Thread Stelian Pop
On Sat, Feb 05, 2005 at 12:31:53AM +0100, Francois Romieu wrote: > Stelian Pop <[EMAIL PROTECTED]> : > [...] > > Now, suppose one of my patches introduced a problem. How can someone > > not using BK isolate the patch which introduced the problem ? All he > > can do

Re: [RFC] Linux Kernel Subversion Howto

2005-02-04 Thread Stelian Pop
.bkbits.net:8080/linux-2.6/[EMAIL PROTECTED] gives only the merge changeset, obviously not the same as the above revision. Stelian. -- Stelian Pop <[EMAIL PROTECTED]> - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL P

Re: [RFC] Linux Kernel Subversion Howto

2005-02-04 Thread Stelian Pop
nges go into the Linus tree using a BK branch, and finally get exported to CVS as _a single delta_. Now, suppose one of my patches introduced a problem. How can someone not using BK isolate the patch which introduced the problem ? All he can do is to back out the entire set of patches, and the who

Re: [RFC] Linux Kernel Subversion Howto

2005-02-04 Thread Stelian Pop
you are the SCM expert not me so I may be missing something) there is exactly one delta per 'trunk' changeset, so if you have a file being modified several times on a branch you will end with one single delta which is the merge of the separate patches. I'm not sure how, by addin

Re: [RFC] Linux Kernel Subversion Howto

2005-02-04 Thread Stelian Pop
ng for an exception is about as polite as > me asking for an exception from the GPL's requirements. I don't see what 'polite' has to do with it. If one of us tends to be rude I would say that's you... Anyway, it is perfectly valid to ask the author(s) for an exception t

Re: [RFC] Linux Kernel Subversion Howto

2005-02-04 Thread Stelian Pop
And it worked. That ought to have some value in your eyes. It has and I don't question the use of BitKeeper for the kernel development, as long as it is useful for it (and it is !) and as long as the data (with the metadata) is also available outside of BK. > Maybe > enough to respe

Re: [RFC] Linux Kernel Subversion Howto

2005-02-04 Thread Stelian Pop
On Fri, Feb 04, 2005 at 01:08:35PM +0200, Michael S. Tsirkin wrote: > > There is a section called "How do I generate 'proper' diffs ?" dealing > > with this. > > > > Stelian. > > -- > > Stelian Pop <[EMAIL PROTECTED]> > &

Re: [RFC] Linux Kernel Subversion Howto

2005-02-04 Thread Stelian Pop
u diff flags at all, > with the exception of -u, which is the default anyway). There is a section called "How do I generate 'proper' diffs ?" dealing with this. Stelian. -- Stelian Pop <[EMAIL PROTECTED]> - To unsubscribe from this list: send the line "unsu

Re: [RFC] Linux Kernel Subversion Howto

2005-02-03 Thread Stelian Pop
ht the competition was between the tools not the data inside... Why is that every time someone wants the full history of the kernel you think it wants to compete with you ? That history is not even a secret, everybody can get it from BK/web or by running the free edition of BK (if allowed). Stelian.

Re: [RFC] Linux Kernel Subversion Howto

2005-02-03 Thread Stelian Pop
ommit mapping). I know this involves playing with CVS branches and could be a bit tricky but should be doable. Stelian. -- Stelian Pop <[EMAIL PROTECTED]> - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED

Re: [RFC] Linux Kernel Subversion Howto

2005-02-03 Thread Stelian Pop
On Wed, Feb 02, 2005 at 10:47:58PM +0100, Daniele Venzano wrote: > Il giorno 02/feb/05, alle 16:54, Stelian Pop ha scritto: > > >Hi, > > > >I've played lately a bit with Subversion and used it for managing > >the kernel sources, using Larry McVoy's bk2

Re: [RFC] Linux Kernel Subversion Howto

2005-02-03 Thread Stelian Pop
r developers. Thanks for the suggestions, I've updated the howto on the webpage. Stelian. > > > > I've put it also on my web page along with the necessary scripts: > > http://popies.net/svn-kernel/ Stelian. -- Stelian Pop <[EMAIL PROTECTED]> - To unsubscr

Re: [RFC] Linux Kernel Subversion Howto

2005-02-03 Thread Stelian Pop
conversion tool) on kernel.org, and let those who are interested just mirror it (either with svm or rsync) instead of generating it on their own machine (which takes several hours). Is somebody interested ? Stelian. -- Stelian Pop <[EMAIL PROTECTED]> - To unsubscribe from this list

[RFC] Linux Kernel Subversion Howto

2005-02-02 Thread Stelian Pop
all the branches contents will be lost. There is unfortunately no simple way to moving the data you had in the old branches to the new repository, you'll have to do it manually (using 'svnsendall' for example). 5. Backuping the data is not simple. You cannot backup only the development branches, you will have to backup the whole SVN repository (using 'svnadmin dump' for example). -- Stelian Pop <[EMAIL PROTECTED]> - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: [2.6 patch] drivers/char/sonypi.c: make 3 structs static

2005-01-31 Thread Stelian Pop
On Mon, Jan 31, 2005 at 05:13:22PM -0500, Dmitry Torokhov wrote: > On Mon, 31 Jan 2005 22:49:05 +0100, Stelian Pop <[EMAIL PROTECTED]> wrote: > > > > sonypi.h is a "local" header file used only by sonypi.c. > > > > I would like to keep those tables i

Re: [2.6 patch] drivers/char/sonypi.c: make 3 structs static

2005-01-31 Thread Stelian Pop
ruct miscdevice sonypi_misc_device = { +static struct miscdevice sonypi_misc_device = { .minor = -1, .name = "sonypi", .fops = &sonypi_misc_fops, > -- Stelian Pop <[EMAIL PROTECTED]> - To unsubscribe from this list:

Re: [PATCH] use misc dynamic minor for sonypi driver

2005-01-27 Thread Stelian Pop
.name = "sonypi", > .fops = &sonypi_misc_fops, > }; It works because sonypi_misc_device.minor get overridden later: 662 sonypi_misc_device.minor = (minor == -1) ? 663 MISC_DYNAMIC_MINOR : minor; This test could be simplified too in additi

Re: [PATCH 2.4.5-ac12] New Sony Vaio Motion Eye camera driver

2001-06-29 Thread Stelian Pop
52x288 which this camera does not support etc). But it should be easy to patch it and make it work with this camera, just like I did with xawtv. Stelian. PS: this hasn't much to do with the kernel anymore, I suggest we take this discussion off list now. I'm not sure neither if Linus is real

  1   2   >