From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Tue, 17 Sep 2019 09:52:21 -0700 Subject: [U-Boot] [PATCH v2 2/4] libfdt: return correct value if #size-cells property is not present In-Reply-To: <39666cdc-51ec-492d-7590-dc7bc34197c3@suse.com> References: <20190905084849.20596-1-matthias.bgg@kernel.org> <20190905084849.20596-3-matthias.bgg@kernel.org> <39666cdc-51ec-492d-7590-dc7bc34197c3@suse.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Matthias, On Tue, 17 Sep 2019 at 00:29, Matthias Brugger wrote: > > Hi Simon, > > On 17/09/2019 07:48, Simon Glass wrote: > > Hi, > > > > On Thu, 5 Sep 2019 at 02:49, wrote: > >> > >> From: Matthias Brugger > >> > >> According to the device tree specification, the default value for > >> was not present. > >> > >> This patch also makes fdt_address_cells() and fdt_size_cells() conform > >> to the behaviour documented in libfdt.h. The defaults are only returned > >> if fdt_getprop() returns -FDT_ERR_NOTFOUND, otherwise the actual error > >> is returned. > >> > >> This is based on upstream commit: > >> aa7254d ("libfdt: return correct value if #size-cells property is not present") > >> but misses the test case part, as we don't implement them in U-Boot. > >> > >> Signed-off-by: Matthias Brugger > > > > This is v2 but I don't see a change log? > > > > I put the changelog into the cover letter: > https://patchwork.ozlabs.org/cover/1158304/ > > From your email I understand that you prefer a patch by patch changelog, correct? Both is best. If you use patman it does this for you. Regards, Simon