summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'tags/sunxi-support-for-3.8' of git://github.com/mripard/linux into...Olof Johansson2012-11-2026-0/+802
|\
| * ARM: sunxi: Add entry to MAINTAINERSMaxime Ripard2012-11-161-0/+6
| * ARM: sunxi: Add device tree for the A13 and the Olinuxino boardMaxime Ripard2012-11-163-0/+101
| * ARM: sunxi: Add earlyprintk supportMaxime Ripard2012-11-162-0/+32
| * ARM: sunxi: Add basic support for Allwinner A1x SoCsMaxime Ripard2012-11-168-0/+113
| * irqchip: sunxi: Add irq controller driverMaxime Ripard2012-11-164-0/+282
| * clocksource: sunxi: Add Allwinner A1X Timer DriverMaxime Ripard2012-11-165-0/+215
| * clk: sunxi: Add dummy fixed rate clock for Allwinner A1X SoCsMaxime Ripard2012-11-163-0/+53
* | Add support for generic BCM SoC chipsetsChristian Daudt2012-11-1910-0/+296
* | Merge tag 'davinci-for-v3.8/soc' of git://gitorious.org/linux-davinci/linux-d...Olof Johansson2012-11-1921-68/+165
|\ \
| * | ARM: davinci: da8xx: add DA850 PRUSS supportMatt Porter2012-10-273-0/+80
| * | ARM: davinci: add platform hook to fetch the SRAM poolMatt Porter2012-10-272-0/+8
| * | ARM: davinci: da850: changed SRAM allocator to shared ram.Subhasish Ghosh2012-10-272-2/+3
| * | ARM: davinci: sram: switch from iotable to ioremapped regionsBen Gardiner2012-10-277-35/+15
| * | uio: uio_pruss: replace private SRAM API with genallocMatt Porter2012-10-273-8/+20
| * | ARM: davinci: serial: provide API to initialze UART clocksSekhar Nori2012-10-272-12/+28
| * | ARM: davinci: convert platform code to use clk_prepare/clk_unpreparem-karicheri2@ti.com2012-10-248-12/+12
* | | Merge tag 'imx-soc' of git://git.pengutronix.de/git/imx/linux-2.6 into next/socArnd Bergmann2012-11-16421-2206/+3009
|\ \ \
| * | | ARM i.MX51 babbage: Add display supportSascha Hauer2012-11-161-0/+16
| * | | ARM i.MX6: Add IPU supportSascha Hauer2012-11-161-0/+18
| * | | ARM i.MX51: Add IPU supportSascha Hauer2012-11-161-0/+67
| * | | ARM i.MX53: Add IPU supportSascha Hauer2012-11-161-0/+7
| * | | ARM i.MX5: switch IPU clk support to devicetree bindingsSascha Hauer2012-11-161-8/+11
| * | | ARM i.MX6: fix ldb_di_sel muxSteffen Trumtrar2012-11-161-1/+1
| * | | ARM i.MX51: setup MIPI during startupSascha Hauer2012-11-161-0/+20
| * | | mx2_camera: Fix regression caused by clock conversionFabio Estevam2012-11-161-10/+29
| * | | ARM: clk-imx27: Add missing clock for mx2-cameraFabio Estevam2012-11-161-0/+1
| * | | ARM i.MX27: Fix low reference clock pathSascha Hauer2012-11-161-3/+14
| * | | ARM: dts: imx27-3ds: Remove local watchdog inclusionFabio Estevam2012-11-161-4/+0
| * | | watchdog: Support imx watchdog on SOC_IMX53Roland Stigge2012-11-161-0/+1
| * | | ARM: mach-imx: Support for DryIce RTC in i.MX53Roland Stigge2012-11-161-0/+1
| * | | ARM : i.MX27 : split code for allocation of ressources of camera and eMMAGaƫtan Carlier2012-11-167-19/+56
| * | | Merge remote-tracking branch 'arm-soc/imx/multiplatform' into xSascha Hauer2012-11-16217-1011/+1083
| |\ \ \ | | |_|/ | |/| |
| | * | ARM: imx: select HAVE_IMX_SRC when SMP is enabledShawn Guo2012-10-231-2/+1
| | * | ARM: mach-imx: Fix selection of ARCH_MXCFabio Estevam2012-10-193-1/+3
| | * | ARM: imx: enable multi-platform buildShawn Guo2012-10-156-201/+33
| | * | ARM: imx: call mxc_device_init() in soc specific functionShawn Guo2012-10-157-2/+16
| | * | ARM: imx: remove header file mach/irqs.hShawn Guo2012-10-156-25/+5
| | * | ARM: imx: include hardware.h rather than mach/hardware.hShawn Guo2012-10-15132-179/+160
| | * | ARM: imx: move debug macros to include/debugShawn Guo2012-10-152-11/+30
| | * | video: imxfb: remove cpu_is_xxx by using platform_device_idShawn Guo2012-10-157-23/+51
| | * | mmc: mxcmmc: remove cpu_is_xxx by using platform_device_idShawn Guo2012-10-158-21/+50
| | * | media: mx2_camera: remove cpu_is_xxx by using platform_device_idShawn Guo2012-10-155-35/+85
| | * | dma: imx-dma: remove cpu_is_xxx by using platform_device_idShawn Guo2012-10-1510-18/+66
| | * | dma: imx-dma: retrieve MEM and IRQ from resourcesShawn Guo2012-10-156-20/+45
| | * | dma: imx-dma: use devm_kzalloc and devm_request_irqShawn Guo2012-10-151-39/+15
| | * | rtc: mxc_rtc: remove cpu_is_xxx by using platform_device_idShawn Guo2012-10-156-10/+40
| | * | mtd: mxc_nand: remove cpu_is_xxx by using platform_device_idShawn Guo2012-10-1510-52/+79
| | * | i2c: imx: remove cpu_is_xxx by using platform_device_idShawn Guo2012-10-1518-54/+87
| | * | watchdog: imx2_wdt: remove unneeded mach/hardware.h inclusionShawn Guo2012-10-151-1/+0
OpenPOWER on IntegriCloud