aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-integrator (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-02-08ARM: integrator: remove redundant select in KconfigMasahiro Yamada1-6/+0
2016-02-08ARM: drop unused Makefile.boot of Multiplatform SoCsMasahiro Yamada1-4/+0
2015-12-18Merge branch 'treewide/cleanup' into next/multiplatformArnd Bergmann1-1/+2
2015-12-18ARM: integrator: use explicit core module optionsArnd Bergmann1-17/+115
2015-12-01ARM: use "depends on" for SoC configs instead of "if" after promptMasahiro Yamada1-1/+2
2015-06-02ARM: 8365/1: introduce sp804_timer_disable and remove arm_timer.h inclusionSudeep Holla1-1/+0
2015-01-29ARM: integrator: Convert PCI to use generic config accessorsRob Herring1-57/+5
2014-11-13soc: move SoC driver for the ARM IntegratorLinus Walleij5-150/+1
2014-11-13ARM: integrator: move core module LED to device treeLinus Walleij2-81/+1
2014-11-13ARM: integrator: move debug LEDs to syscon LED driverLinus Walleij1-46/+2
2014-11-13ARM: integrator: move restart to the device treeLinus Walleij6-12/+4
2014-10-28ARM: integrator: move AP timer to clocksourceLinus Walleij1-190/+0
2014-10-22ARM: integrator: make the Integrator multiplatformLinus Walleij2-48/+18
2014-10-09Merge tag 'pci-v3.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-11/+12
2014-09-30of/pci: Fix the conversion of IO ranges into IO resourcesLiviu Dudau1-11/+12
2014-08-19ARM: integrator: add MMCI device to IM-PD1Linus Walleij1-0/+48
2014-08-08Merge tag 'soc-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2-16/+4
2014-07-07Merge tag 'versatile-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-integrator into next/cleanupOlof Johansson3-37/+1
2014-07-07Merge tag 'versatile-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux into next/socOlof Johansson2-16/+4
2014-06-27video: move Versatile CLCD helpersLinus Walleij2-3/+1
2014-06-27ARM: integrator: get rid of <mach/memory.h>Linus Walleij1-34/+0
2014-06-24ARM: integrator: convert to use irqchip_initRob Herring2-16/+4
2014-06-24ARM: integrator: fix OF-related regressionLinus Walleij2-36/+13
2014-06-17ARM: integrator: fix section mismatch problemLinus Walleij2-2/+12
2014-04-05Merge tag 'tags/cleanup2-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds11-143/+57
2014-04-05Merge tag 'drivers-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds4-46/+63
2014-04-05Merge tag 'cleanup-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-26/+0
2014-04-05Merge tag 'fixes-non-critical-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-4/+4
2014-03-21ARM: integrator: only select pl01x if TTY is enabledArnd Bergmann1-4/+4
2014-03-12ARM: 8000/1: misc: remove deprecated IRQF_DISABLEDMichael Opdenacker1-1/+1
2014-02-26ARM: integrator: register sched_clock directlyLinus Walleij1-4/+7
2014-02-26ARM: integrator: localize the hardware.h headerLinus Walleij6-8/+5
2014-02-26ARM: integrator: merge platform.h to hardware.hLinus Walleij7-396/+318
2014-02-26ARM: integrator: localize the impd1.h headerLinus Walleij2-5/+1
2014-02-26ARM: integrator: localize the lm.h headerLinus Walleij5-7/+3
2014-02-18Merge tag 'dropmachtimexh-v2' of git://git.pengutronix.de/git/ukl/linux into next/cleanupOlof Johansson1-26/+0
2014-02-13ARM: integrator: select GPIO blockLinus Walleij1-0/+2
2014-02-13ARM: integrator: register the IM-PD1 VICLinus Walleij2-9/+37
2014-02-13ARM: integrator: use managed resources for the IM-PD1Linus Walleij1-26/+10
2014-02-13ARM: integrator: switch to fetch clocks from device treeLinus Walleij2-11/+14
2014-01-31ARM: integrator: restore static map on the CPLinus Walleij1-0/+6
2014-01-23Merge tag 'dt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2-43/+31
2013-12-20ARM: drop <mach/timex.h> for !ARCH_MULTIPLATFORM, tooUwe Kleine-König1-26/+0
2013-12-06Merge branch 'soc/sched_clock' into next/socKevin Hilman1-2/+2
2013-12-04ARM: integrator: move EBI to the device treeLinus Walleij2-28/+30
2013-12-04ARM: integrator: delete static core module mappingsLinus Walleij2-15/+1
2013-11-21ARM: integrator: Switch to sched_clock_register()Stephen Boyd1-2/+2
2013-11-15Merge tag 'omap-for-v3.13/fixes-for-merge-window-take2' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into fixesOlof Johansson1-17/+1
2013-11-14ARM: integrator_cp: Set LCD{0,1} enable lines when turning on CLCDJonathan Austin1-1/+2
2013-11-12Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-17/+1