Merge branch 'mv88e6xxx-module-reloading'
authorDavid S. Miller <davem@davemloft.net>
Mon, 26 Mar 2018 00:43:42 +0000 (20:43 -0400)
committerDavid S. Miller <davem@davemloft.net>
Mon, 26 Mar 2018 00:43:42 +0000 (20:43 -0400)
Andrew Lunn says:

====================
Fixes to allow mv88e6xxx module to be reloaded

As reported by Uwe Kleine-König, the interrupt trigger is first
configured by DT and then reconfigured to edge. This results in a
failure on EPROBE_DEFER, or if the module is unloaded and reloaded.

A second crash happens on module reload due to a missing call to the
common IRQ free code when using polled interrupts.

With these fixes in place, it becomes possible to load and unload the
kernel modules a few times without it crashing.

v2: Fix the ü in Künig a couple of times
v3: But the ü should be an ö!
====================

Signed-off-by: David S. Miller <davem@davemloft.net>

Trivial merge