
On Mon, 2018-12-10 at 19:48 -0500, Tom Rini wrote:
On Mon, Dec 10, 2018 at 05:35:56PM -0300, Ezequiel Garcia wrote:
As the subject says, this series adds support for CI20.
Most of the work was done by Paul Burton, and then by Marek Vasut. I've just rescued the work from the dark wastelands of Mordor, did some cleaning here and there and submitted.
Patches 1, 2, and 4 are completely untouched. I've picked them from Marek's tree.
For the MMC driver (patch 3) there is some cleanup, and some fixes for proper DM migration.
Finally, patches 5 and 6 have been changed a bit: I've cleaned up the devicetree, the board support files and the defconfig.
This is based on top of today's master (7ff485c68b7e) and has been tested by SD-card booting both U-Boot and Linux. Booting Linux via TFTP was also tested.
Please note that I've added Paul's SOB to all the patches he authored, to make the authorship chain more clear.
Reviews and tests are welcome. Bikesheds not so much! ;-)
There's some stuff that's been noted that needs fixing and a v5 (I think, really) posted with those addressed. But if there's nothing else, it would be good to finally get this platform in and I would be open to seeing it come in still at this point in the merge window. Thanks all!
I think that if we are worried about those infinite loops in the drivers, and stuff along that severity level, it won't hurt to fix them as follow-up patches.
Thanks, Eze