]> git.baikalelectronics.ru Git - uboot.git/commit
phy: meson-axg-mipi: Rename "priv_auto_alloc_size" to "priv_auto"
authorAlper Nebi Yasak <alpernebiyasak@gmail.com>
Fri, 14 May 2021 20:54:19 +0000 (23:54 +0300)
committerNeil Armstrong <narmstrong@baylibre.com>
Tue, 27 Jul 2021 08:32:09 +0000 (10:32 +0200)
commit18abfccf895dde6788cc36ca44c4bbb899ed8201
tree112b9e20cce35143f8b4d98f8646577fde00158c
parentfdb2520027c84490bffd86210a8192dcbd9fc57f
phy: meson-axg-mipi: Rename "priv_auto_alloc_size" to "priv_auto"

With commit 43161fb3b1ff ("dm: treewide: Rename auto_alloc_size members
to be shorter") "priv_auto_alloc_size" was renamed to "priv_auto". Apply
the rename to these two drivers as well.

Fixes: ac1968e8e5c2 ("phy: Add Amlogic AXG MIPI PCIe Analog PHY driver")
Fixes: 043355780570 ("phy: Add Amlogic AXG MIPI D-PHY driver")
Signed-off-by: Alper Nebi Yasak <alpernebiyasak@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
drivers/phy/meson-axg-mipi-dphy.c
drivers/phy/meson-axg-mipi-pcie-analog.c