From: Magnus Damm Date: Fri, 14 Aug 2009 10:49:38 +0000 (+0000) Subject: uio: Runtime PM for UIO devices X-Git-Tag: v2.6.32-rc1~640^2~35^2~17^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af76756e6e8c268c684865d29b897a470de1f097;p=pandora-kernel.git uio: Runtime PM for UIO devices This patch modifies the uio_pdrv_genirq driver to support Runtime PM. The power management implementation simply runtime resumes the device at open() time and runtime suspends it at release() time. The user space driver is responsible for re-initializing the hardware after open(). Signed-off-by: Magnus Damm Signed-off-by: Paul Mundt --- Reading git-diff-tree failed