Re: [U-Boot] [PATCH 1/6] misc: microchip_flexcom: introduce microchip_flexcom driver

2019-10-24 Thread Eugen.Hristev
On 09.10.2019 12:23, Eugen Hristev - M18282 wrote: > From: Eugen Hristev > > The Microchip Flexcom is just a wrapper which embeds a SPI controller, > an I2C controller and an USART. > Only one function can be used at a time and is chosen at boot time according > to the device tree. > The

[U-Boot] [PATCH 1/6] misc: microchip_flexcom: introduce microchip_flexcom driver

2019-10-09 Thread Eugen.Hristev
From: Eugen Hristev The Microchip Flexcom is just a wrapper which embeds a SPI controller, an I2C controller and an USART. Only one function can be used at a time and is chosen at boot time according to the device tree. The bindings are kept as in Linux. The driver registers to MISC_UCLASS.