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


Groups > linux.kernel > #1316196

Re: [PATCH] mmc: dw_mmc: remove repetitive clear interrupt

From Jaehoon Chung <jh80.chung@samsung.com>
Newsgroups linux.kernel
Subject Re: [PATCH] mmc: dw_mmc: remove repetitive clear interrupt
Date 2016-01-25 05:20 +0100
Message-ID <qUGNb-6Mh-3@gated-at.bofh.it> (permalink)
References <qUDZ0-4LE-5@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Hi, Shawn.

On 01/25/2016 10:13 AM, Shawn Lin wrote:
> This patch remove repetitive clear interrupt while
> probing dw_mmc.

Could you explain to me more?

Best Regards,
Jaehoon Chung

> 
> Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com>
> ---
> 
>  drivers/mmc/host/dw_mmc.c | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/drivers/mmc/host/dw_mmc.c b/drivers/mmc/host/dw_mmc.c
> index 7128351..1991872 100644
> --- a/drivers/mmc/host/dw_mmc.c
> +++ b/drivers/mmc/host/dw_mmc.c
> @@ -3117,7 +3117,6 @@ int dw_mci_probe(struct dw_mci *host)
>  	 * Enable interrupts for command done, data over, data empty,
>  	 * receive ready and error such as transmit, receive timeout, crc error
>  	 */
> -	mci_writel(host, RINTSTS, 0xFFFFFFFF);
>  	mci_writel(host, INTMASK, SDMMC_INT_CMD_DONE | SDMMC_INT_DATA_OVER |
>  		   SDMMC_INT_TXDR | SDMMC_INT_RXDR |
>  		   DW_MCI_ERROR_FLAGS);
> 

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


Thread

[PATCH] mmc: dw_mmc: remove repetitive clear interrupt Shawn Lin <shawn.lin@rock-chips.com> - 2016-01-25 02:20 +0100
  Re: [PATCH] mmc: dw_mmc: remove repetitive clear interrupt Jaehoon Chung <jh80.chung@samsung.com> - 2016-01-25 05:20 +0100
    Re: [PATCH] mmc: dw_mmc: remove repetitive clear interrupt Shawn Lin <shawn.lin@rock-chips.com> - 2016-01-25 06:00 +0100
      Re: [PATCH] mmc: dw_mmc: remove repetitive clear interrupt Arnd Bergmann <arnd@arndb.de> - 2016-01-25 10:00 +0100
        Re: [PATCH] mmc: dw_mmc: remove repetitive clear interrupt Shawn Lin <shawn.lin@rock-chips.com> - 2016-01-26 01:50 +0100

csiph-web