aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-imx (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-08-18ARM: imx: correct gpu2d_axi and gpu3d_axi clock settingAnson Huang1-2/+8
2014-08-18ARM: imx: remove unnecessary ARCH_HAS_OPP selectShawn Guo1-2/+0
2014-08-18ARM: imx: fix TLB missing of IOMUXC base address during suspendShawn Guo1-0/+2
2014-08-18ARM: imx6: fix SMP compilation againArnd Bergmann1-0/+2
2014-08-08Merge tag 'soc-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds92-4227/+1259
2014-08-06Merge tag 'pm+acpi-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-1/+0
2014-08-05Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds1-2/+3
2014-08-01ARM: imx: Remove references to platform_bus in mxc codePawel Moll1-2/+0
2014-07-23platform: Remove most references to platform_bus devicePawel Moll1-1/+1
2014-07-23PM / OPP: Remove ARCH_HAS_OPPMark Brown1-1/+0
2014-07-19Merge tag 'exynos-cpuidle' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into next/socOlof Johansson1-8/+23
2014-07-18Merge tag 'imx-fixes-3.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into fixesOlof Johansson1-2/+2
2014-07-18ARM: convert all "mov.* pc, reg" to "bx reg" for ARMv6+Russell King1-2/+3
2014-07-18ARM: imx: clk-vf610: fix FlexCAN clock gatingStefan Agner1-2/+4
2014-07-18ARM: i.MX: Use CLOCKSOURCE_OF_DECLARE() for DT targetsAlexander Shiyan10-25/+12
2014-07-18ARM: i.MX53: globally disable supervisor protectSteffen Trumtrar1-0/+2
2014-07-18ARM: i.MX: allow disabling supervisor protect via DTSteffen Trumtrar2-0/+15
2014-07-18ARM: i.MX27 clk: Add 26 MHz oscillator circuit clock gateAlexander Shiyan1-5/+6
2014-07-18ARM: i.MX27 clk: Remove unused definitionsAlexander Shiyan1-25/+0
2014-07-18ARM: i.MX27 clk: Introduce DT include for clock providerAlexander Shiyan1-185/+162
2014-07-18ARM: i.MX: Remove Freescale Logic Product Development i.MX27 Lite-Kit board supportAlexander Shiyan3-93/+0
2014-07-18ARM: i.MX: Remove excess symbols ARCH_MX1, ARCH_MX25 and MACH_MX27Alexander Shiyan2-13/+1
2014-07-18ARM: i.MX: Remove i.MX1 camera supportAlexander Shiyan7-112/+0
2014-07-18ARM: imx: use PTR_ERR_OR_ZEROFabian Frederick5-16/+5
2014-07-18ARM: imx: build cpu_is_imx6sl function conditionallyArnd Bergmann1-0/+7
2014-07-18ARM: imx: imx6sx uses imx6q cpuidle codeArnd Bergmann1-0/+2
2014-07-18ARM: imx: drop PL310 errata 588369 and 727915Shawn Guo1-4/+0
2014-07-18ARM: imx: clk-imx6sx: register SSI/SSI_IPG as shared gate clocksFabio Estevam1-6/+9
2014-07-18ARM: imx: mark .dt_compat as constShawn Guo9-9/+9
2014-07-18ARM: mx6: Only check for 1.2GHz for mx6quadFabio Estevam1-1/+1
2014-07-18ARM: i.MX25 clk: Use of_clk_init() for DT caseDenis Carikli3-22/+20
2014-07-18ARM i.MX25 clk: Fix gpt timer clock.Denis Carikli1-1/+1
2014-07-18ARM: i.MX21 clk: Add devicetree supportAlexander Shiyan1-123/+136
2014-07-18ARM: i.MX21 clk: Cleanup driverAlexander Shiyan1-24/+1
2014-07-18ARM: i.MX21 clk: Remove clk_register_clkdev() for unused clocksAlexander Shiyan1-19/+0
2014-07-18ARM: i.MX21 clk: Clock initialization reworkAlexander Shiyan2-45/+75
2014-07-18ARM: clk-imx51-imx53: Remove clk_register_clkdev()Fabio Estevam1-76/+0
2014-07-18ARM: imx: add standby mode support for suspendAnson Huang3-5/+32
2014-07-18ARM: imx: mem bit must be cleared before entering DSM modeAnson Huang3-4/+8
2014-07-18ARM: imx6qdl: switch to use macro for clock IDShawn Guo1-282/+247
2014-07-18ARM: imx: add cpuidle support for i.mx6sxAnson Huang2-1/+10
2014-07-18ARM: imx: add suspend support for i.mx6sxAnson Huang3-3/+28
2014-07-18ARM: i.MX: Remove Freescale i.MX27 IP Camera board supportAlexander Shiyan3-87/+0
2014-07-18ARM: i.MX system: Add a reset fallback if base address of watchdog is not setAlexander Shiyan1-0/+4
2014-07-18ARM: i.MX system: Simplify handling watchdog clockAlexander Shiyan1-13/+7
2014-07-18ARM: i.MX clk: Move clock check function in common locationAlexander Shiyan13-73/+32
2014-07-18ARM: i.MX27 clk: Use of_clk_init() for DT caseAlexander Shiyan3-35/+29
2014-07-18ARM: i.MX27 clk: Separate DT and non-DT init procedureAlexander Shiyan1-15/+24
2014-07-18ARM: i.MX: Remove excess variableAlexander Shiyan1-8/+7
2014-07-18ARM: i.MX: Use of_clk_get_by_name() for timer clocks for DT case.Alexander Shiyan7-28/+25