From: Jaehoon Chung <jh80.chung@samsung.com>
To: Ulf Hansson <ulf.hansson@linaro.org>
Cc: "linux-mmc@vger.kernel.org" <linux-mmc@vger.kernel.org>,
Shawn Lin <shawn.lin@rock-chips.com>,
Jerome Forissier <jerome.forissier@linaro.org>,
"sw0312.kim@samsung.com" <sw0312.kim@samsung.com>,
Doug Anderson <dianders@chromium.org>,
Ben Dooks <ben.dooks@codethink.co.uk>,
Jae hoon Chung <jh80.chung@gmail.com>
Subject: Re: [GIT PULL] Update dw-mmc controller - regression!?
Date: Tue, 12 Jul 2016 17:29:50 +0900 [thread overview]
Message-ID: <5784AA7E.8060109@samsung.com> (raw)
In-Reply-To: <CAPDyKFrvoVFoTAudJjvmAoE2M8bmgaPpoYyE0FG5Z2W7MSQXAg@mail.gmail.com>
Hi Ulf,
On 07/12/2016 05:28 PM, Ulf Hansson wrote:
> On 6 July 2016 at 18:19, Ulf Hansson <ulf.hansson@linaro.org> wrote:
>> On 29 June 2016 at 03:42, Jaehoon Chung <jh80.chung@samsung.com> wrote:
>>> Dear Ulf,
>>>
>>> Could you pull these patches into your repository (next branch)?
>>>
>>> Best Regards,
>>> Jaehoon Chung
>>>
>>> The following changes since commit 466780648db4aed7722de91e9d9749c6c5969327:
>>>
>>> mmc: sh_mmcif: Use a 10s timeout in the error recovery path (2016-06-27 11:19:29 +0200)
>>>
>>> are available in the git repository at:
>>>
>>> https://github.com/jh80chung/dw-mmc.git for-ulf
>>>
>>> for you to fetch changes up to 545585efee538cac5202b415a3d0c12b4556e96f:
>>>
>>> mmc: dw_mmc: fix unmap sg twice when finding data err (2016-06-29 10:39:05 +0900)
>>>
>>> ----------------------------------------------------------------
>>> Ben Dooks (1):
>>> mmc: dw_mmc: fix 32bit little-endian access of des1 field
>>>
>>> Doug Anderson (2):
>>> mmc: dw_mmc: Consider HLE errors to be data and command errors
>>> mmc: dw_mmc: Wait for data transfer after response errors.
>>>
>>> Jaehoon Chung (4):
>>> mmc: dw_mmc: exynos: fix the NULL pointer dereference error
>>> mmc: dw_mmc: remove the quirks flags
>>> mmc: dw_mmc: add the card write threshold for HS400 mode
>>> mmc: dw_mmc: prevent to set the wrong value
>>>
>>> Jérôme Forissier (1):
>>> mmc: dw_mmc: k3: add MMC_CAP_CMD23
>>>
>>> Seung-Woo Kim (1):
>>> mmc: dw_mmc: remove UBSAN warning in dw_mci_setup_bus()
>>>
>>> Shawn Lin (3):
>>> mmc: dw_mmc: remove redundant of set_bit and clear_bit
>>> mmc: dw_mmc: check card present before starting request
>>> mmc: dw_mmc: fix unmap sg twice when finding data err
>>>
>>> drivers/mmc/host/dw_mmc-exynos.c | 2 +-
>>> drivers/mmc/host/dw_mmc-k3.c | 7 ++
>>> drivers/mmc/host/dw_mmc-rockchip.c | 3 -
>>> drivers/mmc/host/dw_mmc.c | 157 ++++++++++++++++++++++---------------
>>> drivers/mmc/host/dw_mmc.h | 10 +--
>>> include/linux/mmc/dw_mmc.h | 9 ---
>>> 6 files changed, 108 insertions(+), 80 deletions(-)
>>
>> Thanks Jaehoon, pulled into my next branch!
>
>
> Reported by kernelci, It seems like some of these patches are causing
> the exynos5250-arndale to fail to boot.
> I looked briefly at the logs and the bisect report (which isn't
> complete) and it turns out that the eMMC card at mmc0 isn't detected
> properly.
>
> Here's the boot summary (it turns out there are more boards failing,
> don't know if all are related to dw_mmc, yet):
> https://kernelci.org/boot/all/job/ulfh/kernel/v4.7-rc5-92-g4e01b578ade9/
>
> Here's the bootlog:
> https://storage.kernelci.org/ulfh/v4.7-rc5-92-g4e01b578ade9/arm-multi_v7_defconfig+CONFIG_EFI=y/lab-baylibre-seattle/boot-exynos5250-arndale.txt
>
> Please, could any of you dw_mmc experts have a look at this as soon as
> possible!?
Sure, I will check now..thanks for reporting this.
Best Regards,
Jaehoon Chung
>
> Kind regards
> Uffe
> --
> To unsubscribe from this list: send the line "unsubscribe linux-mmc" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
>
>
next prev parent reply other threads:[~2016-07-12 8:30 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <CGME20160712082840epcas1p26ea53246c9b48141deea2176674bd4f1@epcas1p2.samsung.com>
2016-07-12 8:28 ` [GIT PULL] Update dw-mmc controller - regression!? Ulf Hansson
2016-07-12 8:29 ` Jaehoon Chung [this message]
2016-07-12 8:33 ` Ben Dooks
2016-07-12 8:55 ` Shawn Lin
2016-07-12 9:39 ` Jaehoon Chung
2016-07-12 10:13 ` Ulf Hansson
2016-07-12 11:42 ` Jaehoon Chung
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5784AA7E.8060109@samsung.com \
--to=jh80.chung@samsung.com \
--cc=ben.dooks@codethink.co.uk \
--cc=dianders@chromium.org \
--cc=jerome.forissier@linaro.org \
--cc=jh80.chung@gmail.com \
--cc=linux-mmc@vger.kernel.org \
--cc=shawn.lin@rock-chips.com \
--cc=sw0312.kim@samsung.com \
--cc=ulf.hansson@linaro.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.