Re: [PATCH 20/22] sandbox: mmc: Support fixed MMC devices

2021-07-17 Thread Simon Glass
On 7/6/21 7:32 AM, Simon Glass wrote: > Add support for reading devicetree flags for MMC devices. With this we > can distinguish between fixed and removable drives. Note that this > information is only available when the device is probed, not when it is > bound, since it is read in the of_to_plat()

Re: [PATCH 20/22] sandbox: mmc: Support fixed MMC devices

2021-07-05 Thread Jaehoon Chung
On 7/6/21 7:32 AM, Simon Glass wrote: > Add support for reading devicetree flags for MMC devices. With this we > can distinguish between fixed and removable drives. Note that this > information is only available when the device is probed, not when it is > bound, since it is read in the of_to_plat()

[PATCH 20/22] sandbox: mmc: Support fixed MMC devices

2021-07-05 Thread Simon Glass
Add support for reading devicetree flags for MMC devices. With this we can distinguish between fixed and removable drives. Note that this information is only available when the device is probed, not when it is bound, since it is read in the of_to_plat() method. This could be changed if needed later