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