Re: [alsa-devel] [PATCH][RFC] ASoC: core: remove pointless auxiliary from snd_soc_component

2017-03-22 Thread Kuninori Morimoto
Hi Sylwester > > Can you test this patch if possible ? > > My apologies for the delay, I just tested the patch > and it seems all correct. Thank you ! So, I will post it as non-RFC patch and add your Tested-by Best regards --- Kuninori Morimoto

Re: [PATCH 2/4] iio: Documentation: Add max961x sysfs documentation

2017-03-22 Thread Jonathan Cameron
On 21/03/17 16:09, jacopo wrote: > Hi Jonathan, > > On Sat, Feb 25, 2017 at 03:54:45PM +, Jonathan Cameron wrote: >> On 24/02/17 15:05, Jacopo Mondi wrote: >>> Add documentation for max961x driver. >>> The only attribute to document is the current sense shunt resistor >>> value. >>> >>>

RE: [PATCH v2 0/7] Renesas RZ/A1 pin and gpio controller

2017-03-22 Thread Chris Brandt
Hi Jacopo, On Monday, March 20, 2017, Jacopo Mondi wrote: > Chris: it would be great if you could give this another spin on RSK board. I tested these patches on an RZ/A1H RSK board after modifying the DT for the RSK vs the GENMAI board. The following worked fine: * SCIF * I2C * SDHI *

[PATCH] backlight: pwm_bl: Fix GPIO out for unimplemented .get_direction()

2017-03-22 Thread Geert Uytterhoeven
Commit 7613c922315e308a ("backlight: pwm_bl: Move the checks for initial power state to a separate function") not just moved some code, but made slight changes in semantics. If a gpiochip doesn't implement the optional .get_direction() callback, gpiod_get_direction always returns -EINVAL, which

Re: [PATCH v2 2/7] dt-bindings: pinctrl: Add RZ/A1 bindings doc

2017-03-22 Thread Geert Uytterhoeven
Hi Jacopo, On Wed, Mar 22, 2017 at 4:36 PM, jacopo wrote: > On Wed, Mar 22, 2017 at 02:20:08PM +0100, Geert Uytterhoeven wrote: >> On Wed, Mar 22, 2017 at 11:33 AM, Geert Uytterhoeven >> wrote: >> > On Mon, Mar 20, 2017 at 5:14 PM, Jacopo Mondi

Re: [PATCH v2 2/7] dt-bindings: pinctrl: Add RZ/A1 bindings doc

2017-03-22 Thread jacopo
Hi Geert, thanks for reviews On Wed, Mar 22, 2017 at 02:20:08PM +0100, Geert Uytterhoeven wrote: > On Wed, Mar 22, 2017 at 11:33 AM, Geert Uytterhoeven > wrote: > > On Mon, Mar 20, 2017 at 5:14 PM, Jacopo Mondi > > wrote: > >> Add device

[PATCH v4] mmc: sh_mmcif: Document r7s72100 DT bindings

2017-03-22 Thread Chris Brandt
Signed-off-by: Chris Brandt Reviewed-by: Geert Uytterhoeven Reviewed-by: Simon Horman Acked-by: Rob Herring --- v4: * added Reviewed-by and Acked-by v3: * added list of how many interrupts each SOC

Re: [PATCH v3 0/3] iommu/ipmmu-vmsa: r8a7796 support V3

2017-03-22 Thread Geert Uytterhoeven
Hi Jörg, On Wed, Mar 22, 2017 at 3:23 PM, Joerg Roedel wrote: > On Sun, Mar 12, 2017 at 02:38:20PM +0900, Magnus Damm wrote: >> iommu/ipmmu-vmsa: r8a7796 support V3 >> >> [PATCH v3 1/3] iommu/ipmmu-vmsa: Add r8a7796 DT binding >> [PATCH v3 2/3] iommu/ipmmu-vmsa: Increase maximum

[PATCH v2 1/7] rtc: rtc-sh: add support for rza series

2017-03-22 Thread Chris Brandt
This same RTC is used in RZ/A series MPUs, therefore with some slight changes, this driver can be reused. Additionally, since ARM architectures require Device Tree configurations, device tree support has been added. Signed-off-by: Chris Brandt Reviewed-by: Geert

[PATCH v2 0/7] rtc: Reuse rtc-sh driver to support RZ/A1

2017-03-22 Thread Chris Brandt
Basically, the same RTC that was used in SuperH devices is now used in RZ/A1 devices. Therefore with some slight changes, that driver can be reused. Additionally, since ARM architectures require Device Tree configurations, device tree support has been added. This was tested on RZ/A1H RSK board.

[PATCH v2 4/7] ARM: dts: r7s72100: add RTC_X clock inputs to device tree

2017-03-22 Thread Chris Brandt
Add the RTC clocks to device tree. The frequencies must be fixed values according to the hardware manual. Signed-off-by: Chris Brandt --- arch/arm/boot/dts/r7s72100.dtsi | 14 ++ 1 file changed, 14 insertions(+) diff --git a/arch/arm/boot/dts/r7s72100.dtsi

[PATCH v2 6/7] ARM: dts: rskrza1: set rtc_x1 clock value

2017-03-22 Thread Chris Brandt
Enable the 32.768 kHz RTC_X1 clock by setting the frequency value to non-zero. Signed-off-by: Chris Brandt --- arch/arm/boot/dts/r7s72100-rskrza1.dts | 4 1 file changed, 4 insertions(+) diff --git a/arch/arm/boot/dts/r7s72100-rskrza1.dts

[PATCH v2 7/7] ARM: dts: rskrza1: add rtc DT support

2017-03-22 Thread Chris Brandt
Enable the realtime clock. Signed-off-by: Chris Brandt --- arch/arm/boot/dts/r7s72100-rskrza1.dts | 4 1 file changed, 4 insertions(+) diff --git a/arch/arm/boot/dts/r7s72100-rskrza1.dts b/arch/arm/boot/dts/r7s72100-rskrza1.dts index cab5857..72df20a 100644 ---

[PATCH v2 5/7] ARM: dts: r7s72100: add rtc to device tree

2017-03-22 Thread Chris Brandt
Add the realtime clock device node. Signed-off-by: Chris Brandt Reviewed-by: Geert Uytterhoeven --- v2: * added interrupt-names * added clock counting sources * added clock-names "fck", "rtc_x1", "rtc_x3", "extal" ---

Re: [PATCH/RFC v2 0/4] iommu/ipmmu-vmsa: IPMMU slave device whitelist V2

2017-03-22 Thread Joerg Roedel
On Fri, Jan 27, 2017 at 03:14:07PM +0900, Magnus Damm wrote: > iommu/ipmmu-vmsa: IPMMU slave device whitelist V2 > > [PATCH/RFC v2 1/4] iommu/of: Skip IOMMU devices disabled in DT > [PATCH/RFC v2 2/4] iommu/ipmmu-vmsa: Get rid of disabled device check > [PATCH/RFC v2 3/4] iommu/ipmmu-vmsa: Check

Re: [PATCH v7 05/07] iommu/ipmmu-vmsa: Add new IOMMU_DOMAIN_DMA ops

2017-03-22 Thread Joerg Roedel
On Tue, Mar 07, 2017 at 12:17:33PM +0900, Magnus Damm wrote: > From: Magnus Damm > > Introduce an alternative set of iommu_ops suitable for 64-bit ARM > as well as 32-bit ARM when CONFIG_IOMMU_DMA=y. Also adjust the > Kconfig to depend on ARM or IOMMU_DMA. Initialize

Re: [PATCH v3 0/3] iommu/ipmmu-vmsa: r8a7796 support V3

2017-03-22 Thread Joerg Roedel
Hey Magnus, On Sun, Mar 12, 2017 at 02:38:20PM +0900, Magnus Damm wrote: > iommu/ipmmu-vmsa: r8a7796 support V3 > > [PATCH v3 1/3] iommu/ipmmu-vmsa: Add r8a7796 DT binding > [PATCH v3 2/3] iommu/ipmmu-vmsa: Increase maximum micro-TLBS to 48 > [PATCH v3 3/3] iommu/ipmmu-vmsa: Hook up r8a7796 DT

RE: [PATCH v3] mmc: sh_mmcif: Document r7s72100 DT bindings

2017-03-22 Thread Chris Brandt
On Wednesday, March 22, 2017, Ulf Hansson wrote: > On 22 March 2017 at 14:17, Chris Brandt wrote: > > This one seems to have been forgotten. > > > > Should I resend with all the acks and reviews? > > Seems like you didn't send it to linux-mmc, so it wasn't picked up by

Re: [PATCH v3] mmc: sh_mmcif: Document r7s72100 DT bindings

2017-03-22 Thread Ulf Hansson
On 22 March 2017 at 14:17, Chris Brandt wrote: > This one seems to have been forgotten. > > Should I resend with all the acks and reviews? Seems like you didn't send it to linux-mmc, so it wasn't picked up by the patchtracker. Please re-send so I can pick it up. Kind

Re: [PATCH 06/15] ARM: dts: r8a779x: fix PCI bus dtc warnings

2017-03-22 Thread Rob Herring
On Wed, Mar 22, 2017 at 3:58 AM, Geert Uytterhoeven wrote: > Hi Rob, > > On Wed, Mar 22, 2017 at 3:03 AM, Rob Herring wrote: >> dtc recently added PCI bus checks. Fix these warnings. > > It's always a good idea to put the warnings in the commit message:

Re: [PATCH 06/15] ARM: dts: r8a779x: fix PCI bus dtc warnings

2017-03-22 Thread Geert Uytterhoeven
Hi Rob, On Wed, Mar 22, 2017 at 2:47 PM, Rob Herring wrote: > On Wed, Mar 22, 2017 at 3:58 AM, Geert Uytterhoeven > wrote: >> On Wed, Mar 22, 2017 at 3:03 AM, Rob Herring wrote: >>> dtc recently added PCI bus checks. Fix these warnings.

Re: [PATCH 0/7] clk: renesas: rcar-gen3: Misc fixes and cleanups

2017-03-22 Thread Geert Uytterhoeven
On Mon, Mar 13, 2017 at 5:19 PM, Geert Uytterhoeven wrote: > This patch series contains miscellaneous fixes and cleanups for the > Renesas R-Car Gen3 (H3 and M3-W) clock drivers: > - Correct parent clock for Audio DMACs, > - Correct names of watchdog clocks, > -

Re: [PATCH 0/2] pinctrl: sh-pfc: r8a7795: Misc fixes and cleanups

2017-03-22 Thread Geert Uytterhoeven
On Mon, Mar 13, 2017 at 5:41 PM, Geert Uytterhoeven wrote: > This patch series contains miscellaneous fixes and cleanups for the > Renesas R-Car H3 pinctrl driver: > > I plan to queue these up in sh-pfc-for-v4.12. Queued in sh-pfc-for-v4.12, after adressing Sergei's

Re: [PATCH v2 1/4] pinctrl: sh-pfc: Update info pointer after SoC-specific init

2017-03-22 Thread Geert Uytterhoeven
On Mon, Mar 13, 2017 at 6:12 PM, Geert Uytterhoeven wrote: > Update the sh_pfc_soc_info pointer after calling the SoC-specific > initialization function, as it may have been updated to e.g. handle > different SoC revisions. This makes sure the correct subdriver name is >

Re: [PATCH] ARM: dts: r7s72100: add power-domains to sdhi

2017-03-22 Thread Geert Uytterhoeven
(this time reply-to-all) On Thu, Feb 9, 2017 at 2:38 PM, Chris Brandt wrote: > Reported-by: Geert Uytterhoeven > Signed-off-by: Chris Brandt > Fixes: 66474697923c ("ARM: dts: r7s72100: add sdhi to device tree")

Re: [PATCH v2 7/7] arm: dts: genmai: Add user led device nodes

2017-03-22 Thread Geert Uytterhoeven
On Mon, Mar 20, 2017 at 5:14 PM, Jacopo Mondi wrote: > Add device nodes for user leds on Genmai board. > > Signed-off-by: Jacopo Mondi Reviewed-by: Geert Uytterhoeven Gr{oetje,eeting}s,

Re: [PATCH v2 2/7] dt-bindings: pinctrl: Add RZ/A1 bindings doc

2017-03-22 Thread Geert Uytterhoeven
On Wed, Mar 22, 2017 at 11:33 AM, Geert Uytterhoeven wrote: > On Mon, Mar 20, 2017 at 5:14 PM, Jacopo Mondi > wrote: >> Add device tree bindings documentation for Renesas RZ/A1 gpio and pin >> --- /dev/null >> +++

RE: [PATCH v3] mmc: sh_mmcif: Document r7s72100 DT bindings

2017-03-22 Thread Chris Brandt
This one seems to have been forgotten. Should I resend with all the acks and reviews? Chris On Wednesday, January 18, 2017, Rob Herring wrote: > On Wed, Jan 11, 2017 at 11:14:52PM -0500, Chris Brandt wrote: > > Signed-off-by: Chris Brandt > > > > --- > > v3: > > *

Re: [PATCH v2 6/7] arm: dts: genmai: Add RIIC2 pin group

2017-03-22 Thread Geert Uytterhoeven
On Mon, Mar 20, 2017 at 5:14 PM, Jacopo Mondi wrote: > Add pin configuration subnode for RIIC2 interface. > > Signed-off-by: Jacopo Mondi Reviewed-by: Geert Uytterhoeven Gr{oetje,eeting}s,

Re: [PATCH v2 5/7] arm: dts: genmai: Add SCIF2 pin group

2017-03-22 Thread Geert Uytterhoeven
On Mon, Mar 20, 2017 at 5:14 PM, Jacopo Mondi wrote: > Add pin configuration subnode for SCIF2 serial debug interface. > > Signed-off-by: Jacopo Mondi Reviewed-by: Geert Uytterhoeven Gr{oetje,eeting}s,

Re: [PATCH v2 4/7] arm: dts: r7s72100: Add pin controller node

2017-03-22 Thread Geert Uytterhoeven
Hi Jacopo, On Mon, Mar 20, 2017 at 5:14 PM, Jacopo Mondi wrote: > Add pin controller node with 12 gpio controller sub-nodes to > r7s72100 dtsi. > > Signed-off-by: Jacopo Mondi Reviewed-by: Geert Uytterhoeven > ---

Re: [PATCH v4 1/2] backlight: pwm_bl: Move the checks for initial power state to a separate function

2017-03-22 Thread Geert Uytterhoeven
Hi Philip, On Wed, Mar 22, 2017 at 11:46 AM, Philipp Zabel wrote: > On Tue, 2017-03-21 at 19:48 +0100, Geert Uytterhoeven wrote: >> On Tue, Nov 22, 2016 at 2:41 PM, Peter Ujfalusi >> wrote: >> > Move the checks to select the initial state for the

Re: [alsa-devel] [PATCH][RFC] ASoC: core: remove pointless auxiliary from snd_soc_component

2017-03-22 Thread Sylwester Nawrocki
Hi Morimoto-san, On 03/22/2017 05:24 AM, Kuninori Morimoto wrote: Can you test this patch if possible ? My apologies for the delay, I just tested the patch and it seems all correct. -- Regards, Sylwester

Re: [PATCH][RFC] ASoC: core: remove pointless auxiliary from snd_soc_component

2017-03-22 Thread Sylwester Nawrocki
On 03/08/2017 08:26 AM, Kuninori Morimoto wrote: From: Kuninori Morimoto commit 1a653aa44725 ("ASoC: core: replace aux_comp_list to ...") tried to replace aux_comp_list to component_dev_list, but it failed because of binding timing. Thus, Sylwester fixuped it

Re: [PATCH v2 3/7] arm: dts: dt-bindings: Add Renesas RZ pinctrl header

2017-03-22 Thread Geert Uytterhoeven
On Mon, Mar 20, 2017 at 5:14 PM, Jacopo Mondi wrote: > Add dt-bindings for Renesas r7s72100 pin controller header file. > > Signed-off-by: Jacopo Mondi > --- > include/dt-bindings/pinctrl/r7s72100-pinctrl.h | 36 > ++

audio clk warnings during system suspend on Salvator-X

2017-03-22 Thread Geert Uytterhoeven
Hi Morimoto-san, Wolfram, During the second system suspend (suspend to mem, "deep") on H3 Salvator-X, the clk subsystem prints warnings due to enable and prepare count imbalances. With some additional debug code, I discovered the issue is caused by the CS2000 clock driver failing to resume: