All of lore.kernel.org
 help / color / mirror / Atom feed
From: Simon Glass <sjg@chromium.org>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 3/5] mmc: exynos_dw_mmc: add the error control for checking index
Date: Wed, 29 Jun 2016 16:05:13 -0700	[thread overview]
Message-ID: <CAPnjgZ1JHZERS4KJr_mjfqKp3xSV+013o3FPj0NPnY3Mk4dDyQ@mail.gmail.com> (raw)
In-Reply-To: <1467197178-24783-4-git-send-email-jh80.chung@samsung.com>

On 29 June 2016 at 03:46, Jaehoon Chung <jh80.chung@samsung.com> wrote:
> PERIPH_ID_SDMMC4(131) is not continous value with PERIPH_ID_SDMMC0(75).
> If there is no 'index' property in fdt, then dev_index should be
> assigned to dev_id(Peripheral ID).
> At this time, dev_index should be "56". It means Exynos SoC has "56"
> numbers of DWMMC IP. To prevent this behavior, it needs to check the
> maximum device index.
>
> Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
> ---
>  drivers/mmc/exynos_dw_mmc.c | 5 +++++
>  1 file changed, 5 insertions(+)

Reviewed-by: Simon Glass <sjg@chromium.org>

  reply	other threads:[~2016-06-29 23:05 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <CGME20160629104621epcas1p24746778f04ac171c55b61d619fd62a04@epcas1p2.samsung.com>
2016-06-29 10:46 ` [U-Boot] [PATCH 0/5] mmc: exynos_dw_mmc: clean the unnecessary codes Jaehoon Chung
2016-06-29 10:46   ` [U-Boot] [PATCH 1/5] mmc: exynos_dw_mmc: remove the unused function Jaehoon Chung
2016-06-29 23:05     ` Simon Glass
2016-06-29 10:46   ` [U-Boot] [PATCH 2/5] mmc: exynos_dw_mmc: remove #ifdef for OF_CONTROL Jaehoon Chung
2016-06-29 23:05     ` Simon Glass
2016-06-29 10:46   ` [U-Boot] [PATCH 3/5] mmc: exynos_dw_mmc: add the error control for checking index Jaehoon Chung
2016-06-29 23:05     ` Simon Glass [this message]
2016-06-29 10:46   ` [U-Boot] [PATCH 4/5] mmc: exynos_dw_mmc: clean the unused and unnecessary codes Jaehoon Chung
2016-06-29 23:05     ` Simon Glass
2016-06-29 10:46   ` [U-Boot] [PATCH 5/5] mmc: exynos_dw_mmc: use the 4bit bus-width by default Jaehoon Chung
2016-06-29 23:05     ` Simon Glass
2016-07-12 10:51   ` [U-Boot] [PATCH 0/5] mmc: exynos_dw_mmc: clean the unnecessary codes Minkyu Kang

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=CAPnjgZ1JHZERS4KJr_mjfqKp3xSV+013o3FPj0NPnY3Mk4dDyQ@mail.gmail.com \
    --to=sjg@chromium.org \
    --cc=u-boot@lists.denx.de \
    /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.