Re: [PATCH] serial: sh-sci: Document SoC specific bindings for r8a7796

2016-05-11 Thread Geert Uytterhoeven
On Thu, May 12, 2016 at 8:33 AM, Simon Horman wrote: > From: Hiromitsu Yamasaki > > Signed-off-by: Hiromitsu Yamasaki > Signed-off-by: Simon Horman Acked-by: Geert Uytterhoeven Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge

Re: [PATCH/RFC 0/3] UHS-I SDR-104 support for sh_mobile_sdhi

2016-05-11 Thread Geert Uytterhoeven
Hi Shimoda-san, On Thu, May 12, 2016 at 8:30 AM, Yoshihiro Shimoda wrote: > - I tried 3 Lager boards: > - One of board (No.701 / ES2.0) sometimes works correctly. > - " mmc1: tuning execution failed: -110" appeared. > - Other 2 boards (No.465 / ES2.0 and No.322 / ES3.0) always works correctly

[PATCH] serial: sh-sci: Document SoC specific bindings for r8a7796

2016-05-11 Thread Simon Horman
From: Hiromitsu Yamasaki Signed-off-by: Hiromitsu Yamasaki Signed-off-by: Simon Horman --- Documentation/devicetree/bindings/serial/renesas,sci-serial.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/devicetree/bindings/serial/renesas,sci-serial.txt b/Documentation/devi

RE: [PATCH/RFC 0/3] UHS-I SDR-104 support for sh_mobile_sdhi

2016-05-11 Thread Yoshihiro Shimoda
Hi Simon-san, > From: Simon Horman > Sent: Tuesday, May 10, 2016 2:52 PM > > Hi, > > this series is based on work by Ai Kyuse to add UHS-I SDR-104 support for > sh_mobile_sdhi. It builds on work by Shinobu Uehara, Rob Taylor, William > Towle and Ian Molton, Ben Hutchings, Wolfram Sang and others

RE: [PATCH/RFC 1/3] mmc: tmio: Add tuning support

2016-05-11 Thread Yoshihiro Shimoda
Hi Simon-san, > From: Behalf Of Simon Horman > Sent: Tuesday, May 10, 2016 2:52 PM > > From: Ai Kyuse > > Add tuning support for use with SDR104 mode > > Signed-off-by: Ai Kyuse > Signed-off-by: Simon Horman I have some minor comments :) < snip > > @@ -753,6 +785,157 @@ static int tmio_mmc

Re: [PATCH v4 8/8] r8a7791-koelsch.dts: add HDMI input

2016-05-11 Thread Simon Horman
On Wed, May 11, 2016 at 04:02:56PM +0200, Ulrich Hecht wrote: > From: Hans Verkuil > > Add support in the dts for the HDMI input. Based on the Lager dts > patch from Ultich Hecht. Please use "ARM: dts: koelsch:" as the prefix for this patch title. Thanks

Re: [PATCH] mmc: sh_mobile_sdhi: properly document R-Car versions

2016-05-11 Thread Simon Horman
On Wed, May 11, 2016 at 02:46:00PM +0200, Wolfram Sang wrote: > From: Wolfram Sang > > Replace hardcoded values with meaningful names and document what we > know. > > Signed-off-by: Wolfram Sang Reviewed-by: Simon Horman This looks good for all the R-Car Gen 2 and Gen 3 SoCs supported in mai

Re: [PATCH 09/10] ARM: r8a779x: Add boot mode reg support

2016-05-11 Thread Simon Horman
On Mon, May 09, 2016 at 09:58:32AM +0200, Geert Uytterhoeven wrote: > On Mon, May 9, 2016 at 9:57 AM, Dirk Behme wrote: > >> reset-controller@e616 { > >> compatible = "renesas,r8a7795-rst"; > > > > Hmm, do we really want the r8a7795 here? Then we would need > > > > r8a7

Re: Applied "ASoC: rsnd: count .probe/.remove for rsnd_mod_call()" to the asoc tree

2016-05-11 Thread Nguyen Viet Dung
Hi Mr Mark Brown, Mr Morimoto I have used this patch for testting Rcar-sound unbind/rebind on the RcarH3 board. result is good(Rcar-sound can unbind/rebind without error warning ) Testted-by: Nguyen Viet dung Best regards, On 2016年04月29日 02:47, Mark Brown wrote: The patch ASoC: rsnd:

Re: [PATCH] rcar: src: skip disabled-SRC nodes

2016-05-11 Thread Kuninori Morimoto
Hi > The current device tree representation of the R-Car Sample Rate Converters > (SRC) assumes that they are numbered consecutively, starting from 0. Alas, > this is not the case with the R8A7794 SoC where SRC0 isn't present. In > order to keep the existing device trees working, I'm suggestin

[PATCH/RFC v2 4/4] v4l: vsp1: Add HGO support

2016-05-11 Thread Laurent Pinchart
The HGO is a Histogram Generator One-Dimension. It computes per-channel histograms over a configurable region of the image with optional subsampling. Signed-off-by: Laurent Pinchart --- drivers/media/platform/Kconfig| 1 + drivers/media/platform/vsp1/Makefile | 2 + drivers/

[PATCH/RFC v2 2/4] v4l: Add metadata video device type

2016-05-11 Thread Laurent Pinchart
The metadata video device is used to transfer metadata between userspace and kernelspace. It supports the metadata buffer type only. Signed-off-by: Laurent Pinchart --- Documentation/DocBook/media/v4l/dev-meta.xml | 10 +++--- drivers/media/v4l2-core/v4l2-dev.c | 21 +++

[PATCH/RFC v2 3/4] v4l: Define a pixel format for the R-Car VSP1 1-D histogram engine

2016-05-11 Thread Laurent Pinchart
The format is used on the R-Car VSP1 video queues that carry 1-D histogram statistics data. Signed-off-by: Laurent Pinchart Acked-by: Sakari Ailus --- .../DocBook/media/v4l/pixfmt-meta-vsp1-hgo.xml | 307 + Documentation/DocBook/media/v4l/pixfmt.xml | 9 + driv

[PATCH/RFC v2 0/4] Meta-data video device type

2016-05-11 Thread Laurent Pinchart
Hello, This RFC patch series is a second attempt at adding support for passing statistics data to userspace using a standard API. The core requirements haven't changed. Statistics data capture requires zero-copy and decoupling statistics buffers from images buffers, in order to make statistics da

[PATCH/RFC v2 1/4] v4l: Add metadata buffer type and format

2016-05-11 Thread Laurent Pinchart
The metadata buffer type is used to transfer metadata between userspace and kernelspace through a V4L2 buffers queue. It comes with a new metadata capture capability and format description. Signed-off-by: Laurent Pinchart --- Documentation/DocBook/media/v4l/dev-meta.xml | 93 +++

Re: [PATCH/RFC 2/3] mmc: sh_mobile_sdhi: Add tuning support

2016-05-11 Thread Simon Horman
On Tue, May 10, 2016 at 06:25:58AM +, Kuninori Morimoto wrote: > > Hi Simon > > Some question/comment from me > > about new flags "TMIO_MMC_HAS_UHS_SCC", > you added it on [1/3] patch with this comment > "Remove unused TMIO_MMC_HAS_UHS_SCC define" > but, [1/3] patch adds it, not removed ? T

Re: [PATCH/RFC 3/3] ARM: dts: r8a7790: lager: Enable UHS-I SDR-104

2016-05-11 Thread Simon Horman
On Tue, May 10, 2016 at 06:13:55PM +0900, Magnus Damm wrote: > On Tue, May 10, 2016 at 2:52 PM, Simon Horman > wrote: > > Add the sd-uhs-sdr104 property to SDHI0. > > > > Signed-off-by: Simon Horman > > --- > > arch/arm/boot/dts/r8a7790-lager.dts | 1 + > > 1 file changed, 1 insertion(+) > > > >

[PATCH] rcar: src: skip disabled-SRC nodes

2016-05-11 Thread Sergei Shtylyov
The current device tree representation of the R-Car Sample Rate Converters (SRC) assumes that they are numbered consecutively, starting from 0. Alas, this is not the case with the R8A7794 SoC where SRC0 isn't present. In order to keep the existing device trees working, I'm suggesting to use a d

gen3 rcar-vin prototype

2016-05-11 Thread Niklas Söderlund
Hi all, I have managed to get the rcar-vin driver which (hopefully) will be picked up in the meda_tree, together with code from BSP (ADV7482 and CSI2) and local hacks to all parts above to work on Gen3. The prototype only works for composit input and there is a lot of hard coded stuff in there

Re: [PATCH v2 09/10] ARM: dts: r8a779x: Add reset module support

2016-05-11 Thread Dirk Behme
On 11.05.2016 15:51, Geert Uytterhoeven wrote: Hi Dirk, CC Laurent On Wed, May 11, 2016 at 3:36 PM, Dirk Behme wrote: Just an understanding question: Why do you prefer the solution with the drivers/misc/boot-mode-reg/ solution done in this patch series over the solution you proposed in http

[PATCH v4 7/8] ARM: dts: lager: Add entries for VIN HDMI input support

2016-05-11 Thread Ulrich Hecht
From: William Towle Add DT entries for vin0, vin0_pins, and adv7612. Sets the 'default-input' property for ADV7612, enabling image and video capture without the need to have userspace specifying routing. Signed-off-by: William Towle Signed-off-by: Rob Taylor [uli: added interrupt, renamed end

[PATCH v4 6/8] media: rcar-vin: initialize EDID data

2016-05-11 Thread Ulrich Hecht
Initializes the decoder subdevice with a fixed EDID blob. Signed-off-by: Ulrich Hecht --- drivers/media/platform/rcar-vin/rcar-v4l2.c | 46 + 1 file changed, 46 insertions(+) diff --git a/drivers/media/platform/rcar-vin/rcar-v4l2.c b/drivers/media/platform/rcar-vin/

[PATCH v4 5/8] media: rcar-vin: add DV timings support

2016-05-11 Thread Ulrich Hecht
Adds ioctls DV_TIMINGS_CAP, ENUM_DV_TIMINGS, G_DV_TIMINGS, S_DV_TIMINGS, and QUERY_DV_TIMINGS. Signed-off-by: Ulrich Hecht --- drivers/media/platform/rcar-vin/rcar-v4l2.c | 82 + 1 file changed, 82 insertions(+) diff --git a/drivers/media/platform/rcar-vin/rcar-v4l2.

[PATCH v4 3/8] media: rcar_vin: Use correct pad number in try_fmt

2016-05-11 Thread Ulrich Hecht
Fix rcar_vin_try_fmt's use of an inappropriate pad number when calling the subdev set_fmt function - for the ADV7612, IDs should be non-zero. Signed-off-by: William Towle Reviewed-by: Rob Taylor Acked-by: Hans Verkuil [uli: adapted to rcar-vin rewrite] Signed-off-by: Ulrich Hecht --- drivers/

[PATCH v4 4/8] media: rcar-vin: pad-aware driver initialisation

2016-05-11 Thread Ulrich Hecht
Add detection of source pad number for drivers aware of the media controller API, so that rcar-vin can create device nodes to support modern drivers such as adv7604.c (for HDMI on Lager) and the converted adv7180.c (for composite) underneath. Building rcar_vin gains a dependency on CONFIG_MEDIA_CO

[PATCH v4 1/8] v4l: subdev: Add pad config allocator and init

2016-05-11 Thread Ulrich Hecht
From: Laurent Pinchart Add a new subdev operation to initialize a subdev pad config array, and a helper function to allocate and initialize the array. This can be used by bridge drivers to implement try format based on subdev pad operations. Signed-off-by: Laurent Pinchart Acked-by: Vaibhav Hir

[PATCH v4 8/8] r8a7791-koelsch.dts: add HDMI input

2016-05-11 Thread Ulrich Hecht
From: Hans Verkuil Add support in the dts for the HDMI input. Based on the Lager dts patch from Ultich Hecht. Signed-off-by: Hans Verkuil [uli: removed "renesas," prefixes from pfc nodes] Signed-off-by: Ulrich Hecht --- arch/arm/boot/dts/r8a7791-koelsch.dts | 41 ++

Re: [PATCHv3 1/4] ARM: dts: r8a7790: Reference both DMA controllers

2016-05-11 Thread Niklas Söderlund
On 2016-05-11 15:45:17 +0200, Geert Uytterhoeven wrote: > Hi Niklas, > > On Wed, May 11, 2016 at 3:13 PM, Niklas Söderlund > wrote: > > R-Car Gen2 have two DMA controllers, which are equivalent. Add > > references to both dmac0 and dmac1 so the driver can choose which one to > > use. > > > > Sign

[PATCH v4 2/8] media: adv7604: automatic "default-input" selection

2016-05-11 Thread Ulrich Hecht
From: William Towle Add logic such that the "default-input" property becomes unnecessary for chips that only have one suitable input (ADV7611 by design, and ADV7612 due to commit 7111cddd518f ("[media] media: adv7604: reduce support to first (digital) input"). Additionally, Ian's documentation i

[PATCH v4 0/8] Lager/Koelsch board HDMI input support

2016-05-11 Thread Ulrich Hecht
Hi! This series implements Lager/Koelsch HDMI input support on top of version 6 of Niklas's rcar-vin rewrite ("[PATCHv6] [media] rcar-vin: add Renesas R-Car VIN driver"). This revision addresses the issues found in Hans Verkuil's review of the series (except for the EDID intialization, which I ha

Re: [PATCH v2 09/10] ARM: dts: r8a779x: Add reset module support

2016-05-11 Thread Geert Uytterhoeven
Hi Dirk, CC Laurent On Wed, May 11, 2016 at 3:36 PM, Dirk Behme wrote: > Just an understanding question: > > Why do you prefer the solution with the drivers/misc/boot-mode-reg/ solution > done in this patch series over the solution you proposed in > > http://www.spinics.net/lists/linux-sh/msg447

Re: [PATCH] dmaengine: of_dma: approximate an average distribution

2016-05-11 Thread Niklas Söderlund
In my haste I forgot the most important part of this patch, I'm sorry Arnd. Suggested-by: Arnd Bergmann On 2016-05-11 15:15:11 +0200, Niklas Söderlund wrote: > Currently the following DT description would result in dmac0 always > being tried first and dmac1 second if dmac0 was unavailable. This

Re: [PATCHv3 1/4] ARM: dts: r8a7790: Reference both DMA controllers

2016-05-11 Thread Geert Uytterhoeven
Hi Niklas, On Wed, May 11, 2016 at 3:13 PM, Niklas Söderlund wrote: > R-Car Gen2 have two DMA controllers, which are equivalent. Add > references to both dmac0 and dmac1 so the driver can choose which one to > use. > > Signed-off-by: Niklas Söderlund > --- > arch/arm/boot/dts/r8a7790.dtsi | 131

Re: [PATCHv3 0/4] ARM: dts: r8a779[0-4]: Reference both DMA controllers

2016-05-11 Thread Geert Uytterhoeven
Hi Niklas, On Wed, May 11, 2016 at 3:13 PM, Niklas Söderlund wrote: > R-Car Gen2 have two DMA controllers, which are equivalent. However DMA > slaves were tied only to a single DMA controller in .dtsi. This series > add references to to both DMA controllers for all nodes that previously > only re

Re: [PATCH v2 09/10] ARM: dts: r8a779x: Add reset module support

2016-05-11 Thread Dirk Behme
Hi Geert, On 11.05.2016 14:13, Geert Uytterhoeven wrote: Hi Dirk, On Wed, May 11, 2016 at 1:56 PM, Dirk Behme wrote: On 11.05.2016 10:06, Geert Uytterhoeven wrote: On Wed, May 11, 2016 at 7:29 AM, Dirk Behme wrote: --- /dev/null +++ b/Documentation/devicetree/bindings/misc/renesas,rcar-rst

[PATCH] dmaengine: of_dma: approximate an average distribution

2016-05-11 Thread Niklas Söderlund
Currently the following DT description would result in dmac0 always being tried first and dmac1 second if dmac0 was unavailable. This results in heavier use of dmac0 then of dmac1. This patch adds an approximate average distribution over the two nodes lessening the load of anyone of them. i2c6:

[PATCHv3 2/4] ARM: dts: r8a7791: Reference both DMA controllers

2016-05-11 Thread Niklas Söderlund
R-Car Gen2 have two DMA controllers, which are equivalent. Add references to both dmac0 and dmac1 so the driver can choose which one to use. Signed-off-by: Niklas Söderlund --- arch/arm/boot/dts/r8a7791.dtsi | 145 - 1 file changed, 87 insertions(+), 58 de

[PATCHv3 1/4] ARM: dts: r8a7790: Reference both DMA controllers

2016-05-11 Thread Niklas Söderlund
R-Car Gen2 have two DMA controllers, which are equivalent. Add references to both dmac0 and dmac1 so the driver can choose which one to use. Signed-off-by: Niklas Söderlund --- arch/arm/boot/dts/r8a7790.dtsi | 131 - 1 file changed, 78 insertions(+), 53 de

[PATCHv3 0/4] ARM: dts: r8a779[0-4]: Reference both DMA controllers

2016-05-11 Thread Niklas Söderlund
Hi, R-Car Gen2 have two DMA controllers, which are equivalent. However DMA slaves were tied only to a single DMA controller in .dtsi. This series add references to to both DMA controllers for all nodes that previously only referenced one of them. It also adds dma references to the SDHI nodes for r

[PATCHv3 3/4] ARM: dts: r8a7793: Reference both DMA controllers

2016-05-11 Thread Niklas Söderlund
R-Car Gen2 have two DMA controllers, which are equivalent. Add references to both dmac0 and dmac1 so the driver can choose which one to use. Signed-off-by: Niklas Söderlund --- arch/arm/boot/dts/r8a7793.dtsi | 130 - 1 file changed, 78 insertions(+), 52 de

[PATCHv3 4/4] ARM: dts: r8a7794: Reference both DMA controllers

2016-05-11 Thread Niklas Söderlund
R-Car Gen2 have two DMA controllers, which are equivalent. Add references to both dmac0 and dmac1 so the driver can choose which one to use. Signed-off-by: Niklas Söderlund --- arch/arm/boot/dts/r8a7794.dtsi | 119 ++--- 1 file changed, 75 insertions(+), 44 de

Re: [PATCH v2.1] dt-bindings: Add Renesas R-Car FCP DT bindings

2016-05-11 Thread Rob Herring
On Wed, May 11, 2016 at 03:36:30PM +0300, Laurent Pinchart wrote: > The FCP is a companion module of video processing modules in the Renesas > R-Car Gen3 SoCs. It provides data compression and decompression, data > caching, and conversion of AXI transactions in order to reduce the > memory bandwidt

[PATCH] staging: ks7010: adapt to new trans_start handling

2016-05-11 Thread Wolfram Sang
From: Wolfram Sang trans_start is gone from netdevice, so use the new helper function to set the mark. Signed-off-by: Wolfram Sang --- This fixup is needed to build with linux/next because it contains a patch dropping trans_start. But the new helper is not there in current linux master. driv

[PATCH v2] staging: ks7010: rename README to TODO

2016-05-11 Thread Wolfram Sang
From: Wolfram Sang To follow common pattern for staging/. Signed-off-by: Wolfram Sang --- Change in V2: correct authorship, sorry for the noise! drivers/staging/ks7010/{README => TODO} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename drivers/staging/ks7010/{README => TODO} (100%)

[PATCH] staging: ks7010: rename README to TODO

2016-05-11 Thread Wolfram Sang
From: Wolfram Sang To follow common pattern for staging/. Signed-off-by: Wolfram Sang --- drivers/staging/ks7010/{README => TODO} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename drivers/staging/ks7010/{README => TODO} (100%) diff --git a/drivers/staging/ks7010/README b/drivers/st

[PATCH] mmc: sh_mobile_sdhi: properly document R-Car versions

2016-05-11 Thread Wolfram Sang
From: Wolfram Sang Replace hardcoded values with meaningful names and document what we know. Signed-off-by: Wolfram Sang --- drivers/mmc/host/sh_mobile_sdhi.c | 14 ++ 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/drivers/mmc/host/sh_mobile_sdhi.c b/drivers/mmc/ho

Re: [PATCH/RFC 3/3] ARM: dts: r8a7790: lager: Enable UHS-I SDR-104

2016-05-11 Thread Wolfram Sang
> SDR104) while SDHI2 and SDHI3 do not have this hardware feature. How > is this difference handled today? We read out the version register. (That reminds me I have a documentation patch for that lying around...) signature.asc Description: PGP signature

Re: [PATCH v2.1] dt-bindings: Add Renesas R-Car FCP DT bindings

2016-05-11 Thread Geert Uytterhoeven
On Wed, May 11, 2016 at 2:36 PM, Laurent Pinchart wrote: > The FCP is a companion module of video processing modules in the Renesas > R-Car Gen3 SoCs. It provides data compression and decompression, data > caching, and conversion of AXI transactions in order to reduce the > memory bandwidth. > > S

[PATCH v2.1] dt-bindings: Add Renesas R-Car FCP DT bindings

2016-05-11 Thread Laurent Pinchart
The FCP is a companion module of video processing modules in the Renesas R-Car Gen3 SoCs. It provides data compression and decompression, data caching, and conversion of AXI transactions in order to reduce the memory bandwidth. Signed-off-by: Laurent Pinchart --- .../devicetree/bindings/media/re

Re: [PATCH v2 09/10] ARM: dts: r8a779x: Add reset module support

2016-05-11 Thread Geert Uytterhoeven
Hi Dirk, On Wed, May 11, 2016 at 1:56 PM, Dirk Behme wrote: > On 11.05.2016 10:06, Geert Uytterhoeven wrote: >> On Wed, May 11, 2016 at 7:29 AM, Dirk Behme >> wrote: >>> --- /dev/null >>> +++ b/Documentation/devicetree/bindings/misc/renesas,rcar-rst.txt >>> @@ -0,0 +1,15 @@ >>> +Renesas RCar r8a

Re: [PATCH v2 09/10] ARM: dts: r8a779x: Add reset module support

2016-05-11 Thread Dirk Behme
Hi Geert, On 11.05.2016 10:06, Geert Uytterhoeven wrote: Hi Dirk, On Wed, May 11, 2016 at 7:29 AM, Dirk Behme wrote: --- /dev/null +++ b/Documentation/devicetree/bindings/misc/renesas,rcar-rst.txt @@ -0,0 +1,15 @@ +Renesas RCar r8a779x reset module +---

Re: [PATCH v2] pinctrl: sh-pfc: Let gpio_chip.to_irq() return zero on error

2016-05-11 Thread Linus Walleij
On Wed, May 4, 2016 at 10:21 AM, Geert Uytterhoeven wrote: > Currrently the gpio_chip.to_irq() callback returns -ENOSYS on error, > which causes bad interactions with the serial_mctrl_gpio helpers. > > mctrl_gpio_init() returns -ENOSYS if GPIOLIB is not enabled, which is > intended to be ignored

Re: [PATCH v2 01/10] boot-mode-reg: Add core

2016-05-11 Thread Geert Uytterhoeven
Hi Dirk, On Wed, May 11, 2016 at 10:55 AM, Dirk Behme wrote: > On 11.05.2016 10:41, Geert Uytterhoeven wrote: >> On Wed, May 11, 2016 at 10:39 AM, Dirk Behme >> wrote: >>> On 11.05.2016 09:54, Geert Uytterhoeven wrote: On Wed, May 11, 2016 at 7:29 AM, Dirk Behme wrote: > --- /dev/

Re: [PATCH v2 01/10] boot-mode-reg: Add core

2016-05-11 Thread Dirk Behme
Hi Geert, On 11.05.2016 10:41, Geert Uytterhoeven wrote: Hi Dirk, On Wed, May 11, 2016 at 10:39 AM, Dirk Behme wrote: On 11.05.2016 09:54, Geert Uytterhoeven wrote: On Wed, May 11, 2016 at 7:29 AM, Dirk Behme wrote: --- /dev/null +++ b/drivers/misc/boot-mode-reg/core.c +/** + * boot_mo

Re: [PATCH v2 01/10] boot-mode-reg: Add core

2016-05-11 Thread Geert Uytterhoeven
Hi Dirk, On Wed, May 11, 2016 at 10:39 AM, Dirk Behme wrote: > On 11.05.2016 09:54, Geert Uytterhoeven wrote: >> On Wed, May 11, 2016 at 7:29 AM, Dirk Behme >> wrote: >>> >>> --- /dev/null >>> +++ b/drivers/misc/boot-mode-reg/core.c >> >>> +/** >>> + * boot_mode_reg_set() - record boot mode regi

Re: [PATCH v2 01/10] boot-mode-reg: Add core

2016-05-11 Thread Dirk Behme
Hi Geert, On 11.05.2016 09:54, Geert Uytterhoeven wrote: Hi Dirk, On Wed, May 11, 2016 at 7:29 AM, Dirk Behme wrote: --- /dev/null +++ b/drivers/misc/boot-mode-reg/core.c +/** + * boot_mode_reg_set() - record boot mode register value + * @mode: implementation-dependent boot mode register v

Re: [PATCH 00/27] staging: add driver for KS7010 based SDIO cards

2016-05-11 Thread Greg KH
On Wed, May 11, 2016 at 08:06:15AM +0200, Wolfram Sang wrote: > On Tue, May 10, 2016 at 11:05:34PM +0200, Greg KH wrote: > > On Tue, May 10, 2016 at 03:52:13PM +0200, Wolfram Sang wrote: > > > This driver can be used with later Spectec SDW-821 and all SDW-823 cards. > > > See patch 1 and README for

Re: renesas-drivers-2016-05-10-v4.6-rc7

2016-05-11 Thread Kuninori Morimoto
Hi Geert > >> Today's version is based on renesas-devel-20160509-v4.6-rc7. > > > > I couldn't compile code ? > > > > > git checkout renesas-drivers-2016-05-10-v4.6-rc7 > > > make defconfig > > > make64 Image > > CHK include/config/kernel.release > > Using /opt/home

Re: [PATCH v2 09/10] ARM: dts: r8a779x: Add reset module support

2016-05-11 Thread Geert Uytterhoeven
Hi Dirk, On Wed, May 11, 2016 at 7:29 AM, Dirk Behme wrote: > --- /dev/null > +++ b/Documentation/devicetree/bindings/misc/renesas,rcar-rst.txt > @@ -0,0 +1,15 @@ > +Renesas RCar r8a779x reset module > +- > +This binding defines the reset module

Re: [PATCH v2 01/10] boot-mode-reg: Add core

2016-05-11 Thread Geert Uytterhoeven
Hi Dirk, On Wed, May 11, 2016 at 7:29 AM, Dirk Behme wrote: > --- /dev/null > +++ b/drivers/misc/boot-mode-reg/core.c > +/** > + * boot_mode_reg_set() - record boot mode register value > + * @mode: implementation-dependent boot mode register value > + * > + * Records the boot mode register value

Re: renesas-drivers-2016-05-10-v4.6-rc7

2016-05-11 Thread Geert Uytterhoeven
Hi Morimoto-san, On Wed, May 11, 2016 at 8:34 AM, Kuninori Morimoto wrote: >> I have pushed renesas-drivers-2016-05-10-v4.6-rc7 to >> https://git.kernel.org/cgit/linux/kernel/git/geert/renesas-drivers.git >> >> This tree is meant to ease development of platform support and drivers >> for Renesas