linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/4] mmc: sdhci-of-arasan: Enable UHS-1 support for Keem Bay SOC
@ 2020-10-08  2:09 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
                   ` (3 more replies)
  0 siblings, 4 replies; 30+ messages in thread
From: muhammad.husaini.zulkifli @ 2020-10-08  2:09 UTC (permalink / raw)
  To: adrian.hunter, michal.simek, andriy.shevchenko, ulf.hansson,
	linux-mmc, linux-arm-kernel, linux-kernel
  Cc: lakshmi.bai.raja.subramanian, wan.ahmad.zainie.wan.mohamad,
	muhammad.husaini.zulkifli, arnd

From: Muhammad Husaini Zulkifli <muhammad.husaini.zulkifli@intel.com>

Hi.

The first patch is the header file to handle ATF call.

The second patch is DT binding for arasan controller for uhs support.

The third patch is to introduce the structure device pointer in arasan controller probe.

The fourth patch is to enable UHS-1 Support for Keem Bay EVM.

All of these patches was tested with Keem Bay evaluation module board.

Kindly help to review this patch set.

Thank you.

Changes since v3:
- Add Dt bindings for uhs gpio.
- Fixed comment by Michal and Sudeep on header file for the macro and error code.
- Fixed comment by Andy and created 1 new patch to separate the struc dev pointer in probe func.
- Fixed comment by Michal in arasan controller code.

Changes since v2:
- Removed Document DT Bindings for Keembay Firmware.
- Removed Firmware Driver to handle ATF Service call.
- Add header file to handle API function for device driver to communicate with Arm Trusted Firmware.

Changes since v1:
- Add Document DT Bindings for Keembay Firmware.
- Created Firmware Driver to handle ATF Service call
- Provide API for arasan driver for sd card voltage changes

Muhammad Husaini Zulkifli (4):
  firmware: keembay: Add support for Arm Trusted Firmware Service call
  dt-bindings: mmc: Add uhs-gpio for Keem Bay UHS-1 Support
  mmc: sdhci-of-arasan: Add structure device pointer in probe
  mmc: sdhci-of-arasan: Enable UHS-1 support for Keem Bay SOC

 .../devicetree/bindings/mmc/arasan,sdhci.yaml |   8 +-
 drivers/mmc/host/sdhci-of-arasan.c            | 127 ++++++++++++++++++
 .../linux/firmware/intel/keembay_firmware.h   |  47 +++++++
 3 files changed, 181 insertions(+), 1 deletion(-)
 create mode 100644 include/linux/firmware/intel/keembay_firmware.h

--
2.17.1


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

end of thread, other threads:[~2020-11-09 13:36 UTC | newest]

Thread overview: 30+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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
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

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).