summaryrefslogtreecommitdiff
path: root/arch/arm/mach-integrator
Commit message (Expand)AuthorAgeFilesLines
* gpio: pl061: handle failed allocationsNicholas Mc Guire2019-02-201-1/+5
* Merge tag 'pci-v3.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-10-091-11/+12
|\
| * of/pci: Fix the conversion of IO ranges into IO resourcesLiviu Dudau2014-09-301-11/+12
* | 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/+4
|\
| * Merge tag 'versatile-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Olof Johansson2014-07-072-16/+4
| |\
| | * ARM: integrator: convert to use irqchip_initRob Herring2014-06-242-16/+4
* | | Merge tag 'versatile-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Olof Johansson2014-07-073-37/+1
|\ \ \ | |/ / |/| |
| * | video: move Versatile CLCD helpersLinus Walleij2014-06-272-3/+1
| * | ARM: integrator: get rid of <mach/memory.h>Linus Walleij2014-06-271-34/+0
| |/
* | ARM: integrator: fix OF-related regressionLinus Walleij2014-06-242-36/+13
|/
* 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-0511-143/+57
|\
| * ARM: integrator: register sched_clock directlyLinus Walleij2014-02-261-4/+7
| * ARM: integrator: localize the hardware.h headerLinus Walleij2014-02-266-8/+5
| * ARM: integrator: merge platform.h to hardware.hLinus Walleij2014-02-267-396/+318
| * ARM: integrator: localize the impd1.h headerLinus Walleij2014-02-262-5/+1
| * ARM: integrator: localize the lm.h headerLinus Walleij2014-02-265-7/+3
* | Merge tag 'drivers-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2014-04-054-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/+10
| * 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/+0
|\ \
| * \ Merge tag 'dropmachtimexh-v2' of git://git.pengutronix.de/git/ukl/linux into ...Olof Johansson2014-02-181-26/+0
| |\ \ | | |/ | |/|
| | * ARM: drop <mach/timex.h> for !ARCH_MULTIPLATFORM, tooUwe Kleine-König2013-12-201-26/+0
* | | 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-232-43/+31
|\ \
| * | ARM: integrator: move EBI to the device treeLinus Walleij2013-12-042-28/+30
| * | ARM: integrator: delete static core module mappingsLinus Walleij2013-12-042-15/+1
| |/
* | Merge branch 'soc/sched_clock' into next/socKevin Hilman2013-12-061-2/+2
|\ \ | |/ |/|
| * ARM: integrator: Switch to sched_clock_register()Stephen Boyd2013-11-211-2/+2
* | Merge tag 'omap-for-v3.13/fixes-for-merge-window-take2' of git://git.kernel.o...Olof Johansson2013-11-151-17/+1
|\ \
| * \ Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-11-121-17/+1
| |\ \ | | |/ | |/|
| | * of/irq: Create of_irq_parse_and_map_pci() to consolidate arch code.Grant Likely2013-10-241-16/+1
| | * 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/+2
| | * 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/+0
* | ARM: integrator: delete non-devicetree boot pathLinus Walleij2013-10-164-463/+24
* | 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
|/