Re: [U-Boot] [PATCH 1/4] mmc: fsl_esdhc: make GPIO support optional

2017-01-19 Thread york sun
On 12/06/2016 08:08 PM, Yangbo Lu wrote: > There would be compiling error as below when enable driver model for esdhc. > undefined reference to `dm_gpio_get_value' > undefined reference to `gpio_request_by_name_nodev' > This patch is to make GPIO support optional with CONFIG_DM_GPIO. Because > all

Re: [U-Boot] [PATCH 1/4] mmc: fsl_esdhc: make GPIO support optional

2017-01-13 Thread york sun
On 01/11/2017 05:39 PM, Y.B. Lu wrote: > Hi York, > > Could you help to merge this patchset if there is no any changes needed? > Thanks :) > It's in my queue. York ___ U-Boot mailing list U-Boot@lists.denx.de

Re: [U-Boot] [PATCH 1/4] mmc: fsl_esdhc: make GPIO support optional

2017-01-11 Thread Y.B. Lu
Hi York, Could you help to merge this patchset if there is no any changes needed? Thanks :) Best regards, Yangbo Lu > -Original Message- > From: Jaehoon Chung [mailto:jh80.ch...@samsung.com] > Sent: Thursday, January 05, 2017 8:33 AM > To: york sun; Y.B. Lu > Cc: u-boot@lists.denx.de >

Re: [U-Boot] [PATCH 1/4] mmc: fsl_esdhc: make GPIO support optional

2017-01-05 Thread Y.B. Lu
> -Original Message- > From: Jaehoon Chung [mailto:jh80.ch...@samsung.com] > Sent: Thursday, January 05, 2017 8:33 AM > To: york sun; Y.B. Lu > Cc: u-boot@lists.denx.de > Subject: Re: [PATCH 1/4] mmc: fsl_esdhc: make GPIO support optional > > Hi, > > On 01/05/2017 04:52 AM, york sun

Re: [U-Boot] [PATCH 1/4] mmc: fsl_esdhc: make GPIO support optional

2017-01-05 Thread Y.B. Lu
> -Original Message- > From: york sun > Sent: Thursday, January 05, 2017 3:52 AM > To: Y.B. Lu > Cc: u-boot@lists.denx.de; Jaehoon Chung > Subject: Re: [PATCH 1/4] mmc: fsl_esdhc: make GPIO support optional > > On 12/06/2016 08:08 PM, Yangbo Lu wrote: > > There would be compiling error as

Re: [U-Boot] [PATCH 1/4] mmc: fsl_esdhc: make GPIO support optional

2017-01-04 Thread Jaehoon Chung
Hi, On 01/05/2017 04:52 AM, york sun wrote: > On 12/06/2016 08:08 PM, Yangbo Lu wrote: >> There would be compiling error as below when enable driver model for esdhc. >> undefined reference to `dm_gpio_get_value' >> undefined reference to `gpio_request_by_name_nodev' >> This patch is to make GPIO

[U-Boot] [PATCH 1/4] mmc: fsl_esdhc: make GPIO support optional

2016-12-06 Thread Yangbo Lu
There would be compiling error as below when enable driver model for esdhc. undefined reference to `dm_gpio_get_value' undefined reference to `gpio_request_by_name_nodev' This patch is to make GPIO support optional with CONFIG_DM_GPIO. Because all boards of QorIQ platform don't need it and they