summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2011-01-31dma40: use flags to reduce parameter countRabin Vincent2-37/+52
2011-01-31dma40: make d40_log_buf_to_lli staticRabin Vincent2-8/+1
2011-01-31dma40: unify src/dst addr checkRabin Vincent1-13/+16
2011-01-31dma40: pass the info pointer all the way to reduce argument countRabin Vincent3-33/+22
2011-01-31dma40: unify d40_log_sg_to_lli funcs for mem and slaveRabin Vincent3-85/+29
2011-01-31dma40: combine duplicated code in log_sg_to_devRabin Vincent1-29/+23
2011-01-31dma40: move lli_load to main source fileRabin Vincent3-35/+18
2011-01-31dma40: combine mem and slave prep_sg functionsRabin Vincent1-94/+62
2011-01-31dma40: remove export of stedma40_memcpy_sgRabin Vincent1-1/+1
2011-01-31dma40: combine mem and slave sg-to-lli functionsRabin Vincent1-110/+84
2011-01-31dma40: remove duplicated dev addr codeRabin Vincent1-36/+30
2011-01-31dma40: combine duplicated d40_pool_lli_alloc() callsRabin Vincent1-24/+14
2011-01-31dma40: combine desc init functionsRabin Vincent1-44/+32
2011-01-31dma40: implement prep_memcpy as a wrapper around memcpy_sgRabin Vincent3-110/+10
2011-01-31dma40: remove unnecessary castsRabin Vincent1-4/+2
2011-01-31dma40: fix DMA API usage for LLIsRabin Vincent1-17/+41
2011-01-31dma40: fix DMA API usage for LCLARabin Vincent1-8/+25
2011-01-31dma40: use sg_dma_address() instead of sg_phys()Rabin Vincent1-4/+4
2011-01-31dma40: remove unnecessary ALIGN()sRabin Vincent1-5/+3
2011-01-31dma40: allow realtime and priority for event linesRabin Vincent2-0/+50
2011-01-31dma40: fix comment to refer to SOCs rather than boardsRabin Vincent1-2/+3
2011-01-31dma40: use helpers for error functionsRabin Vincent1-127/+74
2011-01-31dma40: use helpers for channel type checkRabin Vincent1-22/+32
2011-01-31dma40: use helper for channel registers baseRabin Vincent1-44/+30
2011-01-31dma40: remove "hardware link with previous jobs" codeRabin Vincent1-107/+6
2011-01-31dma40: ensure event lines get enabledRabin Vincent1-17/+46
2011-01-31dma40: make init function staticRabin Vincent1-1/+1
2011-01-22Merge branch 'media_fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds122-2635/+2376
2011-01-22Merge branches 'fixes' and 'fwnet' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-7/+19
2011-01-22Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds1-2/+2
2011-01-21powerpc/macintosh: Fix wrong test in fan_{read,write}_reg()roel kluin1-2/+2
2011-01-21ACPI / PM: Call suspend_nvs_free() earlier during resumeRafael J. Wysocki1-1/+1
2011-01-21ACPI: Introduce acpi_os_ioremap()Rafael J. Wysocki2-8/+11
2011-01-21Merge branch 'akpm'Linus Torvalds33-107/+108
2011-01-21backlight: fix 88pm860x_bl macro collisionRandy Dunlap1-2/+2
2011-01-21drivers/leds/ledtrig-gpio.c: make output match input, tighten input checkingJanusz Krzysztofik1-7/+8
2011-01-21kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERTDavid Rientjes31-98/+98
2011-01-21Merge branch 'tty-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds139-16/+17
2011-01-21Merge branch 'xen/xenbus' of git://git.kernel.org/pub/scm/linux/kernel/git/je...Linus Torvalds1-18/+13
2011-01-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds3-21/+5
2011-01-21Merge branch 'acpica' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/l...Linus Torvalds141-205/+252
2011-01-21i915: Fix i915 suspend delayLinus Torvalds2-3/+3
2011-01-21firewire: net: is not experimental anymoreStefan Richter1-4/+2
2011-01-21firewire: net: invalidate ARP entries of removed nodesMaxim Levitsky1-1/+8
2011-01-21firewire: core: fix unstable I/O with Canon camcorderStefan Richter1-2/+9
2011-01-21ACPI / Battery: remove battery refresh on resumeLinus Torvalds1-1/+0
2011-01-20virtio: remove virtio-pci root deviceMilton Miller1-18/+2
2011-01-20lguest: compile fixesRusty Russell1-1/+1
2011-01-20lguest: Use this_cpu_opsChristoph Lameter2-3/+3
2011-01-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds22-215/+459