Re: [PATCH] radeon_cp: use request_firmware

2009-04-14 Thread Ben Hutchings
Please use b...@decadent.org.uk for all mail related to my work on firmware separation, which has nothing to do with my employment. On Mon, 2009-04-13 at 21:57 +0530, Jaswinder Singh Rajput wrote: Moved datah before datal because datah is required before datal. Firmware blob looks like

Re: [PATCH] radeon_cp: use request_firmware

2009-04-14 Thread Jaswinder Singh Rajput
On Mon, 2009-04-13 at 19:26 +0100, Ben Hutchings wrote: Please use b...@decadent.org.uk for all mail related to my work on firmware separation, which has nothing to do with my employment. On Mon, 2009-04-13 at 21:57 +0530, Jaswinder Singh Rajput wrote: Moved datah before datal because datah

Re: [PATCH] radeon_cp: use request_firmware

2009-04-14 Thread Ben Hutchings
On Tue, Apr 14, 2009 at 10:24:41AM +0530, Jaswinder Singh Rajput wrote: On Mon, 2009-04-13 at 19:26 +0100, Ben Hutchings wrote: Please use b...@decadent.org.uk for all mail related to my work on firmware separation, which has nothing to do with my employment. On Mon, 2009-04-13 at 21:57

Re: [PATCH] radeon_cp: use request_firmware

2009-04-14 Thread Krzysztof Halasa
Ben Hutchings b...@decadent.org.uk writes: I don't copy Signed-off-by if I make significant changes as the original author should not be held responsible for any errors. I'll be happy to ask for your S-o-b before submitting a patch based on your work in future. I think we should never

Re: [PATCH] radeon_cp: use request_firmware

2009-04-14 Thread Bill Davidsen
Krzysztof Halasa wrote: Ben Hutchings b...@decadent.org.uk writes: I don't copy Signed-off-by if I make significant changes as the original author should not be held responsible for any errors. I'll be happy to ask for your S-o-b before submitting a patch based on your work in future. I

Re: [PATCH] radeon_cp: use request_firmware

2008-12-29 Thread Jaswinder Singh Rajput
Hello Ben, Dave, On Tue, Dec 23, 2008 at 8:23 PM, Ben Hutchings b...@decadent.org.uk wrote: I had to revise Jaswinder's patch as it allowed a double-free. I'm attaching the version I've tested (which is against v2.6.26 so the paths are different). That was tested on a Radeon Mobility 7500

Re: [PATCH] radeon_cp: use request_firmware

2008-12-23 Thread Ben Hutchings
On Mon, 2008-12-22 at 11:39 +0100, Julien Cristau wrote: On Sun, Dec 21, 2008 at 20:58:28 +, Dave Airlie wrote: Is available at http://git.infradead.org/users/jaswinder/firm-jsr-2.6.git?a=commit;h=3a911a216742e4ab998f3281409d46a62f252716 Please let me know, should I

Re: [PATCH] radeon_cp: use request_firmware

2008-12-22 Thread Julien Cristau
On Sun, Dec 21, 2008 at 20:58:28 +, Dave Airlie wrote: Is available at http://git.infradead.org/users/jaswinder/firm-jsr-2.6.git?a=commit;h=3a911a216742e4ab998f3281409d46a62f252716 Please let me know, should I need to resend this patch for : 1. git

Re: [PATCH] radeon_cp: use request_firmware

2008-12-22 Thread Jaswinder Singh
Hello Dave, On Mon, Dec 22, 2008 at 2:28 AM, Dave Airlie airl...@linux.ie wrote: Is available at http://git.infradead.org/users/jaswinder/firm-jsr-2.6.git?a=commit;h=3a911a216742e4ab998f3281409d46a62f252716 Please let me know, should I need to resend this patch for : 1. git

Re: [PATCH] radeon_cp: use request_firmware

2008-12-21 Thread Dave Airlie
Is available at http://git.infradead.org/users/jaswinder/firm-jsr-2.6.git?a=commit;h=3a911a216742e4ab998f3281409d46a62f252716 Please let me know, should I need to resend this patch for : 1. git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git OR 2. git

Re: [PATCH] radeon_cp: use request_firmware

2008-12-20 Thread Jaswinder Singh
Hello all, On Thu, Aug 7, 2008 at 1:21 PM, Jaswinder Singh jaswin...@infradead.org wrote: Moved datah before datal because datah is required before datal. Firmware blob looks like this... __be32 datah __be32 datal Signed-off-by: Jaswinder Singh jaswin...@infradead.org ---

Re: [PATCH] radeon_cp: use request_firmware

2008-08-07 Thread Gene Heskett
On Thursday 07 August 2008, Jaswinder Singh wrote: Moved datah before datal because datah is required before datal. Firmware blob looks like this... __be32 datah __be32 datal Signed-off-by: Jaswinder Singh [EMAIL PROTECTED] When applied to 2.6.27-rc2, firmware/Makefile was

Re: [PATCH] radeon_cp: use request_firmware

2008-08-07 Thread Jaswinder Singh
Hello Gene, On Thu, 2008-08-07 at 06:24 -0400, Gene Heskett wrote: When applied to 2.6.27-rc2, firmware/Makefile was rejected, so I manually added the blob list to that Makefile in what looked to be the correct place. And added a make firmware_install to my kernel builder script.