aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-integrator/integrator_cp.c
AgeCommit message (Expand)AuthorFilesLines
2016-06-23arm: use of_platform_default_populate() to populateGravatar Kefeng Wang 1-2/+1
2016-04-04ARM: integrator: move flash registration to device treeGravatar Linus Walleij 1-51/+0
2014-11-13soc: move SoC driver for the ARM IntegratorGravatar Linus Walleij 1-27/+0
2014-11-13ARM: integrator: move restart to the device treeGravatar Linus Walleij 1-1/+0
2014-08-08Merge tag 'soc-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Gravatar Linus Torvalds 1-8/+2
2014-07-07Merge tag 'versatile-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Gravatar Olof Johansson 1-2/+1
2014-07-07Merge tag 'versatile-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Olof Johansson 1-8/+2
2014-06-27video: move Versatile CLCD helpersGravatar Linus Walleij 1-2/+1
2014-06-24ARM: integrator: convert to use irqchip_initGravatar Rob Herring 1-8/+2
2014-06-24ARM: integrator: fix OF-related regressionGravatar Linus Walleij 1-17/+6
2014-02-26ARM: integrator: register sched_clock directlyGravatar Linus Walleij 1-4/+7
2014-02-26ARM: integrator: localize the hardware.h headerGravatar Linus Walleij 1-1/+1
2014-02-26ARM: integrator: merge platform.h to hardware.hGravatar Linus Walleij 1-1/+0
2014-02-26ARM: integrator: localize the lm.h headerGravatar Linus Walleij 1-3/+0
2014-02-13ARM: integrator: switch to fetch clocks from device treeGravatar Linus Walleij 1-6/+0
2014-01-31ARM: integrator: restore static map on the CPGravatar Linus Walleij 1-0/+6
2013-12-04ARM: integrator: move EBI to the device treeGravatar Linus Walleij 1-6/+0
2013-12-04ARM: integrator: delete static core module mappingsGravatar Linus Walleij 1-8/+0
2013-11-14ARM: integrator_cp: Set LCD{0,1} enable lines when turning on CLCDGravatar Jonathan Austin 1-1/+2
2013-10-16ARM: integrator: core module registers from compatible stringsGravatar Linus Walleij 1-1/+7
2013-10-16ARM: integrator: move CM base into device treeGravatar Linus Walleij 1-1/+2
2013-10-16ARM: integrator: decommission the <mach/irqs.h> headerGravatar Linus Walleij 1-1/+0
2013-10-16ARM: integrator: delete non-devicetree boot pathGravatar Linus Walleij 1-173/+0
2013-04-17Merge tag 'clksrc-cleanup-for-3.10-part2' of git://sources.calxeda.com/kernel...Gravatar Olof Johansson 1-34/+0
2013-04-11ARM: integrator-cp: convert use CLKSRC_OF for timer initGravatar Rob Herring 1-34/+0
2013-04-03Merge commit '7185684' into omap-for-v3.10/timerGravatar Tony Lindgren 1-5/+2
2013-02-24ARM: cleanup: soc_device_register() error checkingGravatar Russell King 1-5/+2
2013-02-21Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socGravatar Linus Torvalds 1-12/+4
2013-02-14ARM: integrator/versatile: fix NOMMU warningsGravatar Arnd Bergmann 1-1/+1
2012-12-24ARM: delete struct sys_timerGravatar Stephen Warren 1-12/+4
2012-12-12Merge tag 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socGravatar Linus Torvalds 1-4/+2
2012-11-17ARM: integrator: push down SC dependenciesGravatar Linus Walleij 1-2/+2
2012-11-16ARM: integrator: delete static UART1 mappingGravatar Linus Walleij 1-5/+0
2012-11-16ARM: integrator: delete SC mapping on the CPGravatar Linus Walleij 1-5/+0
2012-11-16ARM: integrator: remove static CP syscon mappingGravatar Linus Walleij 1-17/+33
2012-11-16ARM: integrator: hook the CP into the SoC busGravatar Linus Walleij 1-2/+55
2012-11-04ARM: plat-versatile: move FPGA irq driver to drivers/irqchipGravatar Linus Walleij 1-1/+1
2012-10-27ARM: integrator: get rid of preallocated irq descriptorsGravatar Linus Walleij 1-3/+1
2012-10-09ARM: integrator_cp: fix build failureGravatar Olof Johansson 1-2/+2
2012-10-07Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armGravatar Linus Torvalds 1-105/+220
2012-09-19ARM: integrator: use __iomem pointers for MMIOGravatar Arnd Bergmann 1-3/+3
2012-09-17ARM: 7519/1: integrator: convert platform devices to Device TreeGravatar Linus Walleij 1-45/+47
2012-09-17ARM: 7518/1: integrator: convert AMBA devices to device treeGravatar Linus Walleij 1-20/+64
2012-09-17ARM: 7517/1: integrator: initial device tree supportGravatar Linus Walleij 1-43/+111
2012-09-17ARM: 7514/1: integrator: call common init function from machineGravatar Linus Walleij 1-0/+1
2012-07-11ARM: integrator: convert to common clockGravatar Linus Walleij 1-61/+2
2012-07-11ARM: integrator: put symbolic bus names on devicesGravatar Linus Walleij 1-4/+4
2012-05-04ARM: 7389/2: plat-versatile: modernize FPGA IRQ controllerGravatar Linus Walleij 1-23/+10
2012-03-27Merge branch 'devel-stable' into for-linusGravatar Russell King 1-40/+9
2012-03-24ARM: 7349/1: integrator: convert to sparse irqsGravatar Linus Walleij 1-1/+2