| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2022-08-01 | devicetree/bindings: correct possessive "its" typos | Randy Dunlap | 1 | -1/+1 | |
| Correct all uses of "it's" that are meant to be possessive "its". Signed-off-by: Randy Dunlap <[email protected]> Cc: Jonathan Corbet <[email protected]> Cc: Rob Herring <[email protected]> Cc: Krzysztof Kozlowski <[email protected]> Cc: [email protected] Signed-off-by: Rob Herring <[email protected]> Link: https://lore.kernel.org/r/[email protected] | |||||
| 2021-06-27 | dt-bindings: clock: st: clkgen-fsyn: add new introduced compatible | Alain Volmat | 1 | -0/+3 | |
| New compatible are added, supporting various kind of clkgen-fsyn used for STiH407, STiH410 and STiH418 Signed-off-by: Alain Volmat <[email protected]> Link: https://lore.kernel.org/r/[email protected] Acked-by: Rob Herring <[email protected]> Signed-off-by: Stephen Boyd <[email protected]> | |||||
| 2021-06-27 | dt-bindings: clock: st: clkgen-pll: add new introduced compatible | Alain Volmat | 1 | -0/+3 | |
| New compatible are added, supporting various kind of clkgen-pll used for STiH407, STiH410 and STiH418 Signed-off-by: Alain Volmat <[email protected]> Acked-by: Rob Herring <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Stephen Boyd <[email protected]> | |||||
| 2021-06-27 | dt-bindings: clock: st: flexgen: add new introduced compatible | Alain Volmat | 1 | -0/+10 | |
| New compatible are added, supporting various kind of flexgen in STiH407, STiH410 and STiH418 Signed-off-by: Alain Volmat <[email protected]> Acked-by: Rob Herring <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Stephen Boyd <[email protected]> | |||||
| 2018-06-15 | docs: Fix more broken references | Mauro Carvalho Chehab | 1 | -4/+4 | |
| As we move stuff around, some doc references are broken. Fix some of them via this script: ./scripts/documentation-file-ref-check --fix Manually checked that produced results are valid. Acked-by: Matthias Brugger <[email protected]> Acked-by: Takashi Iwai <[email protected]> Acked-by: Jeff Kirsher <[email protected]> Acked-by: Guenter Roeck <[email protected]> Acked-by: Miguel Ojeda <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]> Acked-by: Jonathan Corbet <[email protected]> | |||||
| 2017-11-09 | dt-bindings: Remove leading zeros from bindings notation | Marco Franchi | 1 | -1/+1 | |
| Improve the binding example by removing all the leading zeros to fix the following dtc warnings: Warning (unit_address_format): Node /XXX unit name should not have leading 0s Converted using the following command: perl -p -i -e 's/\@0+([0-9a-f])/\@$1/g' `find ./Documentation/devicetree/bindings "*.txt"` Some unnecessary changes were manually fixed. Signed-off-by: Marco Franchi <[email protected]> Signed-off-by: Rob Herring <[email protected]> | |||||
| 2016-09-16 | drivers: clk: st: Handle clk synchronous mode for video clocks | Gabriel Fernandez | 1 | -0/+2 | |
| This patch configures the semi-synchronous mode of the video clocks of clkgenD2. Signed-off-by: Olivier Bideau <[email protected]> Signed-off-by: Gabriel Fernandez <[email protected]> Acked-by: Peter Griffin <[email protected]> Signed-off-by: Stephen Boyd <[email protected]> | |||||
| 2016-09-16 | drivers: clk: st: Add clock propagation for audio clocks | Gabriel Fernandez | 1 | -0/+2 | |
| This patch allows fine tuning of the quads FS for audio clocks accuracy. Signed-off-by: Olivier Bideau <[email protected]> Signed-off-by: Gabriel Fernandez <[email protected]> Acked-by: Peter Griffin <[email protected]> Signed-off-by: Stephen Boyd <[email protected]> | |||||
| 2016-09-16 | drivers: clk: st: Simplify clock binding of STiH4xx platforms | Gabriel Fernandez | 4 | -11/+10 | |
| This patch reworks the clock binding to avoid too much detail in DT. Now we have only compatible string per type of clock (remark from Rob https://lkml.org/lkml/2016/5/25/492) Signed-off-by: Gabriel Fernandez <[email protected]> Acked-by: Peter Griffin <[email protected]> Signed-off-by: Stephen Boyd <[email protected]> | |||||
| 2016-09-16 | drivers: clk: st: Remove stih415-416 clock support | Gabriel Fernandez | 7 | -235/+36 | |
| STiH415 and STiH416 platforms are no longer used. these platforms will be deprecated for the next kernel. Signed-off-by: Gabriel Fernandez <[email protected]> Acked-by: Rob Herring <[email protected]> Acked-by: Peter Griffin <[email protected]> Signed-off-by: Stephen Boyd <[email protected]> | |||||
| 2016-04-25 | Documentation: dt: clock: fix spelling mistakes | Eric Engestrom | 1 | -1/+1 | |
| Signed-off-by: Eric Engestrom <[email protected]> Reviewed-by: Heiko Stuebner <[email protected]> [robh: s/describe/described/] Signed-off-by: Rob Herring <[email protected]> | |||||
| 2015-10-08 | drivers: clk: st: Correct the pll-type for A9 for stih418 | Gabriel Fernandez | 1 | -0/+1 | |
| Add support for new PLL-type for stih418 A9-PLL. Currently the 407_A9_PLL type being used, it is corrected with this patch 4600c28 PLL allows to reach higher frequencies so its programming algorithm is extended. Signed-off-by: Pankaj Dev <[email protected]> Signed-off-by: Gabriel Fernandez <[email protected]> Signed-off-by: Stephen Boyd <[email protected]> | |||||
| 2015-07-22 | ARM: STi: DT: Rename st_pll3200c32_407_c0_x into st_pll3200c32_cx_x | Gabriel Fernandez | 1 | -2/+2 | |
| Use a generic name for this kind of PLL Signed-off-by: Gabriel Fernandez <[email protected]> Signed-off-by: Maxime Coquelin <[email protected]> | |||||
| 2014-10-29 | clk: st: Spelling s/stucture/structure/ | Geert Uytterhoeven | 1 | -1/+1 | |
| Signed-off-by: Geert Uytterhoeven <[email protected]> Cc: Mike Turquette <[email protected]> Signed-off-by: Jiri Kosina <[email protected]> | |||||
| 2014-07-28 | clk: st: Adds Flexgen clock binding | Gabriel FERNANDEZ | 2 | -0/+124 | |
| A Flexgen structure is composed by: - a clock cross bar (represented by a mux element) - a pre and final dividers (represented by a divider and gate elements) Signed-off-by: Gabriel Fernandez <[email protected]> Acked-by: Peter Griffin <[email protected]> Signed-off-by: Mike Turquette <[email protected]> | |||||
| 2014-07-28 | clk: st: Update ST clock binding documentation | Gabriel FERNANDEZ | 7 | -68/+94 | |
| Naming convention was changed in dts file but the clock binding documentation hasn't been updated. Signed-off-by: Gabriel Fernandez <[email protected]> Acked-by: Peter Griffin <[email protected]> Signed-off-by: Mike Turquette <[email protected]> | |||||
| 2014-03-25 | clk: st: Adds quadfs clock binding | Gabriel FERNANDEZ | 1 | -0/+45 | |
| Signed-off-by: Gabriel Fernandez <[email protected]> Signed-off-by: Mike Turquette <[email protected]> | |||||
| 2014-03-25 | clk: st: Adds clockgen-vcc and clockgen-mux clock binding | Gabriel FERNANDEZ | 2 | -0/+89 | |
| Signed-off-by: Gabriel Fernandez <[email protected]> Signed-off-by: Mike Turquette <[email protected]> | |||||
| 2014-03-25 | clk: st: Adds clockgen clock binding | Gabriel FERNANDEZ | 1 | -0/+48 | |
| Signed-off-by: Gabriel Fernandez <[email protected]> Signed-off-by: Mike Turquette <[email protected]> | |||||
| 2014-03-25 | clk: st: Adds divmux and prediv clock binding | Gabriel FERNANDEZ | 3 | -0/+168 | |
| Signed-off-by: Gabriel Fernandez <[email protected]> Signed-off-by: Mike Turquette <[email protected]> | |||||