aboutsummaryrefslogtreecommitdiff
path: root/arch/arm
AgeCommit message (Expand)AuthorFilesLines
2024-04-14Merge branch 'linus' into perf/core, to pick up perf/urgent fixesIngo Molnar3-14/+12
2024-04-12perf/bpf: Remove unneeded uses_default_overflow_handler()Kyle Huey1-4/+4
2024-04-10ARM: dts: ti: omap: minor whitespace cleanupKrzysztof Kozlowski2-5/+5
2024-04-10ARM: dts: dra7: Use clksel binding for CTRL_CORE_SMA_SW_0Tony Lindgren1-27/+36
2024-04-10ARM: dts: dra7: Use clksel binding for CM_CLKSEL_DPLL_USBTony Lindgren1-15/+32
2024-04-10ARM: dts: dra7: Use clksel binding for CM_CLKSEL_DPLL_PERTony Lindgren1-7/+15
2024-04-10ARM: dts: dra7: Use clksel binding for CM_CLKSEL_ABE_PLL_SYSTony Lindgren1-6/+15
2024-04-10ARM: dts: dra7: Use clksel binding for CM_CLKSEL_CORETony Lindgren1-9/+17
2024-04-10ARM: dts: dra7: Use clksel binding for CM_CLKSEL_DPLL_EVETony Lindgren1-7/+15
2024-04-10ARM: dts: dra7: Use clksel binding for CM_CLKSEL_DPLL_GMACTony Lindgren1-7/+15
2024-04-10ARM: dts: dra7: Use clksel binding for CM_CLKSEL_DPLL_DRRTony Lindgren1-7/+15
2024-04-10ARM: dts: dra7: Use clksel binding for CM_CLKSEL_DPLL_GPUTony Lindgren1-7/+15
2024-04-10ARM: dts: dra7: Use clksel binding for CM_CLKSEL_DPLL_IVATony Lindgren1-7/+15
2024-04-10ARM: dts: dra7: Use clksel binding for CM_CLKSEL_DPLL_DSPTony Lindgren1-7/+15
2024-04-10ARM: dts: dra7: Use clksel binding for CM_CLKSEL_DPLL_CORETony Lindgren1-7/+15
2024-04-09ARM: dts: ti: keystone: k2g: Remove ti,system-reboot-controller propertyAndrew Davis1-5/+0
2024-04-09ARM: dts: qcom: msm8974-sony-shinano: Enable vibratorLuca Weiss1-0/+4
2024-04-09Merge tag 'imx-fixes-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/sh...Arnd Bergmann2-1/+2
2024-04-09Merge tag 'omap-for-v6.9/n8x0-fixes-signed' of git://git.kernel.org/pub/scm/l...Arnd Bergmann1-13/+10
2024-04-08ARM: dts: renesas: r9a06g032: Remove duplicate interrupt-parentGeert Uytterhoeven1-1/+0
2024-04-08ARM: shmobile: defconfig: Refresh for v6.9-rc1Geert Uytterhoeven1-1/+2
2024-04-07ARM: dts: qcom: ipq4019: add QCA8075 PHY Package nodesChristian Marangi1-13/+22
2024-04-07ARM: dts: qcom: Add support for Motorola Moto G (2013)Stanislav Jakubek2-0/+360
2024-04-07ARM: dts: qcom: msm8974: Add empty chosen nodeLuca Weiss1-0/+2
2024-04-07ARM: dts: qcom: msm8974: Add @0 to memory node nameLuca Weiss1-1/+1
2024-04-05firewall: introduce stm32_firewall frameworkGatien Chevallier1-0/+1
2024-04-04ARM: dts: bcm2711-rpi-4-b: Add CAM1 regulatorLaurent Pinchart1-0/+7
2024-04-04ARM: dts: bcm2711-rpi-cm4-io: Add RTC on I2C0Uwe Kleine-König1-0/+9
2024-04-04ARM: dts: bcm2711-rpi: Add pinctrl-based multiplexing for I2C0Uwe Kleine-König1-0/+29
2024-04-04ARM: dts: bcm2835-rpi: Move duplicate firmware-clocks to bcm2835-rpi.dtsiLaurent Pinchart3-12/+5
2024-04-04ARM: dts: bcm283x: Drop unneeded properties in the bcm2835-firmware nodeLaurent Pinchart1-4/+0
2024-04-03ARM: sa1100: Open code gpio_request_array()Andy Shevchenko1-11/+36
2024-04-03ARM: pxa: spitz: Open code gpio_request_array()Andy Shevchenko1-10/+12
2024-04-03ARM: dts: n900: set charge current limit to 950mAArthur Demchenkov1-1/+1
2024-04-02ARM: dts: qcom: Add Sony Xperia Z3 smartphoneLuca Weiss2-0/+45
2024-04-02ARM: dts: qcom: msm8974-sony-castor: Split into shinano-commonLuca Weiss2-530/+556
2024-04-03ARM: dts: imx6sx-nitrogen6sx: drop incorrect cpu-dai propertyShengjiu Wang1-1/+1
2024-04-03ARM: dts: imx6qdl-udoo: Enable USB hostFabio Estevam1-13/+12
2024-04-03ARM: imx_v6_v7_defconfig: Select CONFIG_USB_ONBOARD_HUBFabio Estevam1-0/+1
2024-04-03ARM: dts: imx7s-warp: Pass OV2680 link-frequenciesFabio Estevam1-0/+1
2024-04-02ARM: dts: qcom: msm8916: idle-state compatible require the generic idle-stateDavid Heidelberg1-1/+1
2024-04-02ARM: dts: qcom: include cpu in idle-state node namesDavid Heidelberg3-3/+3
2024-04-02ARM: dts: imx7-mba7: Use 'no-mmc' propertyFabio Estevam1-1/+1
2024-04-02ARM: dts: imx7s: Add snvs-poweroff supportFabio Estevam1-0/+9
2024-04-02ARM: dts: imx6qdl: Remove LCD.CONTRAST pinctrl from muxingAlexander Stein1-2/+0
2024-04-02ARM: dts: imx6qdl: mba6: Add missing vdd-supply for on-board USB hubAlexander Stein1-0/+1
2024-04-01Merge 6.9-rc2 into usb-nextGreg Kroah-Hartman1-0/+14
2024-03-29ARM: dts: imx6ull: add seeed studio NPi dev boardParthiban Nallathambi5-0/+619
2024-03-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski12-184/+47
2024-03-28Merge branch 'arm32-for-6.10' onto 'v6.9-rc1'Bjorn Andersson1-51/+32