summaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/mach
Commit message (Expand)AuthorAgeFilesLines
...
| * ARM: implement debug_ll_io_init()Rob Herring2012-11-051-0/+7
* | ARM/AVR32: get rid of serial_at91.hRussell King2012-11-161-33/+0
* | ARM: move udc_pxa2xx.h to linux/platform_dataRussell King2012-11-161-26/+0
* | ARM: move serial_sa1100.h header file to linux/platform_dataRussell King2012-11-161-31/+0
|/
* Merge branch 'multiplatform/smp_ops' into next/multiplatformOlof Johansson2012-09-221-0/+7
|\
| * ARM: SoC: add per-platform SMP operationsMarc Zyngier2012-09-131-0/+7
* | Merge branch 'cleanup/io-pci' into next/cleanupsArnd Bergmann2012-08-132-0/+21
|\ \ | |/ |/|
| * ARM: move PCI i/o resource setup into common codeRob Herring2012-07-261-0/+3
| * ARM: Add fixed PCI i/o mappingRob Herring2012-07-252-0/+18
* | ARM: fiq: change FIQ_START to a variableShawn Guo2012-07-011-1/+1
|/
* Merge tag 'cleanup-initcall' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-05-261-0/+1
|\
| * ARM: provide a late_initcall hook for platform initializationShawn Guo2012-05-031-0/+1
* | Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma...Linus Torvalds2012-05-251-0/+1
|\ \
| * | ARM: integrate CMA with DMA-mapping subsystemMarek Szyprowski2012-05-211-0/+1
| |/
* | Merge branch 'misc' into for-linusRussell King2012-05-211-0/+5
|\ \
| * | ARM: 7413/1: move read_{boot,persistent}_clock to the architecture levelMarc Zyngier2012-05-061-0/+5
| |/
* | ARM: PCI: remove per-pci_hw list of busesRussell King2012-05-161-1/+0
* | ARM: PCI: provide a default bus scan implementationRussell King2012-05-131-4/+6
* | ARM: PCI: get rid of pci_std_swizzle()Russell King2012-05-131-5/+0
* | ARM: PCI: remove unused sys->hwRussell King2012-04-261-1/+0
|/
* Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2012-01-111-1/+1
|\
| * arm/PCI: convert to pci_scan_root_bus() for correct root bus resourcesBjorn Helgaas2012-01-061-1/+1
* | Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2012-01-071-1/+1
|\ \
| * | ARM/of: allow *machine_desc.dt_compat to be constUwe Kleine-König2011-12-271-1/+1
| |/
* | Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-01-071-2/+0
|\ \
| * \ Merge branch 'driver-core-next' into Linux 3.2Greg Kroah-Hartman2012-01-061-2/+0
| |\ \ | | |/ | |/|
| | * arm: time.h: remove device.h #includeGreg Kroah-Hartman2011-12-221-2/+0
| | * arm: convert sysdev_class to a regular subsystemKay Sievers2011-12-211-1/+1
* | | Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/will/...Russell King2011-12-051-0/+1
|\ \ \ | |/ /
| * | ARM: 7155/1: arch.h: Declare 'pt_regs' locallyFabio Estevam2011-11-091-0/+1
| |/
* | ARM: restart: allow platforms more flexibility specifying restart modeRussell King2011-11-101-4/+4
* | ARM: restart: add restart hook to machine_desc recordRussell King2011-11-101-0/+1
|/
* Merge branch 'devel-stable' of http://ftp.arm.linux.org.uk/pub/linux/arm/kern...Linus Torvalds2011-10-282-1/+2
|\
| * Merge branch 'for_3_2/for-rmk/arm_cpu_pm' of git://gitorious.org/omap-sw-deve...Russell King2011-09-261-0/+1
| |\
| | * ARM: mm: Add strongly ordered descriptor support.Santosh Shilimkar2011-09-231-0/+1
| * | ARM: remove boot_params from struct machine_descNicolas Pitre2011-08-211-1/+0
| * | ARM: introduce atag_offset to replace boot_paramsNicolas Pitre2011-08-211-0/+1
| |/
* | ARM: platform fixups: remove mdesc argument to fixup functionRussell King2011-10-171-2/+1
|/
* Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2011-07-291-2/+2
|\
| * PCI: Make the struct pci_dev * argument of pci_fixup_irqs const.Ralf Baechle2011-07-221-2/+2
* | arm/dt: Add dt machine definitionGrant Likely2011-07-251-0/+7
* | ARM: add dma_zone_size to the machine_desc structureNicolas Pitre2011-07-181-0/+4
|/
* Merge branch 'devicetree/arm-next' of git://git.secretlab.ca/git/linux-2.6 in...Russell King2011-05-251-0/+9
|\
| * arm/dt: probe for platforms via the device treeGrant Likely2011-05-231-0/+2
| * arm/dt: consolidate atags setup into setup_machine_atagsGrant Likely2011-05-231-0/+7
* | ARM: Use struct syscore_ops instead of sysdevs for PM in common codeRafael J. Wysocki2011-04-241-1/+0
|/
* Merge branch 'devel' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/...Russell King2011-03-261-2/+0
|\
| * ARM: pxa: drop gpio_vbus field from pxa2xx_udc_mach_infoDmitry Eremin-Solenikov2011-03-161-2/+0
* | Merge branch 'misc' into develRussell King2011-03-161-0/+31
|\ \ | |/ |/|
| * ARM: 6806/1: irq: introduce entry and exit functions for chained handlersWill Deacon2011-03-151-0/+31
OpenPOWER on IntegriCloud