summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2014-01-23Merge remote-tracking branches 'spi/topic/fsl-espi', 'spi/topic/gpio', 'spi/t...Mark Brown14-190/+151
2014-01-23Merge remote-tracking branches 'spi/topic/bcm2835', 'spi/topic/bcm63xx', 'spi...Mark Brown21-460/+771
2014-01-23Merge remote-tracking branches 'spi/fix/bcm63xx', 'spi/fix/dspi', 'spi/fix/hs...Mark Brown10-530/+313
2014-01-23Merge remote-tracking branch 'spi/topic/core' into spi-linusMark Brown1-20/+26
2014-01-23Merge remote-tracking branch 'spi/fix/core' into spi-linusMark Brown1-8/+20
2014-01-21spi: core: Fix transfer failure when master->transfer_one returns positive valueAxel Lin1-1/+3
2014-01-21spi: Spelling s/finised/finished/Geert Uytterhoeven1-1/+1
2014-01-17spi: Remove duplicate code to set default bits_per_word settingAxel Lin8-37/+0
2014-01-17Merge branches 'topic/sc18is602' and 'topic/rspi' of git://git.kernel.org/pub...Mark Brown665-3869/+8300
2014-01-14spi: clps711x: Add MODULE_ALIAS to support module auto-loadingAxel Lin1-0/+1
2014-01-14spi: rspi: Add missing clk_disable() calls in error and cleanup pathsGeert Uytterhoeven1-4/+7
2014-01-14Merge branch 'topic/rcar' of git://git.kernel.org/pub/scm/linux/kernel/git/br...Mark Brown664-3733/+8123
2014-01-14spi: rspi: Spelling s/transmition/transmission/Geert Uytterhoeven1-2/+2
2014-01-13spi: rspi: Add support for specifying CPHA/CPOLGeert Uytterhoeven1-2/+10
2014-01-13spi/pxa2xx: initialize DMA channels to -1 to prevent inadvertent matchMika Westerberg1-0/+2
2014-01-13spi: rspi: Add more QSPI register documentationGeert Uytterhoeven1-6/+19
2014-01-13spi: rspi: Add more RSPI register documentationGeert Uytterhoeven1-86/+99
2014-01-13spi: rspi: Remove dependency on DMAE for SHMOBILEGeert Uytterhoeven1-1/+1
2014-01-13spi: bitbang: Grammar s/make to make/to make/Geert Uytterhoeven1-1/+1
2014-01-13spi: sh-hspi: Spelling s/recive/receive/Geert Uytterhoeven1-1/+1
2014-01-13spi: core: Improve tx/rx_nbits check commentsGeert Uytterhoeven1-3/+2
2014-01-13spi: altera: Remove unneeded NULL checking for hw->bitbang.masterAxel Lin1-2/+0
2014-01-12block: null_blk: fix queue leak inside removing deviceMing Lei1-8/+2
2014-01-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds21-84/+128
2014-01-11Merge branch 'leds-fixes-for-3.13' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-16/+8
2014-01-11Merge tag 'pm+acpi-3.13-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds5-16/+42
2014-01-11Merge tag 'mfd-fixes-3.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+8
2014-01-11leds: lp5521/5523: Remove duplicate mutexMilo Kim2-16/+8
2014-01-10qlcnic: Fix ethtool statistics length calculationShahed Shaikh1-18/+21
2014-01-10qlcnic: Fix bug in TX statisticsManish Chopra3-1/+5
2014-01-10net: core: explicitly select a txq before doing l2 forwardingJason Wang15-39/+42
2014-01-10macvlan: forbid L2 fowarding offload for macvtapJason Wang1-1/+4
2014-01-10Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2-3/+9
2014-01-10bnx2x: fix DMA unmapping of TSO split BDsMichal Schmidt1-4/+9
2014-01-10spi: clps711x: Use devm_gpio_request()Alexander Shiyan1-20/+2
2014-01-10Merge tag 'clk-fixes-for-linus' of git://git.linaro.org/people/mike.turquette...Linus Torvalds4-12/+16
2014-01-10bnx2x: prevent WARN during driver unloadYuval Mintz2-18/+38
2014-01-10Merge branch 'pm-cpuidle'Rafael J. Wysocki1-6/+8
2014-01-10intel_idle: close avn_cstates array with correct markerJiang Liu1-1/+3
2014-01-09spi: oc-tiny: Simplify tiny_spi_txrx_bufs implementation when irq is not usedAxel Lin1-51/+11
2014-01-09spi: atmel: Refactor spi-atmel to use SPI framework queueWenyou Yang1-458/+220
2014-01-09spi: fsl-dspi: Add missing breaks for switch casesAxel Lin1-0/+2
2014-01-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2-3/+9
2014-01-09spi/davinci: Don't select EDMASekhar Nori1-1/+0
2014-01-09spi: Check conflicting CS based on spi->chip_select instead of device nameMika Westerberg1-5/+13
2014-01-09spi: core: Use list_first_entry to extract head of queueAxel Lin1-1/+1
2014-01-09Revert "intel_idle: mark states tables with __initdata tag"Jiang Liu1-5/+5
2014-01-09Merge branch 'for-3.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-0/+7
2014-01-08clk: clk-divider: fix divisor > 255 bugJames Hogan1-1/+1
2014-01-08spi: atmel: add support for changing message transfer speedRichard Genoud1-37/+55