An error occurred fetching the project authors.
- 21 Sep, 2012 3 commits
-
-
Valentin Longchamp authored
This is a first attempt to support the km_kirkwood reference design with a device tree. This km_kirkwood design is present in many Keymile products. It is based on the Marvell Bobcat SOC which integrates a Kirkwood CPU next to a big L2 Ethernet Switch. The Kirkwood in the SOC is very similar to the "normal" one, but there are a few differences. This initial support is minimal: the kernel can boot with network (ge0), serial port and NAND functional. Signed-off-by:
Valentin Longchamp <valentin.longchamp@keymile.com> Cc: Holger Brunck <holger.brunck@keymile.com> Acked-by:
Andrew Lunn <andrew@lunn.ch> Signed-off-by:
Jason Cooper <jason@lakedaemon.net>
-
Sebastian Hesselbarth authored
This add a DT compatible board specific setup for the Seagate FreeAgent Dockstar. Signed-off-by:
Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> Signed-off-by:
Jason Cooper <jason@lakedaemon.net>
-
Alan M Butler authored
Add support for the Iomega ix2-200. Led's and buttons working as of kernel 3.6-rc2 the 3 lines in the network interface do seem to be required as removing either causes the network card to not be able to reach the network (at least on my device). Product page: http://go.iomega.com/en/products/network-storage-desktop/storcenter-network-storage-solution/network-hard-drive-ix2-200-cloud/?partner=4735#tech_specsItem_tabSigned-off-by:
Alan M Butler <alanbutty12@gmail.com> Acked-by:
Andrew Lunn <andrew@lunn.ch> Signed-off-by:
Jason Cooper <jason@lakedaemon.net>
-
- 27 Jul, 2012 3 commits
-
-
Michael Walle authored
Add support for Buffalo Linkstation LS-XHL and LS-CHLv2 using the device tree where possible. Signed-off-by:
Michael Walle <michael@walle.cc> Signed-off-by:
Andrew Lunn <andrew@lunn.ch>
-
Josh Coombs authored
This patch supplies the necessary DTS and supporting files to boot up a Seagate GoFlex Net with 3.5.0-rc3. Signed-off-by:
Joshua Coombs <josh.coombs@gmail.com> Signed-off-by:
Andrew Lunn <andrew@lunn.ch>
-
Andrew Lunn authored
The two different variants of QNAP TS devices, varying by SoC, put the GPIO keys on different GPIO lines. Hence we need two different DT board descriptions, which share the same board-ts219.c file. Signed-off-by:
Andrew Lunn <andrew@lunn.ch> Acked-by:
Jason Cooper <jason@lakedaemon.net>
-
- 15 May, 2012 3 commits
-
-
Simon Baatz authored
Add support for the IB-NAS6210 and IB-NAS 6220. Describe as much as currently possible in the devicetree files, including the NAND partitions. Use the partition scheme of the original firmware by default. Create a board-ib62x0.c for everything else. Signed-off-by:
Simon Baatz <gmbnomis@gmail.com> Signed-off-by:
Jason Cooper <jason@lakedaemon.net>
-
Arnaud Patard (Rtp) authored
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>
-
Jamie Lentin authored
Add support for the DNS-320 and DNS-325. Describe as much as currently possible in the devicetree files, create a board-dnskw.c for everything else. Changes since last submission (V3) [Addressing comments by]:- * One MACH_DLINK_KIRKWOOD_DT for all dtb files [Grant Likely, Jason Cooper] * Drop brain-dead select "select CONFIG_MTD_OF_PARTS" [Grant Likely] * Don't add NAND support then throw it away immediately after [Grant Likely] * Describe purpose of MPP 41, 42 & 49 Changes since last submission (V2):- * Use IEEE-compliant "okay", rather than "ok" [Scott Wood] Signed-off-by:
Jamie Lentin <jm@lentin.co.uk> Signed-off-by:
Jason Cooper <jason@lakedaemon.net>
-
- 08 May, 2012 1 commit
-
-
Andrew Lunn authored
Add tclk as a fixed rate clock for all platforms. In addition, on kirkwood, add a gated clock for most of the clocks which can be gated. Signed-off-by:
Andrew Lunn <andrew@lunn.ch> Tested-by:
Jamie Lentin <jm@lentin.co.uk> [mturquette@linaro.org: removed redundant CLKDEV_LOOKUP from Kconfig] [mturquette@linaro.org: removed redundant clk.h from mach-dove/common.c] Signed-off-by:
Mike Turquette <mturquette@linaro.org>
-
- 16 Mar, 2012 3 commits
-
-
Jason Cooper authored
Signed-off-by:
Jason Cooper <jason@lakedaemon.net> Acked-by:
Arnd Bergmann <arnd@arndb.de>
-
Jason Cooper authored
Move all dreamplug-specific code out of board-dt.c and into board-dreamplug.c. This way new boards that are added during the conversion to fdt don't clutter up board-dt.c. Signed-off-by:
Jason Cooper <jason@lakedaemon.net>
-
Jason Cooper authored
We need to absorb kirkwood_init() into kirkwood_dt_init() so that as we convert drivers, we can remove the platform call, eg kirkwood_rtc_init(). This maintains compatibility with non-fdt configurations because they still call kirkwood_init() in common.c. As drivers are converted, we will reinstate the 'static' qualifier in common.c. Signed-off-by:
Jason Cooper <jason@lakedaemon.net>
-
- 05 Jan, 2012 1 commit
-
-
Russell King authored
Hook these platforms restart code into the new restart hook rather than using arch_reset(). Acked-by:
Nicolas Pitre <nico@linaro.org> Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
- 13 Dec, 2011 1 commit
-
-
Andrew Lunn authored
Move the *_mbus_dram_info structure into the orion platform and call it orion_mbus_dram_info everywhere. Signed-off-by:
Andrew Lunn <andrew@lunn.ch> Tested-by:
Michael Walle <michael@walle.cc> Acked-by:
Nicolas Pitre <nico@linaro.org> Signed-off-by:
Nicolas Pitre <nico@fluxnic.net>
-
- 03 Mar, 2011 2 commits
-
-
Lennert Buytenhek authored
This patch makes the various mach dirs that use the plat-orion time code pass in timer and bridge addresses explicitly, instead of having plat-orion get those values by including a mach dir include file -- the latter mechanism is problematic if you want to support multiple ARM platforms in the same kernel image. Signed-off-by:
Lennert Buytenhek <buytenh@secretlab.ca> Signed-off-by:
Nicolas Pitre <nico@fluxnic.net>
-
Eric Cooper authored
PCIe may have been disabled (by kirkwood_clock_gate) if this kernel was started by kexec. Make sure PCIe is enabled before attempting to access the device ID register, otherwise the system will hang. Signed-off-by:
Eric Cooper <ecc@cmu.edu> Signed-off-by:
Nicolas Pitre <nico@fluxnic.net>
-
- 17 Jul, 2010 1 commit
-
-
Saeed Bishara authored
This patch extends the kirkwood's PCIe support up to 2 controllers as in the 6282 devices. Signed-off-by:
Saeed Bishara <saeed@marvell.com> Signed-off-by:
Nicolas Pitre <nico@fluxnic.net>
-
- 31 May, 2010 1 commit
-
-
apatard@mandriva.com authored
This patch add audio related definitions and functions Signed-off-by:
Arnaud Patard <apatard@mandriva.com> Acked-by:
Nicolas Pitre <nico@fluxnic.net> Acked-by:
Liam Girdwood <lrg@slimlogic.co.uk> Signed-off-by:
Mark Brown <broonie@opensource.wolfsonmicro.com>
-
- 14 May, 2010 1 commit
-
-
Ben Dooks authored
Add a kirkwood_nand_init_rnb() call to allow boards which have RnB line detection to register this instead of a static delay. Signed-off-by:
Ben Dooks <ben@simtec.co.uk> Signed-off-by:
David Woodhouse <David.Woodhouse@intel.com>
-
- 08 Jun, 2009 2 commits
-
-
Nicolas Pitre authored
Always creating the physical mapping should do no harm, so let's remove the interface that was provided for its optional creation and make the mapping static. Signed-off-by:
Nicolas Pitre <nico@marvell.com>
-
Nicolas Pitre authored
Common resource and platform device structures are moved to common.c and only the partition table and chip delay remains a per board parameter. Signed-off-by:
Nicolas Pitre <nico@marvell.com>
-
- 23 Mar, 2009 2 commits
-
-
Martin Michlmayr authored
Add support for the QNAP TS-119 and TS-219 Turbo NAS devices. Signed-off-by:
Martin Michlmayr <tbm@cyrius.com> Signed-off-by:
Nicolas Pitre <nico@marvell.com>
-
Martin Michlmayr authored
Hook up I2C on Marvell Kirkwood. Tested on a QNAP TS-219 which has RTC connected through I2C. Signed-off-by:
Martin Michlmayr <tbm@cyrius.com> Signed-off-by:
Nicolas Pitre <nico@marvell.com>
-
- 27 Feb, 2009 2 commits
-
-
Nicolas Pitre authored
The RTC and the two XOR engines are internal to the chip, and therefore always available since they don't depend on a particular board layout. Signed-off-by:
Nicolas Pitre <nico@marvell.com>
-
Nicolas Pitre authored
Signed-off-by:
Nicolas Pitre <nico@marvell.com>
-
- 11 Dec, 2008 1 commit
-
-
Ronen Shitrit authored
The 88f6192 and 88f6281 Kirkwood SoCs support two ethernet ports. Add the platform glue that will allow board support files to instantiate the second ethernet port. Signed-off-by:
Ronen Shitrit <rshitrit@marvell.com> Signed-off-by:
Lennert Buytenhek <buytenh@marvell.com> Signed-off-by:
Nicolas Pitre <nico@marvell.com>
-
- 19 Oct, 2008 1 commit
-
-
Lennert Buytenhek authored
This adds DSA switch instantiation hooks to the orion5x and the kirkwood ARM SoC platform code, and instantiates the DSA switch driver on the 88F5181L FXO RD, the 88F5181L GE RD, the 6183 AP GE RD, the Linksys WRT350n v2, and the 88F6281 RD boards. Signed-off-by:
Lennert Buytenhek <buytenh@marvell.com> Tested-by:
Nicolas Pitre <nico@marvell.com> Tested-by:
Peter van Valderen <linux@ddcrew.com> Tested-by:
Dirk Teurlings <dirk@upexia.nl> Signed-off-by:
Nicolas Pitre <nico@marvell.com>
-
- 25 Sep, 2008 2 commits
-
-
Lennert Buytenhek authored
Signed-off-by:
Lennert Buytenhek <buytenh@marvell.com>
-
Ronen Shitrit authored
Add support to the Kirkwood port for newer device models and silicon revisions. Instead of looking at the DEVICE_ID register, the device version is now determined by looking at the PCI-Express device ID and revision registers, as it is done for orion5x, and this information is used to determine the TCLK frequency, again, as it is done for orion5x. Signed-off-by:
Ronen Shitrit <rshitrit@marvell.com> Signed-off-by:
Lennert Buytenhek <buytenh@marvell.com>
-
- 09 Aug, 2008 2 commits
-
-
Lennert Buytenhek authored
Signed-off-by:
Lennert Buytenhek <buytenh@marvell.com>
-
Saeed Bishara authored
Signed-off-by:
Saeed Bishara <saeed@marvell.com> Signed-off-by:
Lennert Buytenhek <buytenh@marvell.com>
-
- 22 Jun, 2008 1 commit
-
-
Saeed Bishara authored
The Marvell Kirkwood (88F6000) is a family of ARM SoCs based on a Shiva CPU core, and features a DDR2 controller, a x1 PCIe interface, a USB 2.0 interface, a SPI controller, a crypto accelerator, a TS interface, and IDMA/XOR engines, and depending on the model, also features one or two Gigabit Ethernet interfaces, two SATA II interfaces, one or two TWSI interfaces, one or two UARTs, a TDM/SLIC interface, a NAND controller, an I2S/SPDIF interface, and an SDIO interface. This patch adds supports for the Marvell DB-88F6281-BP Development Board and the RD-88F6192-NAS and the RD-88F6281 Reference Designs, enabling support for the PCIe interface, the USB interface, the ethernet interfaces, the SATA interfaces, the TWSI interfaces, the UARTs, and the NAND controller. Signed-off-by:
Saeed Bishara <saeed@marvell.com> Signed-off-by:
Lennert Buytenhek <buytenh@marvell.com>
-