Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1382224

[PATCH 2/2] mmc: sunxi: Mark the HPI of the mmc controller broken by default

From Olliver Schinagl <oliver@schinagl.nl>
Newsgroups linux.kernel
Subject [PATCH 2/2] mmc: sunxi: Mark the HPI of the mmc controller broken by default
Date 2016-04-19 09:30 +0200
Message-ID <rpygF-33S-5@gated-at.bofh.it> (permalink)
References <rpygF-33S-3@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


So far it seems all sunxi MMC controllers have a broken HPI. Until
proved otherwise, mark all sunxi mmc controllers as having a broken HPI.

Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
---
 drivers/mmc/host/sunxi-mmc.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/mmc/host/sunxi-mmc.c b/drivers/mmc/host/sunxi-mmc.c
index 8372a41..acf24fb 100644
--- a/drivers/mmc/host/sunxi-mmc.c
+++ b/drivers/mmc/host/sunxi-mmc.c
@@ -1126,8 +1126,8 @@ static int sunxi_mmc_probe(struct platform_device *pdev)
 	mmc->f_min		=   400000;
 	mmc->f_max		= 52000000;
 	mmc->caps	       |= MMC_CAP_MMC_HIGHSPEED | MMC_CAP_SD_HIGHSPEED |
-				  MMC_CAP_1_8V_DDR |
-				  MMC_CAP_ERASE | MMC_CAP_SDIO_IRQ;
+				  MMC_CAP_1_8V_DDR | MMC_CAP_ERASE |
+				  MMC_CAP_SDIO_IRQ | MMC_CAP_BROKEN_HPI;
 
 	ret = mmc_of_parse(mmc);
 	if (ret)
-- 
2.8.0.rc3

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCHv1 0/2] mmc: Move broken-hpi also to the chipset level Olliver Schinagl <oliver@schinagl.nl> - 2016-04-19 09:30 +0200
  [PATCH 2/2] mmc: sunxi: Mark the HPI of the mmc controller broken by default Olliver Schinagl <oliver@schinagl.nl> - 2016-04-19 09:30 +0200
  [PATCH 1/2] mmc: core: Improve marking broken HPI through devicetree Olliver Schinagl <oliver@schinagl.nl> - 2016-04-19 09:30 +0200
    Re: [PATCH 1/2] mmc: core: Improve marking broken HPI through devicetree Ulf Hansson <ulf.hansson@linaro.org> - 2016-04-19 11:30 +0200
      Re: [PATCH 1/2] mmc: core: Improve marking broken HPI through  devicetree Olliver Schinagl <oliver@schinagl.nl> - 2016-04-19 11:50 +0200
        Re: [PATCH 1/2] mmc: core: Improve marking broken HPI through  devicetree Jaehoon Chung <jh80.chung@samsung.com> - 2016-04-19 11:50 +0200
          Re: [PATCH 1/2] mmc: core: Improve marking broken HPI through  devicetree Olliver Schinagl <oliver@schinagl.nl> - 2016-04-19 14:30 +0200
            Re: [PATCH 1/2] mmc: core: Improve marking broken HPI through  devicetree Jaehoon Chung <jh80.chung@samsung.com> - 2016-04-19 14:50 +0200
        Re: [PATCH 1/2] mmc: core: Improve marking broken HPI through devicetree Ulf Hansson <ulf.hansson@linaro.org> - 2016-04-19 12:00 +0200
        Re: [PATCH 1/2] mmc: core: Improve marking broken HPI through  devicetree Hans de Goede <hdegoede@redhat.com> - 2016-04-19 13:30 +0200
          Re: [PATCH 1/2] mmc: core: Improve marking broken HPI through  devicetree Olliver Schinagl <oliver@schinagl.nl> - 2016-04-19 14:50 +0200
            Re: [PATCH 1/2] mmc: core: Improve marking broken HPI through devicetree Ulf Hansson <ulf.hansson@linaro.org> - 2016-04-19 21:30 +0200
    Re: [PATCH 1/2] mmc: core: Improve marking broken HPI through  devicetree Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> - 2016-04-19 13:00 +0200
      Re: [PATCH 1/2] mmc: core: Improve marking broken HPI through  devicetree Olliver Schinagl <oliver@schinagl.nl> - 2016-04-19 14:30 +0200
        Re: [PATCH 1/2] mmc: core: Improve marking broken HPI through  devicetree Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> - 2016-04-19 15:30 +0200

csiph-web