summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-imx
Commit message (Expand)AuthorAgeFilesLines
* ARM: imx: only select ARM_ERRATA_814220 for ARMv7-AArnd Bergmann2020-01-091-1/+1
* ARM: imx: Enable ARM_ERRATA_814220 for i.MX6UL and i.MX7DAnson Huang2019-12-121-0/+2
* ARM: imx: Add i.MX7ULP SoC serial number supportAnson Huang2019-12-121-5/+25
* ARM: imx: Fix boot crash if ocotp is not foundLeonard Crestez2019-12-121-1/+3
* ARM: imx: Correct ocotp id for serial number support of i.MX6ULL/ULZ SoCsChristoph Niedermaier2019-12-111-2/+2
* Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds2019-12-053-42/+40
|\
| * ARM: imx: use generic function to exit coherencyStefan Agner2019-11-041-22/+2
| * ARM: imx: Add serial number support for i.MX6/7 SoCsAnson Huang2019-10-281-1/+37
| * ARM: imx: Drop imx_anatop_usb_chrg_detect_disable()Andrey Smirnov2019-10-281-19/+1
* | cpuidle: Introduce cpuidle_driver_state_disabled() for driver quirksRafael J. Wysocki2019-11-191-2/+2
|/
* ARM: imx: stop adjusting ar8031 phy tx delayAndré Draszik2019-08-241-6/+0
* Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds2019-07-192-5/+12
|\
| * Merge tag 'imx-soc-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/shaw...Olof Johansson2019-06-252-5/+12
| |\
| | * ARM: imx: Switch imx7d to imx-cpufreq-dt for speed-gradingLeonard Crestez2019-06-121-0/+7
| | * ARM: imx6: cpuidle: Use raw_spinlock_tSebastian Andrzej Siewior2019-06-061-5/+5
* | | Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-06-2144-180/+44
|\ \ \
| * | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-1944-180/+44
| |/ /
* | | Merge tag 'imx-fixes-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/sh...Olof Johansson2019-06-161-1/+2
|\ \ \ | |/ / |/| |
| * | ARM: imx: cpuidle-imx6sx: Restrict the SW2ISO increase to i.MX6SXFabio Estevam2019-05-201-1/+2
| |/
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 159Thomas Gleixner2019-05-3023-161/+23
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-3025-250/+25
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-306-30/+6
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 102Thomas Gleixner2019-05-241-14/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 1Thomas Gleixner2019-05-2130-422/+30
* | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
|/
* Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds2019-05-161-2/+4
|\
| * Merge tag 'imx-soc-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/shaw...Olof Johansson2019-04-291-2/+4
| |\
| | * ARM: imx6: cpuidle: omit the unnecessary unmask of GINTKohji Okuno2019-03-201-2/+4
* | | treewide: replace #include <asm/sizes.h> with #include <linux/sizes.h>Masahiro Yamada2019-05-145-5/+5
* | | Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2019-05-071-1/+1
|\ \ \ | |/ / |/| |
| * | treewide: Switch printk users from %pf and %pF to %ps and %pS, respectivelySakari Ailus2019-04-091-1/+1
* | | ARM: imx6q: cpuidle: fix bug that CPU might not wake up at expected timeKohji Okuno2019-03-191-17/+10
* | | ARM: imx51: fix a leaked reference by adding missing of_node_putWen Yang2019-03-191-0/+1
| |/ |/|
* | Merge tag 'dma-mapping-5.1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2019-03-102-10/+5
|\ \ | |/ |/|
| * dma-mapping: remove the DMA_MEMORY_EXCLUSIVE flagChristoph Hellwig2019-02-202-10/+5
* | Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds2019-03-066-6/+167
|\ \
| * | ARM: imx: add i.MX7ULP SoC revision supportAnson Huang2019-01-161-0/+39
| * | ARM: imx: add i.MX7ULP cpuidle supportAnson Huang2019-01-156-5/+127
| * | ARM: imx: don't build ssi-fiq if not requiredStefan Agner2019-01-131-1/+1
| |/
* | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-03-061-7/+2
|\ \
| * | perf/core, arch/arm: Use PERF_PMU_CAP_NO_EXCLUDE for exclusion incapable PMUsAndrew Murray2019-01-211-7/+2
| |/
* | regulator: fixed/gpio: Pull inversion/OD into gpiolibLinus Walleij2019-02-062-2/+1
|/
* Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Linus Torvalds2018-12-317-0/+75
|\
| * Merge branch 'fixes' into next/socOlof Johansson2018-12-311-1/+1
| |\
| * | ARM: imx: fix dependencies on imx7ulpArnd Bergmann2018-12-111-2/+2
| * | ARM: imx: add initial support for imx7ulpA.s. Dong2018-12-107-0/+75
* | | mmc: sdhci: imx: Use the slot GPIO descriptorLinus Walleij2018-12-171-4/+13
| |/ |/|
* | ARM: imx: update the cpu power up timing setting on i.mx6sxAnson Huang2018-12-061-1/+1
|/
* Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Linus Torvalds2018-10-295-2/+71
|\
| * ARM: imx: add i.mx6ulz msl supportAnson Huang2018-09-304-2/+32
OpenPOWER on IntegriCloud