Re: [PATCH] PCI: dwc: Use {upper,lower}_32_bits() macros for clarity

2017-12-19 Thread Stephen Boyd
On 12/11, Lorenzo Pieralisi wrote: > On Tue, Nov 28, 2017 at 04:53:34PM -0800, Stephen Boyd wrote: > > We have macros for getting the upper or lower 32 bits of a > > number. Use them here to shave a couple lines off the code. > > > > Signed-off-by: Stephen Boyd > > --- > >

Re: [PATCH] PCI: dwc: Use {upper,lower}_32_bits() macros for clarity

2017-12-19 Thread Stephen Boyd
On 12/11, Lorenzo Pieralisi wrote: > On Tue, Nov 28, 2017 at 04:53:34PM -0800, Stephen Boyd wrote: > > We have macros for getting the upper or lower 32 bits of a > > number. Use them here to shave a couple lines off the code. > > > > Signed-off-by: Stephen Boyd > > --- > >

Re: [PATCH] PCI: dwc: Use {upper,lower}_32_bits() macros for clarity

2017-12-11 Thread Lorenzo Pieralisi
On Tue, Nov 28, 2017 at 04:53:34PM -0800, Stephen Boyd wrote: > We have macros for getting the upper or lower 32 bits of a > number. Use them here to shave a couple lines off the code. > > Signed-off-by: Stephen Boyd > --- > drivers/pci/dwc/pcie-designware-host.c | 6

Re: [PATCH] PCI: dwc: Use {upper,lower}_32_bits() macros for clarity

2017-12-11 Thread Lorenzo Pieralisi
On Tue, Nov 28, 2017 at 04:53:34PM -0800, Stephen Boyd wrote: > We have macros for getting the upper or lower 32 bits of a > number. Use them here to shave a couple lines off the code. > > Signed-off-by: Stephen Boyd > --- > drivers/pci/dwc/pcie-designware-host.c | 6 ++ > 1 file changed, 2

Re: [PATCH] PCI: dwc: Use {upper,lower}_32_bits() macros for clarity

2017-11-29 Thread Jingoo Han
On Tuesday, November 28, 2017 7:54 PM, Stephen Boyd wrote: > > We have macros for getting the upper or lower 32 bits of a > number. Use them here to shave a couple lines off the code. > > Signed-off-by: Stephen Boyd Acked-by: Jingoo Han Best

Re: [PATCH] PCI: dwc: Use {upper,lower}_32_bits() macros for clarity

2017-11-29 Thread Jingoo Han
On Tuesday, November 28, 2017 7:54 PM, Stephen Boyd wrote: > > We have macros for getting the upper or lower 32 bits of a > number. Use them here to shave a couple lines off the code. > > Signed-off-by: Stephen Boyd Acked-by: Jingoo Han Best regards, Jingoo Han > --- >