linux/drivers/dpll/zl3073x
Ivan Vecera 01e0e8b6a2 dpll: zl3073x: Remove unused dev wrappers
Remove several zl3073x_dev_... inline wrapper functions from core.h
as they are no longer used by any callers.

Removed functions:
* zl3073x_dev_ref_ffo_get
* zl3073x_dev_ref_is_enabled
* zl3073x_dev_synth_dpll_get
* zl3073x_dev_synth_is_enabled
* zl3073x_dev_out_signal_format_get

This is a cleanup after recent refactoring, as the remaining callers
now fetch the state object and use the base helpers directly.

Reviewed-by: Petr Oros <poros@redhat.com>
Tested-by: Prathosh Satish <Prathosh.Satish@microchip.com>
Signed-off-by: Ivan Vecera <ivecera@redhat.com>
Link: https://patch.msgid.link/20251113074105.141379-7-ivecera@redhat.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
2025-11-17 20:23:38 -08:00
..
Kconfig dpll: zl3073x: ZL3073X_I2C and ZL3073X_SPI should depend on NET 2025-08-04 17:22:55 -07:00
Makefile dpll: zl3073x: Split ref, out, and synth logic from core 2025-11-17 20:23:37 -08:00
core.c dpll: zl3073x: Cache reference monitor status 2025-11-17 20:23:37 -08:00
core.h dpll: zl3073x: Remove unused dev wrappers 2025-11-17 20:23:38 -08:00
devlink.c dpll: zl3073x: Fix double free in zl3073x_devlink_flash_update() 2025-09-26 15:23:55 -07:00
devlink.h dpll: zl3073x: Add low-level flash functions 2025-09-15 08:08:39 -07:00
dpll.c dpll: zl3073x: Cache all output properties in zl3073x_out 2025-11-17 20:23:37 -08:00
dpll.h dpll: zl3073x: Allow to configure phase offset averaging factor 2025-09-29 18:57:41 -07:00
flash.c dpll: zl3073x: Add low-level flash functions 2025-09-15 08:08:39 -07:00
flash.h dpll: zl3073x: Add low-level flash functions 2025-09-15 08:08:39 -07:00
fw.c dpll: zl3073x: fix kernel-doc name and missing parameter in fw.c 2025-11-13 17:26:23 -08:00
fw.h dpll: zl3073x: Add firmware loading functionality 2025-09-15 08:08:39 -07:00
i2c.c
out.c dpll: zl3073x: Cache all output properties in zl3073x_out 2025-11-17 20:23:37 -08:00
out.h dpll: zl3073x: Cache all output properties in zl3073x_out 2025-11-17 20:23:37 -08:00
prop.c dpll: zl3073x: Split ref, out, and synth logic from core 2025-11-17 20:23:37 -08:00
prop.h dpll: zl3073x: Read DPLL types and pin properties from system firmware 2025-07-09 19:08:53 -07:00
ref.c dpll: zl3073x: Cache all reference properties in zl3073x_ref 2025-11-17 20:23:37 -08:00
ref.h dpll: zl3073x: Cache all reference properties in zl3073x_ref 2025-11-17 20:23:37 -08:00
regs.h dpll: zl3073x: Handle missing or corrupted flash configuration 2025-10-13 17:24:36 -07:00
spi.c
synth.c dpll: zl3073x: Split ref, out, and synth logic from core 2025-11-17 20:23:37 -08:00
synth.h dpll: zl3073x: Split ref, out, and synth logic from core 2025-11-17 20:23:37 -08:00