From: Ben Gamari Date: Wed, 18 Feb 2009 01:08:49 +0000 (-0500) Subject: drm: Convert proc files to seq_file and introduce debugfs X-Git-Tag: v2.6.30-rc1~613^2~35 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=955b12def42e83287c1bdb1411d99451753c1391;p=pandora-kernel.git drm: Convert proc files to seq_file and introduce debugfs The old mechanism to formatting proc files is extremely ugly. The seq_file API was designed specifically for cases like this and greatly simplifies the process. Also, most of the files in /proc really don't belong there. This patch introduces the infrastructure for putting these into debugfs and exposes all of the proc files in debugfs as well. This contains the i915 hooks rewrite as well, to make bisectability better. Signed-off-by: Ben Gamari Signed-off-by: Eric Anholt Signed-off-by: Dave Airlie --- Reading git-diff-tree failed