commit | afef20585abe55c44d376f3cacf435ddde149d77 | [log] [tgz] |
---|---|---|
author | Neil Armstrong <narmstrong@baylibre.com> | Tue Dec 29 14:58:58 2020 +0100 |
committer | Neil Armstrong <narmstrong@baylibre.com> | Wed Feb 10 10:00:51 2021 +0100 |
tree | bc634d8ec8f97e16d4c756ca56da1166f9cd84db | |
parent | e14d5762de1db84cae6d84d59c1e40f3eb26c4c3 [diff] |
phy: dphy: Add configuration helpers The MIPI D-PHY spec defines default values and boundaries for most of the parameters it defines. Introduce helpers to help drivers get meaningful values based on their current parameters, and validate the boundaries of these parameters if needed. These helpers and header are taken from Linux commit 9123e3a74ec7 ("Linux 5.9-rc1"). Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>