summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2009-06-19convert some DMA_nnBIT_MASK() callersAndrew Morton3-11/+12
2009-06-19char: moxa, prevent opening unavailable portsDirk Eibach1-1/+6
2009-06-19istallion: add missing __devexit markingMike Frysinger1-1/+1
2009-06-19dtlk: off by one in {read,write}_tts()Roel Kluin1-3/+3
2009-06-19rtc: make rtc_update_irq callable with irqs enabledAtsushi Nemoto6-24/+9
2009-06-19spi_mpc8xxx: s/83xx/8xxx/gAnton Vorontsov3-202/+202
2009-06-19spi_mpc83xx: rename spi_83xx.c to spi_8xxx.cAnton Vorontsov2-1/+1
2009-06-19spi_mpc83xx: remove dead codeAnton Vorontsov1-17/+0
2009-06-19spi_mpc83xx: split mpc83xx_spi_work() into two routinesAnton Vorontsov1-55/+60
2009-06-19spi_mpc83xx: fix checkpatch issuesAnton Vorontsov1-6/+6
2009-06-19spi_mpc83xx: add small delay after asserting chip-select lineAnton Vorontsov1-1/+3
2009-06-19spi_mpc83xx: quieten down the "Requested speed is too low" messageAnton Vorontsov1-5/+6
2009-06-19spi_mpc83xx: handle other Freescale processorsAnton Vorontsov1-8/+6
2009-06-19gpio: driver for PrimeCell PL061 GPIO controllerBaruch Siach3-0/+348
2009-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds7-22/+30
2009-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds44-426/+458
2009-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdogLinus Torvalds29-121/+251
2009-06-18Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds15-662/+587
2009-06-18LinuxPPS: core supportRodolfo Giometti7-0/+783
2009-06-18gru: copyright fixesJack Steiner2-8/+28
2009-06-18gru: remove references to the obsolete global status handleJack Steiner1-2/+0
2009-06-18gru: fixes to grudump utilityJack Steiner2-4/+8
2009-06-18gru: fix potential use-after-free when purging GRU tlbsJack Steiner1-1/+3
2009-06-18gru: add user request to specify gru sliceJack Steiner4-1/+13
2009-06-18gru: generic infrastructure for context optionsJack Steiner5-13/+35
2009-06-18gru: cleanup gru inline functionsJack Steiner1-17/+16
2009-06-18gru: delete user request for fetching chiplet statusJack Steiner2-41/+0
2009-06-18gru: collect per-context user statisticsJack Steiner5-0/+52
2009-06-18gru: fix automatic retry of gru instruction failuresJack Steiner1-3/+2
2009-06-18gru: add user request to explicitly unload a gru contextJack Steiner3-28/+41
2009-06-18gru: fix cache coherency issues with instruction retryJack Steiner4-4/+14
2009-06-18gru: update to rev 0.9 of gru specJack Steiner6-11/+24
2009-06-18gru: update gru kernel self testsJack Steiner4-16/+142
2009-06-18gru: support for asynchronous gru instructionsJack Steiner3-20/+213
2009-06-18gru: support instruction completion interruptsJack Steiner3-7/+29
2009-06-18gru: check context state on reloadJack Steiner2-9/+25
2009-06-18gru: fix handling of mesq failuresJack Steiner1-9/+24
2009-06-18gru: support contexts with zero dsrs or cbrsJack Steiner2-6/+4
2009-06-18gru: change resource assignment for kernel threadsJack Steiner6-105/+184
2009-06-18gru: support cch_allocate for kernel threadsJack Steiner4-19/+17
2009-06-18gru: change context load and unloadJack Steiner3-7/+11
2009-06-18gru: dynamic allocation of kernel contextsJack Steiner2-29/+33
2009-06-18gru: dump chiplet stateJack Steiner5-1/+267
2009-06-18gru: bug fixes for GRU exception handlingJack Steiner6-26/+52
2009-06-18kexec: sysrq: simplify sysrq-c handlerNeil Horman1-9/+6
2009-06-18w1-gpio: add external pull-up enable callbackDaniel Mack1-0/+35
2009-06-18edac: Kconfig: fix the meaning of EDAC abbreviationGeunSik Lim1-1/+1
2009-06-18edac: add missing __devexit_p()Mike Frysinger1-1/+1
2009-06-18edac: add edac_device_alloc_index()Harry Ciao3-2/+16
2009-06-18edac: add CPC925 Memory Controller driverHarry Ciao3-0/+1027