summaryrefslogtreecommitdiff
path: root/iosched.c
AgeCommit message (Expand)AuthorFilesLines
2015-04-22iosched: Print error cause if setting io prio failedVadim Kochan1-1/+1
2013-06-03iosched: break out io scheduling functions from xutilsDaniel Borkmann1-0/+76
it-info'> authorManfred Schlaegl <manfred.schlaegl@ginzinger.com>2016-06-06 10:47:47 +0200 committerDavid S. Miller <davem@davemloft.net>2016-06-10 22:14:58 -0700 commitfc0f7e3317c5f406e6d5520209b4689a4ffecfdf (patch) treea79a86a27467193c76ffca098ea8bf4966c1065e parent698ea54dde6768d4a96080d0fb796cb3a4eadaf8 (diff)
net: phy: smsc: reintroduced unconditional soft reset
We detected some problems using the smsc lan8720a in combination with i.MX28 and tracked this down to commit 21009686662f ("net: phy: smsc: move smsc_phy_config_init reset part in a soft_reset function") With 2100968666 the generic soft reset is replaced by a specific function which handles power down state correctly. But additionally the soft reset itself got conditional and is therefore also only performed if the phy is in power down state. This patch keeps the conditional wake up from power down, but re-introduces the unconditional soft reset using the generic soft reset function. It was tested on linux-4.1.25 and linux-4.7.0-rc2. Signed-off-by: Manfred Schlaegl <manfred.schlaegl@ginzinger.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat