From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michal Simek Date: Tue, 5 Apr 2016 13:39:53 +0200 Subject: [U-Boot] [PATCH] dm: ns16550: Add support for reg-offset property In-Reply-To: References: <70bfc564698cfd32c932a382a98321be169ccd87.1455635867.git.michal.simek@xilinx.com> <56CABB54.8070901@xilinx.com> <56CD9351.20802@xilinx.com> <20160225044745.GA25633@exodus> <56CEB72C.6050001@xilinx.com> <20160225133819.GB25633@exodus> <56D3772E.3060104@suse.de> <56FCEAF3.4010700@monstr.eu> Message-ID: <5703A409.7080901@xilinx.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Simon, On 5.4.2016 02:03, Simon Glass wrote: > Hi Michal, > > On 31 March 2016 at 03:16, Michal Simek wrote: >> Hi Simon, >> >> >>>> diff --git a/include/ns16550.h b/include/ns16550.h >>>> index 5eeacd6..1311f4c 100644 >>>> --- a/include/ns16550.h >>>> +++ b/include/ns16550.h >>>> @@ -54,9 +54,9 @@ >>>> */ >>>> struct ns16550_platdata { >>>> unsigned long base; >>>> - int reg_offset; >>>> int reg_shift; >>>> int clock; >>>> + int reg_offset; >>>> }; >>>> >>>> struct udevice; >>>> >>> >>> I picked up Alexander's suggestion: Still, we should fix everything up >>> to use member names. >>> >>> Applied to u-boot-dm/next, thanks! >> >> I can't see this patch applied to your next branch. >> Can you please check it? > > It's in mainline now - I have have updated the u-boot-dm/next branch already. ok. Thanks, Michal