aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-integrator/core.c
AgeCommit message (Expand)AuthorFilesLines
2022-04-04ARM: versatile: move integrator/realview/vexpress to versatileArnd Bergmann1-96/+0
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport1-1/+1
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport1-1/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2014-11-13soc: move SoC driver for the ARM IntegratorLinus Walleij1-95/+0
2014-11-13ARM: integrator: move restart to the device treeLinus Walleij1-8/+0
2014-02-26ARM: integrator: localize the hardware.h headerLinus Walleij1-2/+1
2014-02-26ARM: integrator: merge platform.h to hardware.hLinus Walleij1-1/+0
2013-10-16ARM: integrator: move CM base into device treeLinus Walleij1-43/+77
2013-10-16ARM: integrator: decommission the <mach/irqs.h> headerLinus Walleij1-1/+0
2013-10-16ARM: integrator: delete non-devicetree boot pathLinus Walleij1-57/+0
2013-10-16ARM: integrator: get the CM control register by proxyLinus Walleij1-0/+8
2013-07-09reboot: arm: change reboot_mode to use enum reboot_modeRobin Holt1-1/+1
2013-02-14ARM: integrator: fix build with INTEGRATOR_AP offArnd Bergmann1-1/+1
2012-11-17ARM: integrator: push down SC dependenciesLinus Walleij1-46/+4
2012-11-16ARM: integrator: hook the AP into the SoC busLinus Walleij1-0/+91
2012-10-07Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds1-6/+11
2012-10-01Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-3/+0
2012-09-19ARM: integrator: use __iomem pointers for MMIOArnd Bergmann1-2/+2
2012-09-17ARM: 7518/1: integrator: convert AMBA devices to device treeLinus Walleij1-2/+6
2012-09-16Merge tag 'tegra-for-3.7-drivers-i2c' of git://git.kernel.org/pub/scm/linux/k...Olof Johansson1-0/+1
2012-09-17ARM: 7515/1: integrator: check PL010 base address from resourceLinus Walleij1-1/+4
2012-09-17ARM: 7514/1: integrator: call common init function from machineLinus Walleij1-4/+2
2012-08-13Merge branch 'for-arm-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/c...Arnd Bergmann1-3/+0
2012-08-09ARM: integrator: include <linux/export.h>Arnd Bergmann1-0/+1
2012-08-01ARM: mach-integrator: retire custom LED codeBryan Wu1-1/+0
2012-08-01ARM: mach-integrator: move CM_CTRL to header file for accessing by other func...Bryan Wu1-2/+0
2012-07-11ARM: integrator: convert to common clockLinus Walleij1-45/+0
2012-07-11ARM: integrator: put symbolic bus names on devicesLinus Walleij1-10/+10
2012-03-29Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds1-1/+2
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds1-1/+0
2012-03-28Disintegrate asm/system.h for ARMDavid Howells1-1/+0
2012-03-27Merge branch 'devel-stable' into for-linusRussell King1-57/+13
2012-03-24ARM: 7349/1: integrator: convert to sparse irqsLinus Walleij1-1/+2
2012-01-26ARM: amba: integrator: use common amba device initializersRussell King1-57/+13
2012-01-25ARM: amba: integrator/realview/versatile/vexpress: get rid of NO_IRQ initiali...Russell King1-5/+5
2012-01-05Merge branch 'restart' into for-linusRussell King1-0/+8
2012-01-05ARM: restart: integrator: use new restart hookRussell King1-0/+8
2011-12-23ARM: 7238/1: integrator: only hardcode AP PrimeCell IDsLinus Walleij1-5/+14
2011-10-26Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-3/+3
2011-10-17ARM: 7087/2: mach-integrator: get timer frequency from clockLinus Walleij1-0/+4
2011-09-13locking, ARM: Annotate low level hw locks as rawThomas Gleixner1-3/+3
2011-02-19ARM: integrator: use new init_early for clock tree initRussell King1-2/+5
2010-11-26ARM: 6483/1: arm & sh: factorised duplicated clkdev.cJean-Christop PLAGNIOL-VILLARD1-2/+1
2010-07-31Merge branches 'at91', 'ep93xx', 'kexec', 'iop', 'lmb', 'nomadik', 'nuc', 'pl...Russell King1-1/+18
2010-07-27ARM: Convert platform reservations to use LMB rather than bootmemRussell King1-2/+2
2010-07-22ARM: AMBA: Add pclk definition for platforms using primecellsRussell King1-1/+6
2010-07-16ARM: Move platform memory reservations out of generic codeRussell King1-0/+12
2010-05-02ARM: Integrator: move 16-bit timer support to Integrator/APRussell King1-157/+0
2010-05-02ARM: Integrator: convert to use register definitionsRussell King1-6/+6
2010-04-29ARM: Integrator: pass 'khz' to integrator_time_initRussell King1-3/+3
2010-04-29ARM: Integrator: convert to generic clockevent supportRussell King1-34/+73
2010-04-29ARM: Integrator: convert to generic time supportRussell King1-32/+30
2010-04-29ARM: Fix Versatile&Integrator includes to behave in the same way as RealviewRussell King1-0/+1
2010-02-12ARM: Consolidate clks_register() and similarRussell King1-2/+1
2009-05-18[ARM] 5517/1: integrator: don't put clock lookups in __initdataRabin Vincent1-1/+1
2009-01-06arm: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-5/+5
2008-11-27[ARM] integrator: convert to clkdev and lookup clocks by device nameRussell King1-0/+35
2008-09-06[ARM] Convert asm/io.h to linux/io.hRussell King1-1/+1
2008-08-07[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King1-2/+2
2008-08-07[ARM] Remove asm/hardware.h, use asm/arch/hardware.h insteadRussell King1-1/+1
2008-01-28[ARM] Fix timer damage from d3d74453c34f8fd87674a8cf5b8a327c68f22e99Russell King1-4/+0
2007-05-16[ARM] Remove Integrator/CP SMP platform supportRussell King1-17/+1
2007-05-08Add IRQF_IRQPOLL flag on armBernhard Walle1-1/+1
2006-10-06Initial blind fixup for arm for irq changesLinus Torvalds1-3/+3
2006-07-02[PATCH] ARM: fixup irqflags breakage after ARM genirq mergeThomas Gleixner1-1/+1
2006-07-01[ARM] 3687/1: ARM: Convert integrator to generic irq handlingThomas Gleixner1-0/+1
2006-03-26[SERIAL] amba-pl010: allow platforms to specify modem control methodRussell King1-0/+46
2006-01-07[ARM] Move AMBA include files to include/linux/amba/Russell King1-1/+1
2005-06-29[PATCH] ARM: Remove nmi_tick from integrator platformsRussell King1-1/+0
2005-06-29[PATCH] ARM: Convert ARM timer implementations to use readl/writelRussell King1-28/+14
2005-06-26[PATCH] ARM: Add SA_TIMER flag to timer interruptsRussell King1-2/+2
2005-06-20[PATCH] ARM: Remove nmi_tick() from Integrator.Russell King1-1/+0
2005-06-18[PATCH] ARM SMP: Add basic support Integrator/CP platformRussell King1-1/+19
2005-05-03[PATCH] ARM: Clean up commenting/spacing for IntegratorRussell King1-2/+4
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+271