On 4/2/20 3:08 PM, Rayagonda Kokatanur wrote: > On Thu, Apr 2, 2020 at 11:32 AM Jaehoon Chung <jh80.ch...@samsung.com> wrote: >> >> Hi Rayagonda, >> >> On 3/31/20 2:34 PM, Rayagonda Kokatanur wrote: >>> This patch series adds following, >>> -Fix possible memory leak in probe() >>> -Enable R1B response quirk >>> -Fix compilation warning >>> -Rearrange the code probe() >>> >>> Bharat Kumar Reddy Gooty (2): >>> drivers: mmc: iproc_sdhci: fix possible memory leak >>> drivers: mmc: iproc_sdhci: enable broken R1B response quirk >>> >>> Rayagonda Kokatanur (2): >>> drivers: mmc: iproc_sdhci: fix compilation warning >>> drivers: mmc: iproc_sdhci: move host.mmc init before sdhci_setup_cfg >> >> Just minor question..Is there the using target with iproc_sdhci? >> I didn't find whre SDHCI_IRPOC is enable > > Yes, its being used in broadocm ns3 platform. > I will send a platform patch soon.
Thanks for explanation. Reviewed-by: Jaehoon Chung <jh80.ch...@samsung.com> Best Regards, Jaehoon Chung > >> >> Best Regards, >> Jaehoon Chung >> >>> >>> drivers/mmc/iproc_sdhci.c | 22 +++++++++++++--------- >>> 1 file changed, 13 insertions(+), 9 deletions(-) >>> >> > >