Message ID | 20220614084612.325229-1-linux@rasmusvillemoes.dk (mailing list archive) |
---|---|
Headers | show |
Series | dt-bindings: dp83867: add binding for io_impedance_ctrl nvmem cell | expand |
Hello: This series was applied to netdev/net-next.git (master) by Jakub Kicinski <kuba@kernel.org>: On Tue, 14 Jun 2022 10:46:09 +0200 you wrote: > We have a board where measurements indicate that the current three > options - leaving IO_IMPEDANCE_CTRL at the reset value (which is > factory calibrated to a value corresponding to approximately 50 ohms) > or using one of the two boolean properties to set it to the min/max > value - are too coarse. > > This series adds a device tree binding for an nvmem cell which can be > populated during production with a suitable value calibrated for each > board, and corresponding support in the driver. The second patch adds > a trivial phy wrapper for dev_err_probe(), used in the third. > > [...] Here is the summary with links: - [net-next,v2,1/3] dt-bindings: dp83867: add binding for io_impedance_ctrl nvmem cell https://git.kernel.org/netdev/net-next/c/ab1e9de84aff - [net-next,v2,2/3] linux/phy.h: add phydev_err_probe() wrapper for dev_err_probe() https://git.kernel.org/netdev/net-next/c/a793679827a8 - [net-next,v2,3/3] net: phy: dp83867: implement support for io_impedance_ctrl nvmem cell https://git.kernel.org/netdev/net-next/c/5c2d0a6a0701 You are awesome, thank you!