summaryrefslogtreecommitdiff
path: root/drivers/clk/clk-bulk.c
AgeCommit message (Expand)AuthorFilesLines
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-1/+1
2022-10-18clk: bulk: Use dev_err_probe() helper in __clk_bulk_get()Yang Yingliang1-3/+3
2019-09-17clk: Make clk_bulk_get_all() return a valid "id"Bjorn Andersson1-1/+4
2019-06-26clk: Add clk_bulk_get_optional() functionSylwester Nawrocki1-3/+20
2018-12-11clk: Tag clk core files with SPDXStephen Boyd1-12/+1
2018-10-17clk: add new APIs to operate on all available clocksDong Aisheng1-0/+51
2018-10-17clk: bulk: add of_clk_bulk_get()Dong Aisheng1-0/+29
2018-05-16clk: bulk: silently error out on EPROBE_DEFERJerome Brunet1-2/+3
2017-09-30clk: Export clk_bulk_prepare()Bjorn Andersson1-0/+1
2017-06-03clk: add clk_bulk_get accessoriesDong Aisheng1-0/+157