Message ID | 20240914112816.520224-1-aford173@gmail.com |
---|---|
Headers | show |
Series | phy: freescale: fsl-samsung-hdmi: Expand phy clock options | expand |
On Sat, 14 Sep 2024 06:27:44 -0500, Adam Ford wrote: > Currently, there is a look-up-table to describe all the clock options the HDMI PHY > can use. Some of these entries in the LUT are using a fractional divider which does > not have a well documented algorithm for determinging values, but the the integer > divider can use an algorithm to calculate the integer divder values dynamically > beyond those listed in the LUT and also duplicates some of the entries. > > The first two patches do not do anything functionally other than simplify > some of the register accesses and de-duplicates some of the register look-ups. > > [...] Applied, thanks! [1/5] phy: freescale: fsl-samsung-hdmi: Replace register defines with macro commit: 4a5a9e2577d61a4ee3e9788e0c2b0c1cbc5ba7b3 [2/5] phy: freescale: fsl-samsung-hdmi: Simplify REG21_PMS_S_MASK lookup commit: 375ee44adb3640099508c5c0c01d86f0bdb16e97 [3/5] phy: freescale: fsl-samsung-hdmi: Support dynamic integer commit: 1951dbb41d1dff7c135eed4fa1a6330df6971549 [4/5] phy: freescale: fsl-samsung-hdmi: Use closest divider commit: 058ea4a06704c6ad3032bdb3ead9ed3dc1f7fe6e [5/5] phy: freescale: fsl-samsung-hdmi: Remove unnecessary LUT entries commit: 7588444551c65ddd37d6ee9e232bd944d2df2c8c Best regards,