Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma | Linus Torvalds | 2012-01-18 | 1 | -0/+15 | |
|\ | ||||||
| * | video i.MX IPU: Fix display connections | Sascha Hauer | 2011-12-08 | 1 | -0/+15 | |
* | | Merge tag 'pm' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc | Linus Torvalds | 2012-01-09 | 2 | -2/+8 | |
|\ \ | ||||||
| * \ | Merge branch 'imx6/pm' into next/pm | Arnd Bergmann | 2012-01-03 | 2 | -2/+8 | |
| |\ \ | ||||||
| | * | | ARM: imx6q: build pm code only when CONFIG_PM selected | Eric Miao | 2011-12-26 | 1 | -1/+7 | |
| | * | | ARM: mx5: use generic irq chip pm interface for pm functions on | Hui Wang | 2011-12-25 | 1 | -1/+1 | |
* | | | | Merge branch 'samsung/cleanup' into next/boards | Arnd Bergmann | 2012-01-09 | 3 | -3/+3 | |
|\ \ \ \ | ||||||
| * \ \ \ | Merge branch 'restart' into for-linus | Russell King | 2012-01-05 | 2 | -3/+2 | |
| |\ \ \ \ | ||||||
| | * | | | | ARM: 7198/1: arm/imx6: add restart support for imx6q | Shawn Guo | 2012-01-05 | 1 | -0/+1 | |
| | * | | | | ARM: restart: remove the now empty arch_reset() | Russell King | 2012-01-05 | 1 | -4/+0 | |
| | * | | | | ARM: restart: mxc: use new restart hook | Russell King | 2012-01-05 | 2 | -2/+4 | |
| | | |/ / | | |/| | | ||||||
| * | | | | Merge branch 'devel-stable' into for-linus | Russell King | 2012-01-05 | 4 | -36/+0 | |
| |\ \ \ \ | | | |/ / | | |/| | | ||||||
| * | | | | enable uncompress log on cpuimx35sd | Eric BĂ©nard | 2011-12-19 | 1 | -0/+1 | |
| | |/ / | |/| | | ||||||
* | | | | Merge branch 'imx/board' into next/boards | Arnd Bergmann | 2012-01-03 | 1 | -0/+4 | |
|\ \ \ \ | |_|/ / |/| | | | ||||||
| * | | | iomux-mx25: configuration to support CSPI3 on CSI pins | Paul Fertser | 2012-01-03 | 1 | -0/+4 | |
| |/ / | ||||||
* | | | Merge branch 'vmalloc' of git://git.linaro.org/people/nico/linux into devel-s... | Russell King | 2011-12-06 | 2 | -24/+0 | |
|\ \ \ | ||||||
| * | | | ARM: big removal of now unused vmalloc.h files | Nicolas Pitre | 2011-11-27 | 1 | -22/+0 | |
| * | | | ARM: plat-mxc: remove inclusion of <mach/vmalloc.h> | Nicolas Pitre | 2011-11-16 | 1 | -2/+0 | |
* | | | | Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/will/... | Russell King | 2011-12-06 | 3 | -21/+2 | |
|\ \ \ \ | | |/ / | |/| | | ||||||
| * | | | Merge branch 'imx-for-arnd' of git://git.pengutronix.de/git/imx/linux-2.6 int... | Arnd Bergmann | 2011-11-23 | 3 | -21/+1 | |
| |\ \ \ | ||||||
| | * \ \ | Merge branch 'cleanups/assorted' into imx-fixes-for-arnd | Sascha Hauer | 2011-11-22 | 3 | -21/+1 | |
| | |\ \ \ | | | |/ / | | |/| | | ||||||
| | | * | | arm/imx: remove imx_idle hook and use pm_idle instead | Shawn Guo | 2011-11-11 | 2 | -7/+1 | |
| | | * | | ARM: imx: Remove unused chip revision strings | Fabio Estevam | 2011-11-11 | 1 | -14/+0 | |
| | | |/ | ||||||
| * | / | ARM: imx6q: move clock register map to machine_desc.map_io | Richard Zhao | 2011-11-17 | 1 | -0/+1 | |
| |/ / | ||||||
* | | | ARM: imx: convert smp platforms to global gic_handle_irq() | Marc Zyngier | 2011-11-15 | 2 | -13/+1 | |
* | | | ARM: mxc: rename gic_handle_irq to avoid name clash | Marc Zyngier | 2011-11-15 | 1 | -2/+2 | |
|/ / | ||||||
* / | ARM: mxc: Remove test_for_ltirq | Dirk Behme | 2011-11-04 | 1 | -3/+0 | |
|/ | ||||||
* | Merge branch 'next/soc' of git://git.linaro.org/people/arnd/arm-soc | Linus Torvalds | 2011-11-02 | 6 | -2/+84 | |
|\ | ||||||
| * | Merge branch 'imx/imx6q' into next/soc | Arnd Bergmann | 2011-11-02 | 6 | -34/+90 | |
| |\ | ||||||
| | * | arm/imx6q: add suspend/resume support | Shawn Guo | 2011-10-31 | 1 | -0/+9 | |
| | * | arm/imx6q: add device tree machine support | Shawn Guo | 2011-10-31 | 1 | -0/+13 | |
| | * | arm/imx6q: add smp and cpu hotplug support | Shawn Guo | 2011-10-31 | 1 | -0/+5 | |
| | * | arm/imx: add gic_handle_irq function | Shawn Guo | 2011-10-31 | 2 | -0/+8 | |
| | * | arm/imx6q: add core definitions and low-level debug uart | Shawn Guo | 2011-10-31 | 4 | -2/+49 | |
| | * | Merge branch 'cross-platform/debug_ll' into imx/imx6q | Arnd Bergmann | 2011-10-31 | 1 | -32/+6 | |
| | |\ | ||||||
| | * \ | Merge branch 'imx/devel' into imx/imx6q | Arnd Bergmann | 2011-10-31 | 17 | -4094/+2106 | |
| | |\ \ | ||||||
| * | \ \ | Merge branch 'highbank/soc' into next/soc | Arnd Bergmann | 2011-11-02 | 1 | -32/+1 | |
| |\ \ \ \ | ||||||
| | * | | | | Merge branch 'dt/gic' into highbank/soc | Arnd Bergmann | 2011-10-31 | 2 | -59/+1 | |
| | |\| | | | ||||||
| | | \ \ \ | ||||||
| | | \ \ \ | ||||||
| | *-. \ \ \ | Merge branches 'depends/rmk/io', 'depends/rmk/l2x0' and 'depends/rmk/gpio' in... | Arnd Bergmann | 2011-10-30 | 1 | -6/+0 | |
| | |\ \ \ \ \ | ||||||
* | | | | | | | | Merge branch 'next/dt' of git://git.linaro.org/people/arnd/arm-soc | Linus Torvalds | 2011-11-02 | 1 | -0/+7 | |
|\| | | | | | | | ||||||
| * | | | | | | | Merge branch 'imx/devel' into next/dt | Arnd Bergmann | 2011-11-01 | 17 | -4094/+2105 | |
| |\ \ \ \ \ \ \ | | | |_|_|_|/ / | | |/| | | | | | ||||||
| * | | | | | | | Merge branch 'dt/gic' into next/dt | Arnd Bergmann | 2011-10-31 | 2 | -59/+1 | |
| |\ \ \ \ \ \ \ | | | |_|_|_|/ / | | |/| | | | | | ||||||
| * | | | | | | | arm/mx5: add device tree support for imx51 babbage | Shawn Guo | 2011-10-18 | 1 | -0/+2 | |
| * | | | | | | | arm/mx5: add device tree support for imx53 boards | Shawn Guo | 2011-10-18 | 1 | -0/+6 | |
| | |_|/ / / / | |/| | | | | | ||||||
* | | | | | | | Merge branch 'next/cross-platform' of git://git.linaro.org/people/arnd/arm-soc | Linus Torvalds | 2011-11-02 | 1 | -32/+6 | |
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | | | ||||||
| * | | | | | | arm/imx: use Kconfig choice for low-level debug UART selection | Shawn Guo | 2011-10-17 | 1 | -32/+6 | |
| |/ / / / / | ||||||
* | | | | | | Merge branch 'next/devel' of git://git.linaro.org/people/arnd/arm-soc | Linus Torvalds | 2011-11-02 | 5 | -73/+24 | |
|\ \ \ \ \ \ | ||||||
| * \ \ \ \ \ | Merge branch 'depends/rmk/gpio' into next/devel | Arnd Bergmann | 2011-10-31 | 1 | -32/+1 | |
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | / | | | |_|_|/ | | |/| | | | ||||||
| * | | | | | Merge branch 'imx-features-for-arnd' of git://git.pengutronix.de/git/imx/linu... | Arnd Bergmann | 2011-10-20 | 1 | -0/+10 | |
| |\ \ \ \ \ | ||||||
| * \ \ \ \ \ | Merge branch 'imx/cleanup' into imx/devel | Arnd Bergmann | 2011-10-07 | 11 | -4020/+2063 | |
| |\ \ \ \ \ \ |