summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-kirkwood/board-iconnect.c
Commit message (Collapse)AuthorAgeFilesLines
* arm: kirkwood: convert Iomega Iconnect to use DT for the PCIe interfaceThomas Petazzoni2013-05-271-8/+0
| | | | | | | | | Now that the PCIe mvebu driver is usable on Kirkwood, use it instead of the legacy PCIe code, since it allows to describe the PCIe interfaces in the Device Tree. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Jason Cooper <jason@lakedaemon.net>
* Merge branch 'orion/cleanup' into orion/dtOlof Johansson2012-11-261-8/+0
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge in the cleanups that should have been used as the base of the DT branch instead of letting the conflicts be exposed all the way up to the toplevel merges. All of these are caused by cleanups being done both in the cleanup branch and the dt branch, resulting in remove/remove conflicts of header files. By Andrew Lunn (3) and others via Jason Cooper * orion/cleanup: ARM: Kirkwood: Use hw_pci.ops instead of hw_pci.scan ARM: Kirkwood: checkpatch cleanups ARM: Kirkwood: Fix sparse warnings. ARM: Kirkwood: Remove unused includes ARM: kirkwood: cleanup lsxl board includes Remove/remove conflicts in: arch/arm/mach-kirkwood/board-dockstar.c arch/arm/mach-kirkwood/board-goflexnet.c arch/arm/mach-kirkwood/board-lsxl.c Signed-off-by: Olof Johansson <olof@lixom.net>
| * ARM: Kirkwood: Remove unused includesAndrew Lunn2012-11-191-8/+0
| | | | | | | | | | | | | | | | With the gradual conversion of C code to DT, there are a number of include files which are no longer needed. Remove them. Signed-off-by: Andrew Lunn <andrew@lunn.ch> Signed-off-by: Jason Cooper <jason@lakedaemon.net>
* | ARM: Kirkwood: Convert iConnect to pinctrl.Andrew Lunn2012-11-241-17/+0
| | | | | | | | | | Signed-off-by: Andrew Lunn <andrew@lunn.ch> Signed-off-by: Jason Cooper <jason@lakedaemon.net>
* | ARM: Kirkwood: Convert all DT boards to EHCI via DT.Andrew Lunn2012-11-241-1/+0
|/ | | | | | | | | | Now that the EHCI driver has DT support, drop old style configuration of it and add DT in its place. Since all the boards enable the EHCI, enable it by default in kirkwood.dtsi. Any new boards which don't have USB can specifically disable it. Signed-off-by: Andrew Lunn <andrew@lunn.ch> Signed-off-by: Jason Cooper <jason@lakedaemon.net>
* ARM: Kirkwood: Describe iconnect nand in DT.Arnaud Patard (Rtp)2012-09-221-10/+0
| | | | | | | Define the nand and its partitions in DT and remove them from cmdline Signed-off-by: Arnaud Patard <arnaud.patard@rtp-net.org> Signed-off-by: Jason Cooper <jason@lakedaemon.net>
* ARM: Kirkwood: Describe iconnect keys in DT.Arnaud Patard (Rtp)2012-09-221-38/+0
| | | | | | | | Define the 2 keys found on iconnect in DT. It's also changing the keycodes/ switches to use better ones. Signed-off-by: Arnaud Patard <arnaud.patard@rtp-net.org> Signed-off-by: Jason Cooper <jason@lakedaemon.net>
* ARM: Kirkwood: Describe iConnects LEDs in DT.Andrew Lunn2012-07-271-46/+0
| | | | Signed-off-by: Andrew Lunn <andrew@lunn.ch>
* ARM: Kirkwood: Describe iConnects temperature sensor in DT.Andrew Lunn2012-07-271-10/+0
| | | | | | | Now that we have I2C support in DT, describe the LM63 in the DT file for the iConnect. Signed-off-by: Andrew Lunn <andrew@lunn.ch>
* ARM: iconnect: Remove include of removed linux/spi/orion_spi.hAndrew Lunn2012-06-171-3/+0
| | | | | | | | | | | | v3.5-rc1 fails to build when DT and iconnect is enabled because of this now none existant include file. Also remove the other two SPI include files, which are not needed with the move to DT. Signed-off-by: Andrew Lunn <andrew@lunn.ch> Acked-by: Arnaud Patard <arnaud.patard@rtp-net.org> Signed-off-by: Olof Johansson <olof@lixom.net>
* kirkwood: Add iconnect supportArnaud Patard (Rtp)2012-05-151-0/+165
Add support for Iomega Iconnect system. Signed-off-by: Arnaud Patard <arnaud.patard@rtp-net.org> Tested-By: Adam Baker <linux@baker-net.org.uk> Signed-off-by: Jason Cooper <jason@lakedaemon.net>
OpenPOWER on IntegriCloud