From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-13.9 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PULL_REQUEST, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 33417C432C3 for ; Fri, 15 Nov 2019 08:12:58 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 071D820729 for ; Fri, 15 Nov 2019 08:12:58 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=linaro.org header.i=@linaro.org header.b="F+WUh27B" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727493AbfKOIM5 (ORCPT ); Fri, 15 Nov 2019 03:12:57 -0500 Received: from mail-lj1-f194.google.com ([209.85.208.194]:42165 "EHLO mail-lj1-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726196AbfKOIM4 (ORCPT ); Fri, 15 Nov 2019 03:12:56 -0500 Received: by mail-lj1-f194.google.com with SMTP id n5so9690826ljc.9 for ; Fri, 15 Nov 2019 00:12:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id; bh=0Lu//mayZU/5NBGVoU0YLJLr4UOFey7PELfDjgGamXw=; b=F+WUh27B46iCe7FcHeV4d1aCCxlBM/6wUo3AlSiE0xF52QZCnYRj70IB/xPc3bd4xJ 91KfTchMRlaqWK7ht9wZ23b4pZKHtR9Xb2iUKn4rbPufek7YbPg9HD0gnSR/hA+ZXLaC HHy1oKEF11qMh4MtU3Mne4btFdrDGsOiwJqZ5fCCW8nFiqQojnXkgf9kpA7S6gojx61F fuBxF24AD31lVFq1xJsYbAtoYlIVdYMrdShZqR7ZVBQhwNyHTudZ2svPqjTWJ1PcKQk+ 9tohH85x/VZS0d6ZIqrHcrgVfBsGWETRt8BMTtbUOKrwbWoza69ByENpde6cmQm9y1xG vOPA== 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=0Lu//mayZU/5NBGVoU0YLJLr4UOFey7PELfDjgGamXw=; b=lMQ+0XupnibF0jMO2rAClTFHPbUgg5jUqkgM0G77sWuDhJx8wzKwHpMUcq/UVkRiPB jmEPNBz0VCTwqhakg/RGGeOwl210UqadsBFdes1394ST3G6fWcJXmuL7rXge+TVibJ4H /ISE7XlIXUErNrYZvncgux1q68kX2KvdCDNuINesFTyyfTVu9ytJXqHKw07KsLEODhqA DIygYPpmFQSrLUKHs5t8Tg6Vtgih2fg5WaWPZ47Rqj3UgaXSTsJ7Sq/KNoWVvVl0dTTD I/qeNb+Hig/H+G0FqvWp/kJKg3T1U83sZYoCtA5mewg14J4PqM17eaA17c4pUjk+cpc4 rEsw== X-Gm-Message-State: APjAAAVY8ddj3s/NbwNnqT7hBQKV7/LHOwXKxD82TxbTiVJQ20qItpl5 qpvGH6estM5u5XeDv3jW4/CdTw== X-Google-Smtp-Source: APXvYqyiv8GyvjaodcO+frJbS5JbpC1GtB9/bgc6kyn6rb2OCIYQpUoV0ipbrUQ7sQImCdm4+7x8fQ== X-Received: by 2002:a2e:81c6:: with SMTP id s6mr10113994ljg.61.1573805574084; Fri, 15 Nov 2019 00:12:54 -0800 (PST) Received: from localhost.localdomain (h-158-174-22-210.NA.cust.bahnhof.se. [158.174.22.210]) by smtp.gmail.com with ESMTPSA id a144sm5458482lfd.27.2019.11.15.00.12.52 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 15 Nov 2019 00:12:53 -0800 (PST) From: Ulf Hansson To: Linus , linux-mmc@vger.kernel.org, linux-kernel@vger.kernel.org Cc: Ulf Hansson Subject: [GIT PULL] MMC fixes for v5.4-rc8 Date: Fri, 15 Nov 2019 09:12:52 +0100 Message-Id: <20191115081252.20154-1-ulf.hansson@linaro.org> X-Mailer: git-send-email 2.17.1 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Linus, Here's a PR with one trivial MMC fix, intended for v5.4-rc8. Details about the highlights are as usual found in the signed tag. Please pull this in! Kind regards Ulf Hansson The following changes since commit 31f4f5b495a62c9a8b15b1c3581acd5efeb9af8c: Linux 5.4-rc7 (2019-11-10 16:17:15 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc.git tags/mmc-v5.4-rc7 for you to fetch changes up to fed23c5829ecab4ddc712d7b0046e59610ca3ba4: mmc: sdhci-of-at91: fix quirk2 overwrite (2019-11-14 14:57:53 +0100) ---------------------------------------------------------------- MMC host: - sdhci-of-at91: Don't overwrite quirk flags ---------------------------------------------------------------- Eugen Hristev (1): mmc: sdhci-of-at91: fix quirk2 overwrite drivers/mmc/host/sdhci-of-at91.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)