summaryrefslogtreecommitdiff
path: root/arch/arm
AgeCommit message (Expand)AuthorFilesLines
10 daysMerge tag 'arm-soc/for-6.12/devicetree-fixes' of https://github.com/Broadcom/...Arnd Bergmann1-1/+1
12 daysARM: dts: bcm2837-rpi-cm3-io3: Fix HDMI hpd-gpio pinFlorian Klink1-1/+1
2024-10-03move asm/unaligned.h to linux/unaligned.hAl Viro7-7/+7
2024-09-26Merge tag 'soc-ep93xx-dt-6.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds22-3737/+909
2024-09-24Merge tag 'input-for-v6.12-rc0' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-54/+109
2024-09-24Merge tag 'i2c-for-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds7-0/+7
2024-09-24Merge tag 'dmaengine-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+1
2024-09-23Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-5/+5
2024-09-23ARM: spitz: fix compile error when matrix keypad driver is enabledDmitry Torokhov1-1/+1
2024-09-21Merge tag 'mm-nonmm-stable-2024-09-21-07-52' of git://git.kernel.org/pub/scm/...Linus Torvalds2-1/+2
2024-09-21Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-6/+7
2024-09-19Merge tag 'dma-mapping-6.12-2024-09-19' of git://git.infradead.org/users/hch/...Linus Torvalds1-1/+1
2024-09-18Merge tag 'gpio-updates-for-v6.12-rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-4/+2
2024-09-17Merge tag 'soc-arm-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds26-191/+19
2024-09-17Merge tag 'soc-defconfig-6.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-0/+2
2024-09-17Merge tag 'soc-drivers-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds6-3/+85
2024-09-17Merge tag 'soc-dt-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds200-2514/+13655
2024-09-17Merge tag 'timers-core-2024-09-16' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2024-09-16Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2-0/+22
2024-09-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linuxLinus Torvalds8-43/+46
2024-09-16Merge tag 'v6.12-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds5-98/+69
2024-09-12ARM: ep93xx: delete all boardfilesNikita Shubin14-3654/+0
2024-09-12ata: pata_ep93xx: remove legacy pinctrl useNikita Shubin1-72/+0
2024-09-12pwm: ep93xx: drop legacy pinctrlNikita Shubin1-42/+0
2024-09-12ARM: ep93xx: DT for the Cirrus ep93xx SoC platformsNikita Shubin3-22/+10
2024-09-12ARM: dts: ep93xx: Add EDB9302 DTAlexander Sverdlin2-0/+182
2024-09-12ARM: dts: ep93xx: add ts7250 boardNikita Shubin3-0/+273
2024-09-12ARM: dts: add Cirrus EP93XX SoC .dtsiNikita Shubin1-0/+444
2024-09-12input: keypad: ep93xx: add DT support for Cirrus EP93xxNikita Shubin1-46/+0
2024-09-12gpio: ep93xx: split device in multipleNikita Shubin4-20/+117
2024-09-12Merge branch 'for-next/pkvm-guest' into for-next/coreWill Deacon1-0/+2
2024-09-11ep93xx: clock: Fix off by one in ep93xx_div_recalc_rate()Dan Carpenter1-1/+1
2024-09-11Merge tag 'arm-soc/for-6.12/devicetree-arm64' of https://github.com/Broadcom/...Arnd Bergmann1-1/+1
2024-09-11Merge tag 'aspeed-6.12-devicetree' of https://git.kernel.org/pub/scm/linux/ke...Arnd Bergmann31-311/+8936
2024-09-11Merge tag 'v6.12-rockchip-dts32-2' of https://git.kernel.org/pub/scm/linux/ke...Arnd Bergmann2-0/+407
2024-09-11Merge tag 'arm-soc/for-6.12/devicetree' of https://github.com/Broadcom/stblin...Arnd Bergmann6-663/+411
2024-09-11Merge tag 'dt-cleanup-6.12' of https://git.kernel.org/pub/scm/linux/kernel/gi...Arnd Bergmann5-7/+7
2024-09-10Merge tag 'arm-soc/for-6.12/soc' of https://github.com/Broadcom/stblinux into...Arnd Bergmann1-0/+1
2024-09-10Merge tag 'mvebu-arm-6.12-1' of https://git.kernel.org/pub/scm/linux/kernel/g...Arnd Bergmann10-12/+15
2024-09-10Merge branch 'linus' into timers/coreThomas Gleixner18-39/+58
2024-09-10treewide: correct the typo 'retun'WangYuli1-1/+1
2024-09-10mm: make arch_get_unmapped_area() take vm_flags by defaultMark Brown1-3/+4
2024-09-10ARM: configs: enable I2C_DESIGNWARE_CORE with I2C_DESIGNWARE_PLATFORMHeikki Krogerus7-0/+7
2024-09-08treewide: Fix wrong singular form of jiffies in commentsAnna-Maria Behnsen1-1/+1
2024-09-06ARM: spitz: Use software nodes/properties for the matrix keypadDmitry Torokhov1-23/+41
2024-09-06ARM: spitz: Use software nodes/properties for the GPIO-driven buttonsDmitry Torokhov1-31/+68
2024-09-05ARM: dts: Fix undocumented LM75 compatible nodesRob Herring11-36/+36
2024-09-05Merge tag 'samsung-soc-6.12' of https://git.kernel.org/pub/scm/linux/kernel/g...Arnd Bergmann4-16/+1
2024-09-05Merge tag 'at91-soc-6.12' of https://git.kernel.org/pub/scm/linux/kernel/git/...Arnd Bergmann5-3/+84
2024-09-05Merge tag 'integrator-v6.12' of https://git.kernel.org/pub/scm/linux/kernel/g...Arnd Bergmann1-0/+1