All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] Please pull u-boot-imx-master-20260626
@ 2026-06-27  1:38 Fabio Estevam
  2026-06-27  1:38 ` Fabio Estevam
  0 siblings, 1 reply; 6+ messages in thread
From: Fabio Estevam @ 2026-06-27  1:38 UTC (permalink / raw)
  To: trini; +Cc: u-boot, alice.guo, ye.li, peng.fan, marex

Hi Tom,

Please pull from u-boot-imx/master, thanks.

The following changes since commit 6902fb4c17faa375003124c451c2550deab5463d:

  Merge branch 'master' of git://source.denx.de/u-boot-usb (2026-06-25 12:32:18 -0600)

are available in the Git repository at:

  https://gitlab.denx.de/u-boot/custodians/u-boot-imx.git tags/u-boot-imx-master-20260626

for you to fetch changes up to 151e7c6e7c2c33b980030aba782e056d5719c998:

  clk: imx: imx8mq: Fix iMX8MQ PLL issue (2026-06-26 20:12:22 -0300)

u-boot-imx-master-20260626
--------------------------

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

- Fix MAC address representation on i.MX9
- Fix i.MX6 DDR initialization
- Fix iMX8MQ PLL
- Fix SPL trampoline buffer for 1GB DDR on i.MX9
----------------------------------------------------------------
Alice Guo (1):
      imx9: scmi: use 48-bit MAC add instead of incrementing mac[5]

Marek Vasut (1):
      mx6: ddr: Subtract half a cycle instead of three quarters of a cycle after DQS gating calibration

Peng Fan (1):
      imx9: scmi: Correct shutdown checking

Ye Li (2):
      imx9: scmi: Fix SPL trampoline buffer for 1GB DDR
      clk: imx: imx8mq: Fix iMX8MQ PLL issue

 arch/arm/mach-imx/imx9/scmi/soc.c |  75 ++++++++++----
 arch/arm/mach-imx/mx6/ddr.c       |   4 +-
 drivers/clk/imx/Makefile          |   2 +-
 drivers/clk/imx/clk-frac-pll.c    | 199 ++++++++++++++++++++++++++++++++++++++
 drivers/clk/imx/clk-imx8mq.c      |  55 +++++++----
 drivers/clk/imx/clk.h             |   3 +
 6 files changed, 294 insertions(+), 44 deletions(-)
 create mode 100644 drivers/clk/imx/clk-frac-pll.c

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [GIT PULL] Please pull u-boot-imx-master-20260626
  2026-06-27  1:38 [GIT PULL] Please pull u-boot-imx-master-20260626 Fabio Estevam
@ 2026-06-27  1:38 ` Fabio Estevam
  2026-06-27 12:18   ` Marek Vasut
  0 siblings, 1 reply; 6+ messages in thread
From: Fabio Estevam @ 2026-06-27  1:38 UTC (permalink / raw)
  To: trini; +Cc: u-boot, alice.guo, ye.li, peng.fan, marex

Hi Tom,

Please pull from u-boot-imx/master, thanks.

The following changes since commit 6902fb4c17faa375003124c451c2550deab5463d:

  Merge branch 'master' of git://source.denx.de/u-boot-usb (2026-06-25 12:32:18 -0600)

are available in the Git repository at:

  https://gitlab.denx.de/u-boot/custodians/u-boot-imx.git tags/u-boot-imx-master-20260626

for you to fetch changes up to 151e7c6e7c2c33b980030aba782e056d5719c998:

  clk: imx: imx8mq: Fix iMX8MQ PLL issue (2026-06-26 20:12:22 -0300)

u-boot-imx-master-20260626
--------------------------

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

- Fix MAC address representation on i.MX9
- Fix i.MX6 DDR initialization
- Fix iMX8MQ PLL
- Fix SPL trampoline buffer for 1GB DDR on i.MX9
----------------------------------------------------------------
Alice Guo (1):
      imx9: scmi: use 48-bit MAC add instead of incrementing mac[5]

Marek Vasut (1):
      mx6: ddr: Subtract half a cycle instead of three quarters of a cycle after DQS gating calibration

Peng Fan (1):
      imx9: scmi: Correct shutdown checking

Ye Li (2):
      imx9: scmi: Fix SPL trampoline buffer for 1GB DDR
      clk: imx: imx8mq: Fix iMX8MQ PLL issue

 arch/arm/mach-imx/imx9/scmi/soc.c |  75 ++++++++++----
 arch/arm/mach-imx/mx6/ddr.c       |   4 +-
 drivers/clk/imx/Makefile          |   2 +-
 drivers/clk/imx/clk-frac-pll.c    | 199 ++++++++++++++++++++++++++++++++++++++
 drivers/clk/imx/clk-imx8mq.c      |  55 +++++++----
 drivers/clk/imx/clk.h             |   3 +
 6 files changed, 294 insertions(+), 44 deletions(-)
 create mode 100644 drivers/clk/imx/clk-frac-pll.c

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [GIT PULL] Please pull u-boot-imx-master-20260626
  2026-06-27  1:38 ` Fabio Estevam
@ 2026-06-27 12:18   ` Marek Vasut
  2026-06-27 12:26       ` ****SPAM**** " Fabio Estevam
  0 siblings, 1 reply; 6+ messages in thread
From: Marek Vasut @ 2026-06-27 12:18 UTC (permalink / raw)
  To: Fabio Estevam, trini; +Cc: u-boot, alice.guo, ye.li, peng.fan

On 6/27/26 3:38 AM, Fabio Estevam wrote:

Hello all,

>        mx6: ddr: Subtract half a cycle instead of three quarters of a cycle after DQS gating calibration
I am not sure whether this one should be really in master, I would like 
to give people time to really look at it.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [GIT PULL] Please pull u-boot-imx-master-20260626
@ 2026-06-27 12:26       ` Fabio Estevam
  0 siblings, 0 replies; 6+ messages in thread
From: Fabio Estevam @ 2026-06-27 12:26 UTC (permalink / raw)
  To: Marek Vasut; +Cc: trini, u-boot, alice.guo, ye.li, peng.fan

On Sat, Jun 27, 2026 at 9:18 AM Marek Vasut <marex@nabladev.com> wrote:
>
> On 6/27/26 3:38 AM, Fabio Estevam wrote:
>
> Hello all,
>
> >        mx6: ddr: Subtract half a cycle instead of three quarters of a cycle after DQS gating calibration
> I am not sure whether this one should be really in master, I would like
> to give people time to really look at it.

Ok, I'll send another PR wth this one removed.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* ****SPAM**** Re: [GIT PULL] Please pull u-boot-imx-master-20260626
@ 2026-06-27 12:26       ` Fabio Estevam
  0 siblings, 0 replies; 6+ messages in thread
From: Fabio Estevam @ 2026-06-27 12:26 UTC (permalink / raw)
  To: Marek Vasut; +Cc: trini, u-boot, alice.guo, ye.li, peng.fan

[-- Attachment #1: Type: text/plain, Size: 1569 bytes --]

Spam detection software, running on the system "gapmx.vk4msl.com",
has identified this incoming email as possible spam.  The original
message has been attached to this so you can view it or label
similar future email.  If you have any questions, see
the administrator of that system for details.

Content preview:  On Sat, Jun 27, 2026 at 9:18 AM Marek Vasut <marex@nabladev.com>
   wrote: > > On 6/27/26 3:38 AM, Fabio Estevam wrote: > > Hello all, > > >
  mx6: ddr: Subtract half a cycle instead of three quarters of a [...] 

Content analysis details:   (9.2 points, 5.0 required)

 pts rule name              description
---- ---------------------- --------------------------------------------------
-0.1 DKIM_VALID             Message has at least one valid DKIM or DK signature
 0.1 DKIM_SIGNED            Message has a DKIM or DK signature, not necessarily valid
-0.1 DKIM_VALID_AU          Message has a valid DKIM or DK signature from author's
                            domain
 0.2 HEADER_FROM_DIFFERENT_DOMAINS From and EnvelopeFrom 2nd level mail
                            domains are different
 0.0 FREEMAIL_FROM          Sender email is commonly abused enduser mail provider
                            [festevam(at)gmail.com]
  10 FORGED_GMAIL_RCVD      'From' gmail.com does not match 'Received' headers
 0.0 FREEMAIL_FORGED_FROMDOMAIN 2nd level domains in From and EnvelopeFrom
                             freemail headers are different
-1.0 MAILING_LIST_MULTI     Multiple indicators imply a widely-seen list
                            manager



[-- Attachment #2: original message before SpamAssassin --]
[-- Type: message/rfc822, Size: 7230 bytes --]

From: Fabio Estevam <festevam@gmail.com>
To: Marek Vasut <marex@nabladev.com>
Cc: trini@konsulko.com, u-boot@lists.denx.de, alice.guo@nxp.com,  ye.li@oss.nxp.com, peng.fan@oss.nxp.com
Subject: Re: [GIT PULL] Please pull u-boot-imx-master-20260626
Date: Sat, 27 Jun 2026 09:26:24 -0300
Message-ID: <CAOMZO5A2NpxMxUbq5M2npFWYbhDfviR0DHYip7ChnpFNyVDJfg@mail.gmail.com>

On Sat, Jun 27, 2026 at 9:18 AM Marek Vasut <marex@nabladev.com> wrote:
>
> On 6/27/26 3:38 AM, Fabio Estevam wrote:
>
> Hello all,
>
> >        mx6: ddr: Subtract half a cycle instead of three quarters of a cycle after DQS gating calibration
> I am not sure whether this one should be really in master, I would like
> to give people time to really look at it.

Ok, I'll send another PR wth this one removed.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [GIT PULL] Please pull u-boot-imx-master-20260626
  2026-06-27 12:26       ` ****SPAM**** " Fabio Estevam
  (?)
@ 2026-06-27 14:20       ` Marek Vasut
  -1 siblings, 0 replies; 6+ messages in thread
From: Marek Vasut @ 2026-06-27 14:20 UTC (permalink / raw)
  To: Fabio Estevam; +Cc: trini, u-boot, alice.guo, ye.li, peng.fan

On 6/27/26 2:26 PM, Fabio Estevam wrote:
> On Sat, Jun 27, 2026 at 9:18 AM Marek Vasut <marex@nabladev.com> wrote:
>>
>> On 6/27/26 3:38 AM, Fabio Estevam wrote:
>>
>> Hello all,
>>
>>>         mx6: ddr: Subtract half a cycle instead of three quarters of a cycle after DQS gating calibration
>> I am not sure whether this one should be really in master, I would like
>> to give people time to really look at it.
> 
> Ok, I'll send another PR wth this one removed.

Thank you !

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2026-06-28  7:08 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-27  1:38 [GIT PULL] Please pull u-boot-imx-master-20260626 Fabio Estevam
2026-06-27  1:38 ` Fabio Estevam
2026-06-27 12:18   ` Marek Vasut
2026-06-27 12:26     ` Fabio Estevam
2026-06-27 12:26       ` ****SPAM**** " Fabio Estevam
2026-06-27 14:20       ` Marek Vasut

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.