Re: [U-Boot] [PATCH v3 07/13] regmap: Add raw read/write functions

2018-08-03 Thread Mario Six
Hi Simon, On Thu, Aug 2, 2018 at 2:20 PM, Simon Glass wrote: > Hi Mario, > > On 31 July 2018 at 04:01, Mario Six wrote: >> The regmap functions currently assume that all register map accesses >> have a data width of 32 bits, but there are maps that have different >> widths. >> >> To rectify this

Re: [U-Boot] [PATCH v3 07/13] regmap: Add raw read/write functions

2018-08-03 Thread Mario Six
Hi Anatolij, On Thu, Aug 2, 2018 at 12:01 AM, Anatolij Gustschin wrote: > Hi Mario, > > On Tue, 31 Jul 2018 12:01:04 +0200 > Mario Six mario@gdsys.cc wrote: > >> The regmap functions currently assume that all register map accesses >> have a data width of 32 bits, but there are maps that have

Re: [U-Boot] [PATCH v3 07/13] regmap: Add raw read/write functions

2018-08-02 Thread Simon Glass
Hi Mario, On 31 July 2018 at 04:01, Mario Six wrote: > The regmap functions currently assume that all register map accesses > have a data width of 32 bits, but there are maps that have different > widths. > > To rectify this, implement the regmap_raw_read and regmap_raw_write > functions from the

Re: [U-Boot] [PATCH v3 07/13] regmap: Add raw read/write functions

2018-08-01 Thread Anatolij Gustschin
Hi Mario, On Tue, 31 Jul 2018 12:01:04 +0200 Mario Six mario@gdsys.cc wrote: > The regmap functions currently assume that all register map accesses > have a data width of 32 bits, but there are maps that have different > widths. > > To rectify this, implement the regmap_raw_read and regmap_r

[U-Boot] [PATCH v3 07/13] regmap: Add raw read/write functions

2018-07-31 Thread Mario Six
The regmap functions currently assume that all register map accesses have a data width of 32 bits, but there are maps that have different widths. To rectify this, implement the regmap_raw_read and regmap_raw_write functions from the Linux kernel API that specify the width of a desired read or writ