All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] octeontx cleanup and fixes
@ 2021-03-26  0:07 Tim Harvey
  2021-03-26  0:07 ` [PATCH 1/6] arm: octeontx: move CONFIG_SUPPORT_RAW_INITRD to configs Tim Harvey
                   ` (6 more replies)
  0 siblings, 7 replies; 31+ messages in thread
From: Tim Harvey @ 2021-03-26  0:07 UTC (permalink / raw)
  To: u-boot

This series provides the following for octeontx:
- cleanup to the octeontx common header file by moving 
  CONFIG_SUPPORT_RAW_INITRD to defconfig files,
- adds generic distro config support
- add missing SBSA watchdog to config
- fix an issue found with QML connected to a QSGMII PHY
- fix an issue with mii probe failing to find mdio busses
- fix a crash when scanning for sata devices

These were tested on a Gateworks Newport GW6404 with the CN8030
SoC.

Suneel Garapati (1):
  drivers: ata: ahci: update max id if it is more than available ports

Tim Harvey (5):
  arm: octeontx: move CONFIG_SUPPORT_RAW_INITRD to configs
  arm: octeontx: support generic distro config
  arm: octeontx: enable WDT_SBSA
  drivers: net: octeontx: fix QSGMII
  net: octeontx: smi: fix mii probe

 configs/octeontx_81xx_defconfig   |  2 ++
 configs/octeontx_83xx_defconfig   |  1 +
 drivers/ata/ahci.c                |  3 +++
 drivers/net/octeontx/bgx.c        | 20 +++++++-------------
 drivers/net/octeontx/smi.c        |  2 ++
 include/configs/octeontx_common.h | 31 +++++++++++++++++++++++++------
 6 files changed, 40 insertions(+), 19 deletions(-)

-- 
2.17.1

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

end of thread, other threads:[~2021-04-29 14:27 UTC | newest]

Thread overview: 31+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-26  0:07 [PATCH 0/6] octeontx cleanup and fixes Tim Harvey
2021-03-26  0:07 ` [PATCH 1/6] arm: octeontx: move CONFIG_SUPPORT_RAW_INITRD to configs Tim Harvey
2021-03-26  6:38   ` Stefan Roese
2021-04-20 14:20   ` Tom Rini
2021-03-26  0:07 ` [PATCH 2/6] arm: octeontx: support generic distro config Tim Harvey
2021-03-26  6:44   ` Stefan Roese
2021-04-20 14:20   ` Tom Rini
2021-03-26  0:07 ` [PATCH 3/6] arm: octeontx: enable WDT_SBSA Tim Harvey
2021-03-26  6:44   ` Stefan Roese
2021-04-20 14:20   ` Tom Rini
2021-03-26  0:07 ` [PATCH 4/6] drivers: net: octeontx: fix QSGMII Tim Harvey
2021-03-26  6:46   ` Stefan Roese
2021-03-26 16:08     ` Suneel Garapati
2021-03-26 16:37       ` Tim Harvey
2021-03-26 16:39         ` Suneel Garapati
2021-04-08 19:55           ` Tim Harvey
2021-04-20 14:20   ` Tom Rini
2021-03-26  0:07 ` [PATCH 5/6] drivers: ata: ahci: update max id if it is more than available ports Tim Harvey
2021-03-26  6:47   ` Stefan Roese
2021-04-20 14:20   ` Tom Rini
2021-03-26  0:07 ` [PATCH 6/6] net: octeontx: smi: fix mii probe Tim Harvey
2021-03-26  6:48   ` Stefan Roese
2021-03-26 15:55     ` Tim Harvey
2021-03-26 16:03       ` Suneel Garapati
2021-04-27  5:19       ` Stefan Roese
2021-04-28 15:11         ` Tim Harvey
2021-04-29  5:21           ` Stefan Roese
2021-04-29 14:27             ` Tim Harvey
2021-04-20 14:20   ` Tom Rini
2021-03-26  6:49 ` [PATCH 0/6] octeontx cleanup and fixes Stefan Roese
2021-03-26 15:51   ` Tim Harvey

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.