public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Dragan Simic <dsimic@manjaro.org>
To: Quentin Schulz <quentin.schulz@theobroma-systems.com>
Cc: Jonas Karlman <jonas@kwiboo.se>,
	Kever Yang <kever.yang@rock-chips.com>,
	Simon Glass <sjg@chromium.org>, Tom Rini <trini@konsulko.com>,
	Elon Zhang <zhangzj@rock-chips.com>,
	Weizhao Ouyang <weizhao.ouyang@arm.com>,
	Philipp Tomsich <philipp.tomsich@vrull.eu>,
	u-boot@lists.denx.de
Subject: Re: [PATCH v2 15/23] rockchip: rk3588-toybrick: Add missing Kconfig options
Date: Mon, 15 Apr 2024 11:04:26 +0200	[thread overview]
Message-ID: <6a057b12fe264f752f641f3eccd7ff23@manjaro.org> (raw)
In-Reply-To: <ab33123f-05a5-4edd-b720-a5b8792d5443@theobroma-systems.com>

On 2024-04-15 10:58, Quentin Schulz wrote:
> On 4/13/24 20:13, Jonas Karlman wrote:
>> Add .dtb-file entry to Makefile and enable Kconfig options required to
>> configure pinctrl in SPL. Also add missing 
>> PHY_ROCKCHIP_NANENG_COMBOPHY.
> 
> Separate commits please.

Perhaps the Makefile changes from a couple of different patches
could be put together into another, separate patch.  Those are all
related changes, and it would result in one less patch in the v3
of this series.

> Sum of changes is fine though (but a bit more verbose commit log would
> be welcome, why SPL_DM_SEQ_ALIAS for example).

  reply	other threads:[~2024-04-15  9:04 UTC|newest]

Thread overview: 50+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-13 18:13 [PATCH v2 00/23] rockchip: rk35xx: Miscellaneous fixes and updates Jonas Karlman
2024-04-13 18:13 ` [PATCH v2 01/23] clk: rockchip: rk356x: Add CLK_USB3OTGx_REF support Jonas Karlman
2024-04-19  2:44   ` Sean Anderson
2024-04-13 18:13 ` [PATCH v2 02/23] clk: rockchip: rk3588: Add REF_CLK_USB3OTGx support Jonas Karlman
2024-04-19  2:44   ` Sean Anderson
2024-04-13 18:13 ` [PATCH v2 03/23] rockchip: rk35xx: Drop USB_GADGET_PRODUCT_NUM Kconfig option Jonas Karlman
2024-04-15  6:25   ` Dragan Simic
2024-04-13 18:13 ` [PATCH v2 04/23] rockchip: rk3588: Drop REGULATOR_PWM " Jonas Karlman
2024-04-15  6:28   ` Dragan Simic
2024-04-13 18:13 ` [PATCH v2 05/23] rockchip: rk3566-anbernic-rgxx3: Remove SPL_ROCKCHIP_BACK_TO_BROM option Jonas Karlman
2024-04-13 18:13 ` [PATCH v2 06/23] rockchip: rk35xx: Sort imply statements alphabetically Jonas Karlman
2024-04-15  6:29   ` Dragan Simic
2024-04-13 18:13 ` [PATCH v2 07/23] rockchip: rk35xx: Enable random generator Jonas Karlman
2024-04-15  6:37   ` Dragan Simic
2024-04-15  8:03     ` Jonas Karlman
2024-04-15  8:21       ` Dragan Simic
2024-04-13 18:13 ` [PATCH v2 08/23] rockchip: rk35xx: Imply support for GbE PHY Jonas Karlman
2024-04-15  6:41   ` Dragan Simic
2024-04-13 18:13 ` [PATCH v2 09/23] rockchip: rk356x: Imply enhanced features for standard boot Jonas Karlman
2024-04-15  6:43   ` Dragan Simic
2024-04-13 18:13 ` [PATCH v2 10/23] rockchip: rk35xx: Sort soc u-boot.dtsi alphabetically Jonas Karlman
2024-04-15  8:46   ` Quentin Schulz
2024-04-15 10:50     ` Jonas Karlman
2024-04-13 18:13 ` [PATCH v2 11/23] rockchip: rk356x: Update bootph props Jonas Karlman
2024-04-13 18:13 ` [PATCH v2 12/23] rockchip: rk3588: " Jonas Karlman
2024-04-15  8:55   ` Quentin Schulz
2024-04-15 12:40     ` Jonas Karlman
2024-04-13 18:13 ` [PATCH v2 13/23] rockchip: rk3566-pinetab2: Fix reading FIT from SPI flash Jonas Karlman
2024-04-13 18:13 ` [PATCH v2 14/23] rockchip: rk3588-coolpi: Add boards to documentation Jonas Karlman
2024-04-15  6:47   ` Dragan Simic
2024-04-15  8:56   ` Quentin Schulz
2024-04-15  8:58     ` Dragan Simic
2024-04-15 14:11       ` Jonas Karlman
2024-04-13 18:13 ` [PATCH v2 15/23] rockchip: rk3588-toybrick: Add missing Kconfig options Jonas Karlman
2024-04-15  8:58   ` Quentin Schulz
2024-04-15  9:04     ` Dragan Simic [this message]
2024-04-15  9:10       ` Quentin Schulz
2024-04-15 14:17         ` Jonas Karlman
2024-04-13 18:13 ` [PATCH v2 16/23] rockchip: rk3588-turing-rk1: Use dwc3-generic driver Jonas Karlman
2024-04-13 18:13 ` [PATCH v2 17/23] rockchip: rk3588-edgeble-neu6: Enable FIT checksum validation Jonas Karlman
2024-04-13 18:13 ` [PATCH v2 18/23] rockchip: rk356x-generic: Fix eMMC and SD-card pinctrl Jonas Karlman
2024-04-13 18:13 ` [PATCH v2 19/23] rockchip: rk356x-generic: Add support for SPI flash Jonas Karlman
2024-04-13 18:13 ` [PATCH v2 20/23] rockchip: rk356x-generic: Add support for USB OTG Jonas Karlman
2024-04-13 18:13 ` [PATCH v2 21/23] rockchip: rk3588-generic: " Jonas Karlman
2024-04-13 18:13 ` [PATCH v2 22/23] rockchip: rk35xx-generic: Disable unused features Jonas Karlman
2024-04-13 18:13 ` [PATCH v2 23/23] rockchip: rk3588: Enable use of eMMC HS200 mode on a few missed boards Jonas Karlman
2024-04-15  7:00   ` Dragan Simic
2024-04-15  8:23     ` Jonas Karlman
2024-04-15  8:36       ` Dragan Simic
2024-04-15  9:02   ` Quentin Schulz

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=6a057b12fe264f752f641f3eccd7ff23@manjaro.org \
    --to=dsimic@manjaro.org \
    --cc=jonas@kwiboo.se \
    --cc=kever.yang@rock-chips.com \
    --cc=philipp.tomsich@vrull.eu \
    --cc=quentin.schulz@theobroma-systems.com \
    --cc=sjg@chromium.org \
    --cc=trini@konsulko.com \
    --cc=u-boot@lists.denx.de \
    --cc=weizhao.ouyang@arm.com \
    --cc=zhangzj@rock-chips.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox