OSDN Git Service

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)
commit9259f134a7dd1372ab142b2860994b993db34917
tree1754e16f6142288d0b52bb08bc8787b03fd5c9d2
parent808679e7fa8018321ccfb227628175b84d2a5ff9
parent71f74ae48c7fd08ffa0c447dfcea6c7fd3dfefc6
Merge branch 'mv88e6xxx-module-reloading'

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>