]> git.dujemihanovic.xyz Git - u-boot.git/log
u-boot.git
4 months agosoc: qcom: cmd-db: drop unused functions
Caleb Connolly [Mon, 15 Jul 2024 10:08:04 +0000 (12:08 +0200)]
soc: qcom: cmd-db: drop unused functions

Due to our simpler rpmh-rsc driver and lack of debugfs, we don't need
quite a few cmd-db functions, just drop them.

Acked-by: Sumit Garg <sumit.garg@linaro.org>
Signed-off-by: Caleb Connolly <caleb.connolly@linaro.org>
4 months agosoc: qcom: cmd-db: adjust headers for U-Boot
Caleb Connolly [Mon, 15 Jul 2024 10:08:03 +0000 (12:08 +0200)]
soc: qcom: cmd-db: adjust headers for U-Boot

Replace unused/unsupported Linux headers with appropriate U-Boot
alternatives.

Acked-by: Sumit Garg <sumit.garg@linaro.org>
Signed-off-by: Caleb Connolly <caleb.connolly@linaro.org>
4 months agosoc: qcom: import rpmh and cmd-db drivers from Linux
Caleb Connolly [Mon, 15 Jul 2024 10:08:02 +0000 (12:08 +0200)]
soc: qcom: import rpmh and cmd-db drivers from Linux

Import RPMh and cmd-db framework from Linux 6.10-rc6.

Acked-by: Sumit Garg <sumit.garg@linaro.org>
Signed-off-by: Caleb Connolly <caleb.connolly@linaro.org>
4 months agolinux/bitmap.h: add bitmap_empty helper
Caleb Connolly [Mon, 15 Jul 2024 10:08:01 +0000 (12:08 +0200)]
linux/bitmap.h: add bitmap_empty helper

Import this function from Linux as of 6.10-rc6

Reviewed-by: Tom Rini <trini@konsulko.com>
Acked-by: Sumit Garg <sumit.garg@linaro.org>
Signed-off-by: Caleb Connolly <caleb.connolly@linaro.org>
4 months agodm: core: scan reserved-memory nodes
Caleb Connolly [Mon, 15 Jul 2024 10:08:00 +0000 (12:08 +0200)]
dm: core: scan reserved-memory nodes

Qualcomm platforms may have drivers that bind to reserved memory nodes
(cmd-db [1] and smem [2]) which are relevant to U-Boot. Include
/reserved-memory in dm_extended_scan() so that these will be handled
correctly.

[1]: https://www.kernel.org/doc/Documentation/devicetree/bindings/reserved-memory/qcom%2Ccmd-db.yaml
[2]: https://www.kernel.org/doc/Documentation/devicetree/bindings/soc/qcom/qcom%2Csmem.yaml

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Caleb Connolly <caleb.connolly@linaro.org>
5 months agoMerge branch '2024-07-23-remove-or-update-some-platforms'
Tom Rini [Tue, 23 Jul 2024 16:43:58 +0000 (10:43 -0600)]
Merge branch '2024-07-23-remove-or-update-some-platforms'

- Update a few platforms to use DM_I2C finally, and remove a number of
  other older platforms.

5 months agopxm2: switch to DM_I2C
Anatolij Gustschin [Sat, 20 Jul 2024 16:54:39 +0000 (18:54 +0200)]
pxm2: switch to DM_I2C

Enable DM_I2C to avoid board removal warning.

Signed-off-by: Anatolij Gustschin <agust@denx.de>
Cc: Enrico Leto <enrico.leto@siemens.com>
5 months agoboard: keymile: convert to CONFIG_DM_I2C
Anatolij Gustschin [Fri, 19 Jul 2024 23:24:22 +0000 (01:24 +0200)]
board: keymile: convert to CONFIG_DM_I2C

The conversion to DM_I2C is mandatory, rework to remove
use of legacy I2C API.

Signed-off-by: Anatolij Gustschin <agust@denx.de>
Cc: Aleksandar Gerasimovski <aleksandar.gerasimovski@hitachienergy.com>
Cc: Holger Brunck <holger.brunck@hitachienergy.com>
Cc: Tomas Alvarez Vanoli <tomas.alvarez-vanoli@hitachienergy.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Heiko Schocher <hs@denx.de>
5 months agoarm: Remove omap3_beagle board
Tom Rini [Mon, 15 Jul 2024 19:35:55 +0000 (13:35 -0600)]
arm: Remove omap3_beagle board

This board has not been converted to CONFIG_DM_I2C by the deadline.
Remove it.

Acked-by: Robert Nelson <robertcnelson@gmail.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
5 months agoarm: Remove devkit3250 board
Tom Rini [Mon, 15 Jul 2024 19:35:54 +0000 (13:35 -0600)]
arm: Remove devkit3250 board

This board has not been converted to CONFIG_DM_I2C by the deadline.
Remove it.

Signed-off-by: Tom Rini <trini@konsulko.com>
5 months agoarm: ti: Remove omap4 platform support
Tom Rini [Mon, 15 Jul 2024 19:35:53 +0000 (13:35 -0600)]
arm: ti: Remove omap4 platform support

There are no longer any OMAP4 platforms in U-Boot, remove the related
functionality.

Signed-off-by: Tom Rini <trini@konsulko.com>
5 months agoarm: Remove omap4_sdp4430 board
Tom Rini [Mon, 15 Jul 2024 19:35:52 +0000 (13:35 -0600)]
arm: Remove omap4_sdp4430 board

This board has not been converted to CONFIG_DM_I2C by the deadline.
Remove it.

Signed-off-by: Tom Rini <trini@konsulko.com>
5 months agoarm: Remove omap4_panda board
Tom Rini [Mon, 15 Jul 2024 19:35:51 +0000 (13:35 -0600)]
arm: Remove omap4_panda board

This board has not been converted to CONFIG_DM_I2C by the deadline.
Remove it.

Acked-by: Robert Nelson <robertcnelson@gmail.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
5 months agoboard: beagle: convert to CONFIG_DM_I2C
Anatolij Gustschin [Fri, 19 Jul 2024 21:51:23 +0000 (23:51 +0200)]
board: beagle: convert to CONFIG_DM_I2C

Rework to remove use of legacy I2C API.

Signed-off-by: Anatolij Gustschin <agust@denx.de>
Cc: Tom Rini <trini@konsulko.com>
5 months agoPrepare v2024.10-rc1
Tom Rini [Tue, 23 Jul 2024 00:21:18 +0000 (18:21 -0600)]
Prepare v2024.10-rc1

Signed-off-by: Tom Rini <trini@konsulko.com>
5 months agoMerge tag 'u-boot-imx-master-20240722' of https://gitlab.denx.de/u-boot/custodians...
Tom Rini [Mon, 22 Jul 2024 23:56:14 +0000 (17:56 -0600)]
Merge tag 'u-boot-imx-master-20240722' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx

CI: https://source.denx.de/u-boot/custodians/u-boot-imx/-/pipelines/21728

- Conversions to DM_I2C and DM_SERIAL.
- Support for I2C3 and PWM1 for the imx6q clock driver.
- Improvements for udoo-neo
- Describe the i.MX93 CPU clocks in the devicetree to fix CPU clock printing
- Fix for SPI and NANC clk-imx8mn clock driver

5 months agokontron-sl-mx6ul: switch to DM_SERIAL
Anatolij Gustschin [Sat, 20 Jul 2024 15:54:00 +0000 (17:54 +0200)]
kontron-sl-mx6ul: switch to DM_SERIAL

Enable DM_SERIAL to avoid board removal warning.

Signed-off-by: Anatolij Gustschin <agust@denx.de>
Cc: Frieder Schrempf <frieder.schrempf@kontron.de>
Reviewed-by: Frieder Schrempf <frieder.schrempf@kontron.de>
5 months agomx6boards: convert to DM_I2C and DM_SERIAL
Anatolij Gustschin [Sat, 20 Jul 2024 15:35:39 +0000 (17:35 +0200)]
mx6boards: convert to DM_I2C and DM_SERIAL

Rework to remove use of legacy I2C API. Also switch
to DM_SERIAL to avoid board removal warning.

Signed-off-by: Anatolij Gustschin <agust@denx.de>
Cc: Eric BĂ©nard <eric@eukrea.com>
5 months agonitrogen6x: convert to DM_I2C and DM_SERIAL
Anatolij Gustschin [Sat, 20 Jul 2024 12:48:03 +0000 (14:48 +0200)]
nitrogen6x: convert to DM_I2C and DM_SERIAL

Rework to remove use of legacy I2C API. Also switch
to DM_SERIAL to avoid board removal warning.

Signed-off-by: Anatolij Gustschin <agust@denx.de>
Cc: Troy Kisky <troy.kisky@boundarydevices.com>
5 months agoudoo-neo: Convert to OF_UPSTREAM
Fabio Estevam [Fri, 19 Jul 2024 20:33:11 +0000 (17:33 -0300)]
udoo-neo: Convert to OF_UPSTREAM

Instead of using the local imx6sx-udoo-neo  devicetree copies from U-Boot,
convert the imx6sx-udoo-neo boards to OF_UPSTREAM so that the upstream
kernel devicetrees can be used instead.

Tested on a imx6sx-udoo-neo-full board.

Signed-off-by: Fabio Estevam <festevam@gmail.com>
5 months agoudoo-neo: Do not print devicetree model
Fabio Estevam [Fri, 19 Jul 2024 20:33:10 +0000 (17:33 -0300)]
udoo-neo: Do not print devicetree model

The udoo_neo_defconfig target supports several board variants.
All of these variants use the imx6sx-udoo-neo-basic devicetree in U-Boot.

Currently, the devicetree model as well as the board variant name
are shown:

...
Model: UDOO Neo Basic
Board: UDOO Neo FULL
...

Printing the devicetree model that is used internally by U-Boot
may confuse users.

Unselect the CONFIG_DISPLAY_BOARDINFO option and move the board printing
inside board_init() so that only the real board name that is detected
in run-time is printed.

Signed-off-by: Fabio Estevam <festevam@gmail.com>
5 months agoudoo_neo: Select LTO
Fabio Estevam [Fri, 19 Jul 2024 20:33:09 +0000 (17:33 -0300)]
udoo_neo: Select LTO

u-boot.img has grown in such a way that it overwrites the
environment region.

Select CONFIG_LTO to help reducing the U-Boot binary size
and add a build-time size check to avoid U-Boot to overlap
the environment region.

Signed-off-by: Fabio Estevam <festevam@gmail.com>
5 months agoudoo_neo: Convert to watchdog driver model
Fabio Estevam [Fri, 19 Jul 2024 20:33:08 +0000 (17:33 -0300)]
udoo_neo: Convert to watchdog driver model

Commit 68dcbdd594d4 ("ARM: imx: Add weak default reset_cpu()") caused
the 'reset' command in U-Boot to not cause a board reset.

Fix it by switching to the watchdog driver model via sysreset, which
is the preferred method for implementing the watchdog reset.

With the watchdog driver model in place, it is no longer needed
to have board code to initialize the watchdog, so remove
its related board code.

Signed-off-by: Fabio Estevam <festevam@gmail.com>
5 months agoimx93-u-boot: Describe the CPU clocks in the devicetree
Fabio Estevam [Thu, 18 Jul 2024 16:54:54 +0000 (13:54 -0300)]
imx93-u-boot: Describe the CPU clocks in the devicetree

Currently, there is an error when the i.MX93 CPU frequency is
read:

Could not read CPU frequency: -2
CPU:   NXP i.MX93(52) Rev1.1 A55 at 0 MHz

Fix it by describing the A55 clock nodes in the devicetree, like done
on other i.MX SoCs.

With this change, the CPU frequency error is gone and it can be correctly
retrieved:

CPU:   NXP i.MX93(52) Rev1.1 A55 at 1700 MHz
CPU:   Industrial temperature grade  (-40C to 105C) at 35C

As the upstream imx93.dtsi does not describe the CPU clocks,
keep the clock node in imx93-u-boot.dtsi for now.

Signed-off-by: Fabio Estevam <festevam@gmail.com>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
5 months agoclk: imx6q: Add definition for IMX6QDL_CLK_PWM1
Emil Kronborg [Mon, 22 Jul 2024 16:14:58 +0000 (13:14 -0300)]
clk: imx6q: Add definition for IMX6QDL_CLK_PWM1

Enabling CONFIG_CMD_PWM, and consequently CONFIG_DM_PWM, causes the pwm
command to fail due to a missing clock.

    => pwm enable 0 0
    Enable clock-controller@20c4000 failed
    Failed to enable per_clk
    pwm: '0' not found
    Command 'pwm' failed: Error -2

Note that 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 <emil.kronborg@protonmail.com>
5 months agoclk: imx6q: Add definition for IMX6QDL_CLK_I2C3
Emil Kronborg [Fri, 12 Jul 2024 14:19:10 +0000 (14:19 +0000)]
clk: imx6q: Add definition for IMX6QDL_CLK_I2C3

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.

Signed-off-by: Emil Kronborg <emil.kronborg@protonmail.com>
5 months agoclk: imx8mp: Make parent names arrays const pointers
Michael Trimarchi [Sun, 7 Jul 2024 08:20:01 +0000 (10:20 +0200)]
clk: imx8mp: Make parent names arrays const pointers

The arrays containing the mux selectors need to be of const pointer
to const char.

Signed-off-by: Michael Trimarchi <michael@amarulasolutions.com>
5 months agoclk: imx8mm: Make parent names arrays const pointers
Michael Trimarchi [Sun, 7 Jul 2024 08:20:00 +0000 (10:20 +0200)]
clk: imx8mm: Make parent names arrays const pointers

The arrays containing the mux selectors need to be of const pointer
to const char.

Signed-off-by: Michael Trimarchi <michael@amarulasolutions.com>
5 months agoclk: imx8mn: Make parent names arrays const pointers
Michael Trimarchi [Sun, 7 Jul 2024 08:19:59 +0000 (10:19 +0200)]
clk: imx8mn: Make parent names arrays const pointers

The arrays containing the mux selectors need to be of const pointer
to const char.

Signed-off-by: Michael Trimarchi <michael@amarulasolutions.com>
5 months agoclk: imx: clk-imx8mn Fix nand and spi clock parent
Michael Trimarchi [Sun, 7 Jul 2024 08:19:58 +0000 (10:19 +0200)]
clk: imx: clk-imx8mn Fix nand and spi clock parent

The osc_24m is the clock-output-name and not the one that
is used as internal name reference from the strcmp. The clock
that use osc_24m, will not be able to reparent it as they should.
We need anyway register the osc_24m clock fixed factor in the clock
tree.

Fixes: 710c4ffb890 ("clk: imx: clk-imx8mn add gpmi nand clocks")
Fixes: 85b1c11989c ("clk: imx: Add ECSPI to iMX8MN")
Cc: Marek Vasut <marex@denx.de>
Signed-off-by: Michael Trimarchi <michael@amarulasolutions.com>
5 months agoMerge patch series "Generalize PHYTEC Overlay Handling"
Tom Rini [Mon, 22 Jul 2024 19:48:24 +0000 (13:48 -0600)]
Merge patch series "Generalize PHYTEC Overlay Handling"

Daniel Schultz <d.schultz@phytec.de> says:

The overlays are specified in the bootenv.txt file that is loaded into
the environment. Then these overlays get loaded and applied via a script.
These scripts for loading and applying devicetree overlays are identical
for many phytec boards.
Create a common overlays.env that can be included.
Add support for devicetree overlays to phycore-imx8mp and include the
overlays.env for phycore-imx93.
Rename existing environment variables according to bootstd doc.
Move MMC boot logic into a common k3_mmc.env file and include the new
overlays.env file as well.

5 months agoboard: phytec: phycore_am64x: Use k3_mmc.env logic
Daniel Schultz [Wed, 17 Jul 2024 05:11:34 +0000 (22:11 -0700)]
board: phytec: phycore_am64x: Use k3_mmc.env logic

Use our common environment file to implement MMC boot.

Signed-off-by: Daniel Schultz <d.schultz@phytec.de>
Reviewed-by: Wadim Egorov <w.egorov@phytec.de>
5 months agoboard: phytec: phycore_am62x: Use k3_mmc.env logic
Daniel Schultz [Wed, 17 Jul 2024 05:11:33 +0000 (22:11 -0700)]
board: phytec: phycore_am62x: Use k3_mmc.env logic

Use our common environment file to implement MMC boot.

Signed-off-by: Daniel Schultz <d.schultz@phytec.de>
Reviewed-by: Dhruva Gole <d-gole@ti.com>
Reviewed-by: Wadim Egorov <w.egorov@phytec.de>
5 months agoinclude: env: phytec: k3_mmc: Apply overlays during boot
Daniel Schultz [Wed, 17 Jul 2024 05:11:32 +0000 (22:11 -0700)]
include: env: phytec: k3_mmc: Apply overlays during boot

Include the overlays.env file and run the apply routine before
booting the Kernel.

Signed-off-by: Daniel Schultz <d.schultz@phytec.de>
Reviewed-by: Wadim Egorov <w.egorov@phytec.de>
5 months agoinclude: env: phytec: Add common mmc boot for K3 SoMs
Daniel Schultz [Wed, 17 Jul 2024 05:11:31 +0000 (22:11 -0700)]
include: env: phytec: Add common mmc boot for K3 SoMs

This environment include can be used to boot from a
MMC device for PHYTEC's K3-based SoMs.

Signed-off-by: Daniel Schultz <d.schultz@phytec.de>
Reviewed-by: Wadim Egorov <w.egorov@phytec.de>
5 months agoinclude: env: phytec: renaming of variables according to bootstd doc
Benjamin Hahn [Wed, 17 Jul 2024 05:11:30 +0000 (22:11 -0700)]
include: env: phytec: renaming of variables according to bootstd doc

Rename existing environment variables according to the bootstd doc.
Renamed variables are fdto_addr, bootenv_addr, fdt_addr.

Signed-off-by: Benjamin Hahn <B.Hahn@phytec.de>
Signed-off-by: Daniel Schultz <d.schultz@phytec.de>
Reviewed-by: Wadim Egorov <w.egorov@phytec.de>
5 months agoboard: phytec: renaming of variables according to bootstd doc
Benjamin Hahn [Wed, 17 Jul 2024 05:11:29 +0000 (22:11 -0700)]
board: phytec: renaming of variables according to bootstd doc

Rename existing environment variables according to the bootstd doc.
Renamed variables are fdto_addr, bootenv_addr, fdt_addr and
fdt_file.

Signed-off-by: Benjamin Hahn <B.Hahn@phytec.de>
Signed-off-by: Daniel Schultz <d.schultz@phytec.de>
Reviewed-by: Wadim Egorov <w.egorov@phytec.de>
5 months agophycore_imx93: include common overlays.env
Benjamin Hahn [Wed, 17 Jul 2024 05:11:28 +0000 (22:11 -0700)]
phycore_imx93: include common overlays.env

Include the common overlays env file for phycore_imx93.
The common overlays env file supports disabling loading overlays by
setting the no_overlays variable.

Signed-off-by: Benjamin Hahn <B.Hahn@phytec.de>
Signed-off-by: Daniel Schultz <d.schultz@phytec.de>
Reviewed-by: Wadim Egorov <w.egorov@phytec.de>
5 months agophycore-imx8mp: Add overlay and bootenv.txt support
Benjamin Hahn [Wed, 17 Jul 2024 05:11:27 +0000 (22:11 -0700)]
phycore-imx8mp: Add overlay and bootenv.txt support

Add support for loading bootenv.txt as well as loading and applying
overlays during boot from mmc and net.

${no_bootenv}: Prevent loading external bootenv.txt environment. Use
       ${overlays} variable directly from u-boot environment.
${no_overlay}: Do not load overlays defined in ${overlays} variable.
       Overlays loaded over the extension command are still
       being applied.

Signed-off-by: Benjamin Hahn <B.Hahn@phytec.de>
Signed-off-by: Daniel Schultz <d.schultz@phytec.de>
Reviewed-by: Teresa Remmet <t.remmet@phytec.de>
Reviewed-by: Wadim Egorov <w.egorov@phytec.de>
5 months agoinclude: env: phytec: Create env file for loading and applying overlays
Benjamin Hahn [Wed, 17 Jul 2024 05:11:26 +0000 (22:11 -0700)]
include: env: phytec: Create env file for loading and applying overlays

The env scripts for loading and applying overlays are identical for many
PHYTEC Boards. Create a common env that can be included.

The env variables bootenv_addr and fdto_addr are board specific and need
to be set in the board specific file. The env variable get_cmd also
needs to be set in board specific files and can be set to tftp or dhcp.

Signed-off-by: Benjamin Hahn <B.Hahn@phytec.de>
Signed-off-by: Daniel Schultz <d.schultz@phytec.de>
Reviewed-by: Teresa Remmet <t.remmet@phytec.de>
Reviewed-by: Wadim Egorov <w.egorov@phytec.de>
5 months agoMerge patch series "drivers: ata: Remove duplicate newlines"
Tom Rini [Mon, 22 Jul 2024 16:54:13 +0000 (10:54 -0600)]
Merge patch series "drivers: ata: Remove duplicate newlines"

Drop all duplicate newlines from the driver directory files.

5 months agodrivers: watchdog: Remove duplicate newlines
Marek Vasut [Sat, 20 Jul 2024 12:41:05 +0000 (14:41 +0200)]
drivers: watchdog: Remove duplicate newlines

Drop all duplicate newlines. No functional change.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
5 months agodrivers: video: Remove duplicate newlines
Marek Vasut [Sat, 20 Jul 2024 12:41:04 +0000 (14:41 +0200)]
drivers: video: Remove duplicate newlines

Drop all duplicate newlines. No functional change.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
5 months agodrivers: usb: Remove duplicate newlines
Marek Vasut [Sat, 20 Jul 2024 12:41:03 +0000 (14:41 +0200)]
drivers: usb: Remove duplicate newlines

Drop all duplicate newlines. No functional change.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
5 months agodrivers: tpm: Remove duplicate newlines
Marek Vasut [Sat, 20 Jul 2024 12:41:02 +0000 (14:41 +0200)]
drivers: tpm: Remove duplicate newlines

Drop all duplicate newlines. No functional change.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
5 months agodrivers: timer: Remove duplicate newlines
Marek Vasut [Sat, 20 Jul 2024 12:41:01 +0000 (14:41 +0200)]
drivers: timer: Remove duplicate newlines

Drop all duplicate newlines. No functional change.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
5 months agodrivers: thermal: Remove duplicate newlines
Marek Vasut [Sat, 20 Jul 2024 12:41:00 +0000 (14:41 +0200)]
drivers: thermal: Remove duplicate newlines

Drop all duplicate newlines. No functional change.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
5 months agodrivers: sysreset: Remove duplicate newlines
Marek Vasut [Sat, 20 Jul 2024 12:40:59 +0000 (14:40 +0200)]
drivers: sysreset: Remove duplicate newlines

Drop all duplicate newlines. No functional change.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
5 months agodrivers: spi: Remove duplicate newlines
Marek Vasut [Sat, 20 Jul 2024 12:40:58 +0000 (14:40 +0200)]
drivers: spi: Remove duplicate newlines

Drop all duplicate newlines. No functional change.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
Reviewed-by: Michal Simek <michal.simek@amd.com>
5 months agodrivers: sound: Remove duplicate newlines
Marek Vasut [Sat, 20 Jul 2024 12:40:57 +0000 (14:40 +0200)]
drivers: sound: Remove duplicate newlines

Drop all duplicate newlines. No functional change.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
5 months agodrivers: soc: Remove duplicate newlines
Marek Vasut [Sat, 20 Jul 2024 12:40:56 +0000 (14:40 +0200)]
drivers: soc: Remove duplicate newlines

Drop all duplicate newlines. No functional change.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
5 months agodrivers: serial: Remove duplicate newlines
Marek Vasut [Sat, 20 Jul 2024 12:40:55 +0000 (14:40 +0200)]
drivers: serial: Remove duplicate newlines

Drop all duplicate newlines. No functional change.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
5 months agodrivers: scsi: Remove duplicate newlines
Marek Vasut [Sat, 20 Jul 2024 12:40:54 +0000 (14:40 +0200)]
drivers: scsi: Remove duplicate newlines

Drop all duplicate newlines. No functional change.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
5 months agodrivers: rtc: Remove duplicate newlines
Marek Vasut [Sat, 20 Jul 2024 12:40:53 +0000 (14:40 +0200)]
drivers: rtc: Remove duplicate newlines

Drop all duplicate newlines. No functional change.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
5 months agodrivers: reset: Remove duplicate newlines
Marek Vasut [Sat, 20 Jul 2024 12:40:52 +0000 (14:40 +0200)]
drivers: reset: Remove duplicate newlines

Drop all duplicate newlines. No functional change.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
5 months agodrivers: remoteproc: Remove duplicate newlines
Marek Vasut [Sat, 20 Jul 2024 12:40:51 +0000 (14:40 +0200)]
drivers: remoteproc: Remove duplicate newlines

Drop all duplicate newlines. No functional change.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
5 months agodrivers: ram: Remove duplicate newlines
Marek Vasut [Sat, 20 Jul 2024 12:40:50 +0000 (14:40 +0200)]
drivers: ram: Remove duplicate newlines

Drop all duplicate newlines. No functional change.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
5 months agodrivers: power: Remove duplicate newlines
Marek Vasut [Sat, 20 Jul 2024 12:40:49 +0000 (14:40 +0200)]
drivers: power: Remove duplicate newlines

Drop all duplicate newlines. No functional change.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
5 months agodrivers: pinctrl: Remove duplicate newlines
Marek Vasut [Sat, 20 Jul 2024 12:40:48 +0000 (14:40 +0200)]
drivers: pinctrl: Remove duplicate newlines

Drop all duplicate newlines. No functional change.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
5 months agodrivers: phy: Remove duplicate newlines
Marek Vasut [Sat, 20 Jul 2024 12:40:47 +0000 (14:40 +0200)]
drivers: phy: Remove duplicate newlines

Drop all duplicate newlines. No functional change.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
5 months agodrivers: pci: Remove duplicate newlines
Marek Vasut [Sat, 20 Jul 2024 12:40:46 +0000 (14:40 +0200)]
drivers: pci: Remove duplicate newlines

Drop all duplicate newlines. No functional change.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
5 months agodrivers: net: Remove duplicate newlines
Marek Vasut [Sat, 20 Jul 2024 12:40:45 +0000 (14:40 +0200)]
drivers: net: Remove duplicate newlines

Drop all duplicate newlines. No functional change.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
5 months agodrivers: mtd: Remove duplicate newlines
Marek Vasut [Sat, 20 Jul 2024 12:40:44 +0000 (14:40 +0200)]
drivers: mtd: Remove duplicate newlines

Drop all duplicate newlines. No functional change.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
5 months agodrivers: mmc: Remove duplicate newlines
Marek Vasut [Sat, 20 Jul 2024 12:40:43 +0000 (14:40 +0200)]
drivers: mmc: Remove duplicate newlines

Drop all duplicate newlines. No functional change.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
5 months agodrivers: misc: Remove duplicate newlines
Marek Vasut [Sat, 20 Jul 2024 12:40:42 +0000 (14:40 +0200)]
drivers: misc: Remove duplicate newlines

Drop all duplicate newlines. No functional change.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
5 months agodrivers: led: Remove duplicate newlines
Marek Vasut [Sat, 20 Jul 2024 12:40:41 +0000 (14:40 +0200)]
drivers: led: Remove duplicate newlines

Drop all duplicate newlines. No functional change.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
5 months agodrivers: input: Remove duplicate newlines
Marek Vasut [Sat, 20 Jul 2024 12:40:40 +0000 (14:40 +0200)]
drivers: input: Remove duplicate newlines

Drop all duplicate newlines. No functional change.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
5 months agodrivers: i2c: Remove duplicate newlines
Marek Vasut [Sat, 20 Jul 2024 12:40:39 +0000 (14:40 +0200)]
drivers: i2c: Remove duplicate newlines

Drop all duplicate newlines. No functional change.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
Reviewed-by: Heiko Schocher <hs@denx.de>
5 months agodrivers: gpio: Remove duplicate newlines
Marek Vasut [Sat, 20 Jul 2024 12:40:38 +0000 (14:40 +0200)]
drivers: gpio: Remove duplicate newlines

Drop all duplicate newlines. No functional change.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
5 months agodrivers: fpga: Remove duplicate newlines
Marek Vasut [Sat, 20 Jul 2024 12:40:37 +0000 (14:40 +0200)]
drivers: fpga: Remove duplicate newlines

Drop all duplicate newlines. No functional change.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
Reviewed-by: Michal Simek <michal.simek@amd.com>
5 months agodrivers: firmware: Remove duplicate newlines
Marek Vasut [Sat, 20 Jul 2024 12:40:36 +0000 (14:40 +0200)]
drivers: firmware: Remove duplicate newlines

Drop all duplicate newlines. No functional change.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
5 months agodrivers: dma: Remove duplicate newlines
Marek Vasut [Sat, 20 Jul 2024 12:40:35 +0000 (14:40 +0200)]
drivers: dma: Remove duplicate newlines

Drop all duplicate newlines. No functional change.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
5 months agodrivers: dfu: Remove duplicate newlines
Marek Vasut [Sat, 20 Jul 2024 12:40:34 +0000 (14:40 +0200)]
drivers: dfu: Remove duplicate newlines

Drop all duplicate newlines. No functional change.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
5 months agodrivers: ddr: Remove duplicate newlines
Marek Vasut [Sat, 20 Jul 2024 12:40:33 +0000 (14:40 +0200)]
drivers: ddr: Remove duplicate newlines

Drop all duplicate newlines. No functional change.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
5 months agodrivers: crypto: Remove duplicate newlines
Marek Vasut [Sat, 20 Jul 2024 12:40:32 +0000 (14:40 +0200)]
drivers: crypto: Remove duplicate newlines

Drop all duplicate newlines. No functional change.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
5 months agodrivers: core: Remove duplicate newlines
Marek Vasut [Sat, 20 Jul 2024 12:40:31 +0000 (14:40 +0200)]
drivers: core: Remove duplicate newlines

Drop all duplicate newlines. No functional change.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
5 months agodrivers: clk: Remove duplicate newlines
Marek Vasut [Sat, 20 Jul 2024 12:40:30 +0000 (14:40 +0200)]
drivers: clk: Remove duplicate newlines

Drop all duplicate newlines. No functional change.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
5 months agodrivers: cache: Remove duplicate newlines
Marek Vasut [Sat, 20 Jul 2024 12:40:29 +0000 (14:40 +0200)]
drivers: cache: Remove duplicate newlines

Drop all duplicate newlines. No functional change.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
5 months agodrivers: block: Remove duplicate newlines
Marek Vasut [Sat, 20 Jul 2024 12:40:28 +0000 (14:40 +0200)]
drivers: block: Remove duplicate newlines

Drop all duplicate newlines. No functional change.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
5 months agodrivers: bios_emulator: Remove duplicate newlines
Marek Vasut [Sat, 20 Jul 2024 12:40:27 +0000 (14:40 +0200)]
drivers: bios_emulator: Remove duplicate newlines

Drop all duplicate newlines. No functional change.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
5 months agodrivers: ata: Remove duplicate newlines
Marek Vasut [Sat, 20 Jul 2024 12:40:26 +0000 (14:40 +0200)]
drivers: ata: Remove duplicate newlines

Drop all duplicate newlines. No functional change.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
5 months agoMerge patch series "board: BuS: Remove duplicate newlines"
Tom Rini [Mon, 22 Jul 2024 16:52:36 +0000 (10:52 -0600)]
Merge patch series "board: BuS: Remove duplicate newlines"

Drop all duplicate newlines from the board directory files.

5 months agoboard: xilinx: Remove duplicate newlines
Marek Vasut [Fri, 19 Jul 2024 10:49:14 +0000 (12:49 +0200)]
board: xilinx: Remove duplicate newlines

Drop all duplicate newlines. No functional change.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
Reviewed-by: Michal Simek <michal.simek@amd.com>
5 months agoboard: vscom: Remove duplicate newlines
Marek Vasut [Fri, 19 Jul 2024 10:49:13 +0000 (12:49 +0200)]
board: vscom: Remove duplicate newlines

Drop all duplicate newlines. No functional change.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
5 months agoboard: toradex: Remove duplicate newlines
Marek Vasut [Fri, 19 Jul 2024 10:49:12 +0000 (12:49 +0200)]
board: toradex: Remove duplicate newlines

Drop all duplicate newlines. No functional change.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
5 months agoboard: ti: Remove duplicate newlines
Marek Vasut [Fri, 19 Jul 2024 10:49:11 +0000 (12:49 +0200)]
board: ti: Remove duplicate newlines

Drop all duplicate newlines. No functional change.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
5 months agoboard: theadorable: Remove duplicate newlines
Marek Vasut [Fri, 19 Jul 2024 10:49:10 +0000 (12:49 +0200)]
board: theadorable: Remove duplicate newlines

Drop all duplicate newlines. No functional change.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
5 months agoboard: terasic: Remove duplicate newlines
Marek Vasut [Fri, 19 Jul 2024 10:49:09 +0000 (12:49 +0200)]
board: terasic: Remove duplicate newlines

Drop all duplicate newlines. No functional change.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
5 months agoboard: tcl: Remove duplicate newlines
Marek Vasut [Fri, 19 Jul 2024 10:49:08 +0000 (12:49 +0200)]
board: tcl: Remove duplicate newlines

Drop all duplicate newlines. No functional change.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
5 months agoboard: synopsys: Remove duplicate newlines
Marek Vasut [Fri, 19 Jul 2024 10:49:07 +0000 (12:49 +0200)]
board: synopsys: Remove duplicate newlines

Drop all duplicate newlines. No functional change.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
5 months agoboard: sr1500: Remove duplicate newlines
Marek Vasut [Fri, 19 Jul 2024 10:49:06 +0000 (12:49 +0200)]
board: sr1500: Remove duplicate newlines

Drop all duplicate newlines. No functional change.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
5 months agoboard: softing: Remove duplicate newlines
Marek Vasut [Fri, 19 Jul 2024 10:49:05 +0000 (12:49 +0200)]
board: softing: Remove duplicate newlines

Drop all duplicate newlines. No functional change.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
5 months agoboard: socrates: Remove duplicate newlines
Marek Vasut [Fri, 19 Jul 2024 10:49:04 +0000 (12:49 +0200)]
board: socrates: Remove duplicate newlines

Drop all duplicate newlines. No functional change.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
5 months agoboard: siemens: Remove duplicate newlines
Marek Vasut [Fri, 19 Jul 2024 10:49:03 +0000 (12:49 +0200)]
board: siemens: Remove duplicate newlines

Drop all duplicate newlines. No functional change.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
5 months agoboard: qualcomm: Remove duplicate newlines
Marek Vasut [Fri, 19 Jul 2024 10:49:02 +0000 (12:49 +0200)]
board: qualcomm: Remove duplicate newlines

Drop all duplicate newlines. No functional change.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
5 months agoboard: opalkelly: Remove duplicate newlines
Marek Vasut [Fri, 19 Jul 2024 10:49:01 +0000 (12:49 +0200)]
board: opalkelly: Remove duplicate newlines

Drop all duplicate newlines. No functional change.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
Reviewed-by: Michal Simek <michal.simek@amd.com>
5 months agoboard: mntre: Remove duplicate newlines
Marek Vasut [Fri, 19 Jul 2024 10:49:00 +0000 (12:49 +0200)]
board: mntre: Remove duplicate newlines

Drop all duplicate newlines. No functional change.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
5 months agoboard: logicpd: Remove duplicate newlines
Marek Vasut [Fri, 19 Jul 2024 10:48:59 +0000 (12:48 +0200)]
board: logicpd: Remove duplicate newlines

Drop all duplicate newlines. No functional change.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
5 months agoboard: l+g: Remove duplicate newlines
Marek Vasut [Fri, 19 Jul 2024 10:48:58 +0000 (12:48 +0200)]
board: l+g: Remove duplicate newlines

Drop all duplicate newlines. No functional change.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
5 months agoboard: kontron: Remove duplicate newlines
Marek Vasut [Fri, 19 Jul 2024 10:48:57 +0000 (12:48 +0200)]
board: kontron: Remove duplicate newlines

Drop all duplicate newlines. No functional change.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>