aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm
Commit message (Expand)AuthorAgeFilesLines
* arm, s390, unicore32: remove oneliner wrappers for memblock_alloc()Mike Rapoport2019-03-071-8/+3
* arch: simplify several early memory allocationsMike Rapoport2019-03-071-3/+1
* configs: get rid of obsolete CONFIG_ENABLE_WARN_DEPRECATEDAlexey Brodkin2019-03-0712-12/+0
* Merge tag 'acpi-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2019-03-062-5/+14
|\
| * Merge branch 'acpi-apei'Rafael J. Wysocki2019-03-042-5/+14
| |\
| | * KVM: arm/arm64: Add kvm_ras.h to collect kvm specific RAS plumbingJames Morse2019-02-072-5/+14
* | | Merge tag 'pm-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2019-03-062-27/+1
|\ \ \
| * \ \ Merge back earlier cpufreq material for v5.1.Rafael J. Wysocki2019-02-242-27/+1
| |\ \ \
| | * \ \ Merge branch 'cpufreq/arm/linux-next' of git://git.kernel.org/pub/scm/linux/k...Rafael J. Wysocki2019-02-192-27/+1
| | |\ \ \ | | | |_|/ | | |/| |
| | | * | cpufreq: davinci: move configuration to include/linux/platform_dataBartosz Golaszewski2019-02-182-27/+1
* | | | | Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds2019-03-0634-957/+393
|\ \ \ \ \
| * \ \ \ \ Merge tag 'omap-for-v5.1/cpsw-signed' of git://git.kernel.org/pub/scm/linux/k...Arnd Bergmann2019-02-2226-90/+647
| |\ \ \ \ \
| * \ \ \ \ \ Merge tag 'davinci-for-v5.1/soc-part3' of git://git.kernel.org/pub/scm/linux/...Arnd Bergmann2019-02-2034-1201/+471
| |\ \ \ \ \ \
| | * | | | | | ARM: davinci: remove intc related fields from davinci_soc_infoBartosz Golaszewski2019-02-197-221/+0
| | * | | | | | irqchip: davinci-cp-intc: move the driver to drivers/irqchipBartosz Golaszewski2019-02-193-268/+2
| | * | | | | | ARM: davinci: cp-intc: remove redundant commentsBartosz Golaszewski2019-02-191-3/+0
| | * | | | | | ARM: davinci: cp-intc: drop GPL license boilerplateBartosz Golaszewski2019-02-191-10/+8
| | * | | | | | ARM: davinci: cp-intc: use readl/writel_relaxed()Bartosz Golaszewski2019-02-191-2/+2
| | * | | | | | ARM: davinci: cp-intc: unify error handlingBartosz Golaszewski2019-02-191-4/+7
| | * | | | | | ARM: davinci: cp-intc: improve coding styleBartosz Golaszewski2019-02-191-6/+7
| | * | | | | | ARM: davinci: cp-intc: request the memory region before remapping itBartosz Golaszewski2019-02-191-0/+9
| | * | | | | | ARM: davinci: cp-intc: use the new-style config structureBartosz Golaszewski2019-02-194-56/+48
| | * | | | | | ARM: davinci: cp-intc: convert all hex numbers to lowercaseBartosz Golaszewski2019-02-191-4/+4
| | * | | | | | ARM: davinci: cp-intc: use a common prefix for all symbolsBartosz Golaszewski2019-02-194-73/+77
| | * | | | | | ARM: davinci: cp-intc: add the new config structures for da8xx SoCsBartosz Golaszewski2019-02-192-0/+20
| | * | | | | | ARM: davinci: cp-intc: add a wrapper around cp_intc_init()Bartosz Golaszewski2019-02-197-4/+16
| | * | | | | | ARM: davinci: cp-intc: remove cp_intc.hBartosz Golaszewski2019-02-197-63/+19
| | * | | | | | irqchip: davinci-aintc: move the driver to drivers/irqchipBartosz Golaszewski2019-02-193-171/+4
| | * | | | | | ARM: davinci: aintc: remove unnecessary includesBartosz Golaszewski2019-02-191-4/+0
| | * | | | | | ARM: davinci: aintc: remove the timer-specific irq_set_handler()Bartosz Golaszewski2019-02-191-3/+0
| | * | | | | | ARM: davinci: aintc: request memory region before remapping itBartosz Golaszewski2019-02-191-0/+9
| | * | | | | | ARM: davinci: aintc: unify error handlingBartosz Golaszewski2019-02-191-4/+14
| | * | | | | | ARM: davinci: aintc: use the new config structureBartosz Golaszewski2019-02-196-25/+24
| | * | | | | | ARM: davinci: aintc: use the new irqchip config structure in dm* SoCsBartosz Golaszewski2019-02-194-0/+44
| | * | | | | | ARM: davinci: aintc: use writel_relaxed()Bartosz Golaszewski2019-02-191-1/+1
| | * | | | | | ARM: davinci: aintc: drop the 00 prefix from register offsetsBartosz Golaszewski2019-02-191-11/+11
| | * | | | | | ARM: davinci: aintc: use a common prefix for symbols in the driverBartosz Golaszewski2019-02-196-57/+60
| | * | | | | | ARM: davinci: aintc: wrap davinci_irq_init() with a helperBartosz Golaszewski2019-02-1912-8/+32
| | * | | | | | ARM: davinci: aintc: drop GPL license boilerplateBartosz Golaszewski2019-02-191-20/+6
| | * | | | | | ARM: davinci: make irqs.h a local headerBartosz Golaszewski2019-02-1916-26/+30
| | * | | | | | ARM: davinci: select SPARSE_IRQBartosz Golaszewski2019-02-198-2/+9
| | * | | | | | ARM: davinci: wrap HW interrupt numbers with a macroBartosz Golaszewski2019-02-1913-239/+246
| | * | | | | | ARM: davinci: pull davinci_intc_base into the respective intc driversBartosz Golaszewski2019-02-194-3/+3
| | * | | | | | ARM: davinci: remove davinci_intc_typeBartosz Golaszewski2019-02-1911-14/+0
| | * | | | | | ARM: davinci: select GENERIC_IRQ_MULTI_HANDLERBartosz Golaszewski2019-02-194-39/+52
| | * | | | | | ARM: davinci: aintc: use irq domainBartosz Golaszewski2019-02-191-8/+27
| | * | | | | | ARM: davinci: remove intc_host_map from davinci_soc_info structBartosz Golaszewski2019-02-192-6/+0
* | | | | | | | Merge tag 'armsoc-newsoc' of git://git.kernel.org/pub/scm/linux/kernel/git/so...Linus Torvalds2019-03-0610-0/+416
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'milbeaut/newsoc' into arm/newsocArnd Bergmann2019-03-0110-0/+416
| |\ \ \ \ \ \ \ \
| | * | | | | | | | ARM: multi_v7_defconfig: add ARCH_MILBEAUT and ARCH_MILBEAUT_M10VSugaya Taichi2019-03-011-0/+2