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

2018-10-24 Thread sjg
On 15 October 2018 at 01:24, 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 Linux k

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

2018-10-18 Thread Simon Glass
On 15 October 2018 at 01:24, 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 Linux k

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

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