summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-imx
Commit message (Expand)AuthorAgeFilesLines
...
| * | ARM: i.MX25 clk: Use of_clk_init() for DT caseDenis Carikli2014-07-183-22/+20
| * | ARM i.MX25 clk: Fix gpt timer clock.Denis Carikli2014-07-181-1/+1
| * | ARM: i.MX21 clk: Add devicetree supportAlexander Shiyan2014-07-181-123/+136
| * | ARM: i.MX21 clk: Cleanup driverAlexander Shiyan2014-07-181-24/+1
| * | ARM: i.MX21 clk: Remove clk_register_clkdev() for unused clocksAlexander Shiyan2014-07-181-19/+0
| * | ARM: i.MX21 clk: Clock initialization reworkAlexander Shiyan2014-07-182-45/+75
| * | ARM: clk-imx51-imx53: Remove clk_register_clkdev()Fabio Estevam2014-07-181-76/+0
| * | ARM: imx: add standby mode support for suspendAnson Huang2014-07-183-5/+32
| * | ARM: imx: mem bit must be cleared before entering DSM modeAnson Huang2014-07-183-4/+8
| * | ARM: imx6qdl: switch to use macro for clock IDShawn Guo2014-07-181-282/+247
| * | ARM: imx: add cpuidle support for i.mx6sxAnson Huang2014-07-182-1/+10
| * | ARM: imx: add suspend support for i.mx6sxAnson Huang2014-07-183-3/+28
| * | ARM: i.MX: Remove Freescale i.MX27 IP Camera board supportAlexander Shiyan2014-07-183-87/+0
| * | ARM: i.MX system: Add a reset fallback if base address of watchdog is not setAlexander Shiyan2014-07-181-0/+4
| * | ARM: i.MX system: Simplify handling watchdog clockAlexander Shiyan2014-07-181-13/+7
| * | ARM: i.MX clk: Move clock check function in common locationAlexander Shiyan2014-07-1813-73/+32
| * | ARM: i.MX27 clk: Use of_clk_init() for DT caseAlexander Shiyan2014-07-183-35/+29
| * | ARM: i.MX27 clk: Separate DT and non-DT init procedureAlexander Shiyan2014-07-181-15/+24
| * | ARM: i.MX: Remove excess variableAlexander Shiyan2014-07-181-8/+7
| * | ARM: i.MX: Use of_clk_get_by_name() for timer clocks for DT case.Alexander Shiyan2014-07-187-28/+25
| * | ARM: imx5: remove mx51.h and mx53.hShawn Guo2014-07-185-654/+0
| * | ARM: imx5: clean function declarations in mx51.hShawn Guo2014-07-182-5/+1
| * | ARM: imx5: remove file mm-imx5.cShawn Guo2014-07-186-67/+1
| * | ARM: imx5: move init hooks into mach-imx5x.cShawn Guo2014-07-184-48/+50
| * | ARM: imx5: use dynamic mapping for Cortex and GPC blockShawn Guo2014-07-183-34/+60
| * | ARM: imx5: reuse clock CCM mapping in pm codeShawn Guo2014-07-183-4/+17
| * | ARM: imx5: use dynamic mapping for DPLL blockShawn Guo2014-07-181-17/+48
| * | ARM: imx5: use dynamic mapping for CCM blockShawn Guo2014-07-181-39/+51
| * | ARM: imx5: remove header crm-regs-imx5.hShawn Guo2014-07-183-602/+70
| * | ARM: imx5: retrieve iim base from device treeShawn Guo2014-07-181-4/+21
| * | ARM: imx5: call mxc_timer_init_dt() on imx51Shawn Guo2014-07-181-1/+1
| * | ARM: imx5: remove function imx51_soc_init()Shawn Guo2014-07-182-34/+0
| * | ARM: imx5: tzic_init_irq() can directly be .init_irq hookShawn Guo2014-07-186-26/+10
| * | ARM: imx5: drop arguments from mx5_clocks_common_init()Shawn Guo2014-07-181-10/+8
| * | ARM: imx5: make mx51_clocks_init() a DT callShawn Guo2014-07-182-15/+3
| * | ARM: imx5: remove i.MX5 non-DT device registration helpersShawn Guo2014-07-1813-190/+1
| * | ARM: imx5: remove imx51 non-DT support filesShawn Guo2014-07-185-1073/+1
| * | ARM: imx5: drop option MACH_IMX51_DTShawn Guo2014-07-183-8/+4
| * | ARM: imx5: move SOC_IMX5 and SOC_IMX51 into 'Device tree only'Shawn Guo2014-07-181-12/+11
| * | ARM: imx: move EHCI platform defines out of platform_data headerShawn Guo2014-07-1826-0/+75
| * | ARM: i.MX: Remove registration helper for i.MX1 USB UDCAlexander Shiyan2014-07-184-95/+0
| * | ARM: i.MX1 clk: Add devicetree supportAlexander Shiyan2014-07-181-71/+82
| * | ARM: imx: remove unused definesPaul Bolle2014-07-181-33/+0
| * | ARM: i.MX: Select HAVE_IMX_SRC for i.MX5 globallyAlexander Shiyan2014-07-181-3/+1
* | | Merge tag 'pm+acpi-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-08-061-1/+0
|\ \ \
| * | | PM / OPP: Remove ARCH_HAS_OPPMark Brown2014-07-231-1/+0
* | | | Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2014-08-051-2/+3
|\ \ \ \
| * | | | ARM: convert all "mov.* pc, reg" to "bx reg" for ARMv6+Russell King2014-07-181-2/+3
* | | | | ARM: imx: Remove references to platform_bus in mxc codePawel Moll2014-08-011-2/+0
* | | | | platform: Remove most references to platform_bus devicePawel Moll2014-07-231-1/+1
| |/ / / |/| | |
OpenPOWER on IntegriCloud