RE: [PATCH 1/2] dt-bindings: memory: Renesas RPC-IF: Add support for RZ/G2 Series

2021-01-02 Thread Biju Das
> -Original Message- > From: Adam Ford > Sent: 01 January 2021 21:34 > To: Biju Das > Cc: linux-renesas-...@vger.kernel.org; af...@beaconembedded.com; Krzysztof > Kozlowski ; Rob Herring ; Geert > Uytterhoeven ; Magnus Damm > ; Sergei Shtylyov ; > linux-kern

RE: [PATCH 1/2] dt-bindings: memory: Renesas RPC-IF: Add support for RZ/G2 Series

2021-01-02 Thread Biju Das
> Subject: Re: [PATCH 1/2] dt-bindings: memory: Renesas RPC-IF: Add support > for RZ/G2 Series > > On Fri, Jan 1, 2021 at 12:58 PM Biju Das > wrote: > > > > Hi Adam, > > > > Thanks for the patch. > > > > > -Original Message- &g

RE: [PATCH 1/2] dt-bindings: memory: Renesas RPC-IF: Add support for RZ/G2 Series

2021-01-01 Thread Biju Das
Hi Adam, Thanks for the patch. > -Original Message- > From: Adam Ford > Sent: 01 January 2021 11:39 > To: linux-renesas-...@vger.kernel.org > Cc: af...@beaconembedded.com; Adam Ford ; Krzysztof > Kozlowski ; Rob Herring ; Geert > Uytterhoeven ; Magnus Damm > ; Sergei Shtylyov ; > linux-k

RE: [PATCH] gpio: Kconfig: Update help description for GPIO_RCAR

2021-01-01 Thread Biju Das
Hi Prabhakar, > -Original Message- > From: Lad Prabhakar > Sent: 31 December 2020 15:39 > To: Linus Walleij ; Bartosz Golaszewski > ; Geert Uytterhoeven > Cc: linux-g...@vger.kernel.org; linux-kernel@vger.kernel.org; linux- > renesas-...@vger.kernel.org; Prabhakar ; > Prabhakar Mahadev L

RE: [PATCH] can: rcar: Update help description for CAN_RCAR config

2021-01-01 Thread Biju Das
Hi Prabhakar, Thanks for the patch. > -Original Message- > From: Lad Prabhakar > Sent: 31 December 2020 16:00 > To: Geert Uytterhoeven ; Wolfgang Grandegger > ; Marc Kleine-Budde ; David S. > Miller ; Jakub Kicinski ; Masahiro > Yamada > Cc: linux-...@vger.kernel.org; net...@vger.kernel

RE: [PATCH 17/18] arm64: dts: renesas: Introduce r8a774b1-beacon-rzg2n-kit

2020-12-22 Thread Biju Das
Hi Adam, > Subject: Re: [PATCH 17/18] arm64: dts: renesas: Introduce r8a774b1-beacon- > rzg2n-kit > > On Thu, Dec 17, 2020 at 5:49 AM Geert Uytterhoeven > wrote: > > > > Hi Adam, > > > > On Sun, Dec 13, 2020 at 7:38 PM Adam Ford wrote: > > > Beacon EmebeddedWorks is introducing a new kit based

RE: [PATCH v3] clk: renesas: r8a774c0: Add RPC clocks

2020-11-16 Thread Biju Das
Hi Geert, Thanks for the feedback. > ker...@vger.kernel.org>; Prabhakar > Subject: Re: [PATCH v3] clk: renesas: r8a774c0: Add RPC clocks > > Hi Biju, > > On Mon, Nov 16, 2020 at 10:03 AM Biju Das > wrote: > > > Subject: Re: [PATCH v3] clk: renesas: r8a774c0:

RE: [PATCH v3] clk: renesas: r8a774c0: Add RPC clocks

2020-11-16 Thread Biju Das
> RPCSRC CLK source is PLL1 > > 0 1 00 -> RPCSRC CLK source is PLL1 > > 1 0 11 -> RPCSRC CLK source is PLL1 > > x x xx -> For any other values RPCSRC CLK source is > PLL0 > > > > Signed-off-by: Lad P

RE: [PATCH] media: v4l2-fwnode: Return -EINVAL for invalid bus-type

2020-09-15 Thread Biju Das
Hi Prabhakar, Thanks for the patch. > Subject: [PATCH] media: v4l2-fwnode: Return -EINVAL for invalid bus-type > > With the current implementation if invalid bus-type is passed via DT > v4l2_fwnode_endpoint_parse() defaulted the mus-type to Typo mus-type?? > V4L2_MBUS_PARALLEL instead of return

RE: [PATCH -next] usb: typec: add dependency for TYPEC_HD3SS3220

2019-10-15 Thread Biju Das
This patch is present in both usb-next and Linux-next. https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git/commit/?h=usb-next&id=da4b5d18dd949abdda7c8ea76c9483b5edd49616 https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?h=next-20191016&id=da4b5d18dd949abdda7

RE: [PATCH -next] usb: typec: add dependency for TYPEC_HD3SS3220

2019-10-09 Thread Biju Das
to `usb_role_switch_put' > make: *** [vmlinux] Error 1 > > This patch add dependency USB_ROLE_SWITCH for TYPEC_HD3SS3220. > > Fixes: 1c48c759ef4b ("usb: typec: driver for TI HD3SS3220 USB Type-C DRP > port controller") > Reported-by: Hulk Robot > Signed-off-by:

RE: [PATCH v6 07/10] usb: roles: Add fwnode_usb_role_switch_get() function

2019-05-31 Thread Biju Das
handle as > parameter instead of struct device. > > Signed-off-by: Heikki Krogerus Tested-by: Biju Das > --- > v6: > new patch > --- > drivers/usb/roles/class.c | 20 > include/linux/usb/role.h | 7 +++ > 2 files changed, 27 insertions(+) &g

RE: [PATCH v6 06/10] device connection: Add fwnode_connection_find_match()

2019-05-31 Thread Biju Das
handle as > parameter instead of struct device. > That allows locating device connections before the device entries have been > created. > > Signed-off-by: Heikki Krogerus Tested-by: Biju Das > --- > v6: > new patch > --- > drivers/base/devcon.c | 33

RE: [PATCH v5 4/6] usb: roles: add API to get usb_role_switch by node

2019-05-27 Thread Biju Das
Hi Chunfeng Yun, + Chen Yu Thanks for the feedback. > Subject: Re: [PATCH v5 4/6] usb: roles: add API to get usb_role_switch by > node > > Hi Heikki & Biju, > On Fri, 2019-05-24 at 15:44 +0300, Heikki Krogerus wrote: > > On Wed, May 22, 2019 at 02:57:33PM +, Biju D

RE: [PATCH v5 4/6] usb: roles: add API to get usb_role_switch by node

2019-05-22 Thread Biju Das
Hi Heikki, Thanks for the patch > Subject: Re: [PATCH v5 4/6] usb: roles: add API to get usb_role_switch by > node > > On Wed, May 22, 2019 at 10:55:17AM +0000, Biju Das wrote: > > Hi Chunfeng Yun, > > > > Thanks for the feedback. > > > > > Subject:

RE: [PATCH v5 4/6] usb: roles: add API to get usb_role_switch by node

2019-05-22 Thread Biju Das
Hi Chunfeng Yun, Thanks for the feedback. > Subject: RE: [PATCH v5 4/6] usb: roles: add API to get usb_role_switch by > node > > Hi Biju, > On Wed, 2019-05-22 at 08:05 +, Biju Das wrote: > > Hi Heikki, > > > > Thanks for the feedback. > > > >

RE: [PATCH v5 4/6] usb: roles: add API to get usb_role_switch by node

2019-05-22 Thread Biju Das
Hi Heikki, Thanks for the feedback. > Subject: Re: [PATCH v5 4/6] usb: roles: add API to get usb_role_switch by > node > > On Mon, May 20, 2019 at 09:45:46AM +0000, Biju Das wrote: > > > > > > Hi Heikki, > > > > Thanks for the feedback. > > >

RE: [PATCH v5 4/6] usb: roles: add API to get usb_role_switch by node

2019-05-20 Thread Biju Das
Hi Heikki, Thanks for the feedback. > Subject: Re: [PATCH v5 4/6] usb: roles: add API to get usb_role_switch by > node > > On Mon, May 20, 2019 at 08:06:41AM +0000, Biju Das wrote: > > Hi Heikki, > > > > > Subject: Re: [PATCH v5 4/6] usb: roles: add API to

RE: [PATCH v5 4/6] usb: roles: add API to get usb_role_switch by node

2019-05-20 Thread Biju Das
> ; Andy Shevchenko > ; Min Guo ; > devicet...@vger.kernel.org; linux-kernel@vger.kernel.org; linux- > u...@vger.kernel.org; linux-arm-ker...@lists.infradead.org; linux- > media...@lists.infradead.org; Biju Das ; Linus > Walleij > Subject: Re: [PATCH v5 4/6] usb: roles: add API t

RE: [PATCH v4 5/6] usb: roles: add USB Type-B GPIO connector driver

2019-04-26 Thread Biju Das
Hi Chunfeng Yun, Thanks for the patch. > Subject: [PATCH v4 5/6] usb: roles: add USB Type-B GPIO connector driver > > Due to the requirement of usb-connector.txt binding, the old way using > extcon to support USB Dual-Role switch is now deprecated when use Type-B > connector. > This patch introd

RE: [PATCH v3] PM-runtime: fix deadlock with ktime

2019-02-04 Thread Biju Das
Hi Vincent, Thanks for the feedback. > Subject: Re: [PATCH v3] PM-runtime: fix deadlock with ktime > > On Fri, 1 Feb 2019 at 16:48, Vincent Guittot > wrote: > > > > On Fri, 1 Feb 2019 at 16:44, Biju Das wrote: > > > > > > Hi Vincent, > > >

RE: [PATCH v3] PM-runtime: fix deadlock with ktime

2019-02-01 Thread Biju Das
; From: linux-renesas-soc-ow...@vger.kernel.org ow...@vger.kernel.org> On Behalf Of Vincent Guittot > Sent: 01 February 2019 15:29 > To: Biju Das > Cc: Rafael J. Wysocki ; Linux PM p...@vger.kernel.org>; Linux Kernel Mailing List ker...@vger.kernel.org>; Linux ARM ker...@lists.in

RE: [PATCH v3] PM-runtime: fix deadlock with ktime

2019-02-01 Thread Biju Das
; Cc: Linux PM ; Linux Kernel Mailing List ker...@vger.kernel.org>; Linux ARM ker...@lists.infradead.org>; Linux OMAP Mailing List o...@vger.kernel.org>; Rafael J. Wysocki ; Ulf > Hansson ; Biju Das ; > Geert Uytterhoeven ; Linux-Renesas renesas-...@vger.kernel.org> > Subject

RE: [PATCH] clk: renesas: rcar-gen2: Centralize quirks handling

2018-04-10 Thread Biju Das
Hi Geert, Thanks for the patch. > -Original Message- > From: Geert Uytterhoeven [mailto:geert+rene...@glider.be] > Sent: 10 April 2018 14:05 > To: Michael Turquette ; Stephen Boyd > ; Biju Das > Cc: linux-renesas-...@vger.kernel.org; linux-...@vger.kernel