Mauro Carvalho Chehab
34962fb807
docs: Fix more broken references
...
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 <matthias.bgg@gmail.com >
Acked-by: Takashi Iwai <tiwai@suse.de >
Acked-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com >
Acked-by: Guenter Roeck <linux@roeck-us.net >
Acked-by: Miguel Ojeda <miguel.ojeda.sandonis@gmail.com >
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org >
Acked-by: Jonathan Corbet <corbet@lwn.net >
2018-06-15 18:11:26 -03:00
Marco Franchi
48c926cd34
dt-bindings: Remove leading zeros from bindings notation
...
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 <marco.franchi@nxp.com >
Signed-off-by: Rob Herring <robh@kernel.org >
2017-11-09 17:05:05 -06:00
Gabriel Fernandez
880d54ff56
drivers: clk: st: Simplify clock binding of STiH4xx platforms
...
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 <gabriel.fernandez@st.com >
Acked-by: Peter Griffin <peter.griffin@linaro.org >
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org >
2016-09-16 16:01:36 -07:00
Gabriel Fernandez
7df404c985
drivers: clk: st: Remove stih415-416 clock support
...
STiH415 and STiH416 platforms are no longer used.
these platforms will be deprecated for the next kernel.
Signed-off-by: Gabriel Fernandez <gabriel.fernandez@st.com >
Acked-by: Rob Herring <robh@kernel.org >
Acked-by: Peter Griffin <peter.griffin@linaro.org >
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org >
2016-09-16 16:01:34 -07:00
Eric Engestrom
d7fb8300d7
Documentation: dt: clock: fix spelling mistakes
...
Signed-off-by: Eric Engestrom <eric@engestrom.ch >
Reviewed-by: Heiko Stuebner <heiko@sntech.de >
[robh: s/describe/described/]
Signed-off-by: Rob Herring <robh@kernel.org >
2016-04-25 08:40:35 -05:00
Gabriel FERNANDEZ
3414666d34
clk: st: Adds Flexgen clock binding
...
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 <gabriel.fernandez@linaro.org >
Acked-by: Peter Griffin <peter.griffin@linaro.org >
Signed-off-by: Mike Turquette <mturquette@linaro.org >
2014-07-28 22:36:23 -07:00
Gabriel FERNANDEZ
0268099c89
clk: st: Update ST clock binding documentation
...
Naming convention was changed in dts file but the
clock binding documentation hasn't been updated.
Signed-off-by: Gabriel Fernandez <gabriel.fernandez@linaro.org >
Acked-by: Peter Griffin <peter.griffin@linaro.org >
Signed-off-by: Mike Turquette <mturquette@linaro.org >
2014-07-28 22:35:17 -07:00
Gabriel FERNANDEZ
be10afcd22
clk: st: Adds divmux and prediv clock binding
...
Signed-off-by: Gabriel Fernandez <gabriel.fernandez@st.com >
Signed-off-by: Mike Turquette <mturquette@linaro.org >
2014-03-25 15:59:29 -07:00