On 10 August 2015 at 23:02, Jean-Christophe Dubois <j...@tribudubois.net> wrote: > This series of patches is generated against Peter Maydell GIT tree: > https://git.linaro.org/people/peter.maydell/qemu-arm.git > branch target-arm-post-2.4 > > This series of patches add the support for the i.MX25 processor through the > Freescale PDK evaluation board. > > For now a limited set of devices is supported. > * GPT timers (from i.MX31) > * EPIT timers (from i.MX31) > * Serial ports (from i.MX31) > * Ethernet FEC port > * I2C controller > > In the process the KZM platform was split into an i.MX31 SOC > and a plateform part. > > Also, I2C devices was added to the i.MX31 SOC. > > This was tested by: > * booting a minimal linux system on the i.MX25 PDK platform > * booting the Xvisor hypervisor on the i.MX25 PDK platform > * booting a minimal linux system on the KZM platform > > Jean-Christophe Dubois (8): > i.MX: Add SOC support for i.MX31 > i.MX: KZM now uses the standalone i.MX31 SOC support > i.MX: Add I2C controller emulator > i.MX: Add FEC Ethernet Emulator > i.MX: Add SOC support for i.MX25 > i.MX: Add the i.MX25 PDK plateform > i.MX: Add qtest support for I2C device emulator. > i.MX: Add i2C devices to i.MX31 SOC
I think this series is OK content-wise, but checkpatch.pl produces a lot of errors on most of these patches. Can you fix them, please? thanks -- PMM