summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot
AgeCommit message (Expand)AuthorFilesLines
2020-06-01Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds10-104/+61
2020-06-01Merge tag 'efi-core-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-2/+2
2020-05-29Merge tag 'armsoc-fixes-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds15-51/+39
2020-05-25Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds1-1/+1
2020-05-26Merge tag 'omap-for-v5.7/cpsw-fixes-signed' of git://git.kernel.org/pub/scm/l...Arnd Bergmann7-11/+11
2020-05-25Merge tag 'efi-changes-for-v5.8' of git://git.kernel.org/pub/scm/linux/kernel...Ingo Molnar1-1/+1
2020-05-25Merge tag 'v5.7-rc7' into efi/core, to refresh the branch and pick up fixesIngo Molnar26-46/+78
2020-05-25Merge tag 'arm-soc/for-5.7/devicetree-fixes-part2-v2' of https://github.com/B...Arnd Bergmann2-4/+4
2020-05-23efi/libstub: Add missing prototype for PE/COFF entry pointArd Biesheuvel1-1/+1
2020-05-22Merge tag 'imx-fixes-5.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Arnd Bergmann4-25/+15
2020-05-21Merge branch 'mmp/fixes' into arm/fixesArnd Bergmann2-11/+9
2020-05-21ARM: dts: mmp3: Drop usb-nop-xceiv from HSIC phyLubomir Rintel1-4/+2
2020-05-21ARM: dts: mmp3-dell-ariel: Fix the SPI devicesLubomir Rintel1-6/+6
2020-05-21ARM: dts: mmp3: Use the MMP3 compatible string for /clocksLubomir Rintel1-1/+1
2020-05-20ARM: dts: bcm: HR2: Fix PPI interrupt typesHamish Martin1-3/+3
2020-05-20ARM: dts: bcm2835-rpi-zero-w: Fix led polarityVincent Stehlé1-1/+1
2020-05-20ARM: dts/imx6q-bx50v3: Set display interface clock parentsRobert Beckett4-25/+15
2020-05-19ARM: decompressor: run decompressor in place if loaded via UEFIArd Biesheuvel1-25/+14
2020-05-19ARM: decompressor: move GOT into .data for EFI enabled buildsArd Biesheuvel1-0/+5
2020-05-19ARM: decompressor: defer loading of the contents of the LC0 structureArd Biesheuvel1-11/+4
2020-05-19ARM: decompressor: split off _edata and stack base into separate objectArd Biesheuvel1-11/+12
2020-05-19ARM: decompressor: move headroom variable out of LC0Ard Biesheuvel1-2/+4
2020-05-15Merge tag 'renesas-fixes-for-v5.7-tag2' of git://git.kernel.org/pub/scm/linux...Arnd Bergmann11-27/+5
2020-05-15ARM: dts: iwg20d-q7-dbcm-ca: Remove unneeded properties in hdmi@39Ricardo Cañuelo1-2/+0
2020-05-15ARM: dts: renesas: Make hdmi encoder nodes compliant with DT bindingsRicardo Cañuelo9-24/+4
2020-05-14Merge tag 'omap-for-v5.6/fixes-rc4' of git://git.kernel.org/pub/scm/linux/ker...Arnd Bergmann3-5/+46
2020-05-14Merge tag 'v5.7-rockchip-dtsfixes1' of git://git.kernel.org/pub/scm/linux/ker...Arnd Bergmann5-7/+7
2020-05-14Merge tag 'renesas-fixes-for-v5.7-tag1' of git://git.kernel.org/pub/scm/linux...Arnd Bergmann2-4/+8
2020-05-14Merge tag 'imx-fixes-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/sh...Arnd Bergmann2-3/+3
2020-05-12ARM: dts: Fix wrong mdio clock for dm814xTony Lindgren1-1/+1
2020-05-11ARM: dts: r8a7740: Add missing extal2 to CPG nodeGeert Uytterhoeven1-1/+1
2020-05-08ARM: dts: am437x: fix networking on boards with ksz9031 phyGrygorii Strashko3-4/+4
2020-05-07ARM: dts: am57xx: fix networking on boards with ksz9031 phyGrygorii Strashko3-6/+6
2020-05-05ARM: dts: omap4-droid4: Fix occasional lost wakeirq for uart1Tony Lindgren1-3/+7
2020-05-05ARM: dts: omap4-droid4: Fix flakey wlan by disabling internal pull for gpioTony Lindgren1-0/+33
2020-04-29ARM: 8970/1: decompressor: increase tag sizeŁukasz Stelmach1-1/+1
2020-04-29ARM: 8969/1: decompressor: simplify libfdt buildsMasahiro Yamada8-56/+24
2020-04-28ARM: dts: r7s9210: Remove bogus clock-names from OSTM nodesGeert Uytterhoeven1-3/+0
2020-04-27ARM: dts: rockchip: fix pinctrl sub nodename for spi in rk322x.dtsiJohan Jonker1-2/+2
2020-04-27ARM: dts: rockchip: swap clock-names of gpu nodesJohan Jonker3-3/+3
2020-04-27ARM: dts: rockchip: fix phy nodename for rk3229-xms6Johan Jonker1-1/+1
2020-04-27ARM: dts: rockchip: fix phy nodename for rk3228-evbJohan Jonker1-1/+1
2020-04-24efi/arm: Remove __efistub_global annotationArvind Sankar1-1/+1
2020-04-23Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds3-0/+9
2020-04-23Merge tag 'arm-soc/for-5.7/devicetree-fixes' of https://github.com/Broadcom/s...Arnd Bergmann2-0/+4
2020-04-23ARM: dts: imx27-phytec-phycard-s-rdk: Fix the I2C1 pinctrl entriesFabio Estevam1-2/+2
2020-04-21Merge branch 'fixes-v5.7' into fixesTony Lindgren289-2294/+7009
2020-04-21ARM: dts: dra7: Fix bus_dma_limit for PCIeKishon Vijay Abraham I1-2/+2
2020-04-21ARM: dts: am574x-idk: Disable m_can nodeFaiz Abbas1-0/+4
2020-04-20Merge tag 'omap-for-v5.6/fixes-rc7-signed' of git://git.kernel.org/pub/scm/li...Arnd Bergmann1-0/+5