From: Jonathan Cameron Date: Wed, 18 May 2011 13:41:18 +0000 (+0100) Subject: staging:iio: Add infrastructure for irq_chip based triggers X-Git-Tag: v3.0-rc1~336^2~84 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d96d1337e339521a2bd56dc9d51fef140c1a49ee;p=pandora-kernel.git staging:iio: Add infrastructure for irq_chip based triggers V3: Get rid of separate interrupt pool. This is well handled by irq_get_descs and irq_free_descs. Two functions I simply wasn't aware of previously. Thus the allocation for a given trigger is now handled by core code rather than us reinventing the wheel. V2: Stop silly name duplication. Move pool handling to industrialio-trigger as that is the only user. Changed over to using irq_modify_status rather than the arm specific set_irq_flags as per Thomas Gleixner's suggestion. Signed-off-by: Jonathan Cameron Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed