summaryrefslogtreecommitdiffstats
path: root/arch/arm/common
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2015-09-041-8/+4Star
|\
| * ARM: 8392/3: smp: Only expose /sys/.../cpuX/online if hotpluggableStephen Boyd2015-07-311-8/+4Star
* | Merge branch 'queue/irq/arm' of git://git.kernel.org/pub/scm/linux/kernel/git...Olof Johansson2015-08-052-6/+8
|\ \
| * | ARM/sa1111: Prepare sa1111_irq_handler for irq argument removalThomas Gleixner2015-07-131-1/+2
| * | ARM/locomo: Prepare locomo_handler for irq argument removalThomas Gleixner2015-07-131-1/+3
| * | ARM, irq: Use irq_desc_get_xxx() to avoid redundant lookup of irq_descJiang Liu2015-07-132-2/+2
| * | ARM/locomo: Consolidate chained IRQ handler install/removeThomas Gleixner2015-07-131-2/+1Star
| |/
* / ARM: kill off set_irq_flags usageRob Herring2015-07-283-4/+4
|/
* Merge tag 'tty-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2015-06-271-0/+3
|\
| * ARM: common: edma: clear completion interrupts on stopJohn Ogness2015-05-061-0/+3
* | Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2015-06-264-461/+127Star
|\ \
| * \ Merge branch 'devel-stable' into for-nextRussell King2015-06-121-155/+126Star
| |\ \
| | * | ARM: MCPM: remove residency argument from mcpm_cpu_suspend()Nicolas Pitre2015-05-061-1/+1
| | * | ARM: MCPM: add references to the available documentation in the codeNicolas Pitre2015-05-061-0/+5
| | * | ARM: MCPM: make internal helpers private to the core codeNicolas Pitre2015-05-061-114/+115
| | * | ARM: MCPM: remove backward compatibility codeNicolas Pitre2015-05-061-40/+5Star
| | |/
| * | Merge branch 'bsym' into for-nextRussell King2015-06-121-1/+1
| |\ \
| | * | ARM: replace BSYM() with badr assembly macroRussell King2015-05-081-1/+1
| | |/
| * | ARM: 8366/1: move Dual-Timer SP804 driver to drivers/clocksourceSudeep Holla2015-06-022-310/+0Star
| * | ARM: 8365/1: introduce sp804_timer_disable and remove arm_timer.h inclusionSudeep Holla2015-06-021-0/+5
| |/
* / ARM: sa1100: convert SA11x0 related code to use new chained handler helperRussell King2015-06-181-4/+3Star
|/
* Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Linus Torvalds2015-04-221-32/+170
|\
| * ARM: MCPM: move the algorithmic complexity to the core codeNicolas Pitre2015-04-031-32/+170
* | arm/bL_switcher: Kill tick suspend hackeryThomas Gleixner2015-04-011-14/+2Star
* | clockevents: Manage device's state separately for the coreViresh Kumar2015-03-271-4/+4
|/
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-151-1/+0Star
|\
| * ARM: common: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0Star
* | Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2014-12-131-7/+6Star
|\ \
| * | ARM: convert printk(KERN_* to pr_*Russell King2014-11-211-7/+6Star
| |/
* | Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-12-091-2/+52
|\ \
| * | ARM: common: edma: edma_pm_resume may be unusedArnd Bergmann2014-11-211-0/+2
| * | ARM: common: edma: add suspend resume hookDaniel Mack2014-11-181-2/+50
| |/
* / dma: edma: move device registration to platform codeArnd Bergmann2014-11-061-0/+9
|/
* Merge tag 'gpio-v3.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2014-10-091-8/+2Star
|\
| * driver:gpio remove all usage of gpio_remove retval in driverabdoulaye berthe2014-09-181-8/+2Star
* | ARM: edma: Fix configuration parsing for SoCs with multiple eDMA3 CCPeter Ujfalusi2014-08-261-4/+5
|/
* Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2014-08-111-1/+30
|\
| * ARM: edma: Add edma_assign_channel_eventq() to move channel to a give queuePeter Ujfalusi2014-07-281-0/+28
| * ARM: edma: Set default queue to lowest priorityPeter Ujfalusi2014-07-281-1/+2
* | Merge tag 'soc-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2014-08-081-2/+2
|\ \
| * \ Merge tag 'versatile-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Olof Johansson2014-07-081-2/+2
| |\ \ | | |/ | |/|
| | * ARM: timer-sp: allow getting timer1 clock from DT to fallback to legacy clockRob Herring2014-06-241-2/+2
* | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-08-061-13/+3Star
|\ \ \
| * | | arm: bL_switcher:k Use ktime_get_real_ns()Thomas Gleixner2014-07-241-13/+3Star
| |/ /
* / / ARM: 8081/1: MCPM: provide infrastructure to allow for MCPM loopbackNicolas Pitre2014-07-181-0/+52
|/ /
* / ARM: 8068/1: scoop: Remove unused variableFabio Estevam2014-06-171-1/+0Star
|/
* Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm into nextLinus Torvalds2014-06-062-4/+4
|\
| *-. Merge branches 'alignment', 'fixes', 'l2c' (early part) and 'misc' into for-nextRussell King2014-06-053-7/+11
| |\ \
| | | * ARM: 8029/1: mcpm: Rename the power_down_finish() functions to be less confusingDave Martin2014-05-262-4/+4
* | | | Merge tag 'drivers-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-06-031-101/+96Star
|\ \ \ \ | |_|/ / |/| | |