Re: [PATCH] scripts/Makefile.lib: do not include CONFIG_DEVICE_TREE_INCLUDES in dtsi_include_list

2024-09-04 Thread Emil Kronborg
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

[PATCH v4] doc: document the pwm command

2024-08-15 Thread 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

Re: [PATCH v3] doc: document the pwm command

2024-08-05 Thread Emil Kronborg
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 >

Re: [PATCH v3] doc: document the pwm command

2024-08-01 Thread Emil Kronborg
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

[PATCH v3] doc: document the pwm command

2024-08-01 Thread Emil Kronborg
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

Re: [PATCH v2] doc: document the pwm command

2024-08-01 Thread Emil Kronborg
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

[PATCH v2] doc: document the pwm command

2024-07-31 Thread 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

[PATCH] doc: document the pwm command

2024-07-30 Thread Emil Kronborg
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

[PATCH] clk: imx6q: Add definition for IMX6QDL_CLK_PWM1

2024-07-12 Thread Emil Kronborg
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

[PATCH] clk: imx6q: Add definition for IMX6QDL_CLK_I2C3

2024-07-12 Thread Emil Kronborg
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

[PATCH] arm: davinci: remove unused defines

2024-06-19 Thread Emil Kronborg
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-

[PATCH] arm: davinci: remove unused watchdog functions

2024-06-19 Thread Emil Kronborg
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