index
:
u-boot.git
master
omap/config-cleanups
omap/sniper/next-v2016.03
omap/sniper/recovery-v2015.07
omap/sniper/work
U-Boot bootloader
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
clk
/
clk-uclass.c
Age
Commit message (
Expand
)
Author
2021-03-26
dm: Rename device_get_by_driver_info_idx()
Simon Glass
2021-02-02
common: Drop asm/global_data.h from common header
Simon Glass
2021-01-30
clk: Add debugging for return values
Simon Glass
2021-01-12
clk: add clk_round_rate()
Dario Binacchi
2021-01-05
dm: core: Use dev_has_ofnode() instead of dev_of_valid()
Simon Glass
2020-10-29
dm: Use driver_info index instead of pointer
Simon Glass
2020-10-06
dm: add cells_count parameter in *_count_phandle_with_args
Patrick Delaunay
2020-09-22
clk: get clock pointer before proceeding
Claudiu Beznea
2020-09-22
clk: do not disable clock if it is critical
Claudiu Beznea
2020-09-22
clk: bind clk to new parent device
Claudiu Beznea
2020-08-03
clk: Drop dm.h header file in clk-provider.h
Simon Glass
2020-07-09
dtoc: extend dtoc to use struct driver_info when linking nodes
Walter Lozano
2020-07-01
clk: Fix clk_get_by_* handling of index
Sean Anderson
2020-05-18
common: Drop linux/bug.h from common header
Simon Glass
2020-05-18
common: Drop log.h from common header
Simon Glass
2020-02-05
dm: core: Create a new header file for 'compat' features
Simon Glass
2020-02-05
dm: core: Require users of devres to include the header
Simon Glass
2020-02-05
clk: Rename free() to rfree()
Simon Glass
2020-01-26
clk: uclass: clk_get_by_name() must not be available if CONFIG_OF_PLATDATA is...
Giulio Benetti
2020-01-16
clk: add APIs to get (optional) clock by name without a device
Chunfeng Yun
2020-01-16
clk: check valid clock by clk_valid()
Chunfeng Yun
2020-01-16
clk: fix error check for devm_clk_get_optional()
Chunfeng Yun
2019-10-22
drivers: clk: Fix using assigned-clocks in the node of the clock it sets up
Jean-Jacques Hiblot
2019-10-22
drivers: clk: Add a managed API to get clocks from the device-tree
Jean-Jacques Hiblot
2019-10-22
drivers: clk: Handle gracefully NULL pointers
Jean-Jacques Hiblot
2019-10-22
clk: Fix error check in clk_set_default_parents()
Jean-Jacques Hiblot
2019-08-22
clk: prograte clk enable/disable to parent
Peng Fan
2019-08-12
clk: add support for clk_is_match()
Sekhar Nori
2019-07-31
dm: clk: ignore default settings when node not valid
Peng Fan
2019-07-27
Merge tag 'u-boot-imx-20190719' of https://gitlab.denx.de/u-boot/custodians/u...
Tom Rini
2019-07-24
clk: initialize clk->data when using default xlate
Sekhar Nori
2019-07-19
dm: clk: Extend clk_get_parent_rate() to support CLK_GET_RATE_NOCACHE flag
Lukasz Majewski
2019-07-19
dm: clk: Define clk_get_by_id() for clk operations
Lukasz Majewski
2019-07-19
dm: clk: Define clk_get_parent_rate() for clk operations
Lukasz Majewski
2019-07-19
dm: clk: Define clk_get_parent() for clk operations
Lukasz Majewski
2019-05-09
clk: Use clk_get_by_index_tail()
Jagan Teki
2019-05-09
clk: Get the CLK by index without device
Jagan Teki
2019-02-01
clk: Improve debug message in clk_set_default_rates()
Simon Glass
2018-12-06
clk: Allow clock defaults to be set during re-reloc state for SPL only
Philipp Tomsich
2018-11-16
clk: Allow clock defaults to be set also during re-reloc state
Andreas Dannenberg
2018-08-04
clk: clk_set_default: accept no-op skip fields
Neil Armstrong
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-04-17
clk: fix clk_get_bulk when phandle error
Neil Armstrong
2018-04-10
clk: Add get/enable/disable/release for a bulk of clocks
Neil Armstrong
2018-01-28
clk: implement clk_set_defaults()
Philipp Tomsich
2018-01-28
clk: refactor clk_get_by_index() into clk_get_by_indexed_prop()
Philipp Tomsich
2018-01-28
clk: add clk_set_parent()
Philipp Tomsich
2018-01-21
clk: Remove superfluous gd declarations
Mario Six
2018-01-21
clk: clk-uclass: Fix style violations
Mario Six
2017-09-15
dtoc: Put phandle args in an array
Simon Glass
[next]