History log of /u-boot/drivers/clk/at91/clk-main.c
Revision Date Author Comments
# d678a59d 18-May-2024 Tom Rini <trini@konsulko.com>

Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""

When bringing in the series 'arm: dts: am62-beagleplay: Fix Beagleplay
Ethernet"' I failed to notice that b4 noticed it was based on next and
so took that as the base commit and merged that part of next to master.

This reverts commit c8ffd1356d42223cbb8c86280a083cc3c93e6426, reversing
changes made to 2ee6f3a5f7550de3599faef9704e166e5dcace35.

Reported-by: Jonas Karlman <jonas@kwiboo.se>
Signed-off-by: Tom Rini <trini@konsulko.com>


# 92bb2cd4 01-May-2024 Tom Rini <trini@konsulko.com>

clk: Remove <common.h> and add needed includes

Remove <common.h> from this driver directory and when needed
add missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>


# 13248d66 09-Nov-2023 Igor Prusov <ivprusov@salutedevices.com>

treewide: use linux/time.h for time conversion defines

Now that we have time conversion defines from in time.h there is no need
for each driver to define their own version.

Signed-off-by: Igor Prusov <ivprusov@salutedevices.com>
Reviewed-by: Svyatoslav Ryhel <clamor95@gmail.com> # tegra
Reviewed-by: Eugen Hristev <eugen.hristev@collabora.com> #at91
Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org> #qcom geni
Reviewed-by: Stefan Bosch <stefan_b@posteo.net> #nanopi2
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# d678a59d 18-May-2024 Tom Rini <trini@konsulko.com>

Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""

When bringing in the series 'arm: dts: am62-beagleplay: Fix Beagleplay
Ethernet"' I failed to notice that b4 noticed it was based on next and
so took that as the base commit and merged that part of next to master.

This reverts commit c8ffd1356d42223cbb8c86280a083cc3c93e6426, reversing
changes made to 2ee6f3a5f7550de3599faef9704e166e5dcace35.

Reported-by: Jonas Karlman <jonas@kwiboo.se>
Signed-off-by: Tom Rini <trini@konsulko.com>


# 92bb2cd4 01-May-2024 Tom Rini <trini@konsulko.com>

clk: Remove <common.h> and add needed includes

Remove <common.h> from this driver directory and when needed
add missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>


# 13248d66 09-Nov-2023 Igor Prusov <ivprusov@salutedevices.com>

treewide: use linux/time.h for time conversion defines

Now that we have time conversion defines from in time.h there is no need
for each driver to define their own version.

Signed-off-by: Igor Prusov <ivprusov@salutedevices.com>
Reviewed-by: Svyatoslav Ryhel <clamor95@gmail.com> # tegra
Reviewed-by: Eugen Hristev <eugen.hristev@collabora.com> #at91
Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org> #qcom geni
Reviewed-by: Stefan Bosch <stefan_b@posteo.net> #nanopi2
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# d678a59d 18-May-2024 Tom Rini <trini@konsulko.com>

Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""

When bringing in the series 'arm: dts: am62-beagleplay: Fix Beagleplay
Ethernet"' I failed to notice that b4 noticed it was based on next and
so took that as the base commit and merged that part of next to master.

This reverts commit c8ffd1356d42223cbb8c86280a083cc3c93e6426, reversing
changes made to 2ee6f3a5f7550de3599faef9704e166e5dcace35.

Reported-by: Jonas Karlman <jonas@kwiboo.se>
Signed-off-by: Tom Rini <trini@konsulko.com>


# 92bb2cd4 01-May-2024 Tom Rini <trini@konsulko.com>

clk: Remove <common.h> and add needed includes

Remove <common.h> from this driver directory and when needed
add missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>


# 13248d66 09-Nov-2023 Igor Prusov <ivprusov@salutedevices.com>

treewide: use linux/time.h for time conversion defines

Now that we have time conversion defines from in time.h there is no need
for each driver to define their own version.

Signed-off-by: Igor Prusov <ivprusov@salutedevices.com>
Reviewed-by: Svyatoslav Ryhel <clamor95@gmail.com> # tegra
Reviewed-by: Eugen Hristev <eugen.hristev@collabora.com> #at91
Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org> #qcom geni
Reviewed-by: Stefan Bosch <stefan_b@posteo.net> #nanopi2
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# d678a59d 18-May-2024 Tom Rini <trini@konsulko.com>

Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""

When bringing in the series 'arm: dts: am62-beagleplay: Fix Beagleplay
Ethernet"' I failed to notice that b4 noticed it was based on next and
so took that as the base commit and merged that part of next to master.

This reverts commit c8ffd1356d42223cbb8c86280a083cc3c93e6426, reversing
changes made to 2ee6f3a5f7550de3599faef9704e166e5dcace35.

Reported-by: Jonas Karlman <jonas@kwiboo.se>
Signed-off-by: Tom Rini <trini@konsulko.com>


# 92bb2cd4 01-May-2024 Tom Rini <trini@konsulko.com>

clk: Remove <common.h> and add needed includes

Remove <common.h> from this driver directory and when needed
add missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>


# 13248d66 09-Nov-2023 Igor Prusov <ivprusov@salutedevices.com>

treewide: use linux/time.h for time conversion defines

Now that we have time conversion defines from in time.h there is no need
for each driver to define their own version.

Signed-off-by: Igor Prusov <ivprusov@salutedevices.com>
Reviewed-by: Svyatoslav Ryhel <clamor95@gmail.com> # tegra
Reviewed-by: Eugen Hristev <eugen.hristev@collabora.com> #at91
Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org> #qcom geni
Reviewed-by: Stefan Bosch <stefan_b@posteo.net> #nanopi2
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# d678a59d 18-May-2024 Tom Rini <trini@konsulko.com>

Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""

When bringing in the series 'arm: dts: am62-beagleplay: Fix Beagleplay
Ethernet"' I failed to notice that b4 noticed it was based on next and
so took that as the base commit and merged that part of next to master.

This reverts commit c8ffd1356d42223cbb8c86280a083cc3c93e6426, reversing
changes made to 2ee6f3a5f7550de3599faef9704e166e5dcace35.

Reported-by: Jonas Karlman <jonas@kwiboo.se>
Signed-off-by: Tom Rini <trini@konsulko.com>


# 92bb2cd4 01-May-2024 Tom Rini <trini@konsulko.com>

clk: Remove <common.h> and add needed includes

Remove <common.h> from this driver directory and when needed
add missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>


# 13248d66 09-Nov-2023 Igor Prusov <ivprusov@salutedevices.com>

treewide: use linux/time.h for time conversion defines

Now that we have time conversion defines from in time.h there is no need
for each driver to define their own version.

Signed-off-by: Igor Prusov <ivprusov@salutedevices.com>
Reviewed-by: Svyatoslav Ryhel <clamor95@gmail.com> # tegra
Reviewed-by: Eugen Hristev <eugen.hristev@collabora.com> #at91
Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org> #qcom geni
Reviewed-by: Stefan Bosch <stefan_b@posteo.net> #nanopi2
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# d678a59d 18-May-2024 Tom Rini <trini@konsulko.com>

Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""

When bringing in the series 'arm: dts: am62-beagleplay: Fix Beagleplay
Ethernet"' I failed to notice that b4 noticed it was based on next and
so took that as the base commit and merged that part of next to master.

This reverts commit c8ffd1356d42223cbb8c86280a083cc3c93e6426, reversing
changes made to 2ee6f3a5f7550de3599faef9704e166e5dcace35.

Reported-by: Jonas Karlman <jonas@kwiboo.se>
Signed-off-by: Tom Rini <trini@konsulko.com>


# 92bb2cd4 01-May-2024 Tom Rini <trini@konsulko.com>

clk: Remove <common.h> and add needed includes

Remove <common.h> from this driver directory and when needed
add missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>


# 13248d66 09-Nov-2023 Igor Prusov <ivprusov@salutedevices.com>

treewide: use linux/time.h for time conversion defines

Now that we have time conversion defines from in time.h there is no need
for each driver to define their own version.

Signed-off-by: Igor Prusov <ivprusov@salutedevices.com>
Reviewed-by: Svyatoslav Ryhel <clamor95@gmail.com> # tegra
Reviewed-by: Eugen Hristev <eugen.hristev@collabora.com> #at91
Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org> #qcom geni
Reviewed-by: Stefan Bosch <stefan_b@posteo.net> #nanopi2
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# d678a59d 18-May-2024 Tom Rini <trini@konsulko.com>

Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""

When bringing in the series 'arm: dts: am62-beagleplay: Fix Beagleplay
Ethernet"' I failed to notice that b4 noticed it was based on next and
so took that as the base commit and merged that part of next to master.

This reverts commit c8ffd1356d42223cbb8c86280a083cc3c93e6426, reversing
changes made to 2ee6f3a5f7550de3599faef9704e166e5dcace35.

Reported-by: Jonas Karlman <jonas@kwiboo.se>
Signed-off-by: Tom Rini <trini@konsulko.com>


# 92bb2cd4 01-May-2024 Tom Rini <trini@konsulko.com>

clk: Remove <common.h> and add needed includes

Remove <common.h> from this driver directory and when needed
add missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>


# 13248d66 09-Nov-2023 Igor Prusov <ivprusov@salutedevices.com>

treewide: use linux/time.h for time conversion defines

Now that we have time conversion defines from in time.h there is no need
for each driver to define their own version.

Signed-off-by: Igor Prusov <ivprusov@salutedevices.com>
Reviewed-by: Svyatoslav Ryhel <clamor95@gmail.com> # tegra
Reviewed-by: Eugen Hristev <eugen.hristev@collabora.com> #at91
Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org> #qcom geni
Reviewed-by: Stefan Bosch <stefan_b@posteo.net> #nanopi2
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# d678a59d 18-May-2024 Tom Rini <trini@konsulko.com>

Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""

When bringing in the series 'arm: dts: am62-beagleplay: Fix Beagleplay
Ethernet"' I failed to notice that b4 noticed it was based on next and
so took that as the base commit and merged that part of next to master.

This reverts commit c8ffd1356d42223cbb8c86280a083cc3c93e6426, reversing
changes made to 2ee6f3a5f7550de3599faef9704e166e5dcace35.

Reported-by: Jonas Karlman <jonas@kwiboo.se>
Signed-off-by: Tom Rini <trini@konsulko.com>


# 92bb2cd4 01-May-2024 Tom Rini <trini@konsulko.com>

clk: Remove <common.h> and add needed includes

Remove <common.h> from this driver directory and when needed
add missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>


# 13248d66 09-Nov-2023 Igor Prusov <ivprusov@salutedevices.com>

treewide: use linux/time.h for time conversion defines

Now that we have time conversion defines from in time.h there is no need
for each driver to define their own version.

Signed-off-by: Igor Prusov <ivprusov@salutedevices.com>
Reviewed-by: Svyatoslav Ryhel <clamor95@gmail.com> # tegra
Reviewed-by: Eugen Hristev <eugen.hristev@collabora.com> #at91
Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org> #qcom geni
Reviewed-by: Stefan Bosch <stefan_b@posteo.net> #nanopi2
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# d678a59d 18-May-2024 Tom Rini <trini@konsulko.com>

Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""

When bringing in the series 'arm: dts: am62-beagleplay: Fix Beagleplay
Ethernet"' I failed to notice that b4 noticed it was based on next and
so took that as the base commit and merged that part of next to master.

This reverts commit c8ffd1356d42223cbb8c86280a083cc3c93e6426, reversing
changes made to 2ee6f3a5f7550de3599faef9704e166e5dcace35.

Reported-by: Jonas Karlman <jonas@kwiboo.se>
Signed-off-by: Tom Rini <trini@konsulko.com>


# 92bb2cd4 01-May-2024 Tom Rini <trini@konsulko.com>

clk: Remove <common.h> and add needed includes

Remove <common.h> from this driver directory and when needed
add missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>


# 13248d66 09-Nov-2023 Igor Prusov <ivprusov@salutedevices.com>

treewide: use linux/time.h for time conversion defines

Now that we have time conversion defines from in time.h there is no need
for each driver to define their own version.

Signed-off-by: Igor Prusov <ivprusov@salutedevices.com>
Reviewed-by: Svyatoslav Ryhel <clamor95@gmail.com> # tegra
Reviewed-by: Eugen Hristev <eugen.hristev@collabora.com> #at91
Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org> #qcom geni
Reviewed-by: Stefan Bosch <stefan_b@posteo.net> #nanopi2
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# d678a59d 18-May-2024 Tom Rini <trini@konsulko.com>

Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""

When bringing in the series 'arm: dts: am62-beagleplay: Fix Beagleplay
Ethernet"' I failed to notice that b4 noticed it was based on next and
so took that as the base commit and merged that part of next to master.

This reverts commit c8ffd1356d42223cbb8c86280a083cc3c93e6426, reversing
changes made to 2ee6f3a5f7550de3599faef9704e166e5dcace35.

Reported-by: Jonas Karlman <jonas@kwiboo.se>
Signed-off-by: Tom Rini <trini@konsulko.com>


# 92bb2cd4 01-May-2024 Tom Rini <trini@konsulko.com>

clk: Remove <common.h> and add needed includes

Remove <common.h> from this driver directory and when needed
add missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>


# 13248d66 09-Nov-2023 Igor Prusov <ivprusov@salutedevices.com>

treewide: use linux/time.h for time conversion defines

Now that we have time conversion defines from in time.h there is no need
for each driver to define their own version.

Signed-off-by: Igor Prusov <ivprusov@salutedevices.com>
Reviewed-by: Svyatoslav Ryhel <clamor95@gmail.com> # tegra
Reviewed-by: Eugen Hristev <eugen.hristev@collabora.com> #at91
Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org> #qcom geni
Reviewed-by: Stefan Bosch <stefan_b@posteo.net> #nanopi2
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# d678a59d 18-May-2024 Tom Rini <trini@konsulko.com>

Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""

When bringing in the series 'arm: dts: am62-beagleplay: Fix Beagleplay
Ethernet"' I failed to notice that b4 noticed it was based on next and
so took that as the base commit and merged that part of next to master.

This reverts commit c8ffd1356d42223cbb8c86280a083cc3c93e6426, reversing
changes made to 2ee6f3a5f7550de3599faef9704e166e5dcace35.

Reported-by: Jonas Karlman <jonas@kwiboo.se>
Signed-off-by: Tom Rini <trini@konsulko.com>


# 92bb2cd4 01-May-2024 Tom Rini <trini@konsulko.com>

clk: Remove <common.h> and add needed includes

Remove <common.h> from this driver directory and when needed
add missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>


# 13248d66 09-Nov-2023 Igor Prusov <ivprusov@salutedevices.com>

treewide: use linux/time.h for time conversion defines

Now that we have time conversion defines from in time.h there is no need
for each driver to define their own version.

Signed-off-by: Igor Prusov <ivprusov@salutedevices.com>
Reviewed-by: Svyatoslav Ryhel <clamor95@gmail.com> # tegra
Reviewed-by: Eugen Hristev <eugen.hristev@collabora.com> #at91
Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org> #qcom geni
Reviewed-by: Stefan Bosch <stefan_b@posteo.net> #nanopi2
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# d678a59d 18-May-2024 Tom Rini <trini@konsulko.com>

Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""

When bringing in the series 'arm: dts: am62-beagleplay: Fix Beagleplay
Ethernet"' I failed to notice that b4 noticed it was based on next and
so took that as the base commit and merged that part of next to master.

This reverts commit c8ffd1356d42223cbb8c86280a083cc3c93e6426, reversing
changes made to 2ee6f3a5f7550de3599faef9704e166e5dcace35.

Reported-by: Jonas Karlman <jonas@kwiboo.se>
Signed-off-by: Tom Rini <trini@konsulko.com>


# 92bb2cd4 01-May-2024 Tom Rini <trini@konsulko.com>

clk: Remove <common.h> and add needed includes

Remove <common.h> from this driver directory and when needed
add missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>


# 13248d66 09-Nov-2023 Igor Prusov <ivprusov@salutedevices.com>

treewide: use linux/time.h for time conversion defines

Now that we have time conversion defines from in time.h there is no need
for each driver to define their own version.

Signed-off-by: Igor Prusov <ivprusov@salutedevices.com>
Reviewed-by: Svyatoslav Ryhel <clamor95@gmail.com> # tegra
Reviewed-by: Eugen Hristev <eugen.hristev@collabora.com> #at91
Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org> #qcom geni
Reviewed-by: Stefan Bosch <stefan_b@posteo.net> #nanopi2
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# d678a59d 18-May-2024 Tom Rini <trini@konsulko.com>

Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""

When bringing in the series 'arm: dts: am62-beagleplay: Fix Beagleplay
Ethernet"' I failed to notice that b4 noticed it was based on next and
so took that as the base commit and merged that part of next to master.

This reverts commit c8ffd1356d42223cbb8c86280a083cc3c93e6426, reversing
changes made to 2ee6f3a5f7550de3599faef9704e166e5dcace35.

Reported-by: Jonas Karlman <jonas@kwiboo.se>
Signed-off-by: Tom Rini <trini@konsulko.com>


# 92bb2cd4 01-May-2024 Tom Rini <trini@konsulko.com>

clk: Remove <common.h> and add needed includes

Remove <common.h> from this driver directory and when needed
add missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>


# 13248d66 09-Nov-2023 Igor Prusov <ivprusov@salutedevices.com>

treewide: use linux/time.h for time conversion defines

Now that we have time conversion defines from in time.h there is no need
for each driver to define their own version.

Signed-off-by: Igor Prusov <ivprusov@salutedevices.com>
Reviewed-by: Svyatoslav Ryhel <clamor95@gmail.com> # tegra
Reviewed-by: Eugen Hristev <eugen.hristev@collabora.com> #at91
Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org> #qcom geni
Reviewed-by: Stefan Bosch <stefan_b@posteo.net> #nanopi2
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# d678a59d 18-May-2024 Tom Rini <trini@konsulko.com>

Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""

When bringing in the series 'arm: dts: am62-beagleplay: Fix Beagleplay
Ethernet"' I failed to notice that b4 noticed it was based on next and
so took that as the base commit and merged that part of next to master.

This reverts commit c8ffd1356d42223cbb8c86280a083cc3c93e6426, reversing
changes made to 2ee6f3a5f7550de3599faef9704e166e5dcace35.

Reported-by: Jonas Karlman <jonas@kwiboo.se>
Signed-off-by: Tom Rini <trini@konsulko.com>


# 92bb2cd4 01-May-2024 Tom Rini <trini@konsulko.com>

clk: Remove <common.h> and add needed includes

Remove <common.h> from this driver directory and when needed
add missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>


# 13248d66 09-Nov-2023 Igor Prusov <ivprusov@salutedevices.com>

treewide: use linux/time.h for time conversion defines

Now that we have time conversion defines from in time.h there is no need
for each driver to define their own version.

Signed-off-by: Igor Prusov <ivprusov@salutedevices.com>
Reviewed-by: Svyatoslav Ryhel <clamor95@gmail.com> # tegra
Reviewed-by: Eugen Hristev <eugen.hristev@collabora.com> #at91
Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org> #qcom geni
Reviewed-by: Stefan Bosch <stefan_b@posteo.net> #nanopi2
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# d678a59d 18-May-2024 Tom Rini <trini@konsulko.com>

Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""

When bringing in the series 'arm: dts: am62-beagleplay: Fix Beagleplay
Ethernet"' I failed to notice that b4 noticed it was based on next and
so took that as the base commit and merged that part of next to master.

This reverts commit c8ffd1356d42223cbb8c86280a083cc3c93e6426, reversing
changes made to 2ee6f3a5f7550de3599faef9704e166e5dcace35.

Reported-by: Jonas Karlman <jonas@kwiboo.se>
Signed-off-by: Tom Rini <trini@konsulko.com>


# 92bb2cd4 01-May-2024 Tom Rini <trini@konsulko.com>

clk: Remove <common.h> and add needed includes

Remove <common.h> from this driver directory and when needed
add missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>


# 13248d66 09-Nov-2023 Igor Prusov <ivprusov@salutedevices.com>

treewide: use linux/time.h for time conversion defines

Now that we have time conversion defines from in time.h there is no need
for each driver to define their own version.

Signed-off-by: Igor Prusov <ivprusov@salutedevices.com>
Reviewed-by: Svyatoslav Ryhel <clamor95@gmail.com> # tegra
Reviewed-by: Eugen Hristev <eugen.hristev@collabora.com> #at91
Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org> #qcom geni
Reviewed-by: Stefan Bosch <stefan_b@posteo.net> #nanopi2
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# d678a59d 18-May-2024 Tom Rini <trini@konsulko.com>

Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""

When bringing in the series 'arm: dts: am62-beagleplay: Fix Beagleplay
Ethernet"' I failed to notice that b4 noticed it was based on next and
so took that as the base commit and merged that part of next to master.

This reverts commit c8ffd1356d42223cbb8c86280a083cc3c93e6426, reversing
changes made to 2ee6f3a5f7550de3599faef9704e166e5dcace35.

Reported-by: Jonas Karlman <jonas@kwiboo.se>
Signed-off-by: Tom Rini <trini@konsulko.com>


# 92bb2cd4 01-May-2024 Tom Rini <trini@konsulko.com>

clk: Remove <common.h> and add needed includes

Remove <common.h> from this driver directory and when needed
add missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>


# 13248d66 09-Nov-2023 Igor Prusov <ivprusov@salutedevices.com>

treewide: use linux/time.h for time conversion defines

Now that we have time conversion defines from in time.h there is no need
for each driver to define their own version.

Signed-off-by: Igor Prusov <ivprusov@salutedevices.com>
Reviewed-by: Svyatoslav Ryhel <clamor95@gmail.com> # tegra
Reviewed-by: Eugen Hristev <eugen.hristev@collabora.com> #at91
Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org> #qcom geni
Reviewed-by: Stefan Bosch <stefan_b@posteo.net> #nanopi2
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# d678a59d 18-May-2024 Tom Rini <trini@konsulko.com>

Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""

When bringing in the series 'arm: dts: am62-beagleplay: Fix Beagleplay
Ethernet"' I failed to notice that b4 noticed it was based on next and
so took that as the base commit and merged that part of next to master.

This reverts commit c8ffd1356d42223cbb8c86280a083cc3c93e6426, reversing
changes made to 2ee6f3a5f7550de3599faef9704e166e5dcace35.

Reported-by: Jonas Karlman <jonas@kwiboo.se>
Signed-off-by: Tom Rini <trini@konsulko.com>


# 92bb2cd4 01-May-2024 Tom Rini <trini@konsulko.com>

clk: Remove <common.h> and add needed includes

Remove <common.h> from this driver directory and when needed
add missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>


# 13248d66 09-Nov-2023 Igor Prusov <ivprusov@salutedevices.com>

treewide: use linux/time.h for time conversion defines

Now that we have time conversion defines from in time.h there is no need
for each driver to define their own version.

Signed-off-by: Igor Prusov <ivprusov@salutedevices.com>
Reviewed-by: Svyatoslav Ryhel <clamor95@gmail.com> # tegra
Reviewed-by: Eugen Hristev <eugen.hristev@collabora.com> #at91
Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org> #qcom geni
Reviewed-by: Stefan Bosch <stefan_b@posteo.net> #nanopi2
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# d678a59d 18-May-2024 Tom Rini <trini@konsulko.com>

Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""

When bringing in the series 'arm: dts: am62-beagleplay: Fix Beagleplay
Ethernet"' I failed to notice that b4 noticed it was based on next and
so took that as the base commit and merged that part of next to master.

This reverts commit c8ffd1356d42223cbb8c86280a083cc3c93e6426, reversing
changes made to 2ee6f3a5f7550de3599faef9704e166e5dcace35.

Reported-by: Jonas Karlman <jonas@kwiboo.se>
Signed-off-by: Tom Rini <trini@konsulko.com>


# 92bb2cd4 01-May-2024 Tom Rini <trini@konsulko.com>

clk: Remove <common.h> and add needed includes

Remove <common.h> from this driver directory and when needed
add missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>


# 13248d66 09-Nov-2023 Igor Prusov <ivprusov@salutedevices.com>

treewide: use linux/time.h for time conversion defines

Now that we have time conversion defines from in time.h there is no need
for each driver to define their own version.

Signed-off-by: Igor Prusov <ivprusov@salutedevices.com>
Reviewed-by: Svyatoslav Ryhel <clamor95@gmail.com> # tegra
Reviewed-by: Eugen Hristev <eugen.hristev@collabora.com> #at91
Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org> #qcom geni
Reviewed-by: Stefan Bosch <stefan_b@posteo.net> #nanopi2
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# d678a59d 18-May-2024 Tom Rini <trini@konsulko.com>

Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""

When bringing in the series 'arm: dts: am62-beagleplay: Fix Beagleplay
Ethernet"' I failed to notice that b4 noticed it was based on next and
so took that as the base commit and merged that part of next to master.

This reverts commit c8ffd1356d42223cbb8c86280a083cc3c93e6426, reversing
changes made to 2ee6f3a5f7550de3599faef9704e166e5dcace35.

Reported-by: Jonas Karlman <jonas@kwiboo.se>
Signed-off-by: Tom Rini <trini@konsulko.com>


# 92bb2cd4 01-May-2024 Tom Rini <trini@konsulko.com>

clk: Remove <common.h> and add needed includes

Remove <common.h> from this driver directory and when needed
add missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>


# 13248d66 09-Nov-2023 Igor Prusov <ivprusov@salutedevices.com>

treewide: use linux/time.h for time conversion defines

Now that we have time conversion defines from in time.h there is no need
for each driver to define their own version.

Signed-off-by: Igor Prusov <ivprusov@salutedevices.com>
Reviewed-by: Svyatoslav Ryhel <clamor95@gmail.com> # tegra
Reviewed-by: Eugen Hristev <eugen.hristev@collabora.com> #at91
Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org> #qcom geni
Reviewed-by: Stefan Bosch <stefan_b@posteo.net> #nanopi2
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# d678a59d 18-May-2024 Tom Rini <trini@konsulko.com>

Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""

When bringing in the series 'arm: dts: am62-beagleplay: Fix Beagleplay
Ethernet"' I failed to notice that b4 noticed it was based on next and
so took that as the base commit and merged that part of next to master.

This reverts commit c8ffd1356d42223cbb8c86280a083cc3c93e6426, reversing
changes made to 2ee6f3a5f7550de3599faef9704e166e5dcace35.

Reported-by: Jonas Karlman <jonas@kwiboo.se>
Signed-off-by: Tom Rini <trini@konsulko.com>


# 92bb2cd4 01-May-2024 Tom Rini <trini@konsulko.com>

clk: Remove <common.h> and add needed includes

Remove <common.h> from this driver directory and when needed
add missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>


# 13248d66 09-Nov-2023 Igor Prusov <ivprusov@salutedevices.com>

treewide: use linux/time.h for time conversion defines

Now that we have time conversion defines from in time.h there is no need
for each driver to define their own version.

Signed-off-by: Igor Prusov <ivprusov@salutedevices.com>
Reviewed-by: Svyatoslav Ryhel <clamor95@gmail.com> # tegra
Reviewed-by: Eugen Hristev <eugen.hristev@collabora.com> #at91
Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org> #qcom geni
Reviewed-by: Stefan Bosch <stefan_b@posteo.net> #nanopi2
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# d678a59d 18-May-2024 Tom Rini <trini@konsulko.com>

Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""

When bringing in the series 'arm: dts: am62-beagleplay: Fix Beagleplay
Ethernet"' I failed to notice that b4 noticed it was based on next and
so took that as the base commit and merged that part of next to master.

This reverts commit c8ffd1356d42223cbb8c86280a083cc3c93e6426, reversing
changes made to 2ee6f3a5f7550de3599faef9704e166e5dcace35.

Reported-by: Jonas Karlman <jonas@kwiboo.se>
Signed-off-by: Tom Rini <trini@konsulko.com>


# 92bb2cd4 01-May-2024 Tom Rini <trini@konsulko.com>

clk: Remove <common.h> and add needed includes

Remove <common.h> from this driver directory and when needed
add missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>


# 13248d66 09-Nov-2023 Igor Prusov <ivprusov@salutedevices.com>

treewide: use linux/time.h for time conversion defines

Now that we have time conversion defines from in time.h there is no need
for each driver to define their own version.

Signed-off-by: Igor Prusov <ivprusov@salutedevices.com>
Reviewed-by: Svyatoslav Ryhel <clamor95@gmail.com> # tegra
Reviewed-by: Eugen Hristev <eugen.hristev@collabora.com> #at91
Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org> #qcom geni
Reviewed-by: Stefan Bosch <stefan_b@posteo.net> #nanopi2
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# d678a59d 18-May-2024 Tom Rini <trini@konsulko.com>

Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""

When bringing in the series 'arm: dts: am62-beagleplay: Fix Beagleplay
Ethernet"' I failed to notice that b4 noticed it was based on next and
so took that as the base commit and merged that part of next to master.

This reverts commit c8ffd1356d42223cbb8c86280a083cc3c93e6426, reversing
changes made to 2ee6f3a5f7550de3599faef9704e166e5dcace35.

Reported-by: Jonas Karlman <jonas@kwiboo.se>
Signed-off-by: Tom Rini <trini@konsulko.com>


# 92bb2cd4 01-May-2024 Tom Rini <trini@konsulko.com>

clk: Remove <common.h> and add needed includes

Remove <common.h> from this driver directory and when needed
add missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>


# 13248d66 09-Nov-2023 Igor Prusov <ivprusov@salutedevices.com>

treewide: use linux/time.h for time conversion defines

Now that we have time conversion defines from in time.h there is no need
for each driver to define their own version.

Signed-off-by: Igor Prusov <ivprusov@salutedevices.com>
Reviewed-by: Svyatoslav Ryhel <clamor95@gmail.com> # tegra
Reviewed-by: Eugen Hristev <eugen.hristev@collabora.com> #at91
Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org> #qcom geni
Reviewed-by: Stefan Bosch <stefan_b@posteo.net> #nanopi2
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 92bb2cd4 01-May-2024 Tom Rini <trini@konsulko.com>

clk: Remove <common.h> and add needed includes

Remove <common.h> from this driver directory and when needed
add missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>


# 13248d66 09-Nov-2023 Igor Prusov <ivprusov@salutedevices.com>

treewide: use linux/time.h for time conversion defines

Now that we have time conversion defines from in time.h there is no need
for each driver to define their own version.

Signed-off-by: Igor Prusov <ivprusov@salutedevices.com>
Reviewed-by: Svyatoslav Ryhel <clamor95@gmail.com> # tegra
Reviewed-by: Eugen Hristev <eugen.hristev@collabora.com> #at91
Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org> #qcom geni
Reviewed-by: Stefan Bosch <stefan_b@posteo.net> #nanopi2
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 92bb2cd4 01-May-2024 Tom Rini <trini@konsulko.com>

clk: Remove <common.h> and add needed includes

Remove <common.h> from this driver directory and when needed
add missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>


# 13248d66 09-Nov-2023 Igor Prusov <ivprusov@salutedevices.com>

treewide: use linux/time.h for time conversion defines

Now that we have time conversion defines from in time.h there is no need
for each driver to define their own version.

Signed-off-by: Igor Prusov <ivprusov@salutedevices.com>
Reviewed-by: Svyatoslav Ryhel <clamor95@gmail.com> # tegra
Reviewed-by: Eugen Hristev <eugen.hristev@collabora.com> #at91
Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org> #qcom geni
Reviewed-by: Stefan Bosch <stefan_b@posteo.net> #nanopi2
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 92bb2cd4 01-May-2024 Tom Rini <trini@konsulko.com>

clk: Remove <common.h> and add needed includes

Remove <common.h> from this driver directory and when needed
add missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>


# 13248d66 09-Nov-2023 Igor Prusov <ivprusov@salutedevices.com>

treewide: use linux/time.h for time conversion defines

Now that we have time conversion defines from in time.h there is no need
for each driver to define their own version.

Signed-off-by: Igor Prusov <ivprusov@salutedevices.com>
Reviewed-by: Svyatoslav Ryhel <clamor95@gmail.com> # tegra
Reviewed-by: Eugen Hristev <eugen.hristev@collabora.com> #at91
Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org> #qcom geni
Reviewed-by: Stefan Bosch <stefan_b@posteo.net> #nanopi2
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 92bb2cd4 01-May-2024 Tom Rini <trini@konsulko.com>

clk: Remove <common.h> and add needed includes

Remove <common.h> from this driver directory and when needed
add missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>


# 13248d66 09-Nov-2023 Igor Prusov <ivprusov@salutedevices.com>

treewide: use linux/time.h for time conversion defines

Now that we have time conversion defines from in time.h there is no need
for each driver to define their own version.

Signed-off-by: Igor Prusov <ivprusov@salutedevices.com>
Reviewed-by: Svyatoslav Ryhel <clamor95@gmail.com> # tegra
Reviewed-by: Eugen Hristev <eugen.hristev@collabora.com> #at91
Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org> #qcom geni
Reviewed-by: Stefan Bosch <stefan_b@posteo.net> #nanopi2
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 13248d66 09-Nov-2023 Igor Prusov <ivprusov@salutedevices.com>

treewide: use linux/time.h for time conversion defines

Now that we have time conversion defines from in time.h there is no need
for each driver to define their own version.

Signed-off-by: Igor Prusov <ivprusov@salutedevices.com>
Reviewed-by: Svyatoslav Ryhel <clamor95@gmail.com> # tegra
Reviewed-by: Eugen Hristev <eugen.hristev@collabora.com> #at91
Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org> #qcom geni
Reviewed-by: Stefan Bosch <stefan_b@posteo.net> #nanopi2
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 13248d66 09-Nov-2023 Igor Prusov <ivprusov@salutedevices.com>

treewide: use linux/time.h for time conversion defines

Now that we have time conversion defines from in time.h there is no need
for each driver to define their own version.

Signed-off-by: Igor Prusov <ivprusov@salutedevices.com>
Reviewed-by: Svyatoslav Ryhel <clamor95@gmail.com> # tegra
Reviewed-by: Eugen Hristev <eugen.hristev@collabora.com> #at91
Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org> #qcom geni
Reviewed-by: Stefan Bosch <stefan_b@posteo.net> #nanopi2
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 13248d66 09-Nov-2023 Igor Prusov <ivprusov@salutedevices.com>

treewide: use linux/time.h for time conversion defines

Now that we have time conversion defines from in time.h there is no need
for each driver to define their own version.

Signed-off-by: Igor Prusov <ivprusov@salutedevices.com>
Reviewed-by: Svyatoslav Ryhel <clamor95@gmail.com> # tegra
Reviewed-by: Eugen Hristev <eugen.hristev@collabora.com> #at91
Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org> #qcom geni
Reviewed-by: Stefan Bosch <stefan_b@posteo.net> #nanopi2
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 13248d66 09-Nov-2023 Igor Prusov <ivprusov@salutedevices.com>

treewide: use linux/time.h for time conversion defines

Now that we have time conversion defines from in time.h there is no need
for each driver to define their own version.

Signed-off-by: Igor Prusov <ivprusov@salutedevices.com>
Reviewed-by: Svyatoslav Ryhel <clamor95@gmail.com> # tegra
Reviewed-by: Eugen Hristev <eugen.hristev@collabora.com> #at91
Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org> #qcom geni
Reviewed-by: Stefan Bosch <stefan_b@posteo.net> #nanopi2
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 13248d66 09-Nov-2023 Igor Prusov <ivprusov@salutedevices.com>

treewide: use linux/time.h for time conversion defines

Now that we have time conversion defines from in time.h there is no need
for each driver to define their own version.

Signed-off-by: Igor Prusov <ivprusov@salutedevices.com>
Reviewed-by: Svyatoslav Ryhel <clamor95@gmail.com> # tegra
Reviewed-by: Eugen Hristev <eugen.hristev@collabora.com> #at91
Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org> #qcom geni
Reviewed-by: Stefan Bosch <stefan_b@posteo.net> #nanopi2
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 13248d66 09-Nov-2023 Igor Prusov <ivprusov@salutedevices.com>

treewide: use linux/time.h for time conversion defines

Now that we have time conversion defines from in time.h there is no need
for each driver to define their own version.

Signed-off-by: Igor Prusov <ivprusov@salutedevices.com>
Reviewed-by: Svyatoslav Ryhel <clamor95@gmail.com> # tegra
Reviewed-by: Eugen Hristev <eugen.hristev@collabora.com> #at91
Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org> #qcom geni
Reviewed-by: Stefan Bosch <stefan_b@posteo.net> #nanopi2
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 13248d66 09-Nov-2023 Igor Prusov <ivprusov@salutedevices.com>

treewide: use linux/time.h for time conversion defines

Now that we have time conversion defines from in time.h there is no need
for each driver to define their own version.

Signed-off-by: Igor Prusov <ivprusov@salutedevices.com>
Reviewed-by: Svyatoslav Ryhel <clamor95@gmail.com> # tegra
Reviewed-by: Eugen Hristev <eugen.hristev@collabora.com> #at91
Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org> #qcom geni
Reviewed-by: Stefan Bosch <stefan_b@posteo.net> #nanopi2
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 13248d66 09-Nov-2023 Igor Prusov <ivprusov@salutedevices.com>

treewide: use linux/time.h for time conversion defines

Now that we have time conversion defines from in time.h there is no need
for each driver to define their own version.

Signed-off-by: Igor Prusov <ivprusov@salutedevices.com>
Reviewed-by: Svyatoslav Ryhel <clamor95@gmail.com> # tegra
Reviewed-by: Eugen Hristev <eugen.hristev@collabora.com> #at91
Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org> #qcom geni
Reviewed-by: Stefan Bosch <stefan_b@posteo.net> #nanopi2
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 13248d66 09-Nov-2023 Igor Prusov <ivprusov@salutedevices.com>

treewide: use linux/time.h for time conversion defines

Now that we have time conversion defines from in time.h there is no need
for each driver to define their own version.

Signed-off-by: Igor Prusov <ivprusov@salutedevices.com>
Reviewed-by: Svyatoslav Ryhel <clamor95@gmail.com> # tegra
Reviewed-by: Eugen Hristev <eugen.hristev@collabora.com> #at91
Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org> #qcom geni
Reviewed-by: Stefan Bosch <stefan_b@posteo.net> #nanopi2
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 13248d66 09-Nov-2023 Igor Prusov <ivprusov@salutedevices.com>

treewide: use linux/time.h for time conversion defines

Now that we have time conversion defines from in time.h there is no need
for each driver to define their own version.

Signed-off-by: Igor Prusov <ivprusov@salutedevices.com>
Reviewed-by: Svyatoslav Ryhel <clamor95@gmail.com> # tegra
Reviewed-by: Eugen Hristev <eugen.hristev@collabora.com> #at91
Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org> #qcom geni
Reviewed-by: Stefan Bosch <stefan_b@posteo.net> #nanopi2
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 13248d66 09-Nov-2023 Igor Prusov <ivprusov@salutedevices.com>

treewide: use linux/time.h for time conversion defines

Now that we have time conversion defines from in time.h there is no need
for each driver to define their own version.

Signed-off-by: Igor Prusov <ivprusov@salutedevices.com>
Reviewed-by: Svyatoslav Ryhel <clamor95@gmail.com> # tegra
Reviewed-by: Eugen Hristev <eugen.hristev@collabora.com> #at91
Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org> #qcom geni
Reviewed-by: Stefan Bosch <stefan_b@posteo.net> #nanopi2
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 13248d66 09-Nov-2023 Igor Prusov <ivprusov@salutedevices.com>

treewide: use linux/time.h for time conversion defines

Now that we have time conversion defines from in time.h there is no need
for each driver to define their own version.

Signed-off-by: Igor Prusov <ivprusov@salutedevices.com>
Reviewed-by: Svyatoslav Ryhel <clamor95@gmail.com> # tegra
Reviewed-by: Eugen Hristev <eugen.hristev@collabora.com> #at91
Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org> #qcom geni
Reviewed-by: Stefan Bosch <stefan_b@posteo.net> #nanopi2
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 13248d66 09-Nov-2023 Igor Prusov <ivprusov@salutedevices.com>

treewide: use linux/time.h for time conversion defines

Now that we have time conversion defines from in time.h there is no need
for each driver to define their own version.

Signed-off-by: Igor Prusov <ivprusov@salutedevices.com>
Reviewed-by: Svyatoslav Ryhel <clamor95@gmail.com> # tegra
Reviewed-by: Eugen Hristev <eugen.hristev@collabora.com> #at91
Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org> #qcom geni
Reviewed-by: Stefan Bosch <stefan_b@posteo.net> #nanopi2
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 13248d66 09-Nov-2023 Igor Prusov <ivprusov@salutedevices.com>

treewide: use linux/time.h for time conversion defines

Now that we have time conversion defines from in time.h there is no need
for each driver to define their own version.

Signed-off-by: Igor Prusov <ivprusov@salutedevices.com>
Reviewed-by: Svyatoslav Ryhel <clamor95@gmail.com> # tegra
Reviewed-by: Eugen Hristev <eugen.hristev@collabora.com> #at91
Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org> #qcom geni
Reviewed-by: Stefan Bosch <stefan_b@posteo.net> #nanopi2
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 13248d66 09-Nov-2023 Igor Prusov <ivprusov@salutedevices.com>

treewide: use linux/time.h for time conversion defines

Now that we have time conversion defines from in time.h there is no need
for each driver to define their own version.

Signed-off-by: Igor Prusov <ivprusov@salutedevices.com>
Reviewed-by: Svyatoslav Ryhel <clamor95@gmail.com> # tegra
Reviewed-by: Eugen Hristev <eugen.hristev@collabora.com> #at91
Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org> #qcom geni
Reviewed-by: Stefan Bosch <stefan_b@posteo.net> #nanopi2
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 13248d66 09-Nov-2023 Igor Prusov <ivprusov@salutedevices.com>

treewide: use linux/time.h for time conversion defines

Now that we have time conversion defines from in time.h there is no need
for each driver to define their own version.

Signed-off-by: Igor Prusov <ivprusov@salutedevices.com>
Reviewed-by: Svyatoslav Ryhel <clamor95@gmail.com> # tegra
Reviewed-by: Eugen Hristev <eugen.hristev@collabora.com> #at91
Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org> #qcom geni
Reviewed-by: Stefan Bosch <stefan_b@posteo.net> #nanopi2
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 13248d66 09-Nov-2023 Igor Prusov <ivprusov@salutedevices.com>

treewide: use linux/time.h for time conversion defines

Now that we have time conversion defines from in time.h there is no need
for each driver to define their own version.

Signed-off-by: Igor Prusov <ivprusov@salutedevices.com>
Reviewed-by: Svyatoslav Ryhel <clamor95@gmail.com> # tegra
Reviewed-by: Eugen Hristev <eugen.hristev@collabora.com> #at91
Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org> #qcom geni
Reviewed-by: Stefan Bosch <stefan_b@posteo.net> #nanopi2
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 13248d66 09-Nov-2023 Igor Prusov <ivprusov@salutedevices.com>

treewide: use linux/time.h for time conversion defines

Now that we have time conversion defines from in time.h there is no need
for each driver to define their own version.

Signed-off-by: Igor Prusov <ivprusov@salutedevices.com>
Reviewed-by: Svyatoslav Ryhel <clamor95@gmail.com> # tegra
Reviewed-by: Eugen Hristev <eugen.hristev@collabora.com> #at91
Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org> #qcom geni
Reviewed-by: Stefan Bosch <stefan_b@posteo.net> #nanopi2
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 13248d66 09-Nov-2023 Igor Prusov <ivprusov@salutedevices.com>

treewide: use linux/time.h for time conversion defines

Now that we have time conversion defines from in time.h there is no need
for each driver to define their own version.

Signed-off-by: Igor Prusov <ivprusov@salutedevices.com>
Reviewed-by: Svyatoslav Ryhel <clamor95@gmail.com> # tegra
Reviewed-by: Eugen Hristev <eugen.hristev@collabora.com> #at91
Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org> #qcom geni
Reviewed-by: Stefan Bosch <stefan_b@posteo.net> #nanopi2
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 13248d66 09-Nov-2023 Igor Prusov <ivprusov@salutedevices.com>

treewide: use linux/time.h for time conversion defines

Now that we have time conversion defines from in time.h there is no need
for each driver to define their own version.

Signed-off-by: Igor Prusov <ivprusov@salutedevices.com>
Reviewed-by: Svyatoslav Ryhel <clamor95@gmail.com> # tegra
Reviewed-by: Eugen Hristev <eugen.hristev@collabora.com> #at91
Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org> #qcom geni
Reviewed-by: Stefan Bosch <stefan_b@posteo.net> #nanopi2
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 13248d66 09-Nov-2023 Igor Prusov <ivprusov@salutedevices.com>

treewide: use linux/time.h for time conversion defines

Now that we have time conversion defines from in time.h there is no need
for each driver to define their own version.

Signed-off-by: Igor Prusov <ivprusov@salutedevices.com>
Reviewed-by: Svyatoslav Ryhel <clamor95@gmail.com> # tegra
Reviewed-by: Eugen Hristev <eugen.hristev@collabora.com> #at91
Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org> #qcom geni
Reviewed-by: Stefan Bosch <stefan_b@posteo.net> #nanopi2
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 13248d66 09-Nov-2023 Igor Prusov <ivprusov@salutedevices.com>

treewide: use linux/time.h for time conversion defines

Now that we have time conversion defines from in time.h there is no need
for each driver to define their own version.

Signed-off-by: Igor Prusov <ivprusov@salutedevices.com>
Reviewed-by: Svyatoslav Ryhel <clamor95@gmail.com> # tegra
Reviewed-by: Eugen Hristev <eugen.hristev@collabora.com> #at91
Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org> #qcom geni
Reviewed-by: Stefan Bosch <stefan_b@posteo.net> #nanopi2
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 13248d66 09-Nov-2023 Igor Prusov <ivprusov@salutedevices.com>

treewide: use linux/time.h for time conversion defines

Now that we have time conversion defines from in time.h there is no need
for each driver to define their own version.

Signed-off-by: Igor Prusov <ivprusov@salutedevices.com>
Reviewed-by: Svyatoslav Ryhel <clamor95@gmail.com> # tegra
Reviewed-by: Eugen Hristev <eugen.hristev@collabora.com> #at91
Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org> #qcom geni
Reviewed-by: Stefan Bosch <stefan_b@posteo.net> #nanopi2
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 13248d66 09-Nov-2023 Igor Prusov <ivprusov@salutedevices.com>

treewide: use linux/time.h for time conversion defines

Now that we have time conversion defines from in time.h there is no need
for each driver to define their own version.

Signed-off-by: Igor Prusov <ivprusov@salutedevices.com>
Reviewed-by: Svyatoslav Ryhel <clamor95@gmail.com> # tegra
Reviewed-by: Eugen Hristev <eugen.hristev@collabora.com> #at91
Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org> #qcom geni
Reviewed-by: Stefan Bosch <stefan_b@posteo.net> #nanopi2
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 13248d66 09-Nov-2023 Igor Prusov <ivprusov@salutedevices.com>

treewide: use linux/time.h for time conversion defines

Now that we have time conversion defines from in time.h there is no need
for each driver to define their own version.

Signed-off-by: Igor Prusov <ivprusov@salutedevices.com>
Reviewed-by: Svyatoslav Ryhel <clamor95@gmail.com> # tegra
Reviewed-by: Eugen Hristev <eugen.hristev@collabora.com> #at91
Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org> #qcom geni
Reviewed-by: Stefan Bosch <stefan_b@posteo.net> #nanopi2
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 13248d66 09-Nov-2023 Igor Prusov <ivprusov@salutedevices.com>

treewide: use linux/time.h for time conversion defines

Now that we have time conversion defines from in time.h there is no need
for each driver to define their own version.

Signed-off-by: Igor Prusov <ivprusov@salutedevices.com>
Reviewed-by: Svyatoslav Ryhel <clamor95@gmail.com> # tegra
Reviewed-by: Eugen Hristev <eugen.hristev@collabora.com> #at91
Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org> #qcom geni
Reviewed-by: Stefan Bosch <stefan_b@posteo.net> #nanopi2
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 13248d66 09-Nov-2023 Igor Prusov <ivprusov@salutedevices.com>

treewide: use linux/time.h for time conversion defines

Now that we have time conversion defines from in time.h there is no need
for each driver to define their own version.

Signed-off-by: Igor Prusov <ivprusov@salutedevices.com>
Reviewed-by: Svyatoslav Ryhel <clamor95@gmail.com> # tegra
Reviewed-by: Eugen Hristev <eugen.hristev@collabora.com> #at91
Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org> #qcom geni
Reviewed-by: Stefan Bosch <stefan_b@posteo.net> #nanopi2
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 13248d66 09-Nov-2023 Igor Prusov <ivprusov@salutedevices.com>

treewide: use linux/time.h for time conversion defines

Now that we have time conversion defines from in time.h there is no need
for each driver to define their own version.

Signed-off-by: Igor Prusov <ivprusov@salutedevices.com>
Reviewed-by: Svyatoslav Ryhel <clamor95@gmail.com> # tegra
Reviewed-by: Eugen Hristev <eugen.hristev@collabora.com> #at91
Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org> #qcom geni
Reviewed-by: Stefan Bosch <stefan_b@posteo.net> #nanopi2
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 13248d66 09-Nov-2023 Igor Prusov <ivprusov@salutedevices.com>

treewide: use linux/time.h for time conversion defines

Now that we have time conversion defines from in time.h there is no need
for each driver to define their own version.

Signed-off-by: Igor Prusov <ivprusov@salutedevices.com>
Reviewed-by: Svyatoslav Ryhel <clamor95@gmail.com> # tegra
Reviewed-by: Eugen Hristev <eugen.hristev@collabora.com> #at91
Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org> #qcom geni
Reviewed-by: Stefan Bosch <stefan_b@posteo.net> #nanopi2
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 13248d66 09-Nov-2023 Igor Prusov <ivprusov@salutedevices.com>

treewide: use linux/time.h for time conversion defines

Now that we have time conversion defines from in time.h there is no need
for each driver to define their own version.

Signed-off-by: Igor Prusov <ivprusov@salutedevices.com>
Reviewed-by: Svyatoslav Ryhel <clamor95@gmail.com> # tegra
Reviewed-by: Eugen Hristev <eugen.hristev@collabora.com> #at91
Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org> #qcom geni
Reviewed-by: Stefan Bosch <stefan_b@posteo.net> #nanopi2
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 13248d66 09-Nov-2023 Igor Prusov <ivprusov@salutedevices.com>

treewide: use linux/time.h for time conversion defines

Now that we have time conversion defines from in time.h there is no need
for each driver to define their own version.

Signed-off-by: Igor Prusov <ivprusov@salutedevices.com>
Reviewed-by: Svyatoslav Ryhel <clamor95@gmail.com> # tegra
Reviewed-by: Eugen Hristev <eugen.hristev@collabora.com> #at91
Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org> #qcom geni
Reviewed-by: Stefan Bosch <stefan_b@posteo.net> #nanopi2
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 13248d66 09-Nov-2023 Igor Prusov <ivprusov@salutedevices.com>

treewide: use linux/time.h for time conversion defines

Now that we have time conversion defines from in time.h there is no need
for each driver to define their own version.

Signed-off-by: Igor Prusov <ivprusov@salutedevices.com>
Reviewed-by: Svyatoslav Ryhel <clamor95@gmail.com> # tegra
Reviewed-by: Eugen Hristev <eugen.hristev@collabora.com> #at91
Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org> #qcom geni
Reviewed-by: Stefan Bosch <stefan_b@posteo.net> #nanopi2
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 13248d66 09-Nov-2023 Igor Prusov <ivprusov@salutedevices.com>

treewide: use linux/time.h for time conversion defines

Now that we have time conversion defines from in time.h there is no need
for each driver to define their own version.

Signed-off-by: Igor Prusov <ivprusov@salutedevices.com>
Reviewed-by: Svyatoslav Ryhel <clamor95@gmail.com> # tegra
Reviewed-by: Eugen Hristev <eugen.hristev@collabora.com> #at91
Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org> #qcom geni
Reviewed-by: Stefan Bosch <stefan_b@posteo.net> #nanopi2
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 13248d66 09-Nov-2023 Igor Prusov <ivprusov@salutedevices.com>

treewide: use linux/time.h for time conversion defines

Now that we have time conversion defines from in time.h there is no need
for each driver to define their own version.

Signed-off-by: Igor Prusov <ivprusov@salutedevices.com>
Reviewed-by: Svyatoslav Ryhel <clamor95@gmail.com> # tegra
Reviewed-by: Eugen Hristev <eugen.hristev@collabora.com> #at91
Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org> #qcom geni
Reviewed-by: Stefan Bosch <stefan_b@posteo.net> #nanopi2
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 13248d66 09-Nov-2023 Igor Prusov <ivprusov@salutedevices.com>

treewide: use linux/time.h for time conversion defines

Now that we have time conversion defines from in time.h there is no need
for each driver to define their own version.

Signed-off-by: Igor Prusov <ivprusov@salutedevices.com>
Reviewed-by: Svyatoslav Ryhel <clamor95@gmail.com> # tegra
Reviewed-by: Eugen Hristev <eugen.hristev@collabora.com> #at91
Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org> #qcom geni
Reviewed-by: Stefan Bosch <stefan_b@posteo.net> #nanopi2
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 13248d66 09-Nov-2023 Igor Prusov <ivprusov@salutedevices.com>

treewide: use linux/time.h for time conversion defines

Now that we have time conversion defines from in time.h there is no need
for each driver to define their own version.

Signed-off-by: Igor Prusov <ivprusov@salutedevices.com>
Reviewed-by: Svyatoslav Ryhel <clamor95@gmail.com> # tegra
Reviewed-by: Eugen Hristev <eugen.hristev@collabora.com> #at91
Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org> #qcom geni
Reviewed-by: Stefan Bosch <stefan_b@posteo.net> #nanopi2
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 13248d66 09-Nov-2023 Igor Prusov <ivprusov@salutedevices.com>

treewide: use linux/time.h for time conversion defines

Now that we have time conversion defines from in time.h there is no need
for each driver to define their own version.

Signed-off-by: Igor Prusov <ivprusov@salutedevices.com>
Reviewed-by: Svyatoslav Ryhel <clamor95@gmail.com> # tegra
Reviewed-by: Eugen Hristev <eugen.hristev@collabora.com> #at91
Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org> #qcom geni
Reviewed-by: Stefan Bosch <stefan_b@posteo.net> #nanopi2
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 13248d66 09-Nov-2023 Igor Prusov <ivprusov@salutedevices.com>

treewide: use linux/time.h for time conversion defines

Now that we have time conversion defines from in time.h there is no need
for each driver to define their own version.

Signed-off-by: Igor Prusov <ivprusov@salutedevices.com>
Reviewed-by: Svyatoslav Ryhel <clamor95@gmail.com> # tegra
Reviewed-by: Eugen Hristev <eugen.hristev@collabora.com> #at91
Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org> #qcom geni
Reviewed-by: Stefan Bosch <stefan_b@posteo.net> #nanopi2
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 13248d66 09-Nov-2023 Igor Prusov <ivprusov@salutedevices.com>

treewide: use linux/time.h for time conversion defines

Now that we have time conversion defines from in time.h there is no need
for each driver to define their own version.

Signed-off-by: Igor Prusov <ivprusov@salutedevices.com>
Reviewed-by: Svyatoslav Ryhel <clamor95@gmail.com> # tegra
Reviewed-by: Eugen Hristev <eugen.hristev@collabora.com> #at91
Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org> #qcom geni
Reviewed-by: Stefan Bosch <stefan_b@posteo.net> #nanopi2
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 13248d66 09-Nov-2023 Igor Prusov <ivprusov@salutedevices.com>

treewide: use linux/time.h for time conversion defines

Now that we have time conversion defines from in time.h there is no need
for each driver to define their own version.

Signed-off-by: Igor Prusov <ivprusov@salutedevices.com>
Reviewed-by: Svyatoslav Ryhel <clamor95@gmail.com> # tegra
Reviewed-by: Eugen Hristev <eugen.hristev@collabora.com> #at91
Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org> #qcom geni
Reviewed-by: Stefan Bosch <stefan_b@posteo.net> #nanopi2
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 13248d66 09-Nov-2023 Igor Prusov <ivprusov@salutedevices.com>

treewide: use linux/time.h for time conversion defines

Now that we have time conversion defines from in time.h there is no need
for each driver to define their own version.

Signed-off-by: Igor Prusov <ivprusov@salutedevices.com>
Reviewed-by: Svyatoslav Ryhel <clamor95@gmail.com> # tegra
Reviewed-by: Eugen Hristev <eugen.hristev@collabora.com> #at91
Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org> #qcom geni
Reviewed-by: Stefan Bosch <stefan_b@posteo.net> #nanopi2
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 13248d66 09-Nov-2023 Igor Prusov <ivprusov@salutedevices.com>

treewide: use linux/time.h for time conversion defines

Now that we have time conversion defines from in time.h there is no need
for each driver to define their own version.

Signed-off-by: Igor Prusov <ivprusov@salutedevices.com>
Reviewed-by: Svyatoslav Ryhel <clamor95@gmail.com> # tegra
Reviewed-by: Eugen Hristev <eugen.hristev@collabora.com> #at91
Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org> #qcom geni
Reviewed-by: Stefan Bosch <stefan_b@posteo.net> #nanopi2
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 13248d66 09-Nov-2023 Igor Prusov <ivprusov@salutedevices.com>

treewide: use linux/time.h for time conversion defines

Now that we have time conversion defines from in time.h there is no need
for each driver to define their own version.

Signed-off-by: Igor Prusov <ivprusov@salutedevices.com>
Reviewed-by: Svyatoslav Ryhel <clamor95@gmail.com> # tegra
Reviewed-by: Eugen Hristev <eugen.hristev@collabora.com> #at91
Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org> #qcom geni
Reviewed-by: Stefan Bosch <stefan_b@posteo.net> #nanopi2
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 13248d66 09-Nov-2023 Igor Prusov <ivprusov@salutedevices.com>

treewide: use linux/time.h for time conversion defines

Now that we have time conversion defines from in time.h there is no need
for each driver to define their own version.

Signed-off-by: Igor Prusov <ivprusov@salutedevices.com>
Reviewed-by: Svyatoslav Ryhel <clamor95@gmail.com> # tegra
Reviewed-by: Eugen Hristev <eugen.hristev@collabora.com> #at91
Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org> #qcom geni
Reviewed-by: Stefan Bosch <stefan_b@posteo.net> #nanopi2
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 13248d66 09-Nov-2023 Igor Prusov <ivprusov@salutedevices.com>

treewide: use linux/time.h for time conversion defines

Now that we have time conversion defines from in time.h there is no need
for each driver to define their own version.

Signed-off-by: Igor Prusov <ivprusov@salutedevices.com>
Reviewed-by: Svyatoslav Ryhel <clamor95@gmail.com> # tegra
Reviewed-by: Eugen Hristev <eugen.hristev@collabora.com> #at91
Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org> #qcom geni
Reviewed-by: Stefan Bosch <stefan_b@posteo.net> #nanopi2
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 13248d66 09-Nov-2023 Igor Prusov <ivprusov@salutedevices.com>

treewide: use linux/time.h for time conversion defines

Now that we have time conversion defines from in time.h there is no need
for each driver to define their own version.

Signed-off-by: Igor Prusov <ivprusov@salutedevices.com>
Reviewed-by: Svyatoslav Ryhel <clamor95@gmail.com> # tegra
Reviewed-by: Eugen Hristev <eugen.hristev@collabora.com> #at91
Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org> #qcom geni
Reviewed-by: Stefan Bosch <stefan_b@posteo.net> #nanopi2
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 13248d66 09-Nov-2023 Igor Prusov <ivprusov@salutedevices.com>

treewide: use linux/time.h for time conversion defines

Now that we have time conversion defines from in time.h there is no need
for each driver to define their own version.

Signed-off-by: Igor Prusov <ivprusov@salutedevices.com>
Reviewed-by: Svyatoslav Ryhel <clamor95@gmail.com> # tegra
Reviewed-by: Eugen Hristev <eugen.hristev@collabora.com> #at91
Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org> #qcom geni
Reviewed-by: Stefan Bosch <stefan_b@posteo.net> #nanopi2
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 13248d66 09-Nov-2023 Igor Prusov <ivprusov@salutedevices.com>

treewide: use linux/time.h for time conversion defines

Now that we have time conversion defines from in time.h there is no need
for each driver to define their own version.

Signed-off-by: Igor Prusov <ivprusov@salutedevices.com>
Reviewed-by: Svyatoslav Ryhel <clamor95@gmail.com> # tegra
Reviewed-by: Eugen Hristev <eugen.hristev@collabora.com> #at91
Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org> #qcom geni
Reviewed-by: Stefan Bosch <stefan_b@posteo.net> #nanopi2
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 13248d66 09-Nov-2023 Igor Prusov <ivprusov@salutedevices.com>

treewide: use linux/time.h for time conversion defines

Now that we have time conversion defines from in time.h there is no need
for each driver to define their own version.

Signed-off-by: Igor Prusov <ivprusov@salutedevices.com>
Reviewed-by: Svyatoslav Ryhel <clamor95@gmail.com> # tegra
Reviewed-by: Eugen Hristev <eugen.hristev@collabora.com> #at91
Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org> #qcom geni
Reviewed-by: Stefan Bosch <stefan_b@posteo.net> #nanopi2
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 13248d66 09-Nov-2023 Igor Prusov <ivprusov@salutedevices.com>

treewide: use linux/time.h for time conversion defines

Now that we have time conversion defines from in time.h there is no need
for each driver to define their own version.

Signed-off-by: Igor Prusov <ivprusov@salutedevices.com>
Reviewed-by: Svyatoslav Ryhel <clamor95@gmail.com> # tegra
Reviewed-by: Eugen Hristev <eugen.hristev@collabora.com> #at91
Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org> #qcom geni
Reviewed-by: Stefan Bosch <stefan_b@posteo.net> #nanopi2
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 13248d66 09-Nov-2023 Igor Prusov <ivprusov@salutedevices.com>

treewide: use linux/time.h for time conversion defines

Now that we have time conversion defines from in time.h there is no need
for each driver to define their own version.

Signed-off-by: Igor Prusov <ivprusov@salutedevices.com>
Reviewed-by: Svyatoslav Ryhel <clamor95@gmail.com> # tegra
Reviewed-by: Eugen Hristev <eugen.hristev@collabora.com> #at91
Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org> #qcom geni
Reviewed-by: Stefan Bosch <stefan_b@posteo.net> #nanopi2
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 13248d66 09-Nov-2023 Igor Prusov <ivprusov@salutedevices.com>

treewide: use linux/time.h for time conversion defines

Now that we have time conversion defines from in time.h there is no need
for each driver to define their own version.

Signed-off-by: Igor Prusov <ivprusov@salutedevices.com>
Reviewed-by: Svyatoslav Ryhel <clamor95@gmail.com> # tegra
Reviewed-by: Eugen Hristev <eugen.hristev@collabora.com> #at91
Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org> #qcom geni
Reviewed-by: Stefan Bosch <stefan_b@posteo.net> #nanopi2
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 13248d66 09-Nov-2023 Igor Prusov <ivprusov@salutedevices.com>

treewide: use linux/time.h for time conversion defines

Now that we have time conversion defines from in time.h there is no need
for each driver to define their own version.

Signed-off-by: Igor Prusov <ivprusov@salutedevices.com>
Reviewed-by: Svyatoslav Ryhel <clamor95@gmail.com> # tegra
Reviewed-by: Eugen Hristev <eugen.hristev@collabora.com> #at91
Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org> #qcom geni
Reviewed-by: Stefan Bosch <stefan_b@posteo.net> #nanopi2
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 13248d66 09-Nov-2023 Igor Prusov <ivprusov@salutedevices.com>

treewide: use linux/time.h for time conversion defines

Now that we have time conversion defines from in time.h there is no need
for each driver to define their own version.

Signed-off-by: Igor Prusov <ivprusov@salutedevices.com>
Reviewed-by: Svyatoslav Ryhel <clamor95@gmail.com> # tegra
Reviewed-by: Eugen Hristev <eugen.hristev@collabora.com> #at91
Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org> #qcom geni
Reviewed-by: Stefan Bosch <stefan_b@posteo.net> #nanopi2
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 13248d66 09-Nov-2023 Igor Prusov <ivprusov@salutedevices.com>

treewide: use linux/time.h for time conversion defines

Now that we have time conversion defines from in time.h there is no need
for each driver to define their own version.

Signed-off-by: Igor Prusov <ivprusov@salutedevices.com>
Reviewed-by: Svyatoslav Ryhel <clamor95@gmail.com> # tegra
Reviewed-by: Eugen Hristev <eugen.hristev@collabora.com> #at91
Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org> #qcom geni
Reviewed-by: Stefan Bosch <stefan_b@posteo.net> #nanopi2
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 13248d66 09-Nov-2023 Igor Prusov <ivprusov@salutedevices.com>

treewide: use linux/time.h for time conversion defines

Now that we have time conversion defines from in time.h there is no need
for each driver to define their own version.

Signed-off-by: Igor Prusov <ivprusov@salutedevices.com>
Reviewed-by: Svyatoslav Ryhel <clamor95@gmail.com> # tegra
Reviewed-by: Eugen Hristev <eugen.hristev@collabora.com> #at91
Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org> #qcom geni
Reviewed-by: Stefan Bosch <stefan_b@posteo.net> #nanopi2
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 13248d66 09-Nov-2023 Igor Prusov <ivprusov@salutedevices.com>

treewide: use linux/time.h for time conversion defines

Now that we have time conversion defines from in time.h there is no need
for each driver to define their own version.

Signed-off-by: Igor Prusov <ivprusov@salutedevices.com>
Reviewed-by: Svyatoslav Ryhel <clamor95@gmail.com> # tegra
Reviewed-by: Eugen Hristev <eugen.hristev@collabora.com> #at91
Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org> #qcom geni
Reviewed-by: Stefan Bosch <stefan_b@posteo.net> #nanopi2
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 13248d66 09-Nov-2023 Igor Prusov <ivprusov@salutedevices.com>

treewide: use linux/time.h for time conversion defines

Now that we have time conversion defines from in time.h there is no need
for each driver to define their own version.

Signed-off-by: Igor Prusov <ivprusov@salutedevices.com>
Reviewed-by: Svyatoslav Ryhel <clamor95@gmail.com> # tegra
Reviewed-by: Eugen Hristev <eugen.hristev@collabora.com> #at91
Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org> #qcom geni
Reviewed-by: Stefan Bosch <stefan_b@posteo.net> #nanopi2
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 13248d66 09-Nov-2023 Igor Prusov <ivprusov@salutedevices.com>

treewide: use linux/time.h for time conversion defines

Now that we have time conversion defines from in time.h there is no need
for each driver to define their own version.

Signed-off-by: Igor Prusov <ivprusov@salutedevices.com>
Reviewed-by: Svyatoslav Ryhel <clamor95@gmail.com> # tegra
Reviewed-by: Eugen Hristev <eugen.hristev@collabora.com> #at91
Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org> #qcom geni
Reviewed-by: Stefan Bosch <stefan_b@posteo.net> #nanopi2
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 13248d66 09-Nov-2023 Igor Prusov <ivprusov@salutedevices.com>

treewide: use linux/time.h for time conversion defines

Now that we have time conversion defines from in time.h there is no need
for each driver to define their own version.

Signed-off-by: Igor Prusov <ivprusov@salutedevices.com>
Reviewed-by: Svyatoslav Ryhel <clamor95@gmail.com> # tegra
Reviewed-by: Eugen Hristev <eugen.hristev@collabora.com> #at91
Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org> #qcom geni
Reviewed-by: Stefan Bosch <stefan_b@posteo.net> #nanopi2
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 13248d66 09-Nov-2023 Igor Prusov <ivprusov@salutedevices.com>

treewide: use linux/time.h for time conversion defines

Now that we have time conversion defines from in time.h there is no need
for each driver to define their own version.

Signed-off-by: Igor Prusov <ivprusov@salutedevices.com>
Reviewed-by: Svyatoslav Ryhel <clamor95@gmail.com> # tegra
Reviewed-by: Eugen Hristev <eugen.hristev@collabora.com> #at91
Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org> #qcom geni
Reviewed-by: Stefan Bosch <stefan_b@posteo.net> #nanopi2
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 13248d66 09-Nov-2023 Igor Prusov <ivprusov@salutedevices.com>

treewide: use linux/time.h for time conversion defines

Now that we have time conversion defines from in time.h there is no need
for each driver to define their own version.

Signed-off-by: Igor Prusov <ivprusov@salutedevices.com>
Reviewed-by: Svyatoslav Ryhel <clamor95@gmail.com> # tegra
Reviewed-by: Eugen Hristev <eugen.hristev@collabora.com> #at91
Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org> #qcom geni
Reviewed-by: Stefan Bosch <stefan_b@posteo.net> #nanopi2
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 13248d66 09-Nov-2023 Igor Prusov <ivprusov@salutedevices.com>

treewide: use linux/time.h for time conversion defines

Now that we have time conversion defines from in time.h there is no need
for each driver to define their own version.

Signed-off-by: Igor Prusov <ivprusov@salutedevices.com>
Reviewed-by: Svyatoslav Ryhel <clamor95@gmail.com> # tegra
Reviewed-by: Eugen Hristev <eugen.hristev@collabora.com> #at91
Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org> #qcom geni
Reviewed-by: Stefan Bosch <stefan_b@posteo.net> #nanopi2
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 13248d66 09-Nov-2023 Igor Prusov <ivprusov@salutedevices.com>

treewide: use linux/time.h for time conversion defines

Now that we have time conversion defines from in time.h there is no need
for each driver to define their own version.

Signed-off-by: Igor Prusov <ivprusov@salutedevices.com>
Reviewed-by: Svyatoslav Ryhel <clamor95@gmail.com> # tegra
Reviewed-by: Eugen Hristev <eugen.hristev@collabora.com> #at91
Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org> #qcom geni
Reviewed-by: Stefan Bosch <stefan_b@posteo.net> #nanopi2
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 13248d66 09-Nov-2023 Igor Prusov <ivprusov@salutedevices.com>

treewide: use linux/time.h for time conversion defines

Now that we have time conversion defines from in time.h there is no need
for each driver to define their own version.

Signed-off-by: Igor Prusov <ivprusov@salutedevices.com>
Reviewed-by: Svyatoslav Ryhel <clamor95@gmail.com> # tegra
Reviewed-by: Eugen Hristev <eugen.hristev@collabora.com> #at91
Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org> #qcom geni
Reviewed-by: Stefan Bosch <stefan_b@posteo.net> #nanopi2
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 13248d66 09-Nov-2023 Igor Prusov <ivprusov@salutedevices.com>

treewide: use linux/time.h for time conversion defines

Now that we have time conversion defines from in time.h there is no need
for each driver to define their own version.

Signed-off-by: Igor Prusov <ivprusov@salutedevices.com>
Reviewed-by: Svyatoslav Ryhel <clamor95@gmail.com> # tegra
Reviewed-by: Eugen Hristev <eugen.hristev@collabora.com> #at91
Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org> #qcom geni
Reviewed-by: Stefan Bosch <stefan_b@posteo.net> #nanopi2
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 13248d66 09-Nov-2023 Igor Prusov <ivprusov@salutedevices.com>

treewide: use linux/time.h for time conversion defines

Now that we have time conversion defines from in time.h there is no need
for each driver to define their own version.

Signed-off-by: Igor Prusov <ivprusov@salutedevices.com>
Reviewed-by: Svyatoslav Ryhel <clamor95@gmail.com> # tegra
Reviewed-by: Eugen Hristev <eugen.hristev@collabora.com> #at91
Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org> #qcom geni
Reviewed-by: Stefan Bosch <stefan_b@posteo.net> #nanopi2
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 13248d66 09-Nov-2023 Igor Prusov <ivprusov@salutedevices.com>

treewide: use linux/time.h for time conversion defines

Now that we have time conversion defines from in time.h there is no need
for each driver to define their own version.

Signed-off-by: Igor Prusov <ivprusov@salutedevices.com>
Reviewed-by: Svyatoslav Ryhel <clamor95@gmail.com> # tegra
Reviewed-by: Eugen Hristev <eugen.hristev@collabora.com> #at91
Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org> #qcom geni
Reviewed-by: Stefan Bosch <stefan_b@posteo.net> #nanopi2
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 13248d66 09-Nov-2023 Igor Prusov <ivprusov@salutedevices.com>

treewide: use linux/time.h for time conversion defines

Now that we have time conversion defines from in time.h there is no need
for each driver to define their own version.

Signed-off-by: Igor Prusov <ivprusov@salutedevices.com>
Reviewed-by: Svyatoslav Ryhel <clamor95@gmail.com> # tegra
Reviewed-by: Eugen Hristev <eugen.hristev@collabora.com> #at91
Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org> #qcom geni
Reviewed-by: Stefan Bosch <stefan_b@posteo.net> #nanopi2
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 13248d66 09-Nov-2023 Igor Prusov <ivprusov@salutedevices.com>

treewide: use linux/time.h for time conversion defines

Now that we have time conversion defines from in time.h there is no need
for each driver to define their own version.

Signed-off-by: Igor Prusov <ivprusov@salutedevices.com>
Reviewed-by: Svyatoslav Ryhel <clamor95@gmail.com> # tegra
Reviewed-by: Eugen Hristev <eugen.hristev@collabora.com> #at91
Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org> #qcom geni
Reviewed-by: Stefan Bosch <stefan_b@posteo.net> #nanopi2
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 13248d66 09-Nov-2023 Igor Prusov <ivprusov@salutedevices.com>

treewide: use linux/time.h for time conversion defines

Now that we have time conversion defines from in time.h there is no need
for each driver to define their own version.

Signed-off-by: Igor Prusov <ivprusov@salutedevices.com>
Reviewed-by: Svyatoslav Ryhel <clamor95@gmail.com> # tegra
Reviewed-by: Eugen Hristev <eugen.hristev@collabora.com> #at91
Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org> #qcom geni
Reviewed-by: Stefan Bosch <stefan_b@posteo.net> #nanopi2
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 13248d66 09-Nov-2023 Igor Prusov <ivprusov@salutedevices.com>

treewide: use linux/time.h for time conversion defines

Now that we have time conversion defines from in time.h there is no need
for each driver to define their own version.

Signed-off-by: Igor Prusov <ivprusov@salutedevices.com>
Reviewed-by: Svyatoslav Ryhel <clamor95@gmail.com> # tegra
Reviewed-by: Eugen Hristev <eugen.hristev@collabora.com> #at91
Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org> #qcom geni
Reviewed-by: Stefan Bosch <stefan_b@posteo.net> #nanopi2
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 13248d66 09-Nov-2023 Igor Prusov <ivprusov@salutedevices.com>

treewide: use linux/time.h for time conversion defines

Now that we have time conversion defines from in time.h there is no need
for each driver to define their own version.

Signed-off-by: Igor Prusov <ivprusov@salutedevices.com>
Reviewed-by: Svyatoslav Ryhel <clamor95@gmail.com> # tegra
Reviewed-by: Eugen Hristev <eugen.hristev@collabora.com> #at91
Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org> #qcom geni
Reviewed-by: Stefan Bosch <stefan_b@posteo.net> #nanopi2
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 13248d66 09-Nov-2023 Igor Prusov <ivprusov@salutedevices.com>

treewide: use linux/time.h for time conversion defines

Now that we have time conversion defines from in time.h there is no need
for each driver to define their own version.

Signed-off-by: Igor Prusov <ivprusov@salutedevices.com>
Reviewed-by: Svyatoslav Ryhel <clamor95@gmail.com> # tegra
Reviewed-by: Eugen Hristev <eugen.hristev@collabora.com> #at91
Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org> #qcom geni
Reviewed-by: Stefan Bosch <stefan_b@posteo.net> #nanopi2
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 13248d66 09-Nov-2023 Igor Prusov <ivprusov@salutedevices.com>

treewide: use linux/time.h for time conversion defines

Now that we have time conversion defines from in time.h there is no need
for each driver to define their own version.

Signed-off-by: Igor Prusov <ivprusov@salutedevices.com>
Reviewed-by: Svyatoslav Ryhel <clamor95@gmail.com> # tegra
Reviewed-by: Eugen Hristev <eugen.hristev@collabora.com> #at91
Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org> #qcom geni
Reviewed-by: Stefan Bosch <stefan_b@posteo.net> #nanopi2
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 13248d66 09-Nov-2023 Igor Prusov <ivprusov@salutedevices.com>

treewide: use linux/time.h for time conversion defines

Now that we have time conversion defines from in time.h there is no need
for each driver to define their own version.

Signed-off-by: Igor Prusov <ivprusov@salutedevices.com>
Reviewed-by: Svyatoslav Ryhel <clamor95@gmail.com> # tegra
Reviewed-by: Eugen Hristev <eugen.hristev@collabora.com> #at91
Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org> #qcom geni
Reviewed-by: Stefan Bosch <stefan_b@posteo.net> #nanopi2
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 13248d66 09-Nov-2023 Igor Prusov <ivprusov@salutedevices.com>

treewide: use linux/time.h for time conversion defines

Now that we have time conversion defines from in time.h there is no need
for each driver to define their own version.

Signed-off-by: Igor Prusov <ivprusov@salutedevices.com>
Reviewed-by: Svyatoslav Ryhel <clamor95@gmail.com> # tegra
Reviewed-by: Eugen Hristev <eugen.hristev@collabora.com> #at91
Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org> #qcom geni
Reviewed-by: Stefan Bosch <stefan_b@posteo.net> #nanopi2
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 13248d66 09-Nov-2023 Igor Prusov <ivprusov@salutedevices.com>

treewide: use linux/time.h for time conversion defines

Now that we have time conversion defines from in time.h there is no need
for each driver to define their own version.

Signed-off-by: Igor Prusov <ivprusov@salutedevices.com>
Reviewed-by: Svyatoslav Ryhel <clamor95@gmail.com> # tegra
Reviewed-by: Eugen Hristev <eugen.hristev@collabora.com> #at91
Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org> #qcom geni
Reviewed-by: Stefan Bosch <stefan_b@posteo.net> #nanopi2
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 13248d66 09-Nov-2023 Igor Prusov <ivprusov@salutedevices.com>

treewide: use linux/time.h for time conversion defines

Now that we have time conversion defines from in time.h there is no need
for each driver to define their own version.

Signed-off-by: Igor Prusov <ivprusov@salutedevices.com>
Reviewed-by: Svyatoslav Ryhel <clamor95@gmail.com> # tegra
Reviewed-by: Eugen Hristev <eugen.hristev@collabora.com> #at91
Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org> #qcom geni
Reviewed-by: Stefan Bosch <stefan_b@posteo.net> #nanopi2
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 13248d66 09-Nov-2023 Igor Prusov <ivprusov@salutedevices.com>

treewide: use linux/time.h for time conversion defines

Now that we have time conversion defines from in time.h there is no need
for each driver to define their own version.

Signed-off-by: Igor Prusov <ivprusov@salutedevices.com>
Reviewed-by: Svyatoslav Ryhel <clamor95@gmail.com> # tegra
Reviewed-by: Eugen Hristev <eugen.hristev@collabora.com> #at91
Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org> #qcom geni
Reviewed-by: Stefan Bosch <stefan_b@posteo.net> #nanopi2
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 13248d66 09-Nov-2023 Igor Prusov <ivprusov@salutedevices.com>

treewide: use linux/time.h for time conversion defines

Now that we have time conversion defines from in time.h there is no need
for each driver to define their own version.

Signed-off-by: Igor Prusov <ivprusov@salutedevices.com>
Reviewed-by: Svyatoslav Ryhel <clamor95@gmail.com> # tegra
Reviewed-by: Eugen Hristev <eugen.hristev@collabora.com> #at91
Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org> #qcom geni
Reviewed-by: Stefan Bosch <stefan_b@posteo.net> #nanopi2
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 13248d66 09-Nov-2023 Igor Prusov <ivprusov@salutedevices.com>

treewide: use linux/time.h for time conversion defines

Now that we have time conversion defines from in time.h there is no need
for each driver to define their own version.

Signed-off-by: Igor Prusov <ivprusov@salutedevices.com>
Reviewed-by: Svyatoslav Ryhel <clamor95@gmail.com> # tegra
Reviewed-by: Eugen Hristev <eugen.hristev@collabora.com> #at91
Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org> #qcom geni
Reviewed-by: Stefan Bosch <stefan_b@posteo.net> #nanopi2
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 13248d66 09-Nov-2023 Igor Prusov <ivprusov@salutedevices.com>

treewide: use linux/time.h for time conversion defines

Now that we have time conversion defines from in time.h there is no need
for each driver to define their own version.

Signed-off-by: Igor Prusov <ivprusov@salutedevices.com>
Reviewed-by: Svyatoslav Ryhel <clamor95@gmail.com> # tegra
Reviewed-by: Eugen Hristev <eugen.hristev@collabora.com> #at91
Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org> #qcom geni
Reviewed-by: Stefan Bosch <stefan_b@posteo.net> #nanopi2
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 13248d66 09-Nov-2023 Igor Prusov <ivprusov@salutedevices.com>

treewide: use linux/time.h for time conversion defines

Now that we have time conversion defines from in time.h there is no need
for each driver to define their own version.

Signed-off-by: Igor Prusov <ivprusov@salutedevices.com>
Reviewed-by: Svyatoslav Ryhel <clamor95@gmail.com> # tegra
Reviewed-by: Eugen Hristev <eugen.hristev@collabora.com> #at91
Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org> #qcom geni
Reviewed-by: Stefan Bosch <stefan_b@posteo.net> #nanopi2
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 13248d66 09-Nov-2023 Igor Prusov <ivprusov@salutedevices.com>

treewide: use linux/time.h for time conversion defines

Now that we have time conversion defines from in time.h there is no need
for each driver to define their own version.

Signed-off-by: Igor Prusov <ivprusov@salutedevices.com>
Reviewed-by: Svyatoslav Ryhel <clamor95@gmail.com> # tegra
Reviewed-by: Eugen Hristev <eugen.hristev@collabora.com> #at91
Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org> #qcom geni
Reviewed-by: Stefan Bosch <stefan_b@posteo.net> #nanopi2
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 13248d66 09-Nov-2023 Igor Prusov <ivprusov@salutedevices.com>

treewide: use linux/time.h for time conversion defines

Now that we have time conversion defines from in time.h there is no need
for each driver to define their own version.

Signed-off-by: Igor Prusov <ivprusov@salutedevices.com>
Reviewed-by: Svyatoslav Ryhel <clamor95@gmail.com> # tegra
Reviewed-by: Eugen Hristev <eugen.hristev@collabora.com> #at91
Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org> #qcom geni
Reviewed-by: Stefan Bosch <stefan_b@posteo.net> #nanopi2
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 13248d66 09-Nov-2023 Igor Prusov <ivprusov@salutedevices.com>

treewide: use linux/time.h for time conversion defines

Now that we have time conversion defines from in time.h there is no need
for each driver to define their own version.

Signed-off-by: Igor Prusov <ivprusov@salutedevices.com>
Reviewed-by: Svyatoslav Ryhel <clamor95@gmail.com> # tegra
Reviewed-by: Eugen Hristev <eugen.hristev@collabora.com> #at91
Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org> #qcom geni
Reviewed-by: Stefan Bosch <stefan_b@posteo.net> #nanopi2
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 13248d66 09-Nov-2023 Igor Prusov <ivprusov@salutedevices.com>

treewide: use linux/time.h for time conversion defines

Now that we have time conversion defines from in time.h there is no need
for each driver to define their own version.

Signed-off-by: Igor Prusov <ivprusov@salutedevices.com>
Reviewed-by: Svyatoslav Ryhel <clamor95@gmail.com> # tegra
Reviewed-by: Eugen Hristev <eugen.hristev@collabora.com> #at91
Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org> #qcom geni
Reviewed-by: Stefan Bosch <stefan_b@posteo.net> #nanopi2
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 13248d66 09-Nov-2023 Igor Prusov <ivprusov@salutedevices.com>

treewide: use linux/time.h for time conversion defines

Now that we have time conversion defines from in time.h there is no need
for each driver to define their own version.

Signed-off-by: Igor Prusov <ivprusov@salutedevices.com>
Reviewed-by: Svyatoslav Ryhel <clamor95@gmail.com> # tegra
Reviewed-by: Eugen Hristev <eugen.hristev@collabora.com> #at91
Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org> #qcom geni
Reviewed-by: Stefan Bosch <stefan_b@posteo.net> #nanopi2
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 13248d66 09-Nov-2023 Igor Prusov <ivprusov@salutedevices.com>

treewide: use linux/time.h for time conversion defines

Now that we have time conversion defines from in time.h there is no need
for each driver to define their own version.

Signed-off-by: Igor Prusov <ivprusov@salutedevices.com>
Reviewed-by: Svyatoslav Ryhel <clamor95@gmail.com> # tegra
Reviewed-by: Eugen Hristev <eugen.hristev@collabora.com> #at91
Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org> #qcom geni
Reviewed-by: Stefan Bosch <stefan_b@posteo.net> #nanopi2
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 13248d66 09-Nov-2023 Igor Prusov <ivprusov@salutedevices.com>

treewide: use linux/time.h for time conversion defines

Now that we have time conversion defines from in time.h there is no need
for each driver to define their own version.

Signed-off-by: Igor Prusov <ivprusov@salutedevices.com>
Reviewed-by: Svyatoslav Ryhel <clamor95@gmail.com> # tegra
Reviewed-by: Eugen Hristev <eugen.hristev@collabora.com> #at91
Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org> #qcom geni
Reviewed-by: Stefan Bosch <stefan_b@posteo.net> #nanopi2
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 13248d66 09-Nov-2023 Igor Prusov <ivprusov@salutedevices.com>

treewide: use linux/time.h for time conversion defines

Now that we have time conversion defines from in time.h there is no need
for each driver to define their own version.

Signed-off-by: Igor Prusov <ivprusov@salutedevices.com>
Reviewed-by: Svyatoslav Ryhel <clamor95@gmail.com> # tegra
Reviewed-by: Eugen Hristev <eugen.hristev@collabora.com> #at91
Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org> #qcom geni
Reviewed-by: Stefan Bosch <stefan_b@posteo.net> #nanopi2
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 13248d66 09-Nov-2023 Igor Prusov <ivprusov@salutedevices.com>

treewide: use linux/time.h for time conversion defines

Now that we have time conversion defines from in time.h there is no need
for each driver to define their own version.

Signed-off-by: Igor Prusov <ivprusov@salutedevices.com>
Reviewed-by: Svyatoslav Ryhel <clamor95@gmail.com> # tegra
Reviewed-by: Eugen Hristev <eugen.hristev@collabora.com> #at91
Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org> #qcom geni
Reviewed-by: Stefan Bosch <stefan_b@posteo.net> #nanopi2
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 13248d66 09-Nov-2023 Igor Prusov <ivprusov@salutedevices.com>

treewide: use linux/time.h for time conversion defines

Now that we have time conversion defines from in time.h there is no need
for each driver to define their own version.

Signed-off-by: Igor Prusov <ivprusov@salutedevices.com>
Reviewed-by: Svyatoslav Ryhel <clamor95@gmail.com> # tegra
Reviewed-by: Eugen Hristev <eugen.hristev@collabora.com> #at91
Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org> #qcom geni
Reviewed-by: Stefan Bosch <stefan_b@posteo.net> #nanopi2
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 13248d66 09-Nov-2023 Igor Prusov <ivprusov@salutedevices.com>

treewide: use linux/time.h for time conversion defines

Now that we have time conversion defines from in time.h there is no need
for each driver to define their own version.

Signed-off-by: Igor Prusov <ivprusov@salutedevices.com>
Reviewed-by: Svyatoslav Ryhel <clamor95@gmail.com> # tegra
Reviewed-by: Eugen Hristev <eugen.hristev@collabora.com> #at91
Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org> #qcom geni
Reviewed-by: Stefan Bosch <stefan_b@posteo.net> #nanopi2
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 13248d66 09-Nov-2023 Igor Prusov <ivprusov@salutedevices.com>

treewide: use linux/time.h for time conversion defines

Now that we have time conversion defines from in time.h there is no need
for each driver to define their own version.

Signed-off-by: Igor Prusov <ivprusov@salutedevices.com>
Reviewed-by: Svyatoslav Ryhel <clamor95@gmail.com> # tegra
Reviewed-by: Eugen Hristev <eugen.hristev@collabora.com> #at91
Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org> #qcom geni
Reviewed-by: Stefan Bosch <stefan_b@posteo.net> #nanopi2
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 13248d66 09-Nov-2023 Igor Prusov <ivprusov@salutedevices.com>

treewide: use linux/time.h for time conversion defines

Now that we have time conversion defines from in time.h there is no need
for each driver to define their own version.

Signed-off-by: Igor Prusov <ivprusov@salutedevices.com>
Reviewed-by: Svyatoslav Ryhel <clamor95@gmail.com> # tegra
Reviewed-by: Eugen Hristev <eugen.hristev@collabora.com> #at91
Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org> #qcom geni
Reviewed-by: Stefan Bosch <stefan_b@posteo.net> #nanopi2
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 13248d66 09-Nov-2023 Igor Prusov <ivprusov@salutedevices.com>

treewide: use linux/time.h for time conversion defines

Now that we have time conversion defines from in time.h there is no need
for each driver to define their own version.

Signed-off-by: Igor Prusov <ivprusov@salutedevices.com>
Reviewed-by: Svyatoslav Ryhel <clamor95@gmail.com> # tegra
Reviewed-by: Eugen Hristev <eugen.hristev@collabora.com> #at91
Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org> #qcom geni
Reviewed-by: Stefan Bosch <stefan_b@posteo.net> #nanopi2
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 13248d66 09-Nov-2023 Igor Prusov <ivprusov@salutedevices.com>

treewide: use linux/time.h for time conversion defines

Now that we have time conversion defines from in time.h there is no need
for each driver to define their own version.

Signed-off-by: Igor Prusov <ivprusov@salutedevices.com>
Reviewed-by: Svyatoslav Ryhel <clamor95@gmail.com> # tegra
Reviewed-by: Eugen Hristev <eugen.hristev@collabora.com> #at91
Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org> #qcom geni
Reviewed-by: Stefan Bosch <stefan_b@posteo.net> #nanopi2
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 13248d66 09-Nov-2023 Igor Prusov <ivprusov@salutedevices.com>

treewide: use linux/time.h for time conversion defines

Now that we have time conversion defines from in time.h there is no need
for each driver to define their own version.

Signed-off-by: Igor Prusov <ivprusov@salutedevices.com>
Reviewed-by: Svyatoslav Ryhel <clamor95@gmail.com> # tegra
Reviewed-by: Eugen Hristev <eugen.hristev@collabora.com> #at91
Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org> #qcom geni
Reviewed-by: Stefan Bosch <stefan_b@posteo.net> #nanopi2
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 13248d66 09-Nov-2023 Igor Prusov <ivprusov@salutedevices.com>

treewide: use linux/time.h for time conversion defines

Now that we have time conversion defines from in time.h there is no need
for each driver to define their own version.

Signed-off-by: Igor Prusov <ivprusov@salutedevices.com>
Reviewed-by: Svyatoslav Ryhel <clamor95@gmail.com> # tegra
Reviewed-by: Eugen Hristev <eugen.hristev@collabora.com> #at91
Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org> #qcom geni
Reviewed-by: Stefan Bosch <stefan_b@posteo.net> #nanopi2
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 13248d66 09-Nov-2023 Igor Prusov <ivprusov@salutedevices.com>

treewide: use linux/time.h for time conversion defines

Now that we have time conversion defines from in time.h there is no need
for each driver to define their own version.

Signed-off-by: Igor Prusov <ivprusov@salutedevices.com>
Reviewed-by: Svyatoslav Ryhel <clamor95@gmail.com> # tegra
Reviewed-by: Eugen Hristev <eugen.hristev@collabora.com> #at91
Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org> #qcom geni
Reviewed-by: Stefan Bosch <stefan_b@posteo.net> #nanopi2
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 13248d66 09-Nov-2023 Igor Prusov <ivprusov@salutedevices.com>

treewide: use linux/time.h for time conversion defines

Now that we have time conversion defines from in time.h there is no need
for each driver to define their own version.

Signed-off-by: Igor Prusov <ivprusov@salutedevices.com>
Reviewed-by: Svyatoslav Ryhel <clamor95@gmail.com> # tegra
Reviewed-by: Eugen Hristev <eugen.hristev@collabora.com> #at91
Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org> #qcom geni
Reviewed-by: Stefan Bosch <stefan_b@posteo.net> #nanopi2
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 13248d66 09-Nov-2023 Igor Prusov <ivprusov@salutedevices.com>

treewide: use linux/time.h for time conversion defines

Now that we have time conversion defines from in time.h there is no need
for each driver to define their own version.

Signed-off-by: Igor Prusov <ivprusov@salutedevices.com>
Reviewed-by: Svyatoslav Ryhel <clamor95@gmail.com> # tegra
Reviewed-by: Eugen Hristev <eugen.hristev@collabora.com> #at91
Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org> #qcom geni
Reviewed-by: Stefan Bosch <stefan_b@posteo.net> #nanopi2
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 13248d66 09-Nov-2023 Igor Prusov <ivprusov@salutedevices.com>

treewide: use linux/time.h for time conversion defines

Now that we have time conversion defines from in time.h there is no need
for each driver to define their own version.

Signed-off-by: Igor Prusov <ivprusov@salutedevices.com>
Reviewed-by: Svyatoslav Ryhel <clamor95@gmail.com> # tegra
Reviewed-by: Eugen Hristev <eugen.hristev@collabora.com> #at91
Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org> #qcom geni
Reviewed-by: Stefan Bosch <stefan_b@posteo.net> #nanopi2
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 13248d66 09-Nov-2023 Igor Prusov <ivprusov@salutedevices.com>

treewide: use linux/time.h for time conversion defines

Now that we have time conversion defines from in time.h there is no need
for each driver to define their own version.

Signed-off-by: Igor Prusov <ivprusov@salutedevices.com>
Reviewed-by: Svyatoslav Ryhel <clamor95@gmail.com> # tegra
Reviewed-by: Eugen Hristev <eugen.hristev@collabora.com> #at91
Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org> #qcom geni
Reviewed-by: Stefan Bosch <stefan_b@posteo.net> #nanopi2
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 13248d66 09-Nov-2023 Igor Prusov <ivprusov@salutedevices.com>

treewide: use linux/time.h for time conversion defines

Now that we have time conversion defines from in time.h there is no need
for each driver to define their own version.

Signed-off-by: Igor Prusov <ivprusov@salutedevices.com>
Reviewed-by: Svyatoslav Ryhel <clamor95@gmail.com> # tegra
Reviewed-by: Eugen Hristev <eugen.hristev@collabora.com> #at91
Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org> #qcom geni
Reviewed-by: Stefan Bosch <stefan_b@posteo.net> #nanopi2
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 13248d66 09-Nov-2023 Igor Prusov <ivprusov@salutedevices.com>

treewide: use linux/time.h for time conversion defines

Now that we have time conversion defines from in time.h there is no need
for each driver to define their own version.

Signed-off-by: Igor Prusov <ivprusov@salutedevices.com>
Reviewed-by: Svyatoslav Ryhel <clamor95@gmail.com> # tegra
Reviewed-by: Eugen Hristev <eugen.hristev@collabora.com> #at91
Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org> #qcom geni
Reviewed-by: Stefan Bosch <stefan_b@posteo.net> #nanopi2
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 13248d66 09-Nov-2023 Igor Prusov <ivprusov@salutedevices.com>

treewide: use linux/time.h for time conversion defines

Now that we have time conversion defines from in time.h there is no need
for each driver to define their own version.

Signed-off-by: Igor Prusov <ivprusov@salutedevices.com>
Reviewed-by: Svyatoslav Ryhel <clamor95@gmail.com> # tegra
Reviewed-by: Eugen Hristev <eugen.hristev@collabora.com> #at91
Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org> #qcom geni
Reviewed-by: Stefan Bosch <stefan_b@posteo.net> #nanopi2
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 13248d66 09-Nov-2023 Igor Prusov <ivprusov@salutedevices.com>

treewide: use linux/time.h for time conversion defines

Now that we have time conversion defines from in time.h there is no need
for each driver to define their own version.

Signed-off-by: Igor Prusov <ivprusov@salutedevices.com>
Reviewed-by: Svyatoslav Ryhel <clamor95@gmail.com> # tegra
Reviewed-by: Eugen Hristev <eugen.hristev@collabora.com> #at91
Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org> #qcom geni
Reviewed-by: Stefan Bosch <stefan_b@posteo.net> #nanopi2
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 13248d66 09-Nov-2023 Igor Prusov <ivprusov@salutedevices.com>

treewide: use linux/time.h for time conversion defines

Now that we have time conversion defines from in time.h there is no need
for each driver to define their own version.

Signed-off-by: Igor Prusov <ivprusov@salutedevices.com>
Reviewed-by: Svyatoslav Ryhel <clamor95@gmail.com> # tegra
Reviewed-by: Eugen Hristev <eugen.hristev@collabora.com> #at91
Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org> #qcom geni
Reviewed-by: Stefan Bosch <stefan_b@posteo.net> #nanopi2
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 13248d66 09-Nov-2023 Igor Prusov <ivprusov@salutedevices.com>

treewide: use linux/time.h for time conversion defines

Now that we have time conversion defines from in time.h there is no need
for each driver to define their own version.

Signed-off-by: Igor Prusov <ivprusov@salutedevices.com>
Reviewed-by: Svyatoslav Ryhel <clamor95@gmail.com> # tegra
Reviewed-by: Eugen Hristev <eugen.hristev@collabora.com> #at91
Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org> #qcom geni
Reviewed-by: Stefan Bosch <stefan_b@posteo.net> #nanopi2
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 13248d66 09-Nov-2023 Igor Prusov <ivprusov@salutedevices.com>

treewide: use linux/time.h for time conversion defines

Now that we have time conversion defines from in time.h there is no need
for each driver to define their own version.

Signed-off-by: Igor Prusov <ivprusov@salutedevices.com>
Reviewed-by: Svyatoslav Ryhel <clamor95@gmail.com> # tegra
Reviewed-by: Eugen Hristev <eugen.hristev@collabora.com> #at91
Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org> #qcom geni
Reviewed-by: Stefan Bosch <stefan_b@posteo.net> #nanopi2
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 13248d66 09-Nov-2023 Igor Prusov <ivprusov@salutedevices.com>

treewide: use linux/time.h for time conversion defines

Now that we have time conversion defines from in time.h there is no need
for each driver to define their own version.

Signed-off-by: Igor Prusov <ivprusov@salutedevices.com>
Reviewed-by: Svyatoslav Ryhel <clamor95@gmail.com> # tegra
Reviewed-by: Eugen Hristev <eugen.hristev@collabora.com> #at91
Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org> #qcom geni
Reviewed-by: Stefan Bosch <stefan_b@posteo.net> #nanopi2
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 13248d66 09-Nov-2023 Igor Prusov <ivprusov@salutedevices.com>

treewide: use linux/time.h for time conversion defines

Now that we have time conversion defines from in time.h there is no need
for each driver to define their own version.

Signed-off-by: Igor Prusov <ivprusov@salutedevices.com>
Reviewed-by: Svyatoslav Ryhel <clamor95@gmail.com> # tegra
Reviewed-by: Eugen Hristev <eugen.hristev@collabora.com> #at91
Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org> #qcom geni
Reviewed-by: Stefan Bosch <stefan_b@posteo.net> #nanopi2
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 13248d66 09-Nov-2023 Igor Prusov <ivprusov@salutedevices.com>

treewide: use linux/time.h for time conversion defines

Now that we have time conversion defines from in time.h there is no need
for each driver to define their own version.

Signed-off-by: Igor Prusov <ivprusov@salutedevices.com>
Reviewed-by: Svyatoslav Ryhel <clamor95@gmail.com> # tegra
Reviewed-by: Eugen Hristev <eugen.hristev@collabora.com> #at91
Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org> #qcom geni
Reviewed-by: Stefan Bosch <stefan_b@posteo.net> #nanopi2
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 13248d66 09-Nov-2023 Igor Prusov <ivprusov@salutedevices.com>

treewide: use linux/time.h for time conversion defines

Now that we have time conversion defines from in time.h there is no need
for each driver to define their own version.

Signed-off-by: Igor Prusov <ivprusov@salutedevices.com>
Reviewed-by: Svyatoslav Ryhel <clamor95@gmail.com> # tegra
Reviewed-by: Eugen Hristev <eugen.hristev@collabora.com> #at91
Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org> #qcom geni
Reviewed-by: Stefan Bosch <stefan_b@posteo.net> #nanopi2
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 13248d66 09-Nov-2023 Igor Prusov <ivprusov@salutedevices.com>

treewide: use linux/time.h for time conversion defines

Now that we have time conversion defines from in time.h there is no need
for each driver to define their own version.

Signed-off-by: Igor Prusov <ivprusov@salutedevices.com>
Reviewed-by: Svyatoslav Ryhel <clamor95@gmail.com> # tegra
Reviewed-by: Eugen Hristev <eugen.hristev@collabora.com> #at91
Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org> #qcom geni
Reviewed-by: Stefan Bosch <stefan_b@posteo.net> #nanopi2
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 13248d66 09-Nov-2023 Igor Prusov <ivprusov@salutedevices.com>

treewide: use linux/time.h for time conversion defines

Now that we have time conversion defines from in time.h there is no need
for each driver to define their own version.

Signed-off-by: Igor Prusov <ivprusov@salutedevices.com>
Reviewed-by: Svyatoslav Ryhel <clamor95@gmail.com> # tegra
Reviewed-by: Eugen Hristev <eugen.hristev@collabora.com> #at91
Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org> #qcom geni
Reviewed-by: Stefan Bosch <stefan_b@posteo.net> #nanopi2
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 13248d66 09-Nov-2023 Igor Prusov <ivprusov@salutedevices.com>

treewide: use linux/time.h for time conversion defines

Now that we have time conversion defines from in time.h there is no need
for each driver to define their own version.

Signed-off-by: Igor Prusov <ivprusov@salutedevices.com>
Reviewed-by: Svyatoslav Ryhel <clamor95@gmail.com> # tegra
Reviewed-by: Eugen Hristev <eugen.hristev@collabora.com> #at91
Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org> #qcom geni
Reviewed-by: Stefan Bosch <stefan_b@posteo.net> #nanopi2
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 13248d66 09-Nov-2023 Igor Prusov <ivprusov@salutedevices.com>

treewide: use linux/time.h for time conversion defines

Now that we have time conversion defines from in time.h there is no need
for each driver to define their own version.

Signed-off-by: Igor Prusov <ivprusov@salutedevices.com>
Reviewed-by: Svyatoslav Ryhel <clamor95@gmail.com> # tegra
Reviewed-by: Eugen Hristev <eugen.hristev@collabora.com> #at91
Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org> #qcom geni
Reviewed-by: Stefan Bosch <stefan_b@posteo.net> #nanopi2
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 13248d66 09-Nov-2023 Igor Prusov <ivprusov@salutedevices.com>

treewide: use linux/time.h for time conversion defines

Now that we have time conversion defines from in time.h there is no need
for each driver to define their own version.

Signed-off-by: Igor Prusov <ivprusov@salutedevices.com>
Reviewed-by: Svyatoslav Ryhel <clamor95@gmail.com> # tegra
Reviewed-by: Eugen Hristev <eugen.hristev@collabora.com> #at91
Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org> #qcom geni
Reviewed-by: Stefan Bosch <stefan_b@posteo.net> #nanopi2
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 13248d66 09-Nov-2023 Igor Prusov <ivprusov@salutedevices.com>

treewide: use linux/time.h for time conversion defines

Now that we have time conversion defines from in time.h there is no need
for each driver to define their own version.

Signed-off-by: Igor Prusov <ivprusov@salutedevices.com>
Reviewed-by: Svyatoslav Ryhel <clamor95@gmail.com> # tegra
Reviewed-by: Eugen Hristev <eugen.hristev@collabora.com> #at91
Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org> #qcom geni
Reviewed-by: Stefan Bosch <stefan_b@posteo.net> #nanopi2
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 13248d66 09-Nov-2023 Igor Prusov <ivprusov@salutedevices.com>

treewide: use linux/time.h for time conversion defines

Now that we have time conversion defines from in time.h there is no need
for each driver to define their own version.

Signed-off-by: Igor Prusov <ivprusov@salutedevices.com>
Reviewed-by: Svyatoslav Ryhel <clamor95@gmail.com> # tegra
Reviewed-by: Eugen Hristev <eugen.hristev@collabora.com> #at91
Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org> #qcom geni
Reviewed-by: Stefan Bosch <stefan_b@posteo.net> #nanopi2
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 13248d66 09-Nov-2023 Igor Prusov <ivprusov@salutedevices.com>

treewide: use linux/time.h for time conversion defines

Now that we have time conversion defines from in time.h there is no need
for each driver to define their own version.

Signed-off-by: Igor Prusov <ivprusov@salutedevices.com>
Reviewed-by: Svyatoslav Ryhel <clamor95@gmail.com> # tegra
Reviewed-by: Eugen Hristev <eugen.hristev@collabora.com> #at91
Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org> #qcom geni
Reviewed-by: Stefan Bosch <stefan_b@posteo.net> #nanopi2
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# f1218f0b 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: clk-main: add driver compatible with ccf

Add clk-main driver compatible with common clock framework.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 653bcce4 07-Sep-2020 Claudiu Beznea <claudiu.beznea@microchip.com>

clk: at91: move clock code to compat.c

Move clock code to compat.c to allow switching to CCF
without mixing CCF code with non CCF code. This prepares the
field for next commits.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>


# 83d290c5 06-May-2018 Tom Rini <trini@konsulko.com>

SPDX: Convert all of our single license tags to Linux Kernel style

When U-Boot started using SPDX tags we were among the early adopters and
there weren't a lot of other examples to borrow from. So we picked the
area of the file that usually had a full license text and replaced it
with an appropriate SPDX-License-Identifier: entry. Since then, the
Linux Kernel has adopted SPDX tags and they place it as the very first
line in a file (except where shebangs are used, then it's second line)
and with slightly different comment styles than us.

In part due to community overlap, in part due to better tag visibility
and in part for other minor reasons, switch over to that style.

This commit changes all instances where we have a single declared
license in the tag as both the before and after are identical in tag
contents. There's also a few places where I found we did not have a tag
and have introduced one.

Signed-off-by: Tom Rini <trini@konsulko.com>


# 9d922450 17-May-2017 Simon Glass <sjg@chromium.org>

dm: Use dm.h header when driver mode is used

This header includes things that are needed to make driver build. Adjust
existing users to include that always, even if other dm/ includes are
present

Signed-off-by: Simon Glass <sjg@chromium.org>


# 9e5935c0 20-Jul-2016 Wenyou Yang <wenyou.yang@atmel.com>

clk: at91: Add clock driver

The patch is referred to at91 clock driver of Linux, to make
the clock node descriptions in DT aligned with the Linux's.

Signed-off-by: Wenyou Yang <wenyou.yang@atmel.com>
Reviewed-by: Simon Glass <sjg@chromium.org>