Re: [U-Boot] [PATCH v10 08/16] regmap: Add raw read/write functions

2018-10-15 Thread Mario Six
Hi Simon, On Sat, Oct 13, 2018 at 3:52 PM Simon Glass wrote: > > Hi Mario, > > On 4 October 2018 at 01:00, 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 rect

Re: [U-Boot] [PATCH v10 08/16] regmap: Add raw read/write functions

2018-10-13 Thread Simon Glass
Hi Mario, On 4 October 2018 at 01:00, 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 t

[U-Boot] [PATCH v10 08/16] regmap: Add raw read/write functions

2018-10-04 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