From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Thu, 27 Sep 2012 13:58:50 -0700 Subject: [U-Boot] [PATCH v2 01/19] Add gpio_request() to asm-generic header In-Reply-To: <20120921213005.0a897c4a@wker> References: <1339604395-6621-1-git-send-email-sjg@chromium.org> <1339604395-6621-2-git-send-email-sjg@chromium.org> <20120921213005.0a897c4a@wker> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Anatolij, On Fri, Sep 21, 2012 at 12:30 PM, Anatolij Gustschin wrote: > Hi Simon, > > On Wed, 13 Jun 2012 09:19:37 -0700 > Simon Glass wrote: > >> This function should also be part of the GPIO API, so add it. >> >> Signed-off-by: Simon Glass >> --- >> >> include/asm-generic/gpio.h | 9 +++++++++ >> 1 files changed, 9 insertions(+), 0 deletions(-) > > Applied to staging/agust at denx.de. Thanks. I'm sorry to say that another patch has already done this (and done a better job). It isn't particularly important, but you could revert this since the code already exists at the top of the file. Sorry I didn't spot this earlier - I think the patch was on the mailing list but not merged. Regards, Simon > > Thanks, > Anatolij