summaryrefslogtreecommitdiff
path: root/arch/arm/include/asm/mach
AgeCommit message (Expand)Author
2012-11-16ARM/AVR32: get rid of serial_at91.hRussell King
2012-11-16ARM: move udc_pxa2xx.h to linux/platform_dataRussell King
2012-11-16ARM: move serial_sa1100.h header file to linux/platform_dataRussell King
2012-11-05ARM: implement debug_ll_io_init()Rob Herring
2012-09-22Merge branch 'multiplatform/smp_ops' into next/multiplatformOlof Johansson
2012-09-13ARM: SoC: add per-platform SMP operationsMarc Zyngier
2012-08-13Merge branch 'cleanup/io-pci' into next/cleanupsArnd Bergmann
2012-07-26ARM: move PCI i/o resource setup into common codeRob Herring
2012-07-25ARM: Add fixed PCI i/o mappingRob Herring
2012-07-01ARM: fiq: change FIQ_START to a variableShawn Guo
2012-05-26Merge tag 'cleanup-initcall' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2012-05-25Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma...Linus Torvalds
2012-05-21Merge branch 'misc' into for-linusRussell King
2012-05-21ARM: integrate CMA with DMA-mapping subsystemMarek Szyprowski
2012-05-16ARM: PCI: remove per-pci_hw list of busesRussell King
2012-05-13ARM: PCI: provide a default bus scan implementationRussell King
2012-05-13ARM: PCI: get rid of pci_std_swizzle()Russell King
2012-05-06ARM: 7413/1: move read_{boot,persistent}_clock to the architecture levelMarc Zyngier
2012-05-03ARM: provide a late_initcall hook for platform initializationShawn Guo
2012-04-26ARM: PCI: remove unused sys->hwRussell King
2012-01-11Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds
2012-01-07Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds
2012-01-07Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2012-01-06arm/PCI: convert to pci_scan_root_bus() for correct root bus resourcesBjorn Helgaas
2012-01-06Merge branch 'driver-core-next' into Linux 3.2Greg Kroah-Hartman
2011-12-27ARM/of: allow *machine_desc.dt_compat to be constUwe Kleine-König
2011-12-22arm: time.h: remove device.h #includeGreg Kroah-Hartman
2011-12-21arm: convert sysdev_class to a regular subsystemKay Sievers
2011-12-05Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/will/...Russell King
2011-11-10ARM: restart: allow platforms more flexibility specifying restart modeRussell King
2011-11-10ARM: restart: add restart hook to machine_desc recordRussell King
2011-11-09ARM: 7155/1: arch.h: Declare 'pt_regs' locallyFabio Estevam
2011-10-28Merge branch 'devel-stable' of http://ftp.arm.linux.org.uk/pub/linux/arm/kern...Linus Torvalds
2011-10-17ARM: platform fixups: remove mdesc argument to fixup functionRussell King
2011-09-26Merge branch 'for_3_2/for-rmk/arm_cpu_pm' of git://gitorious.org/omap-sw-deve...Russell King
2011-09-23ARM: mm: Add strongly ordered descriptor support.Santosh Shilimkar
2011-08-21ARM: remove boot_params from struct machine_descNicolas Pitre
2011-08-21ARM: introduce atag_offset to replace boot_paramsNicolas Pitre
2011-07-29Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds
2011-07-25arm/dt: Add dt machine definitionGrant Likely
2011-07-22PCI: Make the struct pci_dev * argument of pci_fixup_irqs const.Ralf Baechle
2011-07-18ARM: add dma_zone_size to the machine_desc structureNicolas Pitre
2011-05-25Merge branch 'devicetree/arm-next' of git://git.secretlab.ca/git/linux-2.6 in...Russell King
2011-05-23arm/dt: probe for platforms via the device treeGrant Likely
2011-05-23arm/dt: consolidate atags setup into setup_machine_atagsGrant Likely
2011-04-24ARM: Use struct syscore_ops instead of sysdevs for PM in common codeRafael J. Wysocki
2011-03-26Merge branch 'devel' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/...Russell King
2011-03-16Merge branch 'misc' into develRussell King
2011-03-16ARM: pxa: drop gpio_vbus field from pxa2xx_udc_mach_infoDmitry Eremin-Solenikov
2011-03-15ARM: 6806/1: irq: introduce entry and exit functions for chained handlersWill Deacon