On 04/24/2015 03:17 PM, Paul Burton wrote:
The debugfs code becomes a nuisance when attempting to avoid globals, since the interrupt controller probe function run too early for it to be safe to create the debugfs files. Drop it. Signed-off-by: Paul Burton <paul.burton@xxxxxxxxxx> Cc: Lars-Peter Clausen <lars@xxxxxxxxxx> Cc: Thomas Gleixner <tglx@xxxxxxxxxxxxx> Cc: Jason Cooper <jason@xxxxxxxxxxxxxx> Cc: Ralf Baechle <ralf@xxxxxxxxxxxxxx> Cc: linux-mips@xxxxxxxxxxxxxx --- I recognise this one may be controversial. Please shout if you care about this debugfs code!
It's ok, it was useful during initial development of the driver, but I doubt anybody ever look at the debugfs files after it.
Acked-by: Lars-Peter Clausen <lars@xxxxxxxxxx>