History log of /arch/arm/mach-integrator/Makefile
Revision Date Author Comments
f4bc4f0ab4081b5bf99c92663877a41adf8c843a 29-Jan-2013 Linus Walleij <linus.walleij@linaro.org> ARM: integrator: merge PCIv3 driver into one file

The Integrator/AP PCI bridget, "v3" is contained in two files,
where pci.c is a socket container to plug in the v3 device.
However to transition the v3 to enable device tree probing, it
need to be converted to a platform device (so that it can have
a device node in the device tree) and then we want the PCI
driver in a single file, as any other device driver, so we can
handle variants using compatible strings and device name,
and get the base address etc from resources connected to the
device node.

To move toward this goal we consolidate all code in the
pci_v3.c file.

Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
b7e614c8bf5c898b172d7dfed9853fdda35be5cc 04-Apr-2013 Viresh Kumar <viresh.kumar@linaro.org> cpufreq: integrator: move cpufreq driver to drivers/cpufreq

This patch moves cpufreq driver of ARM based integrator platform to
drivers/cpufreq.

Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
95f4965cf8a7cb7cdd987359cf48162f37bdd2d3 13-Mar-2012 Bryan Wu <bryan.wu@canonical.com> ARM: mach-integrator: retire custom LED code

Use the LED in core module for CPU activity and also enable 4
debugging LEDs in baseboard.

The CPU activity LED is now handled by the trigger in the leds
subsystem, retire this old CONFIG_LEDS-based code.

Signed-off-by: Bryan Wu <bryan.wu@canonical.com>
f4b8b319bf21bf3576014ce7336763cd3e1684ef 14-Jan-2010 Russell King <rmk+kernel@arm.linux.org.uk> ARM: Realview/Versatile/Integrator: separate out common clock code

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
a190901c6b5f1f4a31681e8c69d811a4f9426e2b 20-Apr-2008 Russell King <rmk@dyn-67.arm.linux.org.uk> [RTC] rtc-pl030: add driver, remove old non-rtc lib driver

Convert Integrator PL030 RTC driver to use the RTC class interfaces.

Acked-by: Alessandro Zummo <a.zummo@towertech.it>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
06ba255571b0a2f1fb7e49e7406364e4194f4e10 14-May-2007 Russell King <rmk@dyn-67.arm.linux.org.uk> [ARM] Remove Integrator/CP SMP platform support

The Integrator/CP SMP platform support was never fully merged, and now
it's causing build breakage. Remove it.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
20cf33ea16253b9eed387cba022cb014563db40e 18-Jun-2005 Russell King <rmk@dyn-67.arm.linux.org.uk> [PATCH] ARM SMP: Add basic support Integrator/CP platform

Add basic SMP support for the Integrator/CP platform.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 17-Apr-2005 Linus Torvalds <torvalds@ppc970.osdl.org> Linux-2.6.12-rc2

Initial git repository build. I'm not bothering with the full history,
even though we have it. We can create a separate "historical" git
archive of that later if we want to, and in the meantime it's about
3.2GB when imported into git - space that would just make the early
git days unnecessarily complicated, when we don't have a lot of good
infrastructure for it.

Let it rip!