mbox series

[v1,0/7] Add support for the Turris Mox router

Message ID 20180808152706.21727-1-marek.behun@nic.cz (mailing list archive)
Headers show
Series Add support for the Turris Mox router | expand

Message

Marek BehĂșn Aug. 8, 2018, 3:26 p.m. UTC
This adds preliminary support for the Turris Mox SOHO router developed by CZ.NIC
to mainline kernel.

The first patch fixes the corresponding pinctrl driver.

The second patch adds a new type of bus called "moxtet" to the kernel, via which
the different Mox modules can be found and configured.

The third patch adds support for GPIOs found on the module with SFP cage. These
GPIOs are configured via the "moxtet" bus.

The fourth and fifth patches add support for watchdog found on Armada 37xx SOCs.

The sixth patch fixes a weird bug I keep encountering in the mvneta driver on
Armada 3720 SOCs. This may be deleted or changed in the future version of this
patchset depending on what the networking guys will think about this.

The seventh patch adds Turris Mox device tree.

Marek