summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-integrator
Commit message (Expand)AuthorAgeFilesLines
* ARM: integrator: add MMCI device to IM-PD1Linus Walleij2014-08-191-0/+48
* Merge tag 'soc-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2014-08-082-16/+4Star
|\
| * Merge tag 'versatile-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Olof Johansson2014-07-082-16/+4Star
| |\
| | * ARM: integrator: convert to use irqchip_initRob Herring2014-06-242-16/+4Star
* | | Merge tag 'versatile-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Olof Johansson2014-07-083-37/+1Star
|\ \ \ | |/ / |/| |
| * | video: move Versatile CLCD helpersLinus Walleij2014-06-272-3/+1Star
| * | ARM: integrator: get rid of <mach/memory.h>Linus Walleij2014-06-271-34/+0Star
| |/
* / ARM: integrator: fix OF-related regressionLinus Walleij2014-06-242-36/+13Star
|/
* ARM: integrator: fix section mismatch problemLinus Walleij2014-06-172-2/+12
* Merge tag 'tags/cleanup2-3.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-04-0611-143/+57Star
|\
| * ARM: integrator: register sched_clock directlyLinus Walleij2014-02-261-4/+7
| * ARM: integrator: localize the hardware.h headerLinus Walleij2014-02-266-8/+5Star
| * ARM: integrator: merge platform.h to hardware.hLinus Walleij2014-02-267-396/+318Star
| * ARM: integrator: localize the impd1.h headerLinus Walleij2014-02-262-5/+1Star
| * ARM: integrator: localize the lm.h headerLinus Walleij2014-02-265-7/+3Star
* | Merge tag 'drivers-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2014-04-064-46/+63
|\|
| * ARM: integrator: select GPIO blockLinus Walleij2014-02-131-0/+2
| * ARM: integrator: register the IM-PD1 VICLinus Walleij2014-02-132-9/+37
| * ARM: integrator: use managed resources for the IM-PD1Linus Walleij2014-02-131-26/+10Star
| * ARM: integrator: switch to fetch clocks from device treeLinus Walleij2014-02-132-11/+14
* | Merge tag 'cleanup-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2014-04-051-26/+0Star
|\ \
| * \ Merge tag 'dropmachtimexh-v2' of git://git.pengutronix.de/git/ukl/linux into ...Olof Johansson2014-02-191-26/+0Star
| |\ \ | | |/ | |/|
| | * ARM: drop <mach/timex.h> for !ARCH_MULTIPLATFORM, tooUwe Kleine-König2013-12-201-26/+0Star
* | | Merge tag 'fixes-non-critical-3.15' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-04-051-4/+4
|\ \ \
| * | | ARM: integrator: only select pl01x if TTY is enabledArnd Bergmann2014-03-211-4/+4
| |/ /
* / / ARM: 8000/1: misc: remove deprecated IRQF_DISABLEDMichael Opdenacker2014-03-121-1/+1
|/ /
* | ARM: integrator: restore static map on the CPLinus Walleij2014-01-311-0/+6
* | Merge tag 'dt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2014-01-242-43/+31Star
|\ \
| * | ARM: integrator: move EBI to the device treeLinus Walleij2013-12-042-28/+30
| * | ARM: integrator: delete static core module mappingsLinus Walleij2013-12-042-15/+1Star
| |/
* | Merge branch 'soc/sched_clock' into next/socKevin Hilman2013-12-061-2/+2
|\ \ | |/ |/|
| * ARM: integrator: Switch to sched_clock_register()Stephen Boyd2013-11-221-2/+2
* | Merge tag 'omap-for-v3.13/fixes-for-merge-window-take2' of git://git.kernel.o...Olof Johansson2013-11-161-17/+1Star
|\ \
| * \ Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-11-121-17/+1Star
| |\ \ | | |/ | |/|
| | * of/irq: Create of_irq_parse_and_map_pci() to consolidate arch code.Grant Likely2013-10-241-16/+1Star
| | * of/irq: simplify args to irq_create_of_mappingGrant Likely2013-10-241-1/+1
| | * of/irq: Replace of_irq with of_phandle_argsGrant Likely2013-10-241-3/+2Star
| | * of/irq: Rename of_irq_map_* functions to of_irq_parse_*Grant Likely2013-10-241-2/+2
* | | ARM: integrator_cp: Set LCD{0,1} enable lines when turning on CLCDJonathan Austin2013-11-141-1/+2
|/ /
* | ARM: integrator: core module registers from compatible stringsLinus Walleij2013-10-162-2/+14
* | ARM: integrator: use devm_ioremap() to remap CMLinus Walleij2013-10-161-1/+1
* | ARM: integrator: move CM base into device treeLinus Walleij2013-10-165-49/+87
* | ARM: integrator: decommission the <mach/irqs.h> headerLinus Walleij2013-10-165-85/+0Star
* | ARM: integrator: delete non-devicetree boot pathLinus Walleij2013-10-164-463/+24Star
* | ARM: integrator: print the Linux IRQ in LL_DEBUG codeLinus Walleij2013-10-161-2/+2
* | ARM: integrator: get the LM interrupts from DTLinus Walleij2013-10-161-1/+1
* | ARM: integrator: get the CM control register by proxyLinus Walleij2013-10-163-2/+11
|/
* ARM: mach-integrator: Add stub for pci_v3_early_init() for !CONFIG_PCIJoerg Roedel2013-09-261-0/+7
* ARM: debug: move PL01X debug include into arch/arm/include/debug/Russell King2013-08-251-13/+0Star
* ARM: debug: provide PL01x debug uart phys/virt address configuration optionsRussell King2013-08-251-7/+0Star