summaryrefslogtreecommitdiffstats
path: root/sys/dev/fdt/imxccm.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add support for the i.MX8MP PCIe clocks.patrick2020-12-191-1/+17
* Add support for the i.MX8MP second ethernet. The Plus SoC not only has thepatrick2020-12-181-4/+87
* Add support for the i.MX8MP USB clocks.patrick2020-12-181-1/+57
* Add clock support for i.MX8MP. This variant uses essentially thepatrick2020-11-071-1/+53
* Add support for the i.MX8M AHB clocks. These behave just like all thepatrick2020-10-121-1/+67
* Calculate divisor for i.MX8M composite clocks. So far we have setpatrick2020-04-281-13/+35
* Add support for the i.MX8MM USB clocks. These behave exactly likepatrick2020-04-261-1/+18
* Add support for the i.MX8MM PCIe clocks. These behave exactly likepatrick2020-04-231-2/+35
* Add clock support for i.MX8MM. The CCM is based on the i.MX8MQ version,patrick2020-03-211-12/+342
* The i.MX8MQ 32K clock is always on.patrick2020-03-201-1/+4
* The NXP-provided device trees used to make use of the assigned-clockspatrick2020-03-111-2/+18
* In the upstreamed and official device tree for i.MX8MQ the clockspatrick2019-04-011-53/+83
* Add support for i.MX8M PWM clocks.patrick2019-03-131-1/+34
* Since new bindings might use the same clock index for divs, gates andpatrick2019-03-131-5/+4
* Add support for changing the parent of the PCIe clocks. We willpatrick2019-01-111-1/+19
* Add the i.MX8MQ eCSPI clocks.patrick2018-08-201-1/+30
* Support CPU frequency scaling on NXP i.MX8M.patrick2018-08-131-2/+212
* Implement calculating the SPI controller frequency in imxccm(4).patrick2018-07-261-1/+19
* Use regmapkettenis2018-06-171-8/+133
* Add another missing clock for i.MX7D. This particular clock lives on thekettenis2018-06-171-2/+20
* Add a bunch of i.MX7 clocks.kettenis2018-06-121-1/+26
* Add clock support for i.MX7D.kettenis2018-06-111-7/+123
* Change the set_parent() interface to pass the full parent specificationkettenis2018-06-031-2/+12
* Add clock support for i.MX8MQ. Most of the clocks can be configuredpatrick2018-05-281-9/+278
* Move the code that decodes the i.MX6 PLLs and PFDs into imxanatop(4)patrick2018-05-161-207/+19
* Move imxccm(4) to sys/dev/fdt.patrick2018-04-021-0/+619