summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2011-03-231-13/+90
|\
| *---. Merge branches 'fixes', 'pgt-next' and 'versatile' into develRussell King2011-03-201-13/+90
| |\ \ \
| | | | * ARM: clcd: add method for describing display capabilitiesRussell King2011-02-191-11/+84
| | | | * ARM: clcd: clean up CLCD announcement printksRussell King2011-02-191-2/+6
* | | | | userns: security: make capabilities relative to the user namespaceSerge E. Hallyn2011-03-231-1/+1
* | | | | rapidio: fix potential null deref on failure pathDan Carpenter2011-03-231-1/+1
* | | | | rapidio: remove mport resource reservation from common RIO codeAlexandre Bounine2011-03-231-13/+1
* | | | | rapidio: modify mport ID assignmentAlexandre Bounine2011-03-231-0/+26
* | | | | rapidio: modify subsystem and driver initialization sequenceAlexandre Bounine2011-03-232-3/+5
* | | | | rapidio: modify configuration to support PCI-SRIO controllerAlexandre Bounine2011-03-232-2/+3
* | | | | rapidio: add architecture specific callbacksAlexandre Bounine2011-03-231-12/+26
* | | | | rapidio: add new sysfs attributesAlexandre Bounine2011-03-231-1/+40
* | | | | drivers/char/mem.c: clean up the codeChangli Gao2011-03-231-4/+1
* | | | | drivers/staging/tty/specialix.c: convert func_enter to func_exitJulia Lawall2011-03-231-4/+4
* | | | | drivers/tty/bfin_jtag_comm.c: avoid calling put_tty_driver on NULLJulia Lawall2011-03-231-2/+4
* | | | | drivers/char: add MSM smd_pkt driverNiranjana Vishwanathapura2011-03-233-0/+475
* | | | | drivers/char/ipmi/ipmi_si_intf.c: fix cleanup_one_si section mismatchSergey Senozhatsky2011-03-231-1/+1
* | | | | dm: use little-endian bitopsAkinobu Mita2011-03-231-4/+4
* | | | | md: use little-endian bitopsAkinobu Mita2011-03-231-3/+3
* | | | | Revert "drm/i915: Don't save/restore hardware status page address register"Chris Wilson2011-03-232-0/+7
* | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Linus Torvalds2011-03-2212-1242/+1902
|\ \ \ \ \
| * | | | | dmaengine/dmatest: Pass timeout via module paramsViresh Kumar2011-03-221-1/+6
| * | | | | dma: let IMX_DMA depend on IMX_HAVE_DMA_V1 instead of an explicit list of SoCsUwe Kleine-König2011-03-221-1/+1
| * | | | | fsldma: make halt behave nicely on all supported controllersIra Snyder2011-03-111-3/+16
| * | | | | fsldma: reduce locking during descriptor cleanupIra Snyder2011-03-111-62/+46
| * | | | | fsldma: support async_tx dependencies and automatic unmappingIra Snyder2011-03-111-36/+95
| * | | | | fsldma: fix controller lockupsIra Snyder2011-03-112-122/+99
| * | | | | fsldma: minor codingstyle and consistency fixesIra Snyder2011-03-112-18/+15
| * | | | | fsldma: improve link descriptor debuggingIra Snyder2011-03-111-6/+15
| * | | | | fsldma: use channel name in printk outputIra Snyder2011-03-112-34/+36
| * | | | | fsldma: move related helper functions near each otherIra Snyder2011-03-111-52/+64
| * | | | | dmatest: fix automatic buffer unmap typeIra Snyder2011-03-111-1/+6
| * | | | | drivers, pch_dma: Fix warning when CONFIG_PM=n.Rakib Mullick2011-03-071-0/+2
| * | | | | dmaengine/dw_dmac fix: use readl & writel instead of __raw_readl & __raw_writelViresh Kumar2011-03-071-4/+4
| * | | | | dw_dmac: Setting Default Burst length for transfers as 16.Viresh Kumar2011-03-071-2/+2
| * | | | | dw_dmac: Allow src/dst msize & flow controller to be configured at runtimeViresh KUMAR2011-03-072-6/+9
| * | | | | dw_dmac: Pass Channel Priority from platform_dataViresh Kumar2011-03-072-1/+13
| * | | | | dw_dmac: Pass Channel Allocation Order from platform_dataViresh Kumar2011-03-071-1/+5
| * | | | | dw_dmac: Mark all tx_descriptors with DMA_CRTL_ACK after xfer finishViresh Kumar2011-03-071-0/+7
| * | | | | dw_dmac: Change value of DWC_MAX_COUNT to 4095.Viresh Kumar2011-03-071-3/+2
| * | | | | dw_dmac: Adding support for 64 bit access width for memcpy xfersViresh Kumar2011-03-071-1/+3
| * | | | | dw_dmac: Calling dwc_scan_descriptors from dwc_tx_status() after taking lockViresh Kumar2011-03-071-0/+2
| * | | | | dw_dmac: Move single descriptor from dwc->queue to dwc->active_list in dwc_co...Viresh Kumar2011-03-071-12/+8
| * | | | | dw_dmac: Replace module_init() with subsys_initcall()Viresh Kumar2011-03-071-1/+1
| * | | | | dw_dmac: Remove compilation dependency from AVR32 and put on HAVE_CLKViresh Kumar2011-03-071-1/+1
| * | | | | dmaengine: mxs-dma: add dma support for i.MX23/28Shawn Guo2011-03-023-0/+733
| * | | | | pch_dma: set the number of array correctlyTomoya MORINAGA2011-02-261-2/+2
| * | | | | pch_dma: fix kernel error issueTomoya MORINAGA2011-02-261-15/+14
| * | | | | Merge branch 'dw_dmac' into dmaengineDan Williams2011-02-141-14/+22
| |\ \ \ \ \
| | * | | | | dmaengine/dw_dmac: provide a mechanism to indicate private devicesJamie Iles2011-01-291-0/+2