index
:
starfive-tech/u-boot.git
Fedora_JH7100_2021.04
Fedora_JH7100_2021.07
Fedora_JH7100_upstream
Fedora_JH7100_upstream_devel
JH7100_Multimedia_V0.1.0
JH7100_VisionFive_OH_dev
JH7100_VisionFive_devel
JH7100_starlight_multimedia
JH7100_upstream
JH7100_upstream_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_devel-v3.9.3
dubhe_fpga_dev_v2023.10
master
rtthread_AMP
visionfive_devel
StarFive Tech U-Boot for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
clk
/
clk-uclass.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-10
dtoc: extend dtoc to use struct driver_info when linking nodes
Walter Lozano
1
-6
/
+5
2020-07-01
clk: Fix clk_get_by_* handling of index
Sean Anderson
1
-4
/
+4
2020-05-19
common: Drop linux/bug.h from common header
Simon Glass
1
-0
/
+1
2020-05-19
common: Drop log.h from common header
Simon Glass
1
-0
/
+1
2020-02-06
dm: core: Create a new header file for 'compat' features
Simon Glass
1
-0
/
+1
2020-02-06
dm: core: Require users of devres to include the header
Simon Glass
1
-1
/
+3
2020-02-06
clk: Rename free() to rfree()
Simon Glass
1
-2
/
+2
2020-01-26
clk: uclass: clk_get_by_name() must not be available if CONFIG_OF_PLATDATA is...
Giulio Benetti
1
-1
/
+1
2020-01-16
clk: add APIs to get (optional) clock by name without a device
Chunfeng Yun
1
-0
/
+28
2020-01-16
clk: check valid clock by clk_valid()
Chunfeng Yun
1
-8
/
+8
2020-01-16
clk: fix error check for devm_clk_get_optional()
Chunfeng Yun
1
-1
/
+1
2019-10-22
drivers: clk: Fix using assigned-clocks in the node of the clock it sets up
Jean-Jacques Hiblot
1
-6
/
+42
2019-10-22
drivers: clk: Add a managed API to get clocks from the device-tree
Jean-Jacques Hiblot
1
-0
/
+48
2019-10-22
drivers: clk: Handle gracefully NULL pointers
Jean-Jacques Hiblot
1
-7
/
+36
2019-10-22
clk: Fix error check in clk_set_default_parents()
Jean-Jacques Hiblot
1
-1
/
+1
2019-08-22
clk: prograte clk enable/disable to parent
Peng Fan
1
-6
/
+71
2019-08-12
clk: add support for clk_is_match()
Sekhar Nori
1
-0
/
+13
2019-07-31
dm: clk: ignore default settings when node not valid
Peng Fan
1
-0
/
+3
2019-07-27
Merge tag 'u-boot-imx-20190719' of https://gitlab.denx.de/u-boot/custodians/u...
Tom Rini
1
-0
/
+60
2019-07-24
clk: initialize clk->data when using default xlate
Sekhar Nori
1
-0
/
+2
2019-07-19
dm: clk: Extend clk_get_parent_rate() to support CLK_GET_RATE_NOCACHE flag
Lukasz Majewski
1
-2
/
+2
2019-07-19
dm: clk: Define clk_get_by_id() for clk operations
Lukasz Majewski
1
-0
/
+22
2019-07-19
dm: clk: Define clk_get_parent_rate() for clk operations
Lukasz Majewski
1
-0
/
+22
2019-07-19
dm: clk: Define clk_get_parent() for clk operations
Lukasz Majewski
1
-0
/
+16
2019-05-08
clk: Use clk_get_by_index_tail()
Jagan Teki
1
-22
/
+2
2019-05-08
clk: Get the CLK by index without device
Jagan Teki
1
-1
/
+60
2019-02-01
clk: Improve debug message in clk_set_default_rates()
Simon Glass
1
-2
/
+2
2018-12-07
clk: Allow clock defaults to be set during re-reloc state for SPL only
Philipp Tomsich
1
-0
/
+4
2018-11-16
clk: Allow clock defaults to be set also during re-reloc state
Andreas Dannenberg
1
-4
/
+0
2018-08-04
clk: clk_set_default: accept no-op skip fields
Neil Armstrong
1
-0
/
+8
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
1
-2
/
+1
2018-04-18
clk: fix clk_get_bulk when phandle error
Neil Armstrong
1
-2
/
+2
2018-04-10
clk: Add get/enable/disable/release for a bulk of clocks
Neil Armstrong
1
-0
/
+59
2018-01-28
clk: implement clk_set_defaults()
Philipp Tomsich
1
-0
/
+118
2018-01-28
clk: refactor clk_get_by_index() into clk_get_by_indexed_prop()
Philipp Tomsich
1
-2
/
+8
2018-01-28
clk: add clk_set_parent()
Philipp Tomsich
1
-0
/
+12
2018-01-21
clk: Remove superfluous gd declarations
Mario Six
1
-2
/
+0
2018-01-21
clk: clk-uclass: Fix style violations
Mario Six
1
-10
/
+10
2017-09-15
dtoc: Put phandle args in an array
Simon Glass
1
-1
/
+1
2017-09-15
dtoc: Rename the phandle struct
Simon Glass
1
-1
/
+1
2017-07-29
clk: fix compilation errors for poplar platform
Patrice Chotard
1
-23
/
+24
2017-07-29
clk: add clk_release_all()
Patrice Chotard
1
-0
/
+26
2017-06-01
dm: clk: Update uclass to support livetree
Simon Glass
1
-10
/
+7
2017-06-01
clk: Modify xlate() method for livetree
Simon Glass
1
-3
/
+4
2017-02-08
dm: core: Replace of_offset with accessor
Simon Glass
1
-2
/
+2
2016-10-28
clk: clk-uclass: Assign clk->dev before call .of_xlate
Wenyou Yang
1
-0
/
+3
2016-10-13
libfdt: Bring in upstream stringlist functions
Simon Glass
1
-3
/
+3
2016-07-22
dm: clk: Remove simple version of clk_get_by_index/name()
Michal Simek
1
-27
/
+1
2016-07-15
dm: clk: Add support for of-platdata
Simon Glass
1
-2
/
+20
2016-06-20
clk: convert API to match reset/mailbox style
Stephen Warren
1
-57
/
+145
[next]