Re: [PATCH v3] regmap: regmap-irq/gpio-max77620: add level-irq support

2018-12-26 Thread Matti Vaittinen
Hello All, On Thu, Dec 27, 2018 at 09:35:31AM +0200, Matti Vaittinen wrote: > On Wed, Dec 26, 2018 at 12:39:17PM +0100, Geert Uytterhoeven wrote: > > Hi Matti, > > > > On Tue, Dec 18, 2018 at 1:00 PM Matti Vaittinen > > wrote: > > > Add level active IRQ support to regmap-irq irqchip. Change brea

Re: [PATCH v3] regmap: regmap-irq/gpio-max77620: add level-irq support

2018-12-26 Thread Matti Vaittinen
Hello Geert, Sorry for waiting - I just opened my computer after the holidays. On Wed, Dec 26, 2018 at 12:39:17PM +0100, Geert Uytterhoeven wrote: > Hi Matti, > > On Tue, Dec 18, 2018 at 1:00 PM Matti Vaittinen > wrote: > > Add level active IRQ support to regmap-irq irqchip. Change breaks > > e

Re: [PATCH 0/8] arm64: renesas: Sound update for ULCB/KF, etc

2018-12-26 Thread Kuninori Morimoto
Hi Simon > > ULCB-KF sound is using pcm3168, and it needed driver update > > to use it. Now, necessary patches are applied to linus branch. > > It includes renesas_defconfig, and Ebisu update (which was already > > posted, but, not yet accepted), too. > > Thanks Morimoto-san, > > these look g

RE: renesas-drivers-2018-12-26-v4.20

2018-12-26 Thread Yoshihiro Shimoda
Hi Geert-san, > From: Geert Uytterhoeven, Sent: Wednesday, December 26, 2018 8:06 PM > > I have pushed renesas-drivers-2018-12-26-v4.20 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 Ren

Re: [PATCH 0/8] arm64: renesas: Sound update for ULCB/KF, etc

2018-12-26 Thread Simon Horman
On Wed, Dec 26, 2018 at 09:52:36AM +0900, Kuninori Morimoto wrote: > > Hi Simon > > ULCB-KF sound is using pcm3168, and it needed driver update > to use it. Now, necessary patches are applied to linus branch. > It includes renesas_defconfig, and Ebisu update (which was already > posted, but, not

Re: [RFC PATCH] media: rcar-vin: Allow independent VIN link enablement

2018-12-26 Thread Niklas Söderlund
Hi Steve, Thanks for your patch. On 2018-12-25 15:27:25 -0800, Steve Longerbeam wrote: > There is a block of code in rvin_group_link_notify() that prevents > enabling a link to a VIN node if any entity in the media graph is > in use. This prevents enabling a VIN link even if there is an in-use >

Re: [PATCH v4 2/2] dt-bindings: spi: Document Renesas R-Car Gen3 RPC controller bindings

2018-12-26 Thread Marek Vasut
On 12/24/18 7:52 AM, Mason Yang wrote: > Document the bindings used by the Renesas R-Car Gen3 RPC controller. > > Signed-off-by: Mason Yang > --- > .../devicetree/bindings/spi/spi-renesas-rpc.txt| 37 > ++ > 1 file changed, 37 insertions(+) > create mode 100644 Document

Re: [PATCH v4 0/2] spi: Add Renesas R-Car Gen3 RPC SPI driver

2018-12-26 Thread Marek Vasut
On 12/24/18 7:52 AM, Mason Yang wrote: > Hi Mark, > > This Renesas R-Car Gen3 RPC SPI driver is based on Boris's new > spi-mem direct mapping read/write mode [1][2]. Again, the RPC is NOT a SPI controller, it is dual SPI/HF controller. [...] -- Best regards, Marek Vasut

Re: [PATCH v2 0/9] i2c: move handling of suspended adapters to the core

2018-12-26 Thread Hans de Goede
Hi, On 26-12-18 12:01, Geert Uytterhoeven wrote: Hi Wolfram, On Sat, Dec 22, 2018 at 9:26 PM Wolfram Sang wrote: Here is the new version without specific I2C helpers but using the 'is_suspended' flag from the PM core. I didn't like messing with the flag directly, so I did a helper in patch 1.

Re: [PATCH v3] regmap: regmap-irq/gpio-max77620: add level-irq support

2018-12-26 Thread Geert Uytterhoeven
Hi Matti, On Tue, Dec 18, 2018 at 1:00 PM Matti Vaittinen wrote: > Add level active IRQ support to regmap-irq irqchip. Change breaks > existing regmap-irq type setting. Convert the existing drivers which Indeed it does. > use regmap-irq with trigger type setting (gpio-max77620) to work > with t

renesas-drivers-2018-12-26-v4.20

2018-12-26 Thread Geert Uytterhoeven
I have pushed renesas-drivers-2018-12-26-v4.20 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 ARM SoCs. It is created by merging (a) the for-next branches of various subsystem trees and (b

Re: [PATCH v2 0/9] i2c: move handling of suspended adapters to the core

2018-12-26 Thread Geert Uytterhoeven
Hi Wolfram, On Sat, Dec 22, 2018 at 9:26 PM Wolfram Sang wrote: > Here is the new version without specific I2C helpers but using the > 'is_suspended' flag from the PM core. I didn't like messing with the > flag directly, so I did a helper in patch 1. So far, I like the > approach. The diffstat lo

Re: [PATCH v4 1/2] spi: Add Renesas R-Car Gen3 RPC SPI controller driver

2018-12-26 Thread Sergei Shtylyov
Hello! On 12/26/2018 07:24 AM, masonccy...@mxic.com.tw wrote: >> [...] >> > diff --git a/drivers/spi/spi-renesas-rpc.c b/drivers/spi/spi-renesas-rpc.c >> > new file mode 100644 >> > index 000..6dd739a >> > --- /dev/null >> > +++ b/drivers/spi/spi-renesas-rpc.c >> > @@ -0,0 +1,788 @@ [...] >>