From mboxrd@z Thu Jan 1 00:00:00 1970 From: kgene@kernel.org (Kukjin Kim) Date: Tue, 20 Nov 2012 13:54:01 +0900 Subject: [PATCH v3] ARM: S3C24XX: Add WIZnet W5300E01-ARM board support References: <1346653236-19728-1-git-send-email-kth3321@gmail.com> <1346905640.2573.14.camel@taehun-desktop> Message-ID: <0b6f01cdc6db$0ed72290$2c8567b0$@org> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Kukjin Kim wrote: > > Taehun Kim wrote: > > > > - The gpio routines are changed to use the gpio_request() functions from > > comments of Vasily and Sylwester. > > - The mistake of adding a character by my email client automatically is > > fixed. > > > > Please review this patch and apply it if do not have any problems. > > > > Taehun, > > Above area is for adding comments like 'This patch adds WIZnet W5300E01 > board' because it will be remained in its git log and nobody want to see > your old request in there. If any comments which are not related to > changes just put it after '---' around your sign. It doesn't hurt your > patch. > > And you need to update this against on for-next of my tree because some > S3C2410 gpio APIs have been gone.(See the Sylwester's comments) Please re- > send this. > Any updates on this? K-Gene > > > > Signed-off-by: Taehun Kim > > --- > > arch/arm/mach-s3c24xx/Kconfig | 5 + > > arch/arm/mach-s3c24xx/Makefile | 1 + > > arch/arm/mach-s3c24xx/mach-w5300e01.c | 193 > > +++++++++++++++++++++++++++++++++ > > 3 files changed, 199 insertions(+) > > create mode 100644 arch/arm/mach-s3c24xx/mach-w5300e01.c > > > [snip]