From mboxrd@z Thu Jan 1 00:00:00 1970 From: Igor Grinberg Date: Tue, 21 Oct 2014 12:51:46 +0300 Subject: [U-Boot] [PATCH 1/2] dm: imx: i2c: Use gpio_request() to request GPIOs In-Reply-To: References: <1412215048-565-7-git-send-email-sjg@chromium.org> <1412259444-11959-1-git-send-email-nikita@compulab.co.il> <1412259444-11959-2-git-send-email-nikita@compulab.co.il> <542E44A1.60300@compulab.co.il> Message-ID: <54462CB2.3030200@compulab.co.il> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Simon, I'm sorry for that late reply, I've had email problems during the conference... Finally, I have the email working again and going through the stuff... I guess, it is better late than never.. On 10/14/14 10:25, Simon Glass wrote: > Hi Stefan, > > On 3 October 2014 08:39, Igor Grinberg wrote: >> >> On 10/02/14 17:17, Nikita Kiryanov wrote: >>> From: Simon Glass >>> >>> GPIOs should be requested before use. Without this, driver model will >>> not permit the GPIO to be used. >>> >>> Cc: Igor Grinberg >>> Signed-off-by: Simon Glass >>> Signed-off-by: Nikita Kiryanov >> >> I like the "small functionality oriented changes" much more. >> >> Acked-by: Igor Grinberg > > I plan to pull these two patches from Nikita into u-boot-dm along with > my other IMX and DM patches. It needs to come after SPI and there are > about 8 series in the line. Is that OK with you? Yep, this is fine. Thanks! -- Regards, Igor.