Merge branch 'net-dsa-mv88e6xxx-add-amethyst-specific-smi-gpio-function'
authorPaolo Abeni <pabeni@redhat.com>
Thu, 29 Feb 2024 09:16:42 +0000 (10:16 +0100)
committerPaolo Abeni <pabeni@redhat.com>
Thu, 29 Feb 2024 09:16:42 +0000 (10:16 +0100)
commitbe9bd8d4e52a288a23d9c310462e4a3b25edf35c
tree545afb0cdb56e75cdf187035c125467b230094c7
parent67ea41d19d2aad2da2bcaeb7992c4fff9dc28a8f
parente3ab3267a0bbedc37725bb845a332ec33b247263
Merge branch 'net-dsa-mv88e6xxx-add-amethyst-specific-smi-gpio-function'

Robert Marko says:

====================
net: dsa: mv88e6xxx: add Amethyst specific SMI GPIO function

Amethyst family (MV88E6191X/6193X/6393X) has a simplified SMI GPIO setting
via the Scratch and Misc register so it requires family specific function.

In the v1 review, Andrew pointed out that it would make sense to rename the
existing mv88e6xxx_g2_scratch_gpio_set_smi as it only works on the MV6390
family.

Changes in v2:
* Add rename of mv88e6xxx_g2_scratch_gpio_set_smi to
mv88e6390_g2_scratch_gpio_set_smi
====================

Link: https://lore.kernel.org/r/20240227175457.2766628-1-robimarko@gmail.com
Signed-off-by: Paolo Abeni <pabeni@redhat.com>