]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'mediatek-fixes'
authorDavid S. Miller <davem@davemloft.net>
Thu, 1 Sep 2016 03:53:49 +0000 (20:53 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 1 Sep 2016 03:53:49 +0000 (20:53 -0700)
commit17e6b1220d37f445d1b2bdc4339b2595a6ffc3f5
treec14d5195812c5c760f29d9f228c4c56001554525
parent43fe26a95cdabb899128bb35f8092ce8f343d003
parent8a10410537c6c0eb29f9872302b825933f92012d
Merge branch 'mediatek-fixes'

Sean Wang says:

====================
net: ethernet: mediatek: a couple of fixes

a couple of fixes come out from integrating with linux-4.8 rc1
they all are verified and workable on linux-4.8 rc1

Changes since v1:
- usage of loops to work out if all required clock are ready instead
of tedious coding
- remove redundant pinctrl setup that is already done by core driver
thanks for careful and patient reviewing by Andrew Lunn
- splitting distinct changes into the separate patches
- change variable naming from err to ret for readable coding

Changes since v2:
- restore to original clock disabling sequence that is changed
accidentally in the last version
- refine the commit log that would cause misunderstanding what has
been done in the changes
- refine the commit log that would cause footnote losing due to
improper delimiter use

Changes since v3:
- fix git rejects caused by mixing a change from net-next, so
remake the patch set based on the current net branch again.
====================

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