summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ste_dma40: remove TIM_FOR_LINK optionRabin Vincent2010-10-202-6/+0
* ste_dma40: move mode_opt to separate configRabin Vincent2010-10-204-13/+44
* ste_dma40: move channel mode to a separate fieldRabin Vincent2010-10-203-15/+12
* ste_dma40: move priority to separate fieldRabin Vincent2010-10-203-8/+3
* ste_dma40: add variable to indicate valid dma_cfgRabin Vincent2010-10-201-8/+8
* DMAENGINE: define a dummy filter function for ste_dma40Linus Walleij2010-10-071-0/+19
* DMAENGINE: Remove stedma40_set_psize and pre_transfer hook in ste_dma40Per Forlin2010-10-072-74/+2
* DMAENGINE: Set burst size for phy and log chans in ste_dma40 dev_controlPer Forlin2010-10-071-8/+26
* DMAENGINE: ste_dma40: fix resource leaks in error paths.Rabin Vincent2010-10-071-4/+13
* DMAENGINE: ste_dma40: fix desc_getRabin Vincent2010-10-071-9/+14
* DMAENGINE: ste_dma40: fix clk_get failure pathRabin Vincent2010-10-071-1/+1
* DMAENGINE: ste_dma40: fix disabled channels listRabin Vincent2010-10-071-3/+5
* DMAENGINE: ste_dma40: added kernel doc for structJonas Aaberg2010-09-221-7/+15
* DMAENGINE: ste_dma40: don't pause/resume non-executing channelsJonas Aaberg2010-09-221-0/+6
* DMAENGINE: ste_dma40: removed non-used variable from structJonas Aaberg2010-09-222-3/+0
* DMAENGINE: ste_dma40: rewrote LCLA entries allocation codeJonas Aaberg2010-09-223-309/+218
* DMAENGINE: ste_dma40: fix possible use of uninitialized variableJonas Aaberg2010-09-221-2/+2
* DMAENGINE: ste_dma40: corrected is_paused behaviorJonas Aaberg2010-09-221-4/+10
* DMAENGINE: ste_dma40: code clean-upJonas Aaberg2010-09-224-66/+57
* DMAENGINE: ste_dma40: added support for link jobs in hwJonas Aaberg2010-09-222-116/+202
* DMAENGINE: ste_dma40: removed a few magic numbersJonas Aaberg2010-09-222-6/+15
* DMAENGINE: ste_dma40: fix bug related to callback handlingJonas Aaberg2010-09-223-23/+14
* DMAENGINE: ste_dma40: Code clean-up and removed an unneeded suspend requestJonas Aaberg2010-09-221-30/+16
* DMAENGINE: ste_dma40: No need reading, masking and setting a set registerJonas Aaberg2010-09-221-4/+1
* DMAENGINE: ste_dma40: Fix failed to restart logical channel bugJonas Aaberg2010-09-221-12/+8
* DMAENGINE: ste_dma40: config checksLinus Walleij2010-09-222-3/+28
* Linux 2.6.36-rc5v2.6.36-rc5Linus Torvalds2010-09-211-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6Linus Torvalds2010-09-213-22/+10
|\
| * Staging: vt6655: fix buffer overflowDan Carpenter2010-09-211-3/+8
| * Revert: "Staging: batman-adv: Adding netfilter-bridge hooks"Sven Eckelmann2010-09-212-19/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2010-09-216-32/+66
|\ \
| * | USB: musb: MAINTAINERS: Fix my mail addressFelipe Balbi2010-09-211-2/+2
| * | USB: serial/mos*: prevent reading uninitialized stack memoryDan Rosenberg2010-09-212-0/+6
| * | USB: otg: twl4030: fix phy initialization(v1)Ming Lei2010-09-211-27/+51
| * | USB: EHCI: Disable langwell/penwell LPM capabilityAlek Du2010-09-211-0/+5
| * | usb: musb_debugfs: don't use the struct file private_data field with seq_filesMathias Nyman2010-09-211-3/+2
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds2010-09-212-15/+11
|\ \
| * | serial: mfd: fix bug in serial_hsu_remove()Feng Tang2010-09-211-8/+9
| * | serial: amba-pl010: fix set_ldiscMika Westerberg2010-09-211-7/+2
| |/
* | frv: double syscall restarts, syscall restart in sigreturn()Al Viro2010-09-201-1/+3
* | frv: handling of restart into restart_syscall is fsckedAl Viro2010-09-201-1/+1
* | frv: avoid infinite loop of SIGSEGV deliveryAl Viro2010-09-201-2/+2
* | frv: fix address verification holes in setup_frame/setup_rt_frameAl Viro2010-09-201-16/+22
* | frv: restart_block.fn needs to be reset on sigreturnAl Viro2010-09-201-0/+3
* | mm: further fix swapin race conditionHugh Dickins2010-09-201-3/+5
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mat...Linus Torvalds2010-09-1913-131/+88
|\
| * alpha: deal with multiple simultaneously pending signalsAl Viro2010-09-191-5/+11
| * alpha: fix a 14 years old bug in sigreturn tracingAl Viro2010-09-191-2/+11
| * alpha: unb0rk sigsuspend() and rt_sigsuspend()Al Viro2010-09-193-69/+2
| * alpha: belated ERESTART_RESTARTBLOCK race fixAl Viro2010-09-191-1/+2