Re: [PATCH 1/2] dm: core: Add functions to read 8/16-bit integers

2022-09-15 Thread Tom Rini
On Tue, Jun 14, 2022 at 03:21:30PM +0200, Stefan Herbrechtsmeier wrote: > From: Stefan Herbrechtsmeier > > Add functions to read 8/16-bit integers like the existing functions for > 32/64-bit to simplify read of 8/16-bit integers from device tree > properties. > > Signed-off-by: Stefan Herbrecht

Re: [PATCH 1/2] dm: core: Add functions to read 8/16-bit integers

2022-08-22 Thread Stefan Herbrechtsmeier
Hi Heinrich, Am 14.07.2022 um 14:58 schrieb Heinrich Schuchardt: On 7/14/22 12:37, Stefan Herbrechtsmeier wrote: Hi Simon, Am 14.07.2022 um 12:22 schrieb Simon Glass: Hi Stefan, On Wed, 13 Jul 2022 at 10:08, Stefan Herbrechtsmeier wrote: Hi Simon, Am 13.07.2022 um 17:28 schrieb Simon Gla

Re: [PATCH 1/2] dm: core: Add functions to read 8/16-bit integers

2022-08-22 Thread Stefan Herbrechtsmeier
Hi, Am 14.07.2022 um 16:51 schrieb Simon Glass: Hi Stefan, On Thu, 14 Jul 2022 at 04:37, Stefan Herbrechtsmeier wrote: Hi Simon, Am 14.07.2022 um 12:22 schrieb Simon Glass: Hi Stefan, On Wed, 13 Jul 2022 at 10:08, Stefan Herbrechtsmeier wrote: Hi Simon, Am 13.07.2022 um 17:28 schrieb

Re: [PATCH 1/2] dm: core: Add functions to read 8/16-bit integers

2022-07-14 Thread Simon Glass
Hi Stefan, On Thu, 14 Jul 2022 at 04:37, Stefan Herbrechtsmeier wrote: > > Hi Simon, > > Am 14.07.2022 um 12:22 schrieb Simon Glass: > > Hi Stefan, > > > > On Wed, 13 Jul 2022 at 10:08, Stefan Herbrechtsmeier > > wrote: > >> > >> Hi Simon, > >> > >> Am 13.07.2022 um 17:28 schrieb Simon Glass: >

Re: [PATCH 1/2] dm: core: Add functions to read 8/16-bit integers

2022-07-14 Thread Heinrich Schuchardt
On 7/14/22 12:37, Stefan Herbrechtsmeier wrote: Hi Simon, Am 14.07.2022 um 12:22 schrieb Simon Glass: Hi Stefan, On Wed, 13 Jul 2022 at 10:08, Stefan Herbrechtsmeier wrote: Hi Simon, Am 13.07.2022 um 17:28 schrieb Simon Glass: Hi Stefan, On Tue, 12 Jul 2022 at 12:31, Stefan Herbrechtsmei

Re: [PATCH 1/2] dm: core: Add functions to read 8/16-bit integers

2022-07-14 Thread Stefan Herbrechtsmeier
Hi Simon, Am 14.07.2022 um 12:22 schrieb Simon Glass: Hi Stefan, On Wed, 13 Jul 2022 at 10:08, Stefan Herbrechtsmeier wrote: Hi Simon, Am 13.07.2022 um 17:28 schrieb Simon Glass: Hi Stefan, On Tue, 12 Jul 2022 at 12:31, Stefan Herbrechtsmeier wrote: Hi Simon, Am 12.07.2022 um 12:58 sc

Re: [PATCH 1/2] dm: core: Add functions to read 8/16-bit integers

2022-07-14 Thread Simon Glass
Hi Stefan, On Wed, 13 Jul 2022 at 10:08, Stefan Herbrechtsmeier wrote: > > Hi Simon, > > Am 13.07.2022 um 17:28 schrieb Simon Glass: > > Hi Stefan, > > > > On Tue, 12 Jul 2022 at 12:31, Stefan Herbrechtsmeier > > wrote: > >> > >> Hi Simon, > >> > >> Am 12.07.2022 um 12:58 schrieb Simon Glass: >

Re: [PATCH 1/2] dm: core: Add functions to read 8/16-bit integers

2022-07-13 Thread Stefan Herbrechtsmeier
Hi Simon, Am 13.07.2022 um 17:28 schrieb Simon Glass: Hi Stefan, On Tue, 12 Jul 2022 at 12:31, Stefan Herbrechtsmeier wrote: Hi Simon, Am 12.07.2022 um 12:58 schrieb Simon Glass: Hi Stefan, On Tue, 14 Jun 2022 at 07:22, Stefan Herbrechtsmeier wrote: From: Stefan Herbrechtsmeier Add f

Re: [PATCH 1/2] dm: core: Add functions to read 8/16-bit integers

2022-07-13 Thread Simon Glass
Hi Stefan, On Tue, 12 Jul 2022 at 12:31, Stefan Herbrechtsmeier wrote: > > Hi Simon, > > Am 12.07.2022 um 12:58 schrieb Simon Glass: > > Hi Stefan, > > > > On Tue, 14 Jun 2022 at 07:22, Stefan Herbrechtsmeier > > wrote: > >> > >> From: Stefan Herbrechtsmeier > >> > >> Add functions to read 8/16

Re: [PATCH 1/2] dm: core: Add functions to read 8/16-bit integers

2022-07-12 Thread Stefan Herbrechtsmeier
Hi Simon, Am 12.07.2022 um 12:58 schrieb Simon Glass: Hi Stefan, On Tue, 14 Jun 2022 at 07:22, Stefan Herbrechtsmeier wrote: From: Stefan Herbrechtsmeier Add functions to read 8/16-bit integers like the existing functions for 32/64-bit to simplify read of 8/16-bit integers from device tree

Re: [PATCH 1/2] dm: core: Add functions to read 8/16-bit integers

2022-07-12 Thread Simon Glass
Hi Stefan, On Tue, 14 Jun 2022 at 07:22, Stefan Herbrechtsmeier wrote: > > From: Stefan Herbrechtsmeier > > Add functions to read 8/16-bit integers like the existing functions for > 32/64-bit to simplify read of 8/16-bit integers from device tree > properties. > > Signed-off-by: Stefan Herbrecht

Re: [PATCH 1/2] dm: core: Add functions to read 8/16-bit integers

2022-07-11 Thread Marek Vasut
On 6/14/22 15:21, Stefan Herbrechtsmeier wrote: From: Stefan Herbrechtsmeier Add functions to read 8/16-bit integers like the existing functions for 32/64-bit to simplify read of 8/16-bit integers from device tree properties. Signed-off-by: Stefan Herbrechtsmeier Reviewed-by: Marek Vasut

[PATCH 1/2] dm: core: Add functions to read 8/16-bit integers

2022-06-14 Thread Stefan Herbrechtsmeier
From: Stefan Herbrechtsmeier Add functions to read 8/16-bit integers like the existing functions for 32/64-bit to simplify read of 8/16-bit integers from device tree properties. Signed-off-by: Stefan Herbrechtsmeier --- arch/sandbox/dts/test.dts | 2 ++ drivers/core/of_access.c | 38 +++