aboutsummaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2019-08-03arm64: dts: imx8mq: correct usb controller clocksLi Jun1-4/+4
2019-08-03arm64: dts: imx8mq: Add clock for TMU nodeAnson Huang1-0/+1
2019-08-03arm64: dts: imx8mq: Correct OPP table according to latest datasheetAnson Huang1-3/+2
2019-08-03arm64: dts: imx8mm: Correct OPP table according to latest datasheetAnson Huang1-2/+1
2019-08-03arm64: dts: imx8mm: Add "fsl,imx8mq-src" as src's fallback compatibleAnson Huang1-1/+1
2019-08-03arm64: dts: imx8m: Add ddr-pmu nodesLeonard Crestez2-0/+14
2019-08-03arm64: dts: imx8mm-evk: enable usb1 and typec supportLi Jun1-0/+65
2019-08-03arm64: dts: imx8mm: Remove setting for IMX8MM_CLK_USB_CORE_REFLi Jun1-8/+4
2019-08-03arm64: dts: imx8mm: Add gpio-ranges propertyAnson Huang1-0/+5
2019-08-03arm64: dts: imx8mq: Add gpio-ranges propertyAnson Huang1-0/+5
2019-08-03arm64: dts: imx8mm: Init rates and parents configs for clocksAbel Vesa1-0/+12
2019-08-03ARM: imx_v6_v7_defconfig: Select the OV5645 camera driverFabio Estevam1-0/+1
2019-08-03ARM: dts: imx6qdl-wandboard: Add OV5645 camera supportEzequiel Garcia1-4/+69
2019-08-03parisc: Add assembly implementations for memset, strlen, strcpy, strncpy and strcatHelge Deller5-93/+157
2019-08-03parisc: trigger die notifier chain in parisc_terminate()Sven Schnelle1-0/+2
2019-08-03parisc/ftrace: Add KPROBES_ON_FTRACESven Schnelle3-3/+156
2019-08-03parisc/ftrace: Add ARCH_SUPPORTS_FTRACE_OPS supportSven Schnelle2-2/+7
2019-08-02arm64: dts: fsl: ls1028a: Enable eth port1 on the ls1028a QDS boardClaudiu Manoil2-0/+46
2019-08-03ARM: dts: rockchip: Add pin names for rk3288-veyron fievelMatthias Kaehlcke1-0/+214
2019-08-03ARM: dts: rockchip: A few fixes for veyron-{fievel,tiger}Matthias Kaehlcke3-31/+38
2019-08-02Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds17-65/+116
2019-08-02Merge branch 'parisc-5.3-4' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linuxLinus Torvalds7-6/+12
2019-08-02Merge tag 's390-5.3-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds12-236/+382
2019-08-02Merge tag 'arm-swiotlb-5.3' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds4-1/+74
2019-08-02ARM: multi_v7_defconfig: Enable SPI_STM32_QSPI supportPatrice Chotard1-0/+1
2019-08-02ARM: multi_v7_defconfig: enable STM32 booster regulatorFabrice Gasnier1-0/+1
2019-08-02ARM: multi_v7_defconfig: add FMC2 NAND controller supportChristophe Kerello1-0/+1
2019-08-02ARM: dts: stm32: remove useless pinctrl entries in stm32mp157-pinctrlAlexandre Torgue1-24/+0
2019-08-02ARM: dts: stm32: add phy-dsi-supply property on stm32mp157c-ev1Yannick Fertré1-0/+1
2019-08-02ARM: dts: stm32: add audio codec support on stm32mp157a-dk1 boardOlivier Moysan1-0/+89
2019-08-02ARM: dts: stm32: add syscfg to ADC on stm32mp157cFabrice Gasnier1-0/+1
2019-08-02ARM: dts: stm32: add pwm cells to stm32f746Fabrice Gasnier1-0/+12
2019-08-02ARM: dts: stm32: add pwm cells to stm32f429Fabrice Gasnier1-0/+12
2019-08-02ARM: dts: stm32: add pwm cells to stm32mp157cFabrice Gasnier1-0/+12
2019-08-02ARM: dts: stm32: fix -Wall W=1 compilation in stm32mp157 pinctrl for mcanErwan Le Ray1-1/+1
2019-08-02ARM: dts: stm32: add booster for ADC analog switches on stm32mp157cFabrice Gasnier1-0/+6
2019-08-02ARM: dts: stm32: enable m4 coprocessor support on STM32MP157a-dk1Fabien Dessenne1-0/+10
2019-08-02ARM: dts: stm32: declare copro reserved memories on STM32MP157a-dk1Fabien Dessenne1-0/+36
2019-08-02ARM: dts: stm32: enable m4 coprocessor support on STM32MP157c-ed1Fabien Dessenne1-0/+10
2019-08-02ARM: dts: stm32: declare copro reserved memories on STM32MP157c-ed1Fabien Dessenne1-0/+36
2019-08-02ARM: dts: stm32: add m4 remoteproc support on STM32MP157cFabien Dessenne1-0/+20
2019-08-02ARM: dts: stm32: add missing vdda-supply to adc on stm32h743i-evalFabrice Gasnier1-0/+1
2019-08-02ARM: dts: stm32: add missing vdda-supply to adc on stm32429i-evalFabrice Gasnier1-0/+7
2019-08-02ARM: dts: stm32: remove fixed regulator unit address on stm32429i-evalFabrice Gasnier1-12/+6
2019-08-02olpc: x01: convert platform driver to use dev_groupsGreg Kroah-Hartman1-10/+7
2019-08-02arm64: Make debug exception handlers visible from RCUMasami Hiramatsu1-8/+49
2019-08-02arm64: kprobes: Recover pstate.D in single-step exception handlerMasami Hiramatsu2-34/+8
2019-08-02ARM: dts: aspeed: tiogapass: Add Riser cardVijay Khemka1-0/+230
2019-08-02ARM: dts: aspeed: tiogapass: Move battery sensorVijay Khemka1-5/+1
2019-08-02asm-generic: Remove redundant arch-specific rules for simd.hHerbert Xu2-2/+0