Re: [PATCH 02/22] fjes: Hardware initialization routine

2015-06-19 Thread Yasuaki Ishimatsu
Hi Izumi-san, On Thu, 18 Jun 2015 09:49:27 +0900 Taku Izumi wrote: > This patch adds hardware initialization routine to be > invoked at driver's .probe routine. > > Signed-off-by: Taku Izumi > --- > drivers/platform/x86/fjes/Makefile| 2 +- > drivers/platform/x86/fjes/fjes_hw.c | 305

Re: [PATCH 02/22] fjes: Hardware initialization routine

2015-06-17 Thread Joe Perches
On Thu, 2015-06-18 at 09:49 +0900, Taku Izumi wrote: > This patch adds hardware initialization routine to be > invoked at driver's .probe routine. Trivial notes: Please run all your patches through scripts/checkpatch.pl and fix whatever messages it emits as you think appropriate. > diff --git a/

[PATCH 02/22] fjes: Hardware initialization routine

2015-06-17 Thread Taku Izumi
This patch adds hardware initialization routine to be invoked at driver's .probe routine. Signed-off-by: Taku Izumi --- drivers/platform/x86/fjes/Makefile| 2 +- drivers/platform/x86/fjes/fjes_hw.c | 305 ++ drivers/platform/x86/fjes/fjes_hw.h | 254