Re: [PATCH/RFC v3 1/4] base: devcon: add a new API to find the graph

2018-05-14 Thread Randy Dunlap
On 05/14/2018 02:15 AM, Yoshihiro Shimoda wrote: > This patch adds a new API "device_connection_find_by_graph()" to > find device connection by using graph. > > Signed-off-by: Yoshihiro Shimoda > --- > Documentation/driver-api/device_connection.rst | 4 +-- >

Re: [PATCH V3] PCI: rcar: Clean up the macros

2018-04-08 Thread Randy Dunlap
; > Cc: Phil Edworthy <phil.edwor...@renesas.com> > Cc: Simon Horman <horms+rene...@verge.net.au> > Cc: Wolfram Sang <w...@the-dreams.de> > Cc: linux-renesas-soc@vger.kernel.org > Reviewed-by: Niklas Söderlund <niklas.soderlund+rene...@ragnatech.se> Acked-by: Randy Dunlap

Re: [PATCH V2] PCI: rcar: Clean up the macros

2018-04-08 Thread Randy Dunlap
On 04/08/2018 09:53 AM, Marek Vasut wrote: > On 04/08/2018 06:51 PM, Randy Dunlap wrote: >> On 04/08/2018 09:34 AM, Marek Vasut wrote: >>> On 04/08/2018 05:27 PM, Randy Dunlap wrote: >>>> On 04/08/2018 06:09 AM, Marek Vasut wrote: >>>>> This patch re

Re: [PATCH V2] PCI: rcar: Clean up the macros

2018-04-08 Thread Randy Dunlap
On 04/08/2018 09:34 AM, Marek Vasut wrote: > On 04/08/2018 05:27 PM, Randy Dunlap wrote: >> On 04/08/2018 06:09 AM, Marek Vasut wrote: >>> This patch replaces the (1 << n) with BIT(n) and cleans up whitespace, >>> no functional change. >>> >&g

Re: [PATCH V2] PCI: rcar: Clean up the macros

2018-04-08 Thread Randy Dunlap
On 04/08/2018 06:09 AM, Marek Vasut wrote: > This patch replaces the (1 << n) with BIT(n) and cleans up whitespace, > no functional change. > > Signed-off-by: Marek Vasut > Cc: Geert Uytterhoeven > Cc: Phil Edworthy

Re: [PATCH v6 0/9] Renesas Capture Engine Unit (CEU) V4L2 driver

2018-01-21 Thread Randy Dunlap
On 01/21/2018 09:54 AM, jacopo mondi wrote: > Hi Randy, >thanks for noticing, > > On Fri, Jan 19, 2018 at 02:12:19PM -0800, Randy Dunlap wrote: >> On 01/16/2018 01:44 PM, Jacopo Mondi wrote: >>> Hello, >>>new version of CEU after Hans' review. >&g

Re: [PATCH v6 0/9] Renesas Capture Engine Unit (CEU) V4L2 driver

2018-01-19 Thread Randy Dunlap
/try_fmt. I would expect that you have already seen this, but I get a build error in renesas-ceu.c. Here is a small patch for it. --- From: Randy Dunlap <rdun...@infradead.org> Fix build error (on x86 with COMPILE_TEST): ../drivers/media/platform/renesas-ceu.c: In function 'ceu_parse_dt': .