]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit7df6f8ed558844b2790ff61c9e01f3fcd3c35895
tree71b7fb9997910ed9b2e90a94fdd0a2e5e6d7dd14
parent9559ab6eafb2d3c72e6be4a635d152a566d73be2
parentc52017031fdd7058fa5b877789ed8a09747c9551
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>