/openbmc/linux/drivers/clk/at91/ |
H A D | sama7g5.c | diff 1a2669df3c1fcef1e212fc9fe39b37b0b67a97f0 Thu Jun 15 04:32:21 CDT 2023 Claudiu Beznea <claudiu.beznea@microchip.com> clk: at91: clk-programmable: add support for parent_hw
Add support for parent_hw in programmable clock driver. With this parent-child relation is described with pointers rather than strings making registration a bit faster.
All the SoC based drivers that rely on clk-programmable were adapted to the new API change. The switch itself for SoCs will be done in subsequent patches.
Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com> Reviewed-by: Maxime Ripard <mripard@kernel.org> Link: https://lore.kernel.org/r/20230615093227.576102-6-claudiu.beznea@microchip.com
|
H A D | at91sam9n12.c | diff 1a2669df3c1fcef1e212fc9fe39b37b0b67a97f0 Thu Jun 15 04:32:21 CDT 2023 Claudiu Beznea <claudiu.beznea@microchip.com> clk: at91: clk-programmable: add support for parent_hw
Add support for parent_hw in programmable clock driver. With this parent-child relation is described with pointers rather than strings making registration a bit faster.
All the SoC based drivers that rely on clk-programmable were adapted to the new API change. The switch itself for SoCs will be done in subsequent patches.
Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com> Reviewed-by: Maxime Ripard <mripard@kernel.org> Link: https://lore.kernel.org/r/20230615093227.576102-6-claudiu.beznea@microchip.com
|
H A D | sama5d3.c | diff 1a2669df3c1fcef1e212fc9fe39b37b0b67a97f0 Thu Jun 15 04:32:21 CDT 2023 Claudiu Beznea <claudiu.beznea@microchip.com> clk: at91: clk-programmable: add support for parent_hw
Add support for parent_hw in programmable clock driver. With this parent-child relation is described with pointers rather than strings making registration a bit faster.
All the SoC based drivers that rely on clk-programmable were adapted to the new API change. The switch itself for SoCs will be done in subsequent patches.
Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com> Reviewed-by: Maxime Ripard <mripard@kernel.org> Link: https://lore.kernel.org/r/20230615093227.576102-6-claudiu.beznea@microchip.com
|
H A D | dt-compat.c | diff 1a2669df3c1fcef1e212fc9fe39b37b0b67a97f0 Thu Jun 15 04:32:21 CDT 2023 Claudiu Beznea <claudiu.beznea@microchip.com> clk: at91: clk-programmable: add support for parent_hw
Add support for parent_hw in programmable clock driver. With this parent-child relation is described with pointers rather than strings making registration a bit faster.
All the SoC based drivers that rely on clk-programmable were adapted to the new API change. The switch itself for SoCs will be done in subsequent patches.
Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com> Reviewed-by: Maxime Ripard <mripard@kernel.org> Link: https://lore.kernel.org/r/20230615093227.576102-6-claudiu.beznea@microchip.com
|
H A D | at91rm9200.c | diff 1a2669df3c1fcef1e212fc9fe39b37b0b67a97f0 Thu Jun 15 04:32:21 CDT 2023 Claudiu Beznea <claudiu.beznea@microchip.com> clk: at91: clk-programmable: add support for parent_hw
Add support for parent_hw in programmable clock driver. With this parent-child relation is described with pointers rather than strings making registration a bit faster.
All the SoC based drivers that rely on clk-programmable were adapted to the new API change. The switch itself for SoCs will be done in subsequent patches.
Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com> Reviewed-by: Maxime Ripard <mripard@kernel.org> Link: https://lore.kernel.org/r/20230615093227.576102-6-claudiu.beznea@microchip.com
|
H A D | at91sam9g45.c | diff 1a2669df3c1fcef1e212fc9fe39b37b0b67a97f0 Thu Jun 15 04:32:21 CDT 2023 Claudiu Beznea <claudiu.beznea@microchip.com> clk: at91: clk-programmable: add support for parent_hw
Add support for parent_hw in programmable clock driver. With this parent-child relation is described with pointers rather than strings making registration a bit faster.
All the SoC based drivers that rely on clk-programmable were adapted to the new API change. The switch itself for SoCs will be done in subsequent patches.
Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com> Reviewed-by: Maxime Ripard <mripard@kernel.org> Link: https://lore.kernel.org/r/20230615093227.576102-6-claudiu.beznea@microchip.com
|
H A D | at91sam9rl.c | diff 1a2669df3c1fcef1e212fc9fe39b37b0b67a97f0 Thu Jun 15 04:32:21 CDT 2023 Claudiu Beznea <claudiu.beznea@microchip.com> clk: at91: clk-programmable: add support for parent_hw
Add support for parent_hw in programmable clock driver. With this parent-child relation is described with pointers rather than strings making registration a bit faster.
All the SoC based drivers that rely on clk-programmable were adapted to the new API change. The switch itself for SoCs will be done in subsequent patches.
Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com> Reviewed-by: Maxime Ripard <mripard@kernel.org> Link: https://lore.kernel.org/r/20230615093227.576102-6-claudiu.beznea@microchip.com
|
H A D | at91sam9260.c | diff 1a2669df3c1fcef1e212fc9fe39b37b0b67a97f0 Thu Jun 15 04:32:21 CDT 2023 Claudiu Beznea <claudiu.beznea@microchip.com> clk: at91: clk-programmable: add support for parent_hw
Add support for parent_hw in programmable clock driver. With this parent-child relation is described with pointers rather than strings making registration a bit faster.
All the SoC based drivers that rely on clk-programmable were adapted to the new API change. The switch itself for SoCs will be done in subsequent patches.
Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com> Reviewed-by: Maxime Ripard <mripard@kernel.org> Link: https://lore.kernel.org/r/20230615093227.576102-6-claudiu.beznea@microchip.com
|
H A D | at91sam9x5.c | diff 1a2669df3c1fcef1e212fc9fe39b37b0b67a97f0 Thu Jun 15 04:32:21 CDT 2023 Claudiu Beznea <claudiu.beznea@microchip.com> clk: at91: clk-programmable: add support for parent_hw
Add support for parent_hw in programmable clock driver. With this parent-child relation is described with pointers rather than strings making registration a bit faster.
All the SoC based drivers that rely on clk-programmable were adapted to the new API change. The switch itself for SoCs will be done in subsequent patches.
Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com> Reviewed-by: Maxime Ripard <mripard@kernel.org> Link: https://lore.kernel.org/r/20230615093227.576102-6-claudiu.beznea@microchip.com
|
H A D | sam9x60.c | diff 1a2669df3c1fcef1e212fc9fe39b37b0b67a97f0 Thu Jun 15 04:32:21 CDT 2023 Claudiu Beznea <claudiu.beznea@microchip.com> clk: at91: clk-programmable: add support for parent_hw
Add support for parent_hw in programmable clock driver. With this parent-child relation is described with pointers rather than strings making registration a bit faster.
All the SoC based drivers that rely on clk-programmable were adapted to the new API change. The switch itself for SoCs will be done in subsequent patches.
Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com> Reviewed-by: Maxime Ripard <mripard@kernel.org> Link: https://lore.kernel.org/r/20230615093227.576102-6-claudiu.beznea@microchip.com
|
H A D | sama5d4.c | diff 1a2669df3c1fcef1e212fc9fe39b37b0b67a97f0 Thu Jun 15 04:32:21 CDT 2023 Claudiu Beznea <claudiu.beznea@microchip.com> clk: at91: clk-programmable: add support for parent_hw
Add support for parent_hw in programmable clock driver. With this parent-child relation is described with pointers rather than strings making registration a bit faster.
All the SoC based drivers that rely on clk-programmable were adapted to the new API change. The switch itself for SoCs will be done in subsequent patches.
Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com> Reviewed-by: Maxime Ripard <mripard@kernel.org> Link: https://lore.kernel.org/r/20230615093227.576102-6-claudiu.beznea@microchip.com
|
H A D | clk-programmable.c | diff 1a2669df3c1fcef1e212fc9fe39b37b0b67a97f0 Thu Jun 15 04:32:21 CDT 2023 Claudiu Beznea <claudiu.beznea@microchip.com> clk: at91: clk-programmable: add support for parent_hw
Add support for parent_hw in programmable clock driver. With this parent-child relation is described with pointers rather than strings making registration a bit faster.
All the SoC based drivers that rely on clk-programmable were adapted to the new API change. The switch itself for SoCs will be done in subsequent patches.
Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com> Reviewed-by: Maxime Ripard <mripard@kernel.org> Link: https://lore.kernel.org/r/20230615093227.576102-6-claudiu.beznea@microchip.com
|
H A D | sama5d2.c | diff 1a2669df3c1fcef1e212fc9fe39b37b0b67a97f0 Thu Jun 15 04:32:21 CDT 2023 Claudiu Beznea <claudiu.beznea@microchip.com> clk: at91: clk-programmable: add support for parent_hw
Add support for parent_hw in programmable clock driver. With this parent-child relation is described with pointers rather than strings making registration a bit faster.
All the SoC based drivers that rely on clk-programmable were adapted to the new API change. The switch itself for SoCs will be done in subsequent patches.
Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com> Reviewed-by: Maxime Ripard <mripard@kernel.org> Link: https://lore.kernel.org/r/20230615093227.576102-6-claudiu.beznea@microchip.com
|
H A D | pmc.h | diff 1a2669df3c1fcef1e212fc9fe39b37b0b67a97f0 Thu Jun 15 04:32:21 CDT 2023 Claudiu Beznea <claudiu.beznea@microchip.com> clk: at91: clk-programmable: add support for parent_hw
Add support for parent_hw in programmable clock driver. With this parent-child relation is described with pointers rather than strings making registration a bit faster.
All the SoC based drivers that rely on clk-programmable were adapted to the new API change. The switch itself for SoCs will be done in subsequent patches.
Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com> Reviewed-by: Maxime Ripard <mripard@kernel.org> Link: https://lore.kernel.org/r/20230615093227.576102-6-claudiu.beznea@microchip.com
|