mbox series

[net-next,v2,0/3] net: dsa: realtek: support reset controller

Message ID 20231027190910.27044-1-luizluca@gmail.com (mailing list archive)
Headers show
Series net: dsa: realtek: support reset controller | expand

Message

Luiz Angelo Daros de Luca Oct. 27, 2023, 7 p.m. UTC
v1->v2:
- Introduce a dedicated commit for removing the reset-gpios requirement.
- Place bindings patches before code changes.
- Remove the 'reset-names' property.
- Move the example from the commit message to realtek.yaml.
- Split the reset function into _assert/_deassert variants.
- Modify reset functions to return a warning instead of a value.
- Utilize devm_reset_control_get_optional to prevent failure when
  reset_control is missing.
- Use 'true' and 'false' for boolean values.
- Remove the CONFIG_RESET_CONTROLLER check as stub methods are sufficient
  when undefined.