summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* mfd: mfd_cell is now implicitly available to t7166xb driversAndres Salomon2011-03-232-14/+5
* mfd: mfd_cell is now implicitly available to timberdale driversAndres Salomon2011-03-239-37/+17
* mfd: mfd_cell is now implicitly available to htc-pasic3 driversAndres Salomon2011-03-231-4/+0
* mfd: mfd_cell is now implicitly available to asic3 driversAndres Salomon2011-03-233-19/+13
* mfd: mfd_cell is now implicitly available to ab3100 driversAndres Salomon2011-03-232-4/+3
* mfd: mfd_cell is now implicitly available to ab3550 driverAndres Salomon2011-03-231-3/+1
* mfd: mfd_cell is now implicitly available to jz4740 driversAndres Salomon2011-03-233-6/+2
* mfd-core: Unconditionally add mfd_cell to every platform_deviceAndres Salomon2011-03-231-6/+3
* mfd: Enabling twl4030_wdt and pwrbutton only for TritonKeerthy2011-03-231-2/+2
* mfd: Put WM8994 into reset when suspendingMark Brown2011-03-231-0/+5
* mfd: Remove bitrotted genirq comment from wm831x IRQ codeMark Brown2011-03-231-9/+0
* regulator: twl: add clk32kg to twl-regulatorBalaji T K2011-03-232-1/+27
* mfd: Add new ab8500 GPADC driverArun Murthy2011-03-233-0/+304
* mfd: ab8500: world-writable debugfs register-* filesVasiliy Kulikov2011-03-231-3/+3
* mfd: ab3500: world-writable debugfs register-* filesVasiliy Kulikov2011-03-231-3/+3
* mfd: ab3100: world-writable debugfs *_priv filesVasiliy Kulikov2011-03-231-2/+2
* mfd: AB8500 system control driverMattias Nilsson2011-03-232-1/+81
* mfd: Add fast path for WM831x touchscreen interruptsMark Brown2011-03-231-0/+12
* mfd: Convert WM831x SPI to use dev_pm_opsMark Brown2011-03-231-9/+15
* mfd: Invert tps6586x GPIO and subdevices initializationVincent Palatin2011-03-231-10/+16
* mfd: Add BTN_TOUCH event to ucb1x00-tsJochen Friedrich2011-03-231-1/+4
* mfd: Remove obsolete cleanup for wl1273 clientdataWolfram Sang2011-03-231-2/+0
* mfd: Support configuration of WM831x /IRQ output in CMOS modeMark Brown2011-03-231-0/+8
* mfd: Convert pcf50633 to dev_pm_opsMark Brown2011-03-231-12/+11
* mfd: Staticise non-exported symbols in MAX8998 driverMark Brown2011-03-231-2/+2
* mfd: Convert adp5520 to dev_pm_opsMark Brown2011-03-231-8/+7
* mfd: Leave acknowledgement of WM831x touchscreen IRQs to the driverMark Brown2011-03-231-0/+3
* 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