On 2/26/22 05:07, Marek Vasut wrote:
Add driver for Renesas 9-series PCIe clock generators. This driver is designed to support 9FGV/9DBV/9DMV/9FGL/9DML/9QXL/9SQ series I2C PCIe clock generators, currently the only tested and supported chip is 9FGV0241. The driver is capable of configuring per-chip spread spectrum mode and output amplitude, as well as per-output slew rate. Signed-off-by: Marek Vasut <marex@xxxxxxx> Cc: Michael Turquette <mturquette@xxxxxxxxxxxx> Cc: Rob Herring <robh+dt@xxxxxxxxxx> Cc: Stephen Boyd <sboyd@xxxxxxxxxx> Cc: devicetree@xxxxxxxxxxxxxxx To: linux-clk@xxxxxxxxxxxxxxx --- V2: - Drop unused includes - Use REGCACHE_FLAT for smaller reg file - Move of_node_put() in rs9_get_output_config() a bit higher up - Drop forward declaration of clk_rs9_of_match - Use device_get_match_data() instead of of_device_get_match_data() and check for its return value, verify it is non-NULL - Use newly available __clk_hw_register_fixed_factor() with parent_data index=0 and drop of_clk_get_parent_name() altogether V3: - Rename renesas,out-amplitude to renesas,out-amplitude-microvolt
Are there any news on this series ?