From mboxrd@z Thu Jan 1 00:00:00 1970 From: Igor Grinberg Date: Fri, 03 Oct 2014 09:39:29 +0300 Subject: [U-Boot] [PATCH 1/2] dm: imx: i2c: Use gpio_request() to request GPIOs In-Reply-To: <1412259444-11959-2-git-send-email-nikita@compulab.co.il> 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> Message-ID: <542E44A1.60300@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 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 -- Regards, Igor.