From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: None (no SPF record) identity=mailfrom; client-ip=2a00:1450:4864:20::241; helo=mail-lj1-x241.google.com; envelope-from=mw@semihalf.com; receiver=edk2-devel@lists.01.org Received: from mail-lj1-x241.google.com (mail-lj1-x241.google.com [IPv6:2a00:1450:4864:20::241]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 097AB211350FA for ; Sat, 15 Sep 2018 15:26:06 -0700 (PDT) Received: by mail-lj1-x241.google.com with SMTP id q127-v6so10203996ljq.11 for ; Sat, 15 Sep 2018 15:26:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=semihalf-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id; bh=ghQm6KGet7TRzRd+NIRlQi+hxdeKzq3IC2XZ2fLZjyo=; b=kwcHUYu2KNvEdqIDvMHUjCDDDBDfA2VnGpOZm2QQBvn9G6HVFfh6Sq9+zMEMyercbp cDXa8suBisWMxNHBgH1Vk5gk0dU5Din3FwYw1/AN4OvRKdt0nGa6nLaLVV3OlsN7+o4L SzdgznEaXrZlb4+gDyqOngt6HXdnN1Zt5KvRNvEVVM5KPoDfojGpXj9I/1UqUjJksK+Z ntUBvTxND+hrdgDzNI99LGMwuIrf2JGLeo7zQa6T7ZBrwCU61hdrZ3klNpOsBfhsgUW/ 3qtbfbutIM58fLkwY/8RA227qPalh56LgjkbgJ5SIcAJWZgIStM/xwmvQryi0UKqlQiD Ij/w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=ghQm6KGet7TRzRd+NIRlQi+hxdeKzq3IC2XZ2fLZjyo=; b=HiT9VfJPPuGUVotfe7NeAArJ7pbcSRA/RRIiJT9nIvdmFH5XKKMaswAIGaqFUA5egH Q1qzjnDApzIsbWHQ+D7bjwQp6SIeoNlL3Gj5vdLI7XKoMCFZ9ApduSpfr7JmwpsCYzS2 HNrGjmhza4mhyPFOtB+zEqStMTpoNou2QEqWa7xr/toJpjn9FggD7/ZID91LLYxXp1Pb jv3Vwk3DRqDfdja/RatS5Dkli1Wup7inmxRdULu6qOrST8I91Gxn2FdZtUh068lNXuXD zblF8dx+HEHHxvLRtkg1ZeBosFOs/rj2QuK0s+kFPZxENvLK/F7vgfZqg44uYQbMyyvg Op8Q== X-Gm-Message-State: APzg51D3UxnX0CuiFp1hNfTSuzvxPjc5C9UEgaGoNEPAfbg9elmyEyRq +fg5uvJ9mm7roZmUbGY2a7MLmaJ1lFs= X-Google-Smtp-Source: ANB0VdaeNTTVVxTSdM6ytKfhxesWVIW3zhGjRghp+1yfHrTYe7HxGm3pJH5a72pQk92NyY8oOEnrag== X-Received: by 2002:a2e:9095:: with SMTP id l21-v6mr11804505ljg.15.1537050363490; Sat, 15 Sep 2018 15:26:03 -0700 (PDT) Received: from gilgamesh.semihalf.com (31-172-191-173.noc.fibertech.net.pl. [31.172.191.173]) by smtp.gmail.com with ESMTPSA id c2-v6sm2044974lfg.45.2018.09.15.15.26.02 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sat, 15 Sep 2018 15:26:02 -0700 (PDT) From: Marcin Wojtas To: edk2-devel@lists.01.org Cc: feng.tian@intel.com, michael.d.kinney@intel.com, liming.gao@intel.com, leif.lindholm@linaro.org, hao.a.wu@intel.com, ard.biesheuvel@linaro.org, nadavh@marvell.com, mw@semihalf.com, jsd@semihalf.com, tm@semihalf.com Date: Sun, 16 Sep 2018 00:25:43 +0200 Message-Id: <1537050346-16445-1-git-send-email-mw@semihalf.com> X-Mailer: git-send-email 2.7.4 Subject: [PATCH v3 0/3] SdMmc fixes X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Sep 2018 22:26:06 -0000 Hi, The third version of the patchset removes first commit, as the changes in EmmcSwitchToHS200 function ocurred to be unnecessary. In additon to that improve macro definition in 2/3 patch. Patches are available in the github: https://github.com/MarvellEmbeddedProcessors/edk2-open-platform/commits/sdmmc-fixes-r20180915 I'm looking forward to the comments and remarks. Best regards, Marcin Changelog: v2 -> v3 * rebase on top of the newest master * remove changes in EmmcSwitchToHS200 () * 2/3 - use BIT0 in macro v1 -> v2 * rebase on top of the newest master * resolve conflicts after taking fixes out from new features * 3/4 - use macro instead of raw value in SdMmcHcReset Marcin Wojtas (2): MdeModulePkg/SdMmcPciHcDxe: Adjust eMMC clock and bus width sequence MdeModulePkg/SdMmcPciHcDxe: Execute card detect only for RemovableSlot Tomasz Michalec (1): MdeModulePkg/SdMmcPciHcDxe: Fix SdMmcHcReset to set only necesery bits MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/SdMmcPciHci.h | 5 +++++ MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/EmmcDevice.c | 9 +++++---- MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/SdMmcPciHcDxe.c | 18 ++++++++++++------ MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/SdMmcPciHci.c | 6 +++--- 4 files changed, 25 insertions(+), 13 deletions(-) -- 2.7.4