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

2017-11-22 Thread Marek Vasut
On 11/15/2017 02:28 PM, Simon Horman wrote: > On Mon, Nov 13, 2017 at 07:11:54PM +0100, Marek Vasut wrote: >> On 11/13/2017 08:03 AM, Simon Horman wrote: >>> On Fri, Nov 10, 2017 at 10:58:40PM +0100, Marek Vasut wrote: Just clean up the macros in the RCar PCI driver, no functional change. >>>

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

2017-11-15 Thread Simon Horman
On Mon, Nov 13, 2017 at 07:11:54PM +0100, Marek Vasut wrote: > On 11/13/2017 08:03 AM, Simon Horman wrote: > > On Fri, Nov 10, 2017 at 10:58:40PM +0100, Marek Vasut wrote: > >> Just clean up the macros in the RCar PCI driver, no functional change. > > > > Could you describe the cleanup in slightly

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

2017-11-13 Thread Marek Vasut
On 11/13/2017 08:03 AM, Simon Horman wrote: > On Fri, Nov 10, 2017 at 10:58:40PM +0100, Marek Vasut wrote: >> Just clean up the macros in the RCar PCI driver, no functional change. > > Could you describe the cleanup in slightly more detail? > My reading is 1. Use BIT() macro 2. tidy up whitespace.

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

2017-11-12 Thread Simon Horman
On Fri, Nov 10, 2017 at 10:58:40PM +0100, Marek Vasut wrote: > Just clean up the macros in the RCar PCI driver, no functional change. Could you describe the cleanup in slightly more detail? My reading is 1. Use BIT() macro 2. tidy up whitespace.

[PATCH V2 2/5] PCI: rcar: Clean up the macros

2017-11-10 Thread Marek Vasut
Just clean up the macros in the RCar PCI driver, no functional change. Signed-off-by: Marek Vasut Cc: Geert Uytterhoeven Cc: Phil Edworthy Cc: Simon Horman Cc: Wolfram Sang Cc: linux-renesas-soc@vger.kernel.org --- V2: New patch --- drivers/pci/host/pcie-rcar.c | 52 ++---