Re: [v12, 7/8] base: soc: introduce soc_device_match() interface

2016-09-21 Thread Alexander Shiyan
>Среда, 21 сентября 2016, 9:57 +03:00 от Yangbo Lu : > >From: Arnd Bergmann < a...@arndb.de > > >We keep running into cases where device drivers want to know the exact >version of the a SoC they are currently running on. In the past, this has >usually been done through a vendor specific API that ca

[PATCH v2] gpio: ge: Convert to platform driver

2014-04-11 Thread Alexander Shiyan
This patch converts GE I/O FPGA GPIO driver to platform driver. Signed-off-by: Alexander Shiyan --- drivers/gpio/gpio-ge.c | 174 +++-- 1 file changed, 53 insertions(+), 121 deletions(-) diff --git a/drivers/gpio/gpio-ge.c b/drivers/gpio/gpio-ge.c

Re: [PATCH] gpio: ge: Convert to platform driver

2014-04-10 Thread Alexander Shiyan
Thu, 10 Apr 2014 18:30:16 +0200 от Linus Walleij : > On Sun, Mar 30, 2014 at 7:14 AM, Alexander Shiyan wrote: > > > This patch converts GE I/O FPGA GPIO driver to platform driver. > > > > Signed-off-by: Alexander Shiyan > > --- > > Only compile tested. &

Re: [PATCH] gpio: ge: Convert to platform driver

2014-04-02 Thread Alexander Shiyan
Wed, 2 Apr 2014 18:41:55 +0900 от Alexandre Courbot : > On Sun, Mar 30, 2014 at 2:14 PM, Alexander Shiyan wrote: > > This patch converts GE I/O FPGA GPIO driver to platform driver. > > > > Signed-off-by: Alexander Shiyan > > --- > > Only compile tested. > >

[PATCH] gpio: ge: Convert to platform driver

2014-03-29 Thread Alexander Shiyan
This patch converts GE I/O FPGA GPIO driver to platform driver. Signed-off-by: Alexander Shiyan --- Only compile tested. --- drivers/gpio/gpio-ge.c | 176 - 1 file changed, 58 insertions(+), 118 deletions(-) diff --git a/drivers/gpio/gpio-ge.c b

[PATCH] ASoC: fsl_ssi: Fixed wrong printf format identifier

2014-01-06 Thread Alexander Shiyan
sound/soc/fsl/fsl_ssi.c: In function 'fsl_ssi_probe': sound/soc/fsl/fsl_ssi.c:1180:6: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long int' [-Wformat=] Reported-by: kbuild test robot Signed-off-by: Alexander Shiyan ---

[PATCH] ASoC: fsl_ssi: Fix printing return code on clk error

2014-01-05 Thread Alexander Shiyan
Signed-off-by: Alexander Shiyan --- sound/soc/fsl/fsl_ssi.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sound/soc/fsl/fsl_ssi.c b/sound/soc/fsl/fsl_ssi.c index 2101fc5..3d74477a 100644 --- a/sound/soc/fsl/fsl_ssi.c +++ b/sound/soc/fsl/fsl_ssi.c @@ -1192,7 +1192,8