S)), \
> echo '$(pound)include "$(f)"' >> $(pre-tmp);) \
> $(HOSTCC) -E $(dtc_cpp_flags) -I$(obj) -x assembler-with-cpp -o
> $(dtc-tmp) $(pre-tmp) ; \
> $(DTC) -O dtb -o $@ -b 0 \
> --
> 2.46.0
Tested-by: Emil Kronborg
--
Emil Kronborg
Signed-off-by: Emil Kronborg
---
Changes in v4:
- Changed license from GPL-2.0+ to GPL-2.0-or-later. Also, removed
trailing colon.
- Simplified the descriptions in the Synopsis section by removing the
text following the '-'.
- Reformulated the description of the invert subcommand
On Fri, Aug 02, 2024 at 17:28 GMT, Heinrich Schuchardt wrote:
> On 01.08.24 12:07, Emil Kronborg wrote:
> > [...]
> > +Synopsis
> > +
> > +
> > +::
> > +
> > +pwm invert- invert polarity
> > +pwm config - config PWM
>
Hi Quentin,
> On 8/1/24 12:07 PM, Emil Kronborg wrote:
> > [...]
> > +.. SPDX-License-Identifier: GPL-2.0+:
>
> This isn't a valid identifier (spurious ':') I believe.
>
> Also, I would highly suggest to change it to GPL-2.0-or-later which is
> t
Signed-off-by: Emil Kronborg
---
Changes in v3:
- The help text for 'pwm config' in the examples section is more
explicit about 20 us and 14 us for the period and duty cycle,
respectively.
- Fixed 'pwm enable' and 'pwm disable' in the examples section to only
es the help text to be explicit about 20 us and 14 us for the
period and duty cycle, respectively.
- Fixes pwm enable and disable to only expect 2 arguments.
Thanks again.
--
Emil Kronborg
Signed-off-by: Emil Kronborg
---
Changes in v2:
- Fixed 'pwm enable' appearing twice in the examples section.
- Rebased on top of master.
doc/usage/cmd/pwm.rst | 80 +++
doc/usage/index.rst | 1 +
2 files changed, 81 insertions(+)
create m
Signed-off-by: Emil Kronborg
---
doc/usage/cmd/pwm.rst | 80 +++
doc/usage/index.rst | 1 +
2 files changed, 81 insertions(+)
create mode 100644 doc/usage/cmd/pwm.rst
diff --git a/doc/usage/cmd/pwm.rst b/doc/usage/cmd/pwm.rst
new file mode 100644
t it is trivial to also add the clocks for PWM2, PWM3, and PWM4.
However, I only tested PWM1 and thus only added the clock for that
signal.
Signed-off-by: Emil Kronborg
---
drivers/clk/imx/clk-imx6q.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/clk/imx/clk-imx6q.c b/drivers/cl
Commit 727fa4539ca2 ("clk: Add support for I2C clocks on NXP's imx6q SoC
which use CCF") added I2C clocks for I2C1 and I2C2, but not I2C3.
Consequently, devices using I2C3 fail after enabling CONFIG_CLK_IMX6Q
and thus CONFIG_CLK. Therefore, this commit adds the last I2C clock.
Sign
The last usage of the DV_TIMER_ and DV_WDT_ definitions were removed in
commits 8d7757637138 ("ARM: davinci: remove support for cam_enc_4xx")
and cef443c1666c ("arm: davinci: remove leftover code for dm* SoCs"),
respectively.
Signed-off-by: Emil Kronborg
---
arch/arm/mach-
The davinci_hw_watchdog_ functions are defined but never called from
anywhere. Commit 881ae794b93b ("calimain: remove board") eliminated the
last call to these functions.
Signed-off-by: Emil Kronborg
---
.../mach-davinci/include/mach/timer_defs.h| 4 ---
arch/arm/mach-davin
12 matches
Mail list logo