linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Zulkifli, Muhammad Husaini" <muhammad.husaini.zulkifli@intel.com>
To: Andy Shevchenko <andy.shevchenko@gmail.com>
Cc: "Hunter, Adrian" <adrian.hunter@intel.com>,
	Michal Simek <michal.simek@xilinx.com>,
	"Shevchenko, Andriy" <andriy.shevchenko@intel.com>,
	Ulf Hansson <ulf.hansson@linaro.org>,
	linux-mmc <linux-mmc@vger.kernel.org>,
	linux-arm Mailing List <linux-arm-kernel@lists.infradead.org>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	"Raja Subramanian,
	Lakshmi Bai"  <lakshmi.bai.raja.subramanian@intel.com>,
	"Wan Mohamad,
	Wan Ahmad Zainie"  <wan.ahmad.zainie.wan.mohamad@intel.com>,
	Arnd Bergmann <arnd@arndb.de>
Subject: RE: [PATCH v4 1/4] firmware: keembay: Add support for Arm Trusted Firmware Service call
Date: Thu, 8 Oct 2020 10:39:37 +0000	[thread overview]
Message-ID: <DM6PR11MB2876DAA8003FD42C814A16FBB80B0@DM6PR11MB2876.namprd11.prod.outlook.com> (raw)
In-Reply-To: <CAHp75VeBTKc9HnqVV-RAoQVa=1dfTH68Mido=18JFaRxVtUZ2A@mail.gmail.com>

Hi Andy,

Thanks for the feedback.

>-----Original Message-----
>From: Andy Shevchenko <andy.shevchenko@gmail.com>
>Sent: Thursday, October 8, 2020 4:46 PM
>To: Zulkifli, Muhammad Husaini <muhammad.husaini.zulkifli@intel.com>
>Cc: Hunter, Adrian <adrian.hunter@intel.com>; Michal Simek
><michal.simek@xilinx.com>; Shevchenko, Andriy
><andriy.shevchenko@intel.com>; Ulf Hansson <ulf.hansson@linaro.org>; linux-
>mmc <linux-mmc@vger.kernel.org>; linux-arm Mailing List <linux-arm-
>kernel@lists.infradead.org>; Linux Kernel Mailing List <linux-
>kernel@vger.kernel.org>; Raja Subramanian, Lakshmi Bai
><lakshmi.bai.raja.subramanian@intel.com>; Wan Mohamad, Wan Ahmad Zainie
><wan.ahmad.zainie.wan.mohamad@intel.com>; Arnd Bergmann
><arnd@arndb.de>
>Subject: Re: [PATCH v4 1/4] firmware: keembay: Add support for Arm Trusted
>Firmware Service call
>
>On Thu, Oct 8, 2020 at 5:48 AM <muhammad.husaini.zulkifli@intel.com> wrote:
>>
>> From: Muhammad Husaini Zulkifli <muhammad.husaini.zulkifli@intel.com>
>>
>> Add header file to handle API function for device driver to
>> communicate with Arm Trusted Firmware.
>
>Arm -> ARM ?
I will rename based on Sudeep's mentioned in latest thread
>
>...
>
>>  .../linux/firmware/intel/keembay_firmware.h   | 47 +++++++++++++++++++
>
>Please, drop dup of 'firmware' in the filename.
Noted. Will change to keembay.h
>
>...
>
>> +/*
>> + *  Intel Keembay SOC Firmware API Layer
>> + *
>
>> + *  Copyright (C) 2020-2021, Intel Corporation
>
>Hello from the future?
>
Will edit to Copyright (C) 2020, Intel Corporation
>> + *
>> + *  Muhammad Husaini Zulkifli <Muhammad.Husaini.Zulkifli@intel.com>
>
>Author: ...
>
>> + */
>
>...
>
>> +/*
>> + * This file defines API function that can be called by device driver
>> +in order to
>
>an API
>by a device
Noted 😊
>
>> + * communicate with Arm Trusted Firmware.
>
>Arm -> ARM ?
I will rename based on Sudeep's mentioned in latest thread
>
>> + */
>
>--
>With Best Regards,
>Andy Shevchenko

  reply	other threads:[~2020-10-08 10:39 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-08  2:09 [PATCH v4 0/4] mmc: sdhci-of-arasan: Enable UHS-1 support for Keem Bay SOC muhammad.husaini.zulkifli
2020-10-08  2:09 ` [PATCH v4 1/4] firmware: keembay: Add support for Arm Trusted Firmware Service call muhammad.husaini.zulkifli
2020-10-08  7:35   ` Michal Simek
2020-10-08  8:46   ` Andy Shevchenko
2020-10-08 10:39     ` Zulkifli, Muhammad Husaini [this message]
2020-10-08  9:45   ` Sudeep Holla
2020-10-08 12:34     ` Zulkifli, Muhammad Husaini
2020-10-08  2:09 ` [PATCH v4 2/4] dt-bindings: mmc: Add uhs-gpio for Keem Bay UHS-1 Support muhammad.husaini.zulkifli
2020-10-08  7:36   ` Michal Simek
2020-10-08  2:09 ` [PATCH v4 3/4] mmc: sdhci-of-arasan: Add structure device pointer in probe muhammad.husaini.zulkifli
2020-10-08  7:34   ` Michal Simek
2020-10-08 10:36     ` Zulkifli, Muhammad Husaini
2020-10-08 11:12       ` Andy Shevchenko
2020-10-08  2:09 ` [PATCH v4 4/4] mmc: sdhci-of-arasan: Enable UHS-1 support for Keem Bay SOC muhammad.husaini.zulkifli
2020-10-08  7:36   ` Michal Simek
2020-10-08  9:27   ` Ulf Hansson
2020-10-08 10:54     ` Zulkifli, Muhammad Husaini
2020-10-08 15:19       ` Ulf Hansson
2020-10-08 17:21         ` Zulkifli, Muhammad Husaini
2020-10-09  6:56           ` Ulf Hansson
2020-10-09  7:25             ` Michal Simek
2020-10-09 17:50             ` Zulkifli, Muhammad Husaini
2020-10-13  8:12               ` Zulkifli, Muhammad Husaini
2020-10-13  8:41               ` Ulf Hansson
2020-10-16  7:23                 ` Zulkifli, Muhammad Husaini
2020-10-16 10:50                   ` Ulf Hansson
2020-11-06  7:16                 ` Zulkifli, Muhammad Husaini
2020-11-09 13:36                   ` Zulkifli, Muhammad Husaini
2020-10-08 10:58     ` Adrian Hunter
2020-10-08 15:12       ` Ulf Hansson

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=DM6PR11MB2876DAA8003FD42C814A16FBB80B0@DM6PR11MB2876.namprd11.prod.outlook.com \
    --to=muhammad.husaini.zulkifli@intel.com \
    --cc=adrian.hunter@intel.com \
    --cc=andriy.shevchenko@intel.com \
    --cc=andy.shevchenko@gmail.com \
    --cc=arnd@arndb.de \
    --cc=lakshmi.bai.raja.subramanian@intel.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mmc@vger.kernel.org \
    --cc=michal.simek@xilinx.com \
    --cc=ulf.hansson@linaro.org \
    --cc=wan.ahmad.zainie.wan.mohamad@intel.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).