aboutsummaryrefslogtreecommitdiff
path: root/arch/arm
AgeCommit message (Expand)AuthorFilesLines
2022-07-22ARM: omap1: add Kconfig dependencies for unused boardsArnd Bergmann2-9/+10
2022-07-22ARM: sa1100: mark most boards as unusedArnd Bergmann9-0/+19
2022-07-22ARM: footbridge: mark cats board for removalArnd Bergmann2-1/+1
2022-07-22ARM: mmp: mark all board files for removalArnd Bergmann2-3/+11
2022-07-22ARM: ep93xx: mark most board files as unusedArnd Bergmann2-8/+8
2022-07-22ARM: davinci: mark all ATAGS board files as unusedArnd Bergmann3-20/+8
2022-07-22ARM: orion: add ATAGS dependenciesArnd Bergmann6-30/+19
2022-07-22ARM: pxa: add Kconfig dependencies for ATAGS based boardsArnd Bergmann21-72/+83
2022-07-22ARM: add CONFIG_UNUSED_BOARD_FILESArnd Bergmann1-2/+14
2022-07-22ARM: add ATAGS dependencies to non-DT platformsArnd Bergmann8-2/+11
2022-07-22ARM: defconfig: kill remnants of CONFIG_LEDSArnd Bergmann12-22/+42
2022-07-22ARM: defconfig: remove broken CONFIG_THUMB disablesArnd Bergmann8-8/+0
2022-07-22ARM: defconfig: address renamed CONFIG_DEBUG_INFO=yArnd Bergmann43-43/+40
2022-07-22ARM: defconfig: remove stale CONFIG_ZBOOT_ROM entriesArnd Bergmann58-116/+0
2022-07-22ARM: defconfig: remove irda remnantsArnd Bergmann15-91/+0
2022-07-22ARM: refresh defconfig filesArnd Bergmann95-904/+904
2022-07-12Merge tag 'arm-soc/for-5.20/defconfig' of https://github.com/Broadcom/stblinu...Arnd Bergmann2-1/+5
2022-07-08ARM: multi_v7_defconfig: Update configs for BCM63138William Zhang1-1/+3
2022-07-01Merge tag 'renesas-arm-defconfig-for-v5.20-tag1' of git://git.kernel.org/pub/...Arnd Bergmann1-1/+3
2022-06-26Merge tag 'soc-fixes-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds16-100/+70
2022-06-24ARM: dts: aspeed: nuvia: rename vendor nuvia to qcomJae Hyun Yoo2-3/+3
2022-06-24Merge tag 'samsung-fixes-5.19' of git://git.kernel.org/pub/scm/linux/kernel/g...Arnd Bergmann1-0/+1
2022-06-24Merge tag 'arm-soc/for-5.19/devicetree-fixes' of https://github.com/Broadcom/...Arnd Bergmann1-3/+3
2022-06-24arm: mach-spear: Add missing of_node_put() in time.cLiang He1-2/+6
2022-06-24ARM: cns3xxx: Fix refcount leak in cns3xxx_initMiaoqian Lin1-0/+2
2022-06-17ARM: dts: bcm2711-rpi-400: Fix GPIO line namesStefan Wahren1-3/+3
2022-06-14ARM: dts: at91: ksz9477_evb: fix port/phy validationOleksij Rempel1-0/+5
2022-06-14ARM: Fix refcount leak in axxia_boot_secondaryMiaoqian Lin1-0/+1
2022-06-14ARM: dts: stm32: move SCMI related nodes in a dedicated file for stm32mp15Alexandre Torgue6-89/+51
2022-06-14Merge tag 'imx-fixes-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Arnd Bergmann3-3/+3
2022-06-14ARM: dts: imx6qdl-colibri: Fix capacitive touch reset polarityMax Krummenacher1-1/+1
2022-06-14ARM: dts: imx6qdl: correct PU regulator ramp delayLucas Stach1-1/+1
2022-06-13ARM: configs: Enable DRM_V3DPeter Robinson2-0/+2
2022-06-13ARM: shmobile: defconfig: Refresh for v5.19-rc1Geert Uytterhoeven1-1/+3
2022-06-10ARM: dts: imx7: Move hsic_phy power domain to HSIC PHY nodeAlexander Stein1-1/+1
2022-06-06xen/virtio: Enable restricted memory access using Xen grant mappingsJuergen Gross1-0/+2
2022-06-06ARM: exynos: Fix refcount leak in exynos_map_pmuMiaoqian Lin1-0/+1
2022-06-06arm/xen: Introduce xen_setup_dma_ops()Oleksandr Tyshchenko2-5/+4
2022-06-03Merge tag 'kthread-cleanups-for-v5.19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-5/+7
2022-06-03ARM: omap1: enable multiplatformArnd Bergmann7-133/+21
2022-06-03ARM: OMAP1: clock: Convert to CCFJanusz Krzysztofik5-764/+563
2022-06-03Merge tag 'usb-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2-5/+8
2022-06-02Merge tag 'arm-late-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/so...Linus Torvalds41-92/+755
2022-06-02Merge tag 'arm-multiplatform-5.19-2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds179-2555/+2226
2022-05-31ARM: pxa/mmp: remove traces of plat-pxaArnd Bergmann1-2/+0
2022-05-30Merge tag 'pm-5.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds1-3/+1
2022-05-30ARM: configs: Enable more audio support for i.MXMark Brown1-0/+2
2022-05-30Merge tag 'socfpga_dts_updates_for_v5.19' of git://git.kernel.org/pub/scm/lin...Arnd Bergmann4-5/+5
2022-05-30Merge tag 'aspeed-5.19-devicetree' of git://git.kernel.org/pub/scm/linux/kern...Arnd Bergmann9-55/+431
2022-05-29Merge tag 'trace-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds1-4/+2