linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Alim Akhtar" <alim.akhtar@samsung.com>
To: "'Peter Griffin'" <peter.griffin@linaro.org>,
	<James.Bottomley@HansenPartnership.com>,
	<martin.petersen@oracle.com>, <avri.altman@wdc.com>,
	<bvanassche@acm.org>, <krzk@kernel.org>
Cc: <tudor.ambarus@linaro.org>, <ebiggers@kernel.org>,
	<andre.draszik@linaro.org>, <kernel-team@android.com>,
	<willmcvicker@google.com>, <linux-scsi@vger.kernel.org>,
	<linux-arm-kernel@lists.infradead.org>,
	<linux-samsung-soc@vger.kernel.org>,
	<linux-kernel@vger.kernel.org>
Subject: RE: [PATCH v3 14/14] MAINTAINERS: Update UFS Exynos entry
Date: Mon, 4 Nov 2024 16:59:08 +0530	[thread overview]
Message-ID: <000801db2eac$c5867ea0$50937be0$@samsung.com> (raw)
In-Reply-To: <20241031150033.3440894-15-peter.griffin@linaro.org>

Hi Peter

> -----Original Message-----
> From: Peter Griffin <peter.griffin@linaro.org>
> Sent: Thursday, October 31, 2024 8:31 PM
> To: alim.akhtar@samsung.com; James.Bottomley@HansenPartnership.com;
> martin.petersen@oracle.com; avri.altman@wdc.com; bvanassche@acm.org;
> krzk@kernel.org
> Cc: tudor.ambarus@linaro.org; ebiggers@kernel.org;
> andre.draszik@linaro.org; kernel-team@android.com;
> willmcvicker@google.com; linux-scsi@vger.kernel.org; linux-arm-
> kernel@lists.infradead.org; linux-samsung-soc@vger.kernel.org; linux-
> kernel@vger.kernel.org; Peter Griffin <peter.griffin@linaro.org>
> Subject: [PATCH v3 14/14] MAINTAINERS: Update UFS Exynos entry
> 
> Add myself as a reviewer for ufs-exynos as I'm doing various work in this
> driver currently for gs101 SoC and would like to help review relevant
patches.
> 
> Additionally add the linux-samsung-soc@vger.kernel.org list as that is
> relevant to this driver.
> 
> Signed-off-by: Peter Griffin <peter.griffin@linaro.org>
> ---
Thanks!

Acked-by: Alim Akhtar <alim.akhtar@samsung.com>




  reply	other threads:[~2024-11-04 11:29 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-10-31 15:00 [PATCH v3 00/14] UFS cleanups and enhancements to ufs-exynos for gs101 Peter Griffin
2024-10-31 15:00 ` [PATCH v3 01/14] scsi: ufs: exynos: remove empty drv_init method Peter Griffin
2024-10-31 15:00 ` [PATCH v3 02/14] scsi: ufs: exynos: remove superfluous function parameter Peter Griffin
2024-10-31 15:00 ` [PATCH v3 03/14] scsi: ufs: exynos: Allow UFS Gear 4 Peter Griffin
2024-10-31 15:00 ` [PATCH v3 04/14] scsi: ufs: exynos: add check inside exynos_ufs_config_smu() Peter Griffin
2024-10-31 15:00 ` [PATCH v3 05/14] scsi: ufs: exynos: gs101: remove EXYNOS_UFS_OPT_BROKEN_AUTO_CLK_CTRL Peter Griffin
2024-10-31 15:00 ` [PATCH v3 06/14] scsi: ufs: exynos: Add EXYNOS_UFS_OPT_SKIP_CONFIG_PHY_ATTR check Peter Griffin
2024-10-31 15:31   ` Tudor Ambarus
2024-10-31 15:00 ` [PATCH v3 07/14] scsi: ufs: exynos: gs101: remove unused phy attribute fields Peter Griffin
2024-10-31 15:00 ` [PATCH v3 08/14] scsi: ufs: exynos: remove tx_dif_p_nsec from exynosauto_ufs_drv_init() Peter Griffin
2024-10-31 15:00 ` [PATCH v3 09/14] scsi: ufs: exynos: add gs101_ufs_drv_init() hook and enable WriteBooster Peter Griffin
2024-10-31 15:00 ` [PATCH v3 10/14] scsi: ufs: exynos: enable write line unique transactions on gs101 Peter Griffin
2024-10-31 15:00 ` [PATCH v3 11/14] scsi: ufs: exynos: set ACG to be controlled by UFS_ACG_DISABLE Peter Griffin
2024-10-31 15:00 ` [PATCH v3 12/14] scsi: ufs: exynos: fix hibern8 notify callbacks Peter Griffin
2024-10-31 15:00 ` [PATCH v3 13/14] scsi: ufs: exynos: gs101: enable clock gating with hibern8 Peter Griffin
2024-10-31 15:00 ` [PATCH v3 14/14] MAINTAINERS: Update UFS Exynos entry Peter Griffin
2024-11-04 11:29   ` Alim Akhtar [this message]
2024-11-03  1:35 ` [PATCH v3 00/14] UFS cleanups and enhancements to ufs-exynos for gs101 Martin K. Petersen
2024-11-03  6:57   ` Peter Griffin
2024-11-14  2:50 ` Martin K. Petersen

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='000801db2eac$c5867ea0$50937be0$@samsung.com' \
    --to=alim.akhtar@samsung.com \
    --cc=James.Bottomley@HansenPartnership.com \
    --cc=andre.draszik@linaro.org \
    --cc=avri.altman@wdc.com \
    --cc=bvanassche@acm.org \
    --cc=ebiggers@kernel.org \
    --cc=kernel-team@android.com \
    --cc=krzk@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=linux-scsi@vger.kernel.org \
    --cc=martin.petersen@oracle.com \
    --cc=peter.griffin@linaro.org \
    --cc=tudor.ambarus@linaro.org \
    --cc=willmcvicker@google.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).