public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH] arm64: defconfig: Enable MTD support for Hyperbus
@ 2024-06-11 11:58 Vaishnav Achath
  2024-06-11 12:16 ` Arnd Bergmann
  2024-06-13  6:28 ` Vignesh Raghavendra
  0 siblings, 2 replies; 3+ messages in thread
From: Vaishnav Achath @ 2024-06-11 11:58 UTC (permalink / raw)
  To: will, catalin.marinas
  Cc: m.szyprowski, arnd, neil.armstrong, dmitry.baryshkov,
	konrad.dybcio, krzysztof.kozlowski, geert+renesas, quic_bjorande,
	linux-arm-kernel, linux-kernel, nfraprado, u-kumar1, vigneshr, nm,
	vaishnav.a

TI Jacinto 7 SoCs (J721E, J7200) have Hyperbus controllers present
which can be used to interface with Hyperflash and HyperRAM storage
devices. Enable the necessary configs for Hyperbus support within
the MTD subsystem and the specific Hyperbus controller as module.

Signed-off-by: Vaishnav Achath <vaishnav.a@ti.com>
---

Tested on J721E EVM : https://gist.github.com/vaishnavachath/d8b2c6df43d8c809027d98087cdaa95f

 arch/arm64/configs/defconfig | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 05abba0a0209..dfe62d645648 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -281,6 +281,8 @@ CONFIG_MTD_NAND_FSL_IFC=y
 CONFIG_MTD_NAND_QCOM=y
 CONFIG_MTD_SPI_NOR=y
 CONFIG_MTD_UBI=m
+CONFIG_MTD_HYPERBUS=m
+CONFIG_HBMC_AM654=m
 CONFIG_BLK_DEV_LOOP=y
 CONFIG_BLK_DEV_NBD=m
 CONFIG_VIRTIO_BLK=y
-- 
2.34.1


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

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

* Re: [PATCH] arm64: defconfig: Enable MTD support for Hyperbus
  2024-06-11 11:58 [PATCH] arm64: defconfig: Enable MTD support for Hyperbus Vaishnav Achath
@ 2024-06-11 12:16 ` Arnd Bergmann
  2024-06-13  6:28 ` Vignesh Raghavendra
  1 sibling, 0 replies; 3+ messages in thread
From: Arnd Bergmann @ 2024-06-11 12:16 UTC (permalink / raw)
  To: Vaishnav Achath, Will Deacon, Catalin Marinas
  Cc: Marek Szyprowski, Neil Armstrong, Dmitry Baryshkov, Konrad Dybcio,
	Krzysztof Kozlowski, Geert Uytterhoeven, Bjorn Andersson,
	linux-arm-kernel, linux-kernel, Nícolas F. R. A. Prado,
	Udit Kumar, Vignesh Raghavendra, Nishanth Menon

On Tue, Jun 11, 2024, at 13:58, Vaishnav Achath wrote:
> TI Jacinto 7 SoCs (J721E, J7200) have Hyperbus controllers present
> which can be used to interface with Hyperflash and HyperRAM storage
> devices. Enable the necessary configs for Hyperbus support within
> the MTD subsystem and the specific Hyperbus controller as module.
>
> Signed-off-by: Vaishnav Achath <vaishnav.a@ti.com>

Looks fine to me, I assume the K3 maintainers will apply this
to their tree and forward it to soc@kernel.org along with
the other 6.11 material.

      Arnd

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

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

* Re: [PATCH] arm64: defconfig: Enable MTD support for Hyperbus
  2024-06-11 11:58 [PATCH] arm64: defconfig: Enable MTD support for Hyperbus Vaishnav Achath
  2024-06-11 12:16 ` Arnd Bergmann
@ 2024-06-13  6:28 ` Vignesh Raghavendra
  1 sibling, 0 replies; 3+ messages in thread
From: Vignesh Raghavendra @ 2024-06-13  6:28 UTC (permalink / raw)
  To: will, catalin.marinas, Vaishnav Achath
  Cc: Vignesh Raghavendra, m.szyprowski, arnd, neil.armstrong,
	dmitry.baryshkov, konrad.dybcio, krzysztof.kozlowski,
	geert+renesas, quic_bjorande, linux-arm-kernel, linux-kernel,
	nfraprado, u-kumar1, nm

Hi Vaishnav Achath,

On Tue, 11 Jun 2024 17:28:20 +0530, Vaishnav Achath wrote:
> TI Jacinto 7 SoCs (J721E, J7200) have Hyperbus controllers present
> which can be used to interface with Hyperflash and HyperRAM storage
> devices. Enable the necessary configs for Hyperbus support within
> the MTD subsystem and the specific Hyperbus controller as module.
> 
> 

I have applied the following to branch ti-k3-config-next on [1].
Thank you!

[1/1] arm64: defconfig: Enable MTD support for Hyperbus
      commit: 74aa5704cf194441001f16dfd4d5d90f4d3bf413

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent up the chain during
the next merge window (or sooner if it is a relevant bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

[1] https://git.kernel.org/pub/scm/linux/kernel/git/ti/linux.git
--
Vignesh



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

end of thread, other threads:[~2024-06-13  6:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-11 11:58 [PATCH] arm64: defconfig: Enable MTD support for Hyperbus Vaishnav Achath
2024-06-11 12:16 ` Arnd Bergmann
2024-06-13  6:28 ` Vignesh Raghavendra

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox