summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-imx
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-12-121-0/+12
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-11-173-3/+3
| |\
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-11-104-8/+7
| |\ \
| * | | ARM: imx6q: Set enet tx reference clk from anatop to support 1588Frank Li2012-11-011-0/+12
* | | | Merge tag 'boards' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-12-121-5/+47
|\ \ \ \
| * \ \ \ Merge branch 'imx/board' into next/boardsOlof Johansson2012-11-251-5/+47
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | Visstrim SM10: Use mo_version to decide board video mode.Javier Martin2012-11-021-5/+47
| | | |/ | | |/|
* | | | Merge branch 'next/cam-samsung' of git://git.kernel.org/pub/scm/linux/kernel/...Olof Johansson2012-11-303-3/+3
|\ \ \ \ | |/ / /
| * | | ARM: imx: ehci: fix host power mask bitChristoph Fritz2012-11-162-2/+2
| * | | ARM i.MX: fix error-valued pointer dereference in clk_register_gate2()Wei Yongjun2012-11-161-1/+1
| |/ /
* | | ARM i.MX6: remove gate_mask from pllv3Sascha Hauer2012-11-223-17/+13
* | | ARM i.MX6: Fix ethernet PLL clocksSascha Hauer2012-11-222-63/+20
* | | ARM i.MX6: rename PLLs according to datasheetSascha Hauer2012-11-221-4/+4
* | | ARM: mx5: Replace clk_register_clkdev with clock DT lookupFabio Estevam2012-11-223-70/+15
* | | ARM i.MX5: switch IPU clk support to devicetree bindingsSascha Hauer2012-11-161-8/+11
* | | ARM i.MX6: fix ldb_di_sel muxSteffen Trumtrar2012-11-161-1/+1
* | | ARM i.MX51: setup MIPI during startupSascha Hauer2012-11-161-0/+20
* | | ARM: clk-imx27: Add missing clock for mx2-cameraFabio Estevam2012-11-161-0/+1
* | | ARM i.MX27: Fix low reference clock pathSascha Hauer2012-11-161-3/+14
* | | watchdog: Support imx watchdog on SOC_IMX53Roland Stigge2012-11-161-0/+1
* | | ARM: mach-imx: Support for DryIce RTC in i.MX53Roland Stigge2012-11-161-0/+1
* | | ARM : i.MX27 : split code for allocation of ressources of camera and eMMAGaƫtan Carlier2012-11-166-19/+16
* | | Merge remote-tracking branch 'arm-soc/imx/multiplatform' into xSascha Hauer2012-11-16181-382/+14243
|\ \ \ | |/ / |/| |
| * | ARM: imx: select HAVE_IMX_SRC when SMP is enabledShawn Guo2012-10-231-2/+1
| * | ARM: mach-imx: Fix selection of ARCH_MXCFabio Estevam2012-10-191-1/+1
| * | ARM: imx: enable multi-platform buildShawn Guo2012-10-153-185/+28
| * | ARM: imx: call mxc_device_init() in soc specific functionShawn Guo2012-10-157-2/+16
| * | ARM: imx: remove header file mach/irqs.hShawn Guo2012-10-154-24/+3
| * | ARM: imx: include hardware.h rather than mach/hardware.hShawn Guo2012-10-15132-179/+160
| * | ARM: imx: move debug macros to include/debugShawn Guo2012-10-151-51/+0
| * | video: imxfb: remove cpu_is_xxx by using platform_device_idShawn Guo2012-10-156-17/+19
| * | mmc: mxcmmc: remove cpu_is_xxx by using platform_device_idShawn Guo2012-10-157-19/+21
| * | media: mx2_camera: remove cpu_is_xxx by using platform_device_idShawn Guo2012-10-154-11/+14
| * | dma: imx-dma: remove cpu_is_xxx by using platform_device_idShawn Guo2012-10-158-11/+15
| * | dma: imx-dma: retrieve MEM and IRQ from resourcesShawn Guo2012-10-155-5/+25
| * | rtc: mxc_rtc: remove cpu_is_xxx by using platform_device_idShawn Guo2012-10-155-7/+9
| * | mtd: mxc_nand: remove cpu_is_xxx by using platform_device_idShawn Guo2012-10-159-16/+19
| * | i2c: imx: remove cpu_is_xxx by using platform_device_idShawn Guo2012-10-1512-37/+40
| * | dma: ipu: rename mach/ipu.h to include/linux/dma/ipu-dma.hShawn Guo2012-10-151-177/+0
| * | ARM: imx: remove mach/dma-mx1-mx2.hShawn Guo2012-10-151-10/+0
| * | ARM: imx: include ulpi.h rather than mach/ulpi.hShawn Guo2012-10-1516-16/+15
| * | ARM: imx: include iram.h rather than mach/iram.hShawn Guo2012-10-152-1/+2
| * | ARM: imx: include iim.h rather than mach/iim.hShawn Guo2012-10-154-3/+5
| * | ARM: imx: ARM: imx: include cpuidle.h rather than mach/cpuidle.hShawn Guo2012-10-153-2/+2
| * | ARM: imx: include common.h rather than mach/common.hShawn Guo2012-10-1577-77/+93
| * | ARM: imx: merge plat-mxc into mach-imxShawn Guo2012-10-1541-0/+5651
| * | ARM: imx: move platform device code into mach-imxShawn Guo2012-10-1550-14/+2787
| * | ARM: imx: remove unnecessary inclusion from device-imx*.hShawn Guo2012-10-159-8/+1
| * | ARM: imx: move iomux drivers and headers into mach-imxShawn Guo2012-10-1566-51/+5630
| * | ARM: imx: include board headers in the same folderShawn Guo2012-10-1521-15/+245
| |/
OpenPOWER on IntegriCloud