Re: [PATCH] mmc: Convert s3cmci driver to gpiolib API

2012-07-03 Thread Chris Ball
Hi, On Sat, Jun 30 2012, Sylwester Nawrocki wrote: > The s3c2410_gpio* calls are obsolete and have been scheduled for > removal since several kernel releases. Remove them and use common > gpiolib API. > > This patch is a prerequisite for removal of the S3C24XX SoC specific > arch/arm/plat-samsung/

[PATCH] mmc: Convert s3cmci driver to gpiolib API

2012-06-30 Thread Sylwester Nawrocki
The s3c2410_gpio* calls are obsolete and have been scheduled for removal since several kernel releases. Remove them and use common gpiolib API. This patch is a prerequisite for removal of the S3C24XX SoC specific arch/arm/plat-samsung/include/gpio-fns.h header. Tested on Micro2440-SDK. Cc: Ben D