summaryrefslogtreecommitdiff
path: root/arch/arm
AgeCommit message (Expand)AuthorFilesLines
2018-03-05ARM: stm32: Kconfig: introduce MACH_STM32F769 flagAlexandre Torgue1-0/+5
2018-03-05ARM: shmobile: defconfig: Disable CONFIG_EMBEDDEDGeert Uytterhoeven1-4/+1
2018-03-05ARM: shmobile: defconfig: RefreshGeert Uytterhoeven1-3/+0
2018-03-03arm: dts: pxa: use reworked NAND controller driverMiquel Raynal1-3/+3
2018-03-02mtd: nand: remove useless fields from pxa3xx NAND platform dataMiquel Raynal8-32/+15
2018-03-01ARM: omap2plus_defconfig: Add SERIAL_DEV for bluetoothTony Lindgren1-0/+3
2018-03-01ARM: omap2plus_defconfig: Update for moved optionsTony Lindgren1-14/+14
2018-03-01ARM: OMAP2+: Enable ti-sysc to use device tree data for smartreflexTony Lindgren3-11/+20
2018-03-01ARM: OMAP2+: Try to parse earlycon from parent tooTony Lindgren1-0/+6
2018-03-01ARM: OMAP2+: Add checks for device tree based sysconfig dataTony Lindgren1-3/+106
2018-03-01ARM: OMAP2+: Add functions to allocate module data from device treeTony Lindgren2-1/+315
2018-03-01Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds28-90/+87
2018-03-01ARM: OMAP2+: Fix typo for wakeup_ns_pa_addrTony Lindgren1-1/+1
2018-03-01ARM: OMAP2+: Use v7_invalidate_l1 in omap4_finish_suspendTony Lindgren1-6/+1
2018-03-01Merge tag 'arm-soc/for-4.16/devicetree-fixes' of https://github.com/Broadcom/...Arnd Bergmann7-14/+14
2018-03-01ARM: omap2plus_defconfig: Enable CONFIG_MMC_SDHCI_OMAPKishon Vijay Abraham I1-0/+3
2018-03-01ARM: multi_v7_defconfig: Enable CONFIG_MMC_SDHCI_OMAPKishon Vijay Abraham I1-0/+1
2018-03-01Merge tag 'imx-fixes-4.16' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/...Arnd Bergmann1-1/+1
2018-02-28ARM: at91: Kconfig: Update company to MicrochipNicolas Ferre1-7/+7
2018-02-28ARM: imx: pm-imx6: Return the error directlyFabio Estevam1-5/+2
2018-02-28ARM: imx: avic: set low-power interrupt mask for imx25Martin Kaiser1-0/+37
2018-02-28ARM: dts: bcm283x: Move arm-pmu out of soc nodeStefan Wahren2-8/+8
2018-02-28ARM: dts: bcm283x: Fix unit address of local_intcStefan Wahren2-2/+2
2018-02-28ARM: dts: NSP: Fix amount of RAM on BCM958625HRFlorian Fainelli1-1/+1
2018-02-27ARM: OMAP2+: pm33xx-core: Add platform code needed for PMDave Gerlach9-0/+253
2018-02-27ARM: OMAP2+: Introduce low-level suspend code for AM43XXDave Gerlach1-0/+385
2018-02-27ARM: OMAP2+: Introduce low-level suspend code for AM33XXDave Gerlach1-0/+212
2018-02-27ARM: configs: stm32: Enable MMC_ARMMMCI and EXT3_FS supportPatrice Chotard1-0/+3
2018-02-27ARM: multi_v7_defconfig: Enable thermal driver for RPi 2/3Stefan Wahren1-0/+1
2018-02-27ARM: bcm2385_defconfig: Enable BT support for BCM43438Stefan Wahren1-0/+4
2018-02-27bus: ti-sysc: Add support for platform data callbacksTony Lindgren2-3/+41
2018-02-26ARM: dts: Set D-Link DNS-313 SATA to muxmode 0Linus Walleij1-1/+1
2018-02-26ARM: omap2: set CONFIG_LIRC=y in defconfigArnd Bergmann1-1/+1
2018-02-26Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-0/+9
2018-02-26ARM: configs: multi_v7: add stm32 supportLudovic Barre1-0/+3
2018-02-26ARM: davinci_all_defconfig: set CONFIG_DAVINCI_WATCHDOG=yDavid Lechner1-1/+1
2018-02-26Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2018-02-24ARM: dts: imx6dl: Include correct dtsi file for Engicam i.CoreM6 DualLite/Sol...Shyam Saini1-1/+1
2018-02-24ARM: imx_v6_v7_defconfig: Re-sync defconfigFabio Estevam1-13/+5
2018-02-23mtd: nand: use Marvell reworked NAND controller driver with all platformsMiquel Raynal11-16/+15
2018-02-23ARM: davinci_all_defconfig: enable SYSCON_REBOOT_MODEDavid Lechner1-0/+1
2018-02-23ARM: OMAP2+: Prepare to pass auxdata for smartreflexTony Lindgren2-0/+15
2018-02-23ARM: BCM: dts: Remove leading 0x and 0s from bindings notationMathieu Malaterre3-3/+3
2018-02-22ARM: multi_v7_defconfig: Enable serial console on RPi 3Tuomas Tynkkynen1-0/+3
2018-02-22ARM: OMAP: pdata-quirks: Remove unused timer pdataKeerthy1-32/+0
2018-02-22ARM: OMAP: Move dmtimer driver out of plat-omap to drivers under clocksourceKeerthy4-980/+1
2018-02-22ARM: OMAP: Move dmtimer.h out of plat-omapKeerthy6-434/+5
2018-02-22ARM: OMAP: timer: Wrap the inline functions under OMAP2PLUS defineKeerthy1-1/+16
2018-02-22ARM: OMAP: dmtimer: Remove all the exportsKeerthy1-27/+0
2018-02-22Merge branch 'omap-for-v.16/dmtimer-fix' into omap-for-v4.17/timerTony Lindgren1-5/+2