aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAge
* ARM: mxs/mx28evk: add mmc deviceShawn Guo2011-03-25
* ARM: mxs/mx23evk: add mmc deviceShawn Guo2011-03-25
* ARM: mxs: dynamically allocate mmc deviceShawn Guo2011-03-25
* ARM: mx51_efika: update platform data for new mfd changesAndres Salomon2011-03-25
* mx2/iomux: Set direction for CSPI2 pinsJulien Boibessot2011-03-25
* ARM: mx51: Implement code to allow mx51 to enter WFIDinh Nguyen2011-03-23
* ARM: mx51: Add entry for gpc_dvfs_clkDinh Nguyen2011-03-23
* ARM: mx50: Add support to get the silicon revisionDinh Nguyen2011-03-23
* ARM: mxs: configure and register the second FEC device on TX28/STK5-V4Lothar Waßmann2011-03-23
* ARM: mxc: fix buggy '.end' of IORESOURCE_MEM in device codesShawn Guo2011-03-23
* ARM i.MX: remove duplicated #includeHuang Weiyi2011-03-23
* ARM: imx: let MACH_IMX27_VISSTRIM_M10 select IMX_HAVE_PLATFORM_IMX_SSIUwe Kleine-König2011-03-23
* MX51: Add AUDMUX ports definitionsJulien Boibessot2011-03-23
* ARM: mxc: Add sched_clock to mxc platformJan Weitzel2011-03-23
* ARM: mxc: Add dummy_get_cycles to avoid access before init is doneJan Weitzel2011-03-23
* ARM: mx5/mx53_evk: Make the reset pin name more meaningfulFabio Estevam2011-03-23
* ARM: mx5/mx53_evk: Use gpio_request_one in mx53_evk_fec_resetFabio Estevam2011-03-23
* ARM: mx5/babbage: Use gpio_request_one in babbage_fec_resetFabio Estevam2011-03-23
* ARM: mx53_loco: Add GPIO Keypad supportFrank Li2011-03-23
* ARM: mx51: Print silicon revision on bootFabio Estevam2011-03-23
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Linus Torvalds2011-03-22
|\
| * avr32: at32ap700x: fix typo in DMA master configurationJamie Iles2011-03-22
| * dmaengine/dmatest: Pass timeout via module paramsViresh Kumar2011-03-22
| * dma: let IMX_DMA depend on IMX_HAVE_DMA_V1 instead of an explicit list of SoCsUwe Kleine-König2011-03-22
| * fsldma: make halt behave nicely on all supported controllersIra Snyder2011-03-11
| * fsldma: reduce locking during descriptor cleanupIra Snyder2011-03-11
| * fsldma: support async_tx dependencies and automatic unmappingIra Snyder2011-03-11
| * fsldma: fix controller lockupsIra Snyder2011-03-11
| * fsldma: minor codingstyle and consistency fixesIra Snyder2011-03-11
| * fsldma: improve link descriptor debuggingIra Snyder2011-03-11
| * fsldma: use channel name in printk outputIra Snyder2011-03-11
| * fsldma: move related helper functions near each otherIra Snyder2011-03-11
| * dmatest: fix automatic buffer unmap typeIra Snyder2011-03-11
| * Merge branch 'for_dan' of git://git.infradead.org/users/vkoul/slave-dma into ...Dan Williams2011-03-11
| |\
| | * drivers, pch_dma: Fix warning when CONFIG_PM=n.Rakib Mullick2011-03-06
| | * dmaengine/dw_dmac fix: use readl & writel instead of __raw_readl & __raw_writelViresh Kumar2011-03-06
| | * avr32: at32ap700x: Specify DMA Flow Controller, Src and Dst msizeViresh Kumar2011-03-06
| | * dw_dmac: Setting Default Burst length for transfers as 16.Viresh Kumar2011-03-06
| | * dw_dmac: Allow src/dst msize & flow controller to be configured at runtimeViresh KUMAR2011-03-06
| | * dw_dmac: Changing type of src_master and dest_master to u8.Viresh Kumar2011-03-06
| | * dw_dmac: Pass Channel Priority from platform_dataViresh Kumar2011-03-06
| | * dw_dmac: Pass Channel Allocation Order from platform_dataViresh Kumar2011-03-06
| | * dw_dmac: Mark all tx_descriptors with DMA_CRTL_ACK after xfer finishViresh Kumar2011-03-06
| | * dw_dmac: Change value of DWC_MAX_COUNT to 4095.Viresh Kumar2011-03-06
| | * dw_dmac: Adding support for 64 bit access width for memcpy xfersViresh Kumar2011-03-06
| | * dw_dmac: Calling dwc_scan_descriptors from dwc_tx_status() after taking lockViresh Kumar2011-03-06
| | * dw_dmac: Move single descriptor from dwc->queue to dwc->active_list in dwc_co...Viresh Kumar2011-03-06
| | * dw_dmac: Replace module_init() with subsys_initcall()Viresh Kumar2011-03-06
| | * dw_dmac: Remove compilation dependency from AVR32 and put on HAVE_CLKViresh Kumar2011-03-06
| | * dmaengine: mxs-dma: add dma support for i.MX23/28Shawn Guo2011-03-01