All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] riscv: dts: spacemit: enable more devices
@ 2026-03-22 20:28 ` Aurelien Jarno
  0 siblings, 0 replies; 37+ messages in thread
From: Aurelien Jarno @ 2026-03-22 20:28 UTC (permalink / raw)
  To: linux-kernel, Paul Walmsley, Palmer Dabbelt, Albert Ou,
	Alexandre Ghiti, Yixun Lan
  Cc: Aurelien Jarno, open list:RISC-V ARCHITECTURE:Keyword:riscv,
	open list:RISC-V SPACEMIT SoC Support:Keyword:spacemit

This patchset improves support of the Milk-V Jupiter board by enabling
more devices. Most notably the NOR flash (useful for upgrading the
bootloader), the USB 3 ports and the PCIe ports.

It was inspired by the Banana Pi F3 device tree file. It is based
against the k1/dt-for-next branch and does not have any other
dependency.

Aurelien Jarno (6):
  riscv: dts: spacemit: add LEDs for Milk-V Jupiter board
  riscv: dts: spacemit: add 24c04 eeprom on Milk-V Jupiter
  riscv: dts: spacemit: add i2c aliases on Milk-V Jupiter
  riscv: dts: spacemit: enable QSPI and add SPI NOR on Milk-V Jupiter
  riscv: dts: spacemit: enable USB 3 ports on Milk-V Jupiter
  riscv: dts: spacemit: enable PCIe ports on Milk-V Jupiter

 .../boot/dts/spacemit/k1-milkv-jupiter.dts    | 189 +++++++++++++++++-
 1 file changed, 188 insertions(+), 1 deletion(-)

-- 
2.51.0


_______________________________________________
linux-riscv mailing list
linux-riscv@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-riscv

^ permalink raw reply	[flat|nested] 37+ messages in thread
* Re: [PATCH 6/6] riscv: dts: spacemit: enable PCIe ports on Milk-V Jupiter
@ 2026-03-23 13:42 kernel test robot
  0 siblings, 0 replies; 37+ messages in thread
From: kernel test robot @ 2026-03-23 13:42 UTC (permalink / raw)
  To: oe-kbuild

:::::: 
:::::: Manual check reason: "high confidence checkpatch report"
:::::: 

BCC: lkp@intel.com
CC: oe-kbuild-all@lists.linux.dev
In-Reply-To: <20260322203356.2206927-7-aurelien@aurel32.net>
References: <20260322203356.2206927-7-aurelien@aurel32.net>
TO: Aurelien Jarno <aurelien@aurel32.net>
TO: linux-kernel@vger.kernel.org
TO: Rob Herring <robh@kernel.org>
TO: Krzysztof Kozlowski <krzk@kernel.org>
TO: Conor Dooley <conor+dt@kernel.org>
TO: Yixun Lan <dlan@kernel.org>
TO: Paul Walmsley <pjw@kernel.org>
TO: Palmer Dabbelt <palmer@dabbelt.com>
TO: Albert Ou <aou@eecs.berkeley.edu>
TO: Alexandre Ghiti <alex@ghiti.fr>

Hi Aurelien,

kernel test robot noticed the following build warnings:

[auto build test WARNING on spacemit/for-next]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use '--base' as documented in
https://git-scm.com/docs/git-format-patch#_base_tree_information]

url:    https://github.com/intel-lab-lkp/linux/commits/Aurelien-Jarno/riscv-dts-spacemit-add-LEDs-for-Milk-V-Jupiter-board/20260323-081657
base:   https://github.com/spacemit-com/linux for-next
patch link:    https://lore.kernel.org/r/20260322203356.2206927-7-aurelien%40aurel32.net
patch subject: [PATCH 6/6] riscv: dts: spacemit: enable PCIe ports on Milk-V Jupiter
:::::: branch date: 13 hours ago
:::::: commit date: 13 hours ago
reproduce: (https://download.01.org/0day-ci/archive/20260323/202603231405.SfgbW8Ll-lkp@intel.com/reproduce)

# many are suggestions rather than must-fix

WARNING:REPEATED_WORD: Possible repeated word: 'the'
#7: 
are routed to the M.2 M-key connector and to the the PCIe x8 slot.

-- 
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki

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

end of thread, other threads:[~2026-03-26  7:35 UTC | newest]

Thread overview: 37+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-22 20:28 [PATCH 0/6] riscv: dts: spacemit: enable more devices Aurelien Jarno
2026-03-22 20:28 ` Aurelien Jarno
2026-03-22 20:28 ` [PATCH 1/6] riscv: dts: spacemit: add LEDs for Milk-V Jupiter board Aurelien Jarno
2026-03-22 20:28   ` Aurelien Jarno
2026-03-24  7:54   ` Javier Martinez Canillas
2026-03-24  7:54     ` Javier Martinez Canillas
2026-03-22 20:28 ` [PATCH 2/6] riscv: dts: spacemit: add 24c04 eeprom on Milk-V Jupiter Aurelien Jarno
2026-03-22 20:28   ` Aurelien Jarno
2026-03-24  7:55   ` Javier Martinez Canillas
2026-03-24  7:55     ` Javier Martinez Canillas
2026-03-22 20:28 ` [PATCH 3/6] riscv: dts: spacemit: add i2c aliases " Aurelien Jarno
2026-03-22 20:28   ` Aurelien Jarno
2026-03-24  7:56   ` Javier Martinez Canillas
2026-03-24  7:56     ` Javier Martinez Canillas
2026-03-22 20:28 ` [PATCH 4/6] riscv: dts: spacemit: enable QSPI and add SPI NOR " Aurelien Jarno
2026-03-22 20:28   ` Aurelien Jarno
2026-03-24  9:02   ` Yixun Lan
2026-03-24  9:02     ` Yixun Lan
2026-03-24 17:07     ` Yao Zi
2026-03-24 17:07       ` Yao Zi
2026-03-24 21:59       ` Yixun Lan
2026-03-24 21:59         ` Yixun Lan
2026-03-24 21:19     ` Aurelien Jarno
2026-03-24 21:19       ` Aurelien Jarno
2026-03-24 22:09       ` Yixun Lan
2026-03-24 22:09         ` Yixun Lan
2026-03-22 20:28 ` [PATCH 5/6] riscv: dts: spacemit: enable USB 3 ports " Aurelien Jarno
2026-03-22 20:28   ` Aurelien Jarno
2026-03-24  8:01   ` Javier Martinez Canillas
2026-03-24  8:01     ` Javier Martinez Canillas
2026-03-22 20:28 ` [PATCH 6/6] riscv: dts: spacemit: enable PCIe " Aurelien Jarno
2026-03-22 20:28   ` Aurelien Jarno
2026-03-24  8:02   ` Javier Martinez Canillas
2026-03-24  8:02     ` Javier Martinez Canillas
2026-03-26  7:34   ` Yixun Lan
2026-03-26  7:34     ` Yixun Lan
  -- strict thread matches above, loose matches on Subject: below --
2026-03-23 13:42 kernel test robot

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.