Home | History | Annotate | only in /src/sys/dev/clk
History log of /src/sys/dev/clk
RevisionDateAuthorComments
 1.8 12-Jun-2024  rin clk(4): clk_set_rate: Add KASSERT to check `clk != NULL`
 1.7 23-Jul-2019  jmcneill branches: 1.7.28;
Normalize clk name to prevent sysctl_createv from failing
 1.6 30-Jan-2019  jmcneill Make "put" clk func optional
 1.5 12-Jun-2018  jmcneill branches: 1.5.2;
If setting rate on a clock with no set_rate function, and the desired rate
matches the current rate, don't return an error.
 1.4 28-Apr-2018  jmcneill Create private sysctl nodes for inspecting clock trees.
 1.3 01-Apr-2018  bouyer As discussed on tech-kern@ 10 days ago, add a clk_round_rate() method,
which returns the rate that would be used by this clock if clk_set_rate()
was called. Used by drivers (or other clocks) which have their own divider
and need to know the parent's clock capabilities to compute the best
parameters.
 1.2 16-Apr-2017  jmcneill branches: 1.2.10; 1.2.12;
Add support for multiple clock domains in clk API.
 1.1 05-Dec-2015  jmcneill branches: 1.1.2; 1.1.4; 1.1.6;
Add basic clock device infrastructure.
 1.1.6.1 21-Apr-2017  bouyer Sync with HEAD
 1.1.4.1 26-Apr-2017  pgoyette Sync with HEAD
 1.1.2.3 28-Aug-2017  skrll Sync with HEAD
 1.1.2.2 27-Dec-2015  skrll Sync with HEAD (as of 26th Dec)
 1.1.2.1 05-Dec-2015  skrll file clk.c was added on branch nick-nhusb on 2015-12-27 12:09:49 +0000
 1.2.12.3 25-Jun-2018  pgoyette Sync with HEAD
 1.2.12.2 02-May-2018  pgoyette Synch with HEAD
 1.2.12.1 07-Apr-2018  pgoyette Sync with HEAD. 77 conflicts resolved - all of them $NetBSD$
 1.2.10.2 03-Dec-2017  jdolecek update from HEAD
 1.2.10.1 16-Apr-2017  jdolecek file clk.c was added on branch tls-maxphys on 2017-12-03 11:37:00 +0000
 1.5.2.2 13-Apr-2020  martin Mostly merge changes from HEAD upto 20200411
 1.5.2.1 10-Jun-2019  christos Sync with HEAD
 1.7.28.1 21-Jun-2024  martin Pull up following revision(s) (requested by rin in ticket #714):

sys/dev/clk/clk.c: revision 1.8

clk(4): clk_set_rate: Add KASSERT to check `clk != NULL`
 1.3 01-Apr-2018  bouyer As discussed on tech-kern@ 10 days ago, add a clk_round_rate() method,
which returns the rate that would be used by this clock if clk_set_rate()
was called. Used by drivers (or other clocks) which have their own divider
and need to know the parent's clock capabilities to compute the best
parameters.
 1.2 16-Apr-2017  jmcneill branches: 1.2.10; 1.2.12;
Add support for multiple clock domains in clk API.
 1.1 05-Dec-2015  jmcneill branches: 1.1.2; 1.1.4; 1.1.6;
Add basic clock device infrastructure.
 1.1.6.1 21-Apr-2017  bouyer Sync with HEAD
 1.1.4.1 26-Apr-2017  pgoyette Sync with HEAD
 1.1.2.3 28-Aug-2017  skrll Sync with HEAD
 1.1.2.2 27-Dec-2015  skrll Sync with HEAD (as of 26th Dec)
 1.1.2.1 05-Dec-2015  skrll file clk.h was added on branch nick-nhusb on 2015-12-27 12:09:49 +0000
 1.2.12.1 07-Apr-2018  pgoyette Sync with HEAD. 77 conflicts resolved - all of them $NetBSD$
 1.2.10.2 03-Dec-2017  jdolecek update from HEAD
 1.2.10.1 16-Apr-2017  jdolecek file clk.h was added on branch tls-maxphys on 2017-12-03 11:37:00 +0000
 1.4 28-Apr-2018  jmcneill Create private sysctl nodes for inspecting clock trees.
 1.3 01-Apr-2018  bouyer As discussed on tech-kern@ 10 days ago, add a clk_round_rate() method,
which returns the rate that would be used by this clock if clk_set_rate()
was called. Used by drivers (or other clocks) which have their own divider
and need to know the parent's clock capabilities to compute the best
parameters.
 1.2 16-Apr-2017  jmcneill branches: 1.2.10; 1.2.12;
Add support for multiple clock domains in clk API.
 1.1 05-Dec-2015  jmcneill branches: 1.1.2; 1.1.4; 1.1.6;
Add basic clock device infrastructure.
 1.1.6.1 21-Apr-2017  bouyer Sync with HEAD
 1.1.4.1 26-Apr-2017  pgoyette Sync with HEAD
 1.1.2.3 28-Aug-2017  skrll Sync with HEAD
 1.1.2.2 27-Dec-2015  skrll Sync with HEAD (as of 26th Dec)
 1.1.2.1 05-Dec-2015  skrll file clk_backend.h was added on branch nick-nhusb on 2015-12-27 12:09:49 +0000
 1.2.12.2 02-May-2018  pgoyette Synch with HEAD
 1.2.12.1 07-Apr-2018  pgoyette Sync with HEAD. 77 conflicts resolved - all of them $NetBSD$
 1.2.10.2 03-Dec-2017  jdolecek update from HEAD
 1.2.10.1 16-Apr-2017  jdolecek file clk_backend.h was added on branch tls-maxphys on 2017-12-03 11:37:00 +0000
 1.1 05-Dec-2015  jmcneill branches: 1.1.2; 1.1.18;
Add basic clock device infrastructure.
 1.1.18.2 03-Dec-2017  jdolecek update from HEAD
 1.1.18.1 05-Dec-2015  jdolecek file files.clk was added on branch tls-maxphys on 2017-12-03 11:37:00 +0000
 1.1.2.2 27-Dec-2015  skrll Sync with HEAD (as of 26th Dec)
 1.1.2.1 05-Dec-2015  skrll file files.clk was added on branch nick-nhusb on 2015-12-27 12:09:49 +0000

RSS XML Feed