OSDN Git Service

Merge branch 'add-reset-deassertion-for-aspeed-mdio'
authorPaolo Abeni <pabeni@redhat.com>
Thu, 28 Apr 2022 07:39:34 +0000 (09:39 +0200)
committerPaolo Abeni <pabeni@redhat.com>
Thu, 28 Apr 2022 07:39:34 +0000 (09:39 +0200)
commitbe5fd933f8c15967931121aa8a0e521bf2802e71
tree71b7fb9997910ed9b2e90a94fdd0a2e5e6d7dd14
parent50c6afabfd2ae91a4ff0e2feb14fe702b0688ec5
parenta8db203db05c5271e59647adc0855c7290455a35
Merge branch 'add-reset-deassertion-for-aspeed-mdio'

Dylan Hung says:

====================
Add reset deassertion for Aspeed MDIO

Add missing reset deassertion for Aspeed MDIO bus controller. The reset
is asserted by the hardware when power-on so the driver only needs to
deassert it. To be able to work with the old DT blobs, the reset is
optional since it may be deasserted by the bootloader or the previous
kernel.

V6:
- fix merge conflict for net-next

V5:
- fix error of dt_binding_check

V4:
- use ASPEED_RESET_MII instead of hardcoding in dt-binding example

V3:
- remove reset property from the required list of the device tree
  bindings
- remove "Cc: stable@vger.kernel.org" from the commit messages
- add more description in the commit message of the dt-binding

V2:
- add reset property in the device tree bindings
- add reset assertion in the error path and driver remove
====================

Link: https://lore.kernel.org/r/20220427035501.17500-1-dylan_hung@aspeedtech.com
Signed-off-by: Paolo Abeni <pabeni@redhat.com>