[PATCH] Optional libata LED trigger for PowerMac G5

2007-08-02 Thread Tony Vroon
-PowerMacs and makes the functionality fully optional. Jeff, hopefully this version addresses your earlier concerns voiced on May 25 this year. Signed-off-by: Tony Vroon [EMAIL PROTECTED] diff --git a/drivers/ata/libata-core.c b/drivers/ata/libata-core.c index 60e78be..9c687db 100644

Re: [patch 03/11] Optional LED trigger for libata

2007-05-25 Thread Tony Vroon
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Jeff Garzik wrote: [EMAIL PROTECTED] wrote: From: Tony Vroon [EMAIL PROTECTED] This adds an optional wrapper around ata_ac_issue_prot that triggers the LED layer. This is used for the PMU LED on G5 towers (IDE trigger). My test platform

[PATCH 2.6.22 RESEND] Optional LED trigger for libata

2007-03-20 Thread Tony Vroon
shortened as requested. Signed-off-by: Tony Vroon [EMAIL PROTECTED] diff -uNr linux-2.6.ORIG/drivers/ata/libata-core.c linux-2.6/drivers/ata/libata-core.c --- linux-2.6.ORIG/drivers/ata/libata-core.c2007-03-20 09:10:44.0 + +++ linux-2.6/drivers/ata/libata-core.c 2007-03-20 09:17

Re: [PATCH 2.6.22] Add LED trigger to libata core

2007-03-19 Thread Tony Vroon
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Alan Cox wrote: Gak. I'd rather it stayed out of ata_qc_issue() which is a critical path for performance. Our command issu is already too heavy and not all controllers have queueing to absorb that. How many controllers actually need this hook

[PATCH 2.6.22 1/3] Add LED trigger to libata core

2007-03-19 Thread Tony Vroon
Heo Alan Cox. Signed-off-by: Tony Vroon [EMAIL PROTECTED] --- linux-2.6/drivers/ata/libata-core.c.orig2007-03-19 20:03:07.0 + +++ linux-2.6/drivers/ata/libata-core.c 2007-03-19 21:05:50.0 + @@ -49,6 +49,7 @@ #include linux/workqueue.h #include linux/jiffies.h

[PATCH 2.6.22] Add LED trigger to libata core

2007-03-18 Thread Tony Vroon
This duplicates the IDE core LED trigger in the libata core. I plan to use this by allowing PMU LED control on G5 towers. My test platform is a PowerMac 7,3 (Dual G5 2.0GHz, June 2004) with a K2 (sata_svw) controller. Signed-off-by: Tony Vroon [EMAIL PROTECTED] --- linux-2.6/drivers/ata/libata