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
2024-05-20
Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"
Tom Rini
2024-05-19
Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""
Tom Rini
2024-05-07
clk: Remove <common.h> and add needed includes
Tom Rini
2024-01-29
treewide: Remove clk_free
Sean Anderson
2024-01-29
clk: Remove rfree
Sean Anderson
2024-01-29
clk: fix clk_get_rate() always return ulong
Julien Masson
2023-12-15
clk: get correct ops for clk_enable() and clk_disable()
Yang Xiwen
2023-11-01
clk: use private clk struct in CLK_CCF's enable/disable functions
Maksim Kiselev
2023-11-01
clk: fix count parameter type for clk_release_all
Eugen Hristev
2023-11-01
drivers: clk: Adjust temp var data type to properly match that of struct clk_ops
Nathan Barrett-Morrison
2023-09-21
clk: Dont return error when assigned-clocks is empty or missing
Ashok Reddy Soma
2023-02-12
clk: Allow clk_get_by_name() with NULL name
Samuel Holland
2022-10-19
clk: update clk_clean_rate_cache to use private clk struct
Patrick Delaunay
2022-10-19
clk: change return type of clk_get_parent_rate from long long to ulong
Michal Suchanek
2022-03-30
clk: Consolidate some clock functions
Sean Anderson
2022-03-30
clk: Make clk_free return void
Sean Anderson
2022-03-30
clk: Make rfree return void
Sean Anderson
2022-02-25
clk: ccf: correct the test on the parent uclass in clk_enable/clk_disable
Patrick Delaunay
2022-02-24
clk: Inline clk_get_*_optional
Sean Anderson
2022-02-24
clk: Rename clk_get_optional_nodev
Sean Anderson
2022-01-13
treewide: invaild -> invalid
Sean Anderson
2022-01-07
Revert "clk: Detect failure to set defaults"
Marek Vasut
2021-12-15
clk: cosmetic: reorder include files
Patrick Delaunay
2021-09-25
clk: Rename clk_get_by_driver_info()
Simon Glass
2021-09-25
treewide: Simply conditions with the new OF_REAL
Simon Glass
2021-07-15
clk: Detect failure to set defaults
Simon Glass
2021-07-06
dm: define LOG_CATEGORY for all uclass
Patrick Delaunay
2021-06-18
clk: cosmetic change in uclass
Patrick Delaunay
2021-06-17
clk: Allow force setting clock defaults before relocation
Sean Anderson
2021-06-11
clk: fix set_rate to clean up cached rates for the hierarchy
Tero Kristo
2021-06-11
clk: fix assigned-clocks to pass with deferring provider
Tero Kristo
2021-06-11
clk: do not attempt to fetch clock pointer with null device
Tero Kristo
2021-05-14
clk: Warn on failure to assign rate
Sean Anderson
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
[next]