Age | Commit message (Expand) | Author | Files | Lines |
2011-05-23 | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 25 | -695/+255 |
2011-05-23 | Merge branch 'devel-stable' into for-linus | Russell King | 24 | -648/+246 |
2011-05-23 | clocksource: convert ARM 32-bit down counting clocksources | Russell King | 1 | -16/+2 |
2011-05-23 | clocksource: convert ARM 32-bit up counting clocksources | Russell King | 1 | -31/+7 |
2011-05-23 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -2/+2 |
2011-05-20 | Merge branch 'for-rmk' of git://git.pengutronix.de/git/imx/linux-2.6 into dev... | Russell King | 23 | -647/+245 |
2011-05-19 | ARM: imx: move mx3 support to mach-imx | Uwe Kleine-König | 1 | -1/+0 |
2011-05-19 | ARM: imx: remove some deprecated and unused #defines | Uwe Kleine-König | 1 | -7/+0 |
2011-05-19 | ARM: mx3: make ioremap quirk ready for multi-SoC kernels | Uwe Kleine-König | 2 | -10/+17 |
2011-05-19 | ARM: mxc: don't allow to compile together i.MX51 and i.MX53 | Uwe Kleine-König | 1 | -2/+17 |
2011-05-19 | ARM: mxc: don't use the symbols in the CPU family choice to select others | Uwe Kleine-König | 1 | -4/+0 |
2011-05-19 | ARM: remove support for mxc91231 | Uwe Kleine-König | 13 | -608/+2 |
2011-05-19 | video i.MX: remove mx1 compile time dependencies | Sascha Hauer | 1 | -1/+0 |
2011-05-19 | ARM: imx51: use platform id 2 for imx51-cspi | Uwe Kleine-König | 1 | -1/+1 |
2011-05-19 | ARM: mx3: dynamically allocate "ipu-core" devices | Uwe Kleine-König | 4 | -0/+151 |
2011-05-19 | ARM: mx3: dynamically allocate "mxc_rtc" devices | Uwe Kleine-König | 4 | -0/+53 |
2011-05-19 | ARM: imx/mx25: add NAND chip select pins to iomux | Baruch Siach | 1 | -0/+3 |
2011-05-19 | ARM: mx27: fix gpt4/5 base address | Wolfram Sang | 1 | -2/+2 |
2011-05-19 | ARM: mx53: Print silicon revision on boot | Fabio Estevam | 2 | -13/+1 |
2011-05-07 | Merge branch 'zImage_fixes' of git://git.linaro.org/people/nico/linux into de... | Russell King | 1 | -1/+1 |
2011-05-07 | ARM: zImage: remove the static qualifier from global data variables | Nicolas Pitre | 1 | -1/+1 |
2011-04-27 | Merge branch 'for-rmk' of git://git.pengutronix.de/git/imx/linux-2.6 into fixes | Russell King | 2 | -0/+9 |
2011-04-26 | treewide: cleanup continuations and remove logging message whitespace | Joe Perches | 1 | -2/+2 |
2011-04-12 | ARM: mxc: Add missing lockdep annotation | Thomas Gleixner | 1 | -0/+7 |
2011-04-12 | ARM: mxc: Correct data alignment in headsmp.S for CONFIG_THUMB2_KERNEL | Dave Martin | 1 | -0/+2 |
2011-03-31 | Fix common misspellings | Lucas De Marchi | 3 | -4/+4 |
2011-03-30 | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 9 | -11/+74 |
2011-03-29 | arm: Fold irq_set_chip/irq_set_handler | Thomas Gleixner | 4 | -8/+7 |
2011-03-29 | arm: Cleanup the irq namespace | Thomas Gleixner | 5 | -21/+23 |
2011-03-29 | arm: mxc: Use generic_handle_irq() | Thomas Gleixner | 1 | -6/+1 |
2011-03-25 | mx2/iomux: Set direction for CSPI2 pins | Julien Boibessot | 1 | -6/+6 |
2011-03-23 | ARM: mx51: Implement code to allow mx51 to enter WFI | Dinh Nguyen | 2 | -1/+14 |
2011-03-23 | ARM: mx50: Add support to get the silicon revision | Dinh Nguyen | 1 | -0/+4 |
2011-03-23 | ARM: mxc: fix buggy '.end' of IORESOURCE_MEM in device codes | Shawn Guo | 2 | -2/+2 |
2011-03-23 | MX51: Add AUDMUX ports definitions | Julien Boibessot | 1 | -1/+9 |
2011-03-23 | ARM: mxc: Add sched_clock to mxc platform | Jan Weitzel | 1 | -0/+16 |
2011-03-23 | ARM: mxc: Add dummy_get_cycles to avoid access before init is done | Jan Weitzel | 1 | -1/+8 |
2011-03-23 | ARM: mx51: Print silicon revision on boot | Fabio Estevam | 2 | -0/+15 |
2011-03-18 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb... | Linus Torvalds | 1 | -1/+11 |
2011-03-17 | Merge branch 'devel-stable' of master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 29 | -873/+2522 |
2011-03-17 | mmc: sdhci-esdhc-imx: add card detect on custom GPIO for mx25/35 | Wolfram Sang | 1 | -0/+2 |
2011-03-17 | mmc: sdhci-esdhc-imx: add write protect on custom GPIO on mx25/35 | Wolfram Sang | 1 | -1/+9 |
2011-03-16 | Merge branch 'p2v' into devel | Russell King | 1 | -9/+9 |
2011-03-10 | mx51 enchance the sd/mmc HW timing compatibility on mx51 boards. | Richard Zhu | 1 | -20/+20 |
2011-03-07 | ARM: mxc91231: select MXC_AVIC | Uwe Kleine-König | 1 | -0/+1 |
2011-03-07 | ARM: imx3x: clean up ARCH_MX3X | Richard Zhao | 2 | -4/+4 |
2011-03-07 | ARM: imx5x: clean up ARCH_MX5X | Richard Zhao | 3 | -7/+7 |
2011-03-07 | ARM i.MX: introduce imx_otg_ulpi_create to create ULPI transceivers | Sascha Hauer | 2 | -0/+14 |
2011-03-07 | ARM i.MX: iomux v1 initialization away from initcall | Sascha Hauer | 2 | -21/+5 |
2011-03-07 | ARM i.MX: Move gpio initialization to SoC specific files | Sascha Hauer | 2 | -110/+15 |