All of lore.kernel.org
 help / color / mirror / Atom feed
From: Vignesh Raghavendra <vigneshr@ti.com>
To: Hari Nagalla <hnagalla@ti.com>, <trini@konsulko.com>,
	<lukma@denx.de>, <seanga2@gmail.com>, <jh80.chung@samsung.com>,
	<nm@ti.com>, <afd@ti.com>, <a-nandan@ti.com>
Cc: <u-boot@lists.denx.de>
Subject: Re: [PATCH 04/12] drivers: dma: Add support for J784S4
Date: Wed, 21 Dec 2022 09:57:29 +0530	[thread overview]
Message-ID: <791890d0-5250-7cb8-951a-56c46494c8d5@ti.com> (raw)
In-Reply-To: <20221119185933.16194-5-hnagalla@ti.com>



On 20/11/22 00:29, Hari Nagalla wrote:
> diff --git a/drivers/dma/ti/Makefile b/drivers/dma/ti/Makefile
> index 6807eb8e8b..bd4ce68d9c 100644
> --- a/drivers/dma/ti/Makefile
> +++ b/drivers/dma/ti/Makefile
> @@ -8,3 +8,4 @@ k3-psil-data-$(CONFIG_SOC_K3_J721E) += k3-psil-j721e.o
>  k3-psil-data-$(CONFIG_SOC_K3_J721S2) += k3-psil-j721s2.o
>  k3-psil-data-$(CONFIG_SOC_K3_AM642) += k3-psil-am64.o
>  k3-psil-data-$(CONFIG_SOC_K3_AM625) += k3-psil-am62.o
> +k3-psil-data-$(CONFIG_SOC_K3_J784S4) += k3-psil-j784s4.o
> diff --git a/drivers/dma/ti/k3-psil-j784s4.c b/drivers/dma/ti/k3-psil-j784s4.c
> new file mode 100644
> index 0000000000..e73ea1d030
> --- /dev/null
> +++ b/drivers/dma/ti/k3-psil-j784s4.c
> @@ -0,0 +1,167 @@
> +// SPDX-License-Identifier: GPL-2.0
> +/*
> + *  Copyright (C) 2022 Texas Instruments Incorporated - https://www.ti.com
> + */
> +/* TODO : check again for j784s4 */

Could you address the TODO or drop it if already done?	

-- 
Regards
Vignesh

  reply	other threads:[~2022-12-21  4:27 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-19 18:59 [PATCH 00/12] Introduce initial TI's J784S4 support Hari Nagalla
2022-11-19 18:59 ` [PATCH 01/12] arm: dts: introduce j784s4 dtbs from linux kernel Hari Nagalla
2022-11-19 18:59 ` [PATCH 02/12] arm: dts: introduce j784s4 u-boot dtbs Hari Nagalla
2022-11-19 18:59 ` [PATCH 03/12] arm: K3: Add basic support for J784S4 SoC definition Hari Nagalla
2022-11-21 16:01   ` Tom Rini
2022-11-19 18:59 ` [PATCH 04/12] drivers: dma: Add support for J784S4 Hari Nagalla
2022-12-21  4:27   ` Vignesh Raghavendra [this message]
2022-11-19 18:59 ` [PATCH 05/12] clk: clk-k3: Add support for J784S4 SoC Hari Nagalla
2022-11-22  4:12   ` Sean Anderson
2022-11-19 18:59 ` [PATCH 06/12] power: domain: ti: " Hari Nagalla
2022-11-19 18:59 ` [PATCH 07/12] ram: k3-ddrss: " Hari Nagalla
2022-11-19 18:59 ` [PATCH 08/12] soc: ti: k3-socinfo: Add entry " Hari Nagalla
2022-11-19 18:59 ` [PATCH 09/12] board: ti: j784s4: Add board support " Hari Nagalla
2022-11-21 16:01   ` Tom Rini
2022-11-19 18:59 ` [PATCH 10/12] dt-bindings: ti-serdes-mux: Add defines " Hari Nagalla
2022-11-19 18:59 ` [PATCH 11/12] configs: j784s4_evm_r5_defconfig: Add R5 specific defconfig Hari Nagalla
2022-11-19 18:59 ` [PATCH 12/12] configs: j784s4_evm_a72_defconfig: Add A72 " Hari Nagalla

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=791890d0-5250-7cb8-951a-56c46494c8d5@ti.com \
    --to=vigneshr@ti.com \
    --cc=a-nandan@ti.com \
    --cc=afd@ti.com \
    --cc=hnagalla@ti.com \
    --cc=jh80.chung@samsung.com \
    --cc=lukma@denx.de \
    --cc=nm@ti.com \
    --cc=seanga2@gmail.com \
    --cc=trini@konsulko.com \
    --cc=u-boot@lists.denx.de \
    /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.