Re: [PATCH v3 5/6] sandbox: Enable memio operations in board_init

2020-08-03 Thread Simon Glass
Hi Pratyush, On Mon, 3 Aug 2020 at 05:34, Pratyush Yadav wrote: > > Hi Simon, > > On 16/06/20 09:12PM, Simon Glass wrote: > > Hi Pratyush, > > > > On Thu, 11 Jun 2020 at 13:45, Pratyush Yadav wrote: > > > > > > initr_dm_devices() is called somewhere after board_init(). It can be > > > used by

Re: [PATCH v3 5/6] sandbox: Enable memio operations in board_init

2020-08-03 Thread Pratyush Yadav
Hi Simon, On 16/06/20 09:12PM, Simon Glass wrote: > Hi Pratyush, > > On Thu, 11 Jun 2020 at 13:45, Pratyush Yadav wrote: > > > > initr_dm_devices() is called somewhere after board_init(). It can be > > used by drivers to initialize devices to some default bootup state. > > Those devices might

Re: [PATCH v3 5/6] sandbox: Enable memio operations in board_init

2020-06-16 Thread Simon Glass
Hi Pratyush, On Thu, 11 Jun 2020 at 13:45, Pratyush Yadav wrote: > > initr_dm_devices() is called somewhere after board_init(). It can be > used by drivers to initialize devices to some default bootup state. > Those devices might use mmio read/write operations to perform the > initialization. >

[PATCH v3 5/6] sandbox: Enable memio operations in board_init

2020-06-11 Thread Pratyush Yadav
initr_dm_devices() is called somewhere after board_init(). It can be used by drivers to initialize devices to some default bootup state. Those devices might use mmio read/write operations to perform the initialization. One such example is the mux devices. The mux framework initializes the muxes