aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
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
2014-07-18ARM: imx: defconfig: Select CONFIG_FHANDLEFabio Estevam3-0/+3
2014-07-18ARM: imx5: remove mx51.h and mx53.hShawn Guo5-654/+0
2014-07-18ARM: imx5: clean function declarations in mx51.hShawn Guo2-5/+1
2014-07-18ARM: imx5: remove file mm-imx5.cShawn Guo6-67/+1
2014-07-18ARM: imx5: move init hooks into mach-imx5x.cShawn Guo4-48/+50
2014-07-18ARM: imx5: use dynamic mapping for Cortex and GPC blockShawn Guo3-34/+60
2014-07-18ARM: imx5: reuse clock CCM mapping in pm codeShawn Guo3-4/+17
2014-07-18ARM: imx5: use dynamic mapping for DPLL blockShawn Guo1-17/+48
2014-07-18ARM: imx5: use dynamic mapping for CCM blockShawn Guo1-39/+51
2014-07-18ARM: imx5: remove header crm-regs-imx5.hShawn Guo3-602/+70
2014-07-18ARM: imx5: retrieve iim base from device treeShawn Guo1-4/+21
2014-07-18ARM: imx5: call mxc_timer_init_dt() on imx51Shawn Guo1-1/+1
2014-07-18ARM: imx5: remove function imx51_soc_init()Shawn Guo2-34/+0
2014-07-18ARM: imx5: tzic_init_irq() can directly be .init_irq hookShawn Guo6-26/+10
2014-07-18ARM: imx5: drop arguments from mx5_clocks_common_init()Shawn Guo1-10/+8
2014-07-18ARM: imx5: make mx51_clocks_init() a DT callShawn Guo2-15/+3
2014-07-18ARM: imx5: remove i.MX5 non-DT device registration helpersShawn Guo13-190/+1
2014-07-18ARM: imx5: remove imx51 non-DT support filesShawn Guo5-1073/+1
2014-07-18ARM: imx5: drop option MACH_IMX51_DTShawn Guo5-10/+6
2014-07-18ARM: imx5: move SOC_IMX5 and SOC_IMX51 into 'Device tree only'Shawn Guo1-12/+11
2014-07-18ARM: imx: move EHCI platform defines out of platform_data headerShawn Guo26-0/+75
2014-07-18ARM: i.MX: Remove registration helper for i.MX1 USB UDCAlexander Shiyan4-95/+0
2014-07-18ARM: i.MX1 clk: Add devicetree supportAlexander Shiyan1-71/+82
2014-07-18ARM: imx: remove unused definesPaul Bolle1-33/+0
2014-07-18ARM: i.MX: Select HAVE_IMX_SRC for i.MX5 globallyAlexander Shiyan1-3/+1
2014-07-18ARM: clk-imx6q: parent lvds_sel input from upstream clock gatesLucas Stach1-2/+2
2014-06-29Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds5-6/+42
2014-06-29ARM: 8087/1: ptrace: reload syscall number after secure_computing() checkWill Deacon1-3/+4
2014-06-29ARM: 8086/1: Set memblock limit for nommuLaura Abbott1-0/+1
2014-06-29ARM: 8085/1: sa1100: collie: add top boot mtd partitionAndrea Adami1-0/+5
2014-06-29ARM: 8084/1: sa1100: collie: revert back to cfi_probeAndrea Adami1-1/+1
2014-06-29ARM: 8080/1: mcpm.h: remove unused variable declarationNicolas Pitre1-2/+0
2014-06-29ARM: 8076/1: mm: add support for HW coherent systems in PL310 cacheThomas Petazzoni1-0/+31
2014-06-27Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds11-124/+297
2014-06-27Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds17-495/+201
2014-06-27Merge tag 'arc-fixes-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds9-16/+46
2014-06-26MIPS: Lasat: Fix build error if CRC32 is not enabled.Ralf Baechle1-0/+1
2014-06-26MIPS: MSC: Prevent out-of-bounds writes to MIPS SC ioremap'd regionMarkos Chandras1-1/+1
2014-06-26MIPS: bpf: Fix stack space allocation for BPF memwords on MIPS64Markos Chandras1-1/+4
2014-06-26MIPS: BPF: Use 32 or 64-bit load instruction to load an address to registerMarkos Chandras1-1/+13
2014-06-26MIPS: bpf: Fix PKT_TYPE case for big-endian coresMarkos Chandras1-2/+10
2014-06-26MIPS: BPF: Prevent kernel fall over for >=32bit shiftsMarkos Chandras1-4/+12
2014-06-26MIPS: bpf: Drop update_on_xread and always initialize the X registerMarkos Chandras1-21/+1
2014-06-26MIPS: bpf: Fix is_range() semanticsMarkos Chandras1-7/+5
2014-06-26MIPS: bpf: Use pr_debug instead of pr_warn for unhandled opcodesMarkos Chandras1-2/+2