summaryrefslogtreecommitdiffstats
path: root/arch/arm
Commit message (Expand)AuthorAgeFilesLines
* ARM: dts: aspeed: elbert: Enable mac3 controllerTao Ren2022-09-151-0/+18
* Merge tag 'at91-fixes-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Arnd Bergmann2022-09-027-44/+78
|\
| * ARM: dts: at91: sama5d2_icp: don't keep vdd_other enabled all the timeClaudiu Beznea2022-08-311-1/+0
| * ARM: dts: at91: sama5d27_wlsom1: don't keep ldo2 enabled all the timeClaudiu Beznea2022-08-311-1/+0
| * ARM: dts: at91: sama7g5ek: specify proper regulator output rangesClaudiu Beznea2022-08-311-9/+9
| * ARM: dts: at91: sama5d2_icp: specify proper regulator output rangesClaudiu Beznea2022-08-311-10/+10
| * ARM: dts: at91: sama5d27_wlsom1: specify proper regulator output rangesClaudiu Beznea2022-08-311-10/+10
| * ARM: at91: pm: fix DDR recalibration when resuming from backup and self-refreshClaudiu Beznea2022-08-311-4/+32
| * ARM: at91: pm: fix self-refresh for sama7g5Claudiu Beznea2022-08-311-7/+17
| * ARM: configs: at91: remove CONFIG_MICROCHIP_PIT64BClaudiu Beznea2022-08-292-2/+0
* | Merge tag 'arm-soc/for-6.0/devicetree' of https://github.com/Broadcom/stblinu...Arnd Bergmann2022-09-023-22/+25
|\ \
| * | ARM: dts: bcmbca: bcm6878: cosmetic changeWilliam Zhang2022-08-151-0/+1
| * | ARM: dts: bcmbca: bcm6878: fix timer node cpu mask flagWilliam Zhang2022-08-151-4/+4
| * | ARM: dts: bcmbca: bcm6846: fix interrupt controller nodeWilliam Zhang2022-08-151-3/+5
| * | ARM: dts: bcmbca: bcm6846: clean up psci nodeWilliam Zhang2022-08-151-2/+0
| * | ARM: dts: bcmbca: bcm6846: fix timer node cpu mask flagWilliam Zhang2022-08-151-4/+4
| * | ARM: dts: bcmbca: bcm63178: cosmetic changeWilliam Zhang2022-08-151-0/+2
| * | ARM: dts: bcmbca: bcm63178: fix interrupt controller nodeWilliam Zhang2022-08-151-3/+5
| * | ARM: dts: bcmbca: bcm63178: clean up psci nodeWilliam Zhang2022-08-151-2/+0
| * | ARM: dts: bcmbca: bcm63178: fix timer node cpu mask flagWilliam Zhang2022-08-151-4/+4
| |/
* | ARM: ixp4xx: fix typos in commentsJulia Lawall2022-08-291-1/+1
* | Merge tag 'versatile-dts-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/g...Arnd Bergmann2022-08-296-7/+7
|\ \
| * | ARM: dts: versatile: Update spi clock-names propertyKuldeep Singh2022-08-191-1/+1
| * | ARM: dts: realview: Update spi clock-names propertyKuldeep Singh2022-08-194-4/+4
| * | ARM: dts: integratorap: Update spi node propertiesKuldeep Singh2022-08-191-2/+2
| |/
* | ARM: dts: imx6qdl-kontron-samx6i: fix spi-flash compatibleMarco Felsch2022-08-211-1/+1
* | ARM: dts: imx6qdl-kontron-samx6i: remove duplicated nodeMarco Felsch2022-08-211-10/+0
* | ARM: dts: imx6qdl-vicut1.dtsi: Fix node name backlight_ledDavid Jander2022-08-211-1/+1
|/
* Merge tag 'pinctrl-v6.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2022-08-104-3/+1561
|\
| * ARM: dts: imxrt1170-pinfunc: Add pinctrl binding headerJesse Taube2022-07-261-0/+1561
| * ARM: dts: sunxi: Drop resets from r_pio nodesSamuel Holland2022-06-153-3/+0
* | Merge tag 'bitmap-6.0-rc1' of https://github.com/norov/linuxLinus Torvalds2022-08-071-8/+10
|\ \
| * | arm: align find_bit declarations with generic kernelYury Norov2022-07-141-8/+10
* | | Merge tag 'mm-nonmm-stable-2022-08-06-2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2022-08-071-8/+0
|\ \ \
| * | | profile: setup_profiling_timer() is moslty not implementedBen Dooks2022-07-291-8/+0
* | | | Merge tag 'dma-mapping-5.20-2022-08-06' of git://git.infradead.org/users/hch/...Linus Torvalds2022-08-0616-1429/+99
|\ \ \ \
| * | | | dma-mapping: update comment after dmabounce removalLukas Bulwahn2022-07-221-2/+1
| * | | | ARM/dma-mapping: merge IOMMU opsRobin Murphy2022-07-071-24/+13
| * | | | ARM/dma-mapping: consolidate IOMMU ops callbacksRobin Murphy2022-07-071-183/+55
| * | | | ARM/dma-mapping: drop .dma_supported for IOMMU opsRobin Murphy2022-07-071-23/+0
| * | | | ARM/dma-mapping: use dma-direct unconditionallyChristoph Hellwig2022-07-075-378/+19
| * | | | ARM/dma-mapping: use the generic versions of dma_to_phys/phys_to_dma by defaultChristoph Hellwig2022-07-077-55/+21
| * | | | ARM/dma-mapping: use dma_to_phys/phys_to_dma in the dma-mapping codeChristoph Hellwig2022-07-071-12/+12
| * | | | ARM/dma-mapping: remove the unused virt_to_dma helperChristoph Hellwig2022-07-071-9/+1
| * | | | ARM/dma-mapping: mark various dma-mapping routines static in dma-mapping.cChristoph Hellwig2022-07-072-129/+46
| * | | | ARM/dma-mapping: remove dmabounceChristoph Hellwig2022-07-075-619/+0
| * | | | ARM: sa1100/assabet: move dmabounce hack to ohci driverArnd Bergmann2022-07-072-65/+1
| | |/ / | |/| |
* | | | Merge tag 'mfd-next-5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds2022-08-062-6/+2
|\ \ \ \
| * | | | mfd: tc6393xb: Make disable callback return voidUwe Kleine-König2022-07-192-5/+2
| * | | | mfd: tc6387xb: Drop disable callback that is never calledUwe Kleine-König2022-07-191-1/+0
| | |_|/ | |/| |