index
:
platform/kernel/u-boot
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_ivi_panda
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_unified_dev
accepted/tizen_unified_riscv
accepted/tizen_unified_toolchain
accepted/tizen_unified_x
accepted/tizen_unified_x_asan
accepted/tizen_wearable
master
old/tizen_20201104
old/tizen_20211124
old/tizen_20241126
sandbox/akazmin/hwasan_build
sandbox/amistewicz/comwor4
sandbox/hoegeun/tizen-next-pmic-starfive
sandbox/jkryszyn/virtual-ab
sandbox/klewandowski/wip
sandbox/lstelmach/sd_fusing_py
sandbox/mmajewski2/sd_fusing_py_lint
sandbox/mszyprowski/dev/tizen-next-prepare
sandbox/mszyprowski/dev/tizen-next-prepare-2
sandbox/mszyprowski/dev/tizen-next-prepare-3
sandbox/mszyprowski/dev/tizen-next-prepare-4
sandbox/nmerinov/llvm
sandbox/snawrocki/kvim3_thor_progress_2
sandbox/songinha/upstream
tizen
tizen-next
tizen_-1
tizen_-2
tizen_-3
tizen_-4
tizen_-5
tizen_-6
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
upstream
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
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
2021-05-14
clk: Warn on failure to assign rate
Sean Anderson
1
-4
/
+7
2021-03-26
dm: Rename device_get_by_driver_info_idx()
Simon Glass
1
-1
/
+1
2021-02-02
common: Drop asm/global_data.h from common header
Simon Glass
1
-0
/
+1
2021-01-30
clk: Add debugging for return values
Simon Glass
1
-5
/
+11
2021-01-12
clk: add clk_round_rate()
Dario Binacchi
1
-0
/
+15
2021-01-05
dm: core: Use dev_has_ofnode() instead of dev_of_valid()
Simon Glass
1
-1
/
+1
2020-10-29
dm: Use driver_info index instead of pointer
Simon Glass
1
-2
/
+1
2020-10-06
dm: add cells_count parameter in *_count_phandle_with_args
Patrick Delaunay
1
-2
/
+2
2020-09-22
clk: get clock pointer before proceeding
Claudiu Beznea
1
-4
/
+33
2020-09-22
clk: do not disable clock if it is critical
Claudiu Beznea
1
-0
/
+3
2020-09-22
clk: bind clk to new parent device
Claudiu Beznea
1
-1
/
+10
2020-08-03
clk: Drop dm.h header file in clk-provider.h
Simon Glass
1
-0
/
+5
2020-07-09
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-18
common: Drop linux/bug.h from common header
Simon Glass
1
-0
/
+1
2020-05-18
common: Drop log.h from common header
Simon Glass
1
-0
/
+1
2020-02-05
dm: core: Create a new header file for 'compat' features
Simon Glass
1
-0
/
+1
2020-02-05
dm: core: Require users of devres to include the header
Simon Glass
1
-1
/
+3
2020-02-05
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-09
clk: Use clk_get_by_index_tail()
Jagan Teki
1
-22
/
+2
2019-05-09
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-06
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-17
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
[next]