All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ariel D'Alessandro <ariel.dalessandro@collabora.com>
To: Tom Rini <trini@konsulko.com>, festevam@gmail.com, sbabic@denx.de
Cc: u-boot@lists.denx.de, Peter.Hoyes@arm.com, aford173@gmail.com,
	alice.guo@nxp.com, andre.przywara@arm.com,
	andrey.zhizhikin@leica-geosystems.com, bmeng.cn@gmail.com,
	christian.gmeiner@gmail.com, christianshewitt@gmail.com,
	iliev@ronetix.at, jagan@amarulasolutions.com,
	jh80.chung@samsung.com, joe.hershberger@ni.com,
	kettenis@openbsd.org, kever.yang@rock-chips.com,
	kuldeep.singh@nxp.com, marcel.ziswiler@toradex.com,
	marex@denx.de, michael@amarulasolutions.com,
	michal.simek@xilinx.com, oliver.graute@kococonnector.com,
	pali@kernel.org, paul.liu@linaro.org, pbrobinson@gmail.com,
	peng.fan@nxp.com, philipp.tomsich@vrull.eu,
	priyanka.jain@nxp.com, radu-nicolae.pirea@oss.nxp.com,
	rath@ibv-augsburg.net, rfried.dev@gmail.com, samuel@sholland.org,
	simon.k.r.goldschmidt@gmail.com, sjg@chromium.org,
	stephan@gerhold.net, tharvey@gateworks.com,
	tien.fong.chee@intel.com, uboot-imx@nxp.com,
	vladimir.oltean@nxp.com, wd@denx.de, xypron.glpk@gmx.de,
	ye.li@nxp.com
Subject: Re: [PATCH v4 0/6] imx8mn-smm-s2/pro: Add iMX8MN BSH SMM S2 boards
Date: Mon, 11 Apr 2022 08:56:53 -0300	[thread overview]
Message-ID: <03fcfb51-a4ba-bd88-8bb0-883d1a0b7abe@collabora.com> (raw)
In-Reply-To: <20220405224622.GX9042@bill-the-cat>

Hi,

Gentle re-ping. What's blocking this?
This has been reviewed and queued for some time already. Please, be
clear on the status or what's the plan for this patchset.

Regards,
Ariel

On 4/5/22 19:46, Tom Rini wrote:
> Yes, there's a lot of iMX things I would like to see a PR come in for
> soon.
> 
> On Tue, Apr 05, 2022 at 05:44:47PM -0300, Ariel D'Alessandro wrote:
>> Hi Tom, Stefano,
>>
>> Gentle ping :-) Can we get this merged now?
>>
>> On 3/4/22 09:22, Ariel D'Alessandro wrote:
>>> Introduce BSH SystemMaster (SMM) S2 board family, which consists of:
>>> iMX8MN SMM S2 and iMX8MN SMM S2 PRO boards.
>>>
>>> This patchset also adds support for NXP TJA11xx Ethernet PHYs.
>>>
>>> Changes in v4:
>>> * Add new Reviewed-by tags to patches.
>>> * Set atf-bl31 blob type in device tree binman configuration.
>>>
>>> Changes in v3:
>>> * Added nxp-c45-tja11xx driver.
>>> * Added ethernet support to iMX8MN BSH SMM S2 boards.
>>>
>>> Changes in v2:
>>> * Properly added MAINTAINERS entry.
>>> * Fixed binman configuration.
>>> * Picked device tree from kernel.
>>> * Removed CONFIG_SPL_BUILD anti-pattern in board config.
>>> * Removed downstream stuff in bootargs.
>>> * Added board documentation.
>>>
>>> Ariel D'Alessandro (4):
>>>   phy: nxp-c45-tja11xx: Rename functions to be c45 tja11xx specific
>>>   iopoll: Extend read_poll_timeout macro to support variable parameters
>>>   net: phy: Add phy_modify() accessor
>>>   bsh: imx8mn-smm-s2/pro: Add iMX8MN BSH SMM S2 boards
>>>
>>> Michael Trimarchi (2):
>>>   imx8m: add regs used by GPMI
>>>   net: phy: nxp-tja11xx: Add NXP TJA11xx PHY driver
>>>
>>>  arch/arm/dts/Makefile                         |   2 +
>>>  arch/arm/dts/imx8mn-bsh-smm-s2-common.dtsi    | 423 ++++++++
>>>  .../dts/imx8mn-bsh-smm-s2-u-boot-common.dtsi  | 225 +++++
>>>  arch/arm/dts/imx8mn-bsh-smm-s2-u-boot.dtsi    |  15 +
>>>  arch/arm/dts/imx8mn-bsh-smm-s2.dts            |  48 +
>>>  arch/arm/dts/imx8mn-bsh-smm-s2pro-u-boot.dtsi |  15 +
>>>  arch/arm/dts/imx8mn-bsh-smm-s2pro.dts         |  80 ++
>>>  arch/arm/include/asm/arch-imx8m/imx-regs.h    |   7 +
>>>  arch/arm/mach-imx/imx8m/Kconfig               |  15 +
>>>  arch/arm/mach-socfpga/reset_manager_s10.c     |  20 +-
>>>  board/bsh/imx8mn_smm_s2/Kconfig               |  49 +
>>>  board/bsh/imx8mn_smm_s2/MAINTAINERS           |   8 +
>>>  board/bsh/imx8mn_smm_s2/Makefile              |  13 +
>>>  board/bsh/imx8mn_smm_s2/ddr3l_timing_256m.c   | 941 ++++++++++++++++++
>>>  board/bsh/imx8mn_smm_s2/ddr3l_timing_512m.c   | 941 ++++++++++++++++++
>>>  board/bsh/imx8mn_smm_s2/imx8mn_smm_s2.c       |  23 +
>>>  board/bsh/imx8mn_smm_s2/imximage-8mn-ddr3.cfg |  10 +
>>>  board/bsh/imx8mn_smm_s2/spl.c                 |  93 ++
>>>  configs/imx8mn_bsh_smm_s2_defconfig           |  97 ++
>>>  configs/imx8mn_bsh_smm_s2pro_defconfig        |  94 ++
>>>  doc/board/bsh/imx8mn_bsh_smm_s2.rst           |  62 ++
>>>  doc/board/bsh/index.rst                       |   9 +
>>>  doc/board/index.rst                           |   1 +
>>>  drivers/mmc/rockchip_sdhci.c                  |   9 +-
>>>  drivers/net/phy/Kconfig                       |   5 +
>>>  drivers/net/phy/Makefile                      |   1 +
>>>  drivers/net/phy/nxp-c45-tja11xx.c             |   6 +-
>>>  drivers/net/phy/nxp-tja11xx.c                 | 277 ++++++
>>>  drivers/net/phy/phy.c                         |  23 +
>>>  include/configs/imx8mn_bsh_smm_s2.h           |  52 +
>>>  include/configs/imx8mn_bsh_smm_s2_common.h    |  62 ++
>>>  include/configs/imx8mn_bsh_smm_s2pro.h        |  35 +
>>>  include/linux/iopoll.h                        |  12 +-
>>>  include/phy.h                                 |   3 +
>>>  34 files changed, 3654 insertions(+), 22 deletions(-)
>>>  create mode 100644 arch/arm/dts/imx8mn-bsh-smm-s2-common.dtsi
>>>  create mode 100644 arch/arm/dts/imx8mn-bsh-smm-s2-u-boot-common.dtsi
>>>  create mode 100644 arch/arm/dts/imx8mn-bsh-smm-s2-u-boot.dtsi
>>>  create mode 100644 arch/arm/dts/imx8mn-bsh-smm-s2.dts
>>>  create mode 100644 arch/arm/dts/imx8mn-bsh-smm-s2pro-u-boot.dtsi
>>>  create mode 100644 arch/arm/dts/imx8mn-bsh-smm-s2pro.dts
>>>  create mode 100644 board/bsh/imx8mn_smm_s2/Kconfig
>>>  create mode 100644 board/bsh/imx8mn_smm_s2/MAINTAINERS
>>>  create mode 100644 board/bsh/imx8mn_smm_s2/Makefile
>>>  create mode 100644 board/bsh/imx8mn_smm_s2/ddr3l_timing_256m.c
>>>  create mode 100644 board/bsh/imx8mn_smm_s2/ddr3l_timing_512m.c
>>>  create mode 100644 board/bsh/imx8mn_smm_s2/imx8mn_smm_s2.c
>>>  create mode 100644 board/bsh/imx8mn_smm_s2/imximage-8mn-ddr3.cfg
>>>  create mode 100644 board/bsh/imx8mn_smm_s2/spl.c
>>>  create mode 100644 configs/imx8mn_bsh_smm_s2_defconfig
>>>  create mode 100644 configs/imx8mn_bsh_smm_s2pro_defconfig
>>>  create mode 100644 doc/board/bsh/imx8mn_bsh_smm_s2.rst
>>>  create mode 100644 doc/board/bsh/index.rst
>>>  create mode 100644 drivers/net/phy/nxp-tja11xx.c
>>>  create mode 100644 include/configs/imx8mn_bsh_smm_s2.h
>>>  create mode 100644 include/configs/imx8mn_bsh_smm_s2_common.h
>>>  create mode 100644 include/configs/imx8mn_bsh_smm_s2pro.h
>>>
> 

  reply	other threads:[~2022-04-11 13:01 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-04 12:22 [PATCH v4 0/6] imx8mn-smm-s2/pro: Add iMX8MN BSH SMM S2 boards Ariel D'Alessandro
2022-03-04 12:22 ` [PATCH v4 1/6] imx8m: add regs used by GPMI Ariel D'Alessandro
2022-03-04 12:22 ` [PATCH v4 2/6] phy: nxp-c45-tja11xx: Rename functions to be c45 tja11xx specific Ariel D'Alessandro
2022-03-04 12:22 ` [PATCH v4 3/6] iopoll: Extend read_poll_timeout macro to support variable parameters Ariel D'Alessandro
2022-03-04 12:22 ` [PATCH v4 4/6] net: phy: Add phy_modify() accessor Ariel D'Alessandro
2022-03-04 12:22 ` [PATCH v4 5/6] net: phy: nxp-tja11xx: Add NXP TJA11xx PHY driver Ariel D'Alessandro
2022-03-04 12:22 ` [PATCH v4 6/6] bsh: imx8mn-smm-s2/pro: Add iMX8MN BSH SMM S2 boards Ariel D'Alessandro
2022-04-05 20:44 ` [PATCH v4 0/6] " Ariel D'Alessandro
2022-04-05 22:46   ` Tom Rini
2022-04-11 11:56     ` Ariel D'Alessandro [this message]
2022-04-11 15:56       ` Stefano Babic
2022-04-11 16:03         ` Tom Rini
2022-04-11 16:27           ` Stefano Babic
2022-04-11 17:18             ` Tom Rini
2022-04-12 11:50         ` Ariel D'Alessandro
2022-04-12 11:53           ` Stefano Babic

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=03fcfb51-a4ba-bd88-8bb0-883d1a0b7abe@collabora.com \
    --to=ariel.dalessandro@collabora.com \
    --cc=Peter.Hoyes@arm.com \
    --cc=aford173@gmail.com \
    --cc=alice.guo@nxp.com \
    --cc=andre.przywara@arm.com \
    --cc=andrey.zhizhikin@leica-geosystems.com \
    --cc=bmeng.cn@gmail.com \
    --cc=christian.gmeiner@gmail.com \
    --cc=christianshewitt@gmail.com \
    --cc=festevam@gmail.com \
    --cc=iliev@ronetix.at \
    --cc=jagan@amarulasolutions.com \
    --cc=jh80.chung@samsung.com \
    --cc=joe.hershberger@ni.com \
    --cc=kettenis@openbsd.org \
    --cc=kever.yang@rock-chips.com \
    --cc=kuldeep.singh@nxp.com \
    --cc=marcel.ziswiler@toradex.com \
    --cc=marex@denx.de \
    --cc=michael@amarulasolutions.com \
    --cc=michal.simek@xilinx.com \
    --cc=oliver.graute@kococonnector.com \
    --cc=pali@kernel.org \
    --cc=paul.liu@linaro.org \
    --cc=pbrobinson@gmail.com \
    --cc=peng.fan@nxp.com \
    --cc=philipp.tomsich@vrull.eu \
    --cc=priyanka.jain@nxp.com \
    --cc=radu-nicolae.pirea@oss.nxp.com \
    --cc=rath@ibv-augsburg.net \
    --cc=rfried.dev@gmail.com \
    --cc=samuel@sholland.org \
    --cc=sbabic@denx.de \
    --cc=simon.k.r.goldschmidt@gmail.com \
    --cc=sjg@chromium.org \
    --cc=stephan@gerhold.net \
    --cc=tharvey@gateworks.com \
    --cc=tien.fong.chee@intel.com \
    --cc=trini@konsulko.com \
    --cc=u-boot@lists.denx.de \
    --cc=uboot-imx@nxp.com \
    --cc=vladimir.oltean@nxp.com \
    --cc=wd@denx.de \
    --cc=xypron.glpk@gmx.de \
    --cc=ye.li@nxp.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.