summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Linus Torvalds2015-06-26217-2061/+6572
|\
| * Merge tag 'omap-for-v4.2/soc-pt1-take2' of git://git.kernel.org/pub/scm/linux...Kevin Hilman2015-06-1115-78/+184
| |\
| | * Merge tag 'for-v4.2/omap-hwmod-a' of git://git.kernel.org/pub/scm/linux/kerne...Tony Lindgren2015-06-0215-78/+184
| | |\
| | | * 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-019-35/+29
| | |/
| * | Merge branch 'zte/soc' into next/socKevin Hilman2015-06-1114-1/+1403
| |\ \
| | * | 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-117-1/+240
| | * | clk: zx: add clock support to zx296702Jun Nie2015-06-115-0/+864
| | * | dt-bindings: Add #defines for ZTE ZX296702 clocksJun Nie2015-06-111-0/+170
| * | | 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
| * | | | MAINTAINERS: ARM64: EXYNOS: Extend entry for ARM64 DTSKrzysztof Kozlowski2015-06-111-0/+1
| * | | | Merge tag 'samsung-mach-1' of git://git.kernel.org/pub/scm/linux/kernel/git/k...Kevin Hilman2015-06-11336-3831/+3714
| |\ \ \ \
| | * | | | 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-062-10/+13
| | * | | | 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
| * | | | | MAINTAINERS: update Shawn's email to use kernel.org oneShawn Guo2015-06-101-2/+2
| * | | | | Merge tag 'imx-soc-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/shaw...Kevin Hilman2015-06-1059-561/+2593
| |\ \ \ \ \
| | * | | | | ARM: imx: imx7d requires anatopArnd Bergmann2015-06-031-0/+2
| | * | | | | clocksource: timer-imx-gpt: remove include of <asm/mach/time.h>Shawn Guo2015-06-031-2/+0
| | * | | | | ARM: imx: move timer driver into drivers/clocksourceShawn Guo2015-06-035-2/+9
| | * | | | | 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-038-13/+41
| | * | | | | 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
OpenPOWER on IntegriCloud