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::243; helo=mail-lj1-x243.google.com; envelope-from=mw@semihalf.com; receiver=edk2-devel@lists.01.org Received: from mail-lj1-x243.google.com (mail-lj1-x243.google.com [IPv6:2a00:1450:4864:20::243]) (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 D62FA21122939 for ; Fri, 7 Sep 2018 02:10:59 -0700 (PDT) Received: by mail-lj1-x243.google.com with SMTP id u83-v6so11649603lje.12 for ; Fri, 07 Sep 2018 02:10:59 -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=nQIHUWtVIbtg1vpQs6BGpzY5UMOnzS9VwlSDhNHAEjc=; b=SyVlCCVgQsBKvtxNgJ2ig+6RlCg5CCoXOo4NVErEjOSGtoVPoTKPszedJ1jTyAaikr SYsosD1Rx6rhsAeopF+yTWVQYT8mkDQLOzd+6xJBNuIWC69sgsS6YvcY0yWsGLWbUEDf S9L93/Tc7wl6msRMH2frxrQzhYbM8SbZLDbxkqK09y+w//Mw6LKb3eoB6iJZVzoAU05V rzC/zG7N0SnCfg06L9JiHxGpdRduOMz2GMm/KyhIu7aLL5BTUGC8CwLP5BhGKroqb1bU NzIL554vk+8bOLGoH+WATkYCALomUpx15bRMTJfD2TqiIGIz5TipgpwfztGJ72RHnU1d oHAA== 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=nQIHUWtVIbtg1vpQs6BGpzY5UMOnzS9VwlSDhNHAEjc=; b=LY55XviKm1r4MF2h6KBHS+eHxpvTqTd+AIX245rFDp/ri8FA/yU7hXmViPjVhqU7+s kIfPJaQuQBQv9zdlXi2UWbjTNUedV0GR3pzXFjq09fuodqGtlMdSjje9UHHrPPedc4Y7 rF5/gkZ5a16YymtY9JkpZGRG6xOeXteGsJB3j7tlBGo+r03ngj7sK4elGjlvSGtI1nyg YPLkCDv5jcahNTJV9KBzf9UAGIBtX7FSjy6Bq9WUypx/iDuUPjx3fa4mZ3GdVLu11hTh 5455dBgJFt+D8bLVrm299o3URPQ6t1IBjA+zQ59udMdq//JbgZ3STWajH9iOs7JmA1m1 1Lqg== X-Gm-Message-State: APzg51ATXf8VjaiJiy3LGyOVsNGJl0f7K4Vi7B85boUD6wiPSjIvnoTc wwtjDf0M3LeJa65xk/M3gYGSf5zyCUc= X-Google-Smtp-Source: ANB0Vdbgdi6MSJU6VUNldR1eKNTj0zF23uco4vYV24T6P8gqRe2NOtxhwhtItwazOlbcxcPN0vgLAQ== X-Received: by 2002:a2e:7d10:: with SMTP id y16-v6mr4127445ljc.29.1536311457435; Fri, 07 Sep 2018 02:10:57 -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 q16-v6sm1197337ljj.68.2018.09.07.02.10.56 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 07 Sep 2018 02:10:56 -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, ard.biesheuvel@linaro.org, nadavh@marvell.com, mw@semihalf.com, jsd@semihalf.com, tm@semihalf.com Date: Fri, 7 Sep 2018 11:10:12 +0200 Message-Id: <1536311416-2751-1-git-send-email-mw@semihalf.com> X-Mailer: git-send-email 2.7.4 Subject: [PATCH v2 0/4] 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: Fri, 07 Sep 2018 09:11:00 -0000 Hi, Answering the review request, I extracted SdMmcPciHcDxe driver fixes from SdMmcOverride protocol modification. Comparing to v1, patches are rebased onto the newest master branch and also a macro is used instead of the raw value in SdMmcHcReset. Patches are available in the github: https://github.com/MarvellEmbeddedProcessors/edk2-open-platform/commits/sdmmc-fixes-r20180907 I'm looking forward to the comments and remarks. Best regards, Marcin Changelog: 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 (3): MdeModulePkg/SdMmcPciHcDxe: Fix HS200 operation 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 | 10 +++++ MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/EmmcDevice.c | 39 +++++--------------- MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/SdMmcPciHcDxe.c | 18 ++++++--- MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/SdMmcPciHci.c | 6 +-- 4 files changed, 34 insertions(+), 39 deletions(-) -- 2.7.4