index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
clk
/
clk-mux.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-02-26
clk: mux: Declare u32 *table parameter as const
Jonathan Neuschäfer
1
-5
/
+5
2021-04-07
clk: mux: provide devm_clk_hw_register_mux()
Dmitry Baryshkov
1
-0
/
+35
2020-01-07
clk: mux: Add support for specifying parents via DT/pointers
Stephen Boyd
1
-40
/
+18
2019-11-23
clk: Zero init clk_init_data in helpers
Manivannan Sadhasivam
1
-1
/
+1
2019-05-07
Merge branch 'clk-ti' into clk-next
Stephen Boyd
1
-1
/
+1
2019-04-26
clk: Remove CLK_IS_BASIC clk flag
Stephen Boyd
1
-1
/
+1
2019-04-23
clk: core: replace clk_{readl,writel} with {readl,writel}
Jonas Gorski
1
-2
/
+2
2019-04-23
clk: mux: add explicit big endian support
Jonas Gorski
1
-3
/
+19
2018-12-11
clk: Tag basic clk types with SPDX
Stephen Boyd
1
-4
/
+1
2018-04-16
clk: honor CLK_MUX_ROUND_CLOSEST in generic clk mux
Jerome Brunet
1
-1
/
+9
2018-03-13
clk: mux: add helper function for index/value translation
Jerome Brunet
1
-32
/
+43
2017-11-14
clk: clk-mux: Improve a size determination in clk_hw_register_mux_table()
Markus Elfring
1
-1
/
+1
2017-11-14
clk: clk-mux: Delete an error message for a failed memory allocation
Markus Elfring
1
-3
/
+1
2016-04-20
clk: mux: Add hw based registration APIs
Stephen Boyd
1
-6
/
+51
2016-01-29
clk: move the common clock's to_clk_*(_hw) macros to clk-provider.h
Geliang Tang
1
-2
/
+0
2015-12-22
clk: fix codying style of if ... else blocks
Masahiro Yamada
1
-3
/
+2
2015-08-25
clk: Replace __clk_get_num_parents with clk_hw_get_num_parents()
Stephen Boyd
1
-1
/
+1
2015-07-28
clk: basic-type: Silence warnings about lock imbalances
Stephen Boyd
1
-0
/
+4
2015-07-20
clk: mux: Remove clk.h include
Stephen Boyd
1
-1
/
+0
2015-05-06
clk: make strings in parent name arrays const
Sascha Hauer
1
-2
/
+4
2015-01-18
clk: Add clk_unregister_{divider, gate, mux} to close memory leak
Krzysztof Kozlowski
1
-0
/
+16
2014-11-20
clk_mux: Fix set_parent doing the wrong thing when INDEX_BIT && index >= 3
Hans de Goede
1
-1
/
+1
2013-08-28
clk: wrap I/O access for improved portability
Gerhard Sittig
1
-3
/
+3
2013-08-19
clk: clk-mux: implement remuxing on set_rate
James Hogan
1
-0
/
+1
2013-08-16
clk: export fixed-factor, gate & mux registration
Mike Turquette
1
-0
/
+2
2013-08-05
clk: mux: Add support for read-only muxes.
Tomasz Figa
1
-1
/
+9
2013-06-16
clk: mux: add CLK_MUX_HIWORD_MASK
Haojian Zhuang
1
-2
/
+15
2013-03-23
clk: add table lookup to mux
Peter De Schrijver
1
-11
/
+39
2012-07-12
clk: Add CLK_IS_BASIC flag to identify basic clocks
Rajendra Nayak
1
-1
/
+1
2012-05-09
clk: mux: assign init data
Mike Turquette
1
-0
/
+1
2012-05-02
clk: Use a separate struct for holding init data.
Saravana Kannan
1
-2
/
+8
2012-04-25
clk: basic: improve parent_names & return errors
Mike Turquette
1
-2
/
+8
2012-04-25
clk: Constify parent name arrays
Mark Brown
1
-1
/
+1
2012-04-25
clk: add "const" for clk_ops of basic clks
Shawn Guo
1
-1
/
+1
2012-04-25
clk: remove unnecessary EXPORT_SYMBOL_GPL
Shawn Guo
1
-2
/
+0
2012-04-25
clk: use kzalloc in clk_register_mux
Shawn Guo
1
-1
/
+1
2012-03-17
clk: basic clock hardware types
Mike Turquette
1
-0
/
+116