summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Linus Torvalds2015-06-26182-7678/+3059
|\
| * Merge tag 'omap-for-v4.2/soc-pt1-take2' of git://git.kernel.org/pub/scm/linux...Kevin Hilman2015-06-1113-75/+173
| |\
| | * ARM: OMAP3: Fix crypto support for HS devicesPali Rohár2015-06-011-13/+94
| | * ARM: OMAP2+: Return correct error values from device and hwmodPali Rohár2015-06-012-17/+23
| | * ARM: OMAP: AM43xx hwmod: Add data for am43xx emif hwmodDave Gerlach2015-06-015-13/+38
| | * memory: omap-gpmc: Add Kconfig option for debugTony Lindgren2015-06-017-32/+18
| * | Merge branch 'zte/soc' into next/socKevin Hilman2015-06-114-0/+317
| |\ \
| | * | ARM: zx: Add basic defconfig support for ZX296702Jun Nie2015-06-111-0/+129
| | * | ARM: dts: zx: add an initial zx296702 dts and docJun Nie2015-06-113-0/+188
| * | | Merge branch 'socfpga/soc' into next/socKevin Hilman2015-06-111-1/+1
| |\ \ \
| | * | | ARM: socfpga: fix build error due to secondary_startupKevin Hilman2015-06-111-1/+1
| * | | | Merge tag 'samsung-mach-1' of git://git.kernel.org/pub/scm/linux/kernel/git/k...Kevin Hilman2015-06-1159-349/+509
| |\ \ \ \
| | * | | | ARM: EXYNOS: register power domain driver from core_initcallMarek Szyprowski2015-06-061-18/+7
| | * | | | ARM: EXYNOS: use PS_HOLD based poweroff for all supported SoCsMarek Szyprowski2015-06-061-3/+3
| | * | | | ARM: SAMSUNG: Constify platform_device_idKrzysztof Kozlowski2015-06-061-1/+1
| | * | | | ARM: EXYNOS: Constify irq_domain_opsKrzysztof Kozlowski2015-06-061-1/+1
| | * | | | ARM: EXYNOS: add coupled cpuidle support for Exynos3250Bartlomiej Zolnierkiewicz2015-06-065-14/+53
| | * | | | ARM: EXYNOS: add exynos_get_boot_addr() helperBartlomiej Zolnierkiewicz2015-06-063-0/+46
| | * | | | ARM: EXYNOS: add exynos_set_boot_addr() helperBartlomiej Zolnierkiewicz2015-06-061-24/+29
| | * | | | ARM: EXYNOS: make exynos_core_restart() less verboseBartlomiej Zolnierkiewicz2015-06-061-1/+0
| | * | | | ARM: EXYNOS: fix exynos_boot_secondary() return value on timeoutBartlomiej Zolnierkiewicz2015-06-061-0/+3
| | * | | | ARM: EXYNOS: Get current parent clock for power domain on/offKrzysztof Kozlowski2015-06-061-7/+9
| | * | | | ARM: SAMSUNG: fix clk_enable() WARNing in S3C24XX ADCSergiy Kibrik2015-06-061-2/+2
| | * | | | ARM: EXYNOS: Add missing of_node_put() when parsing power domainsKrzysztof Kozlowski2015-06-061-3/+5
| | * | | | ARM: EXYNOS: Handle of_find_device_by_node() and kstrdup() failuresKrzysztof Kozlowski2015-06-061-0/+12
| | * | | | ARM: EXYNOS: Handle of of_iomap() failureKrzysztof Kozlowski2015-06-061-0/+8
| | | |_|/ | | |/| |
| * | | | ARM: ep93xx: simone: support for SPI-based MMC/SD cardsMika Westerberg2015-06-111-1/+134
| * | | | Merge tag 'hi6220-soc-for-4.2' of git://github.com/hisilicon/linux-hisi into ...Kevin Hilman2015-06-102-0/+6
| |\ \ \ \
| | * | | | arm64: Enable Hisilicon ARMv8 SoC family in Kconfig and defconfigBintian Wang2015-06-052-0/+6
| * | | | | Merge tag 'imx-soc-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/shaw...Kevin Hilman2015-06-1048-6201/+487
| |\ \ \ \ \
| | * | | | | ARM: imx: imx7d requires anatopArnd Bergmann2015-06-031-0/+2
| | * | | | | ARM: imx: move timer driver into drivers/clocksourceShawn Guo2015-06-033-544/+2
| | * | | | | ARM: imx: remove platform headers from timer driverShawn Guo2015-06-031-6/+0
| | * | | | | ARM: imx: provide gpt device specific irq functionsShawn Guo2015-06-031-26/+54
| | * | | | | ARM: imx: get rid of variable timer_baseShawn Guo2015-06-031-29/+26
| | * | | | | ARM: imx: define gpt register offset per device typeShawn Guo2015-06-031-11/+20
| | * | | | | ARM: imx: move clock event variables into imx_timerShawn Guo2015-06-031-31/+33
| | * | | | | ARM: imx: set up .set_next_event hook via imx_gpt_dataShawn Guo2015-06-031-3/+7
| | * | | | | ARM: imx: setup tctl register in device specific functionShawn Guo2015-06-031-20/+78
| | * | | | | ARM: imx: initialize gpt device type for DT bootShawn Guo2015-06-031-9/+46
| | * | | | | ARM: imx: define an enum for gpt timer device typeShawn Guo2015-06-031-1/+5
| | * | | | | ARM: imx: move timer resources into a structureShawn Guo2015-06-031-35/+56
| | * | | | | ARM: imx: use relaxed IO accessor in timer driverShawn Guo2015-06-031-24/+24
| | * | | | | ARM: imx: make imx51/3 suspend optionalArnd Bergmann2015-06-031-2/+4
| | * | | | | ARM: mach-imx: iomux-imx31: Use DECLARE_BITMAPJoe Perches2015-06-031-1/+1
| | * | | | | ARM: imx53: Set DDR pins to high impedance when in suspend to RAM.Martin Fuzzey2015-06-034-1/+333
| | * | | | | ARM: imx: add msl support for imx7dAnson Huang2015-06-036-2/+65
| | * | | | | ARM: imx7d: add low level debug uart supportAnson Huang2015-06-032-3/+25
| | * | | | | ARM: imx: mmdc: Include "common.h" header fileFabio Estevam2015-06-031-0/+2
| | * | | | | ARM: imx: Correct the comments in time.cShenwei Wang2015-06-031-3/+5