summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | spi/rtc-{ds1390,ds3234,m41t94}: Use spi_get_drvdata() for SPI devicesGeert Uytterhoeven2011-03-173-3/+3
| * | | spi/davinci: Support DMA transfers larger than 65535 wordsMichael Williamson2011-03-141-8/+25
| * | | spi/davinci: Use correct length parameter to dma_map_single callsMichael Williamson2011-03-141-5/+5
| * | | gpio: Use __devexit at necessary placesAxel Lin2011-03-122-2/+2
| * | | gpio: add MODULE_DEVICE_TABLE to pch_gpio and ml_ioh_gpioAxel Lin2011-03-122-0/+2
| * | | gpio/mcp23s08: support mcp23s17 variantPeter Korsgaard2011-03-123-57/+155
| * | | Merge commit 'v2.6.38-rc8' into spi/nextGrant Likely2011-03-12856-6039/+8280
| |\ \ \
| * | | | of_mmc_spi: add card detect irq supportEsben Haabendal2011-03-072-3/+32
| * | | | spi/omap_mcspi: catch xfers of non-multiple SPI word sizeMichael Jones2011-03-041-3/+6
| * | | | spi/omap_mcspi: Off-by-one error in finding the right divisorHannu Heikkinen2011-02-241-11/+18
| * | | | gpio/pca953x: Fix wrong pointer typeDirk Eibach2011-02-241-6/+7
| * | | | spi/pl022: rid dangling labelsLinus Walleij2011-02-221-2/+0
| * | | | spi: add support for SuperH SPIYoshihiro Shimoda2011-02-223-0/+550
| * | | | gpio/sx150x: Do not access I2C from mask/unmask functionsThomas Gleixner2011-02-221-17/+37
| * | | | spi: New driver for Altera SPIThomas Chou2011-02-224-0/+350
| * | | | spi: add OpenCores tiny SPI driverThomas Chou2011-02-225-0/+465
| * | | | Merge branch 'devicetree/next' into spi/nextGrant Likely2011-02-2210-43/+8
| |\ \ \ \
| * | | | | spi/imx: select master mode for all channelsSascha Hauer2011-02-151-3/+9
| * | | | | spi/pl022: minor kerneldoc updatesLinus Walleij2011-02-151-9/+16
| * | | | | spi/pl022: remove dangling status checkVirupax Sadashivpetimath2011-02-151-2/+0
| * | | | | spi/pl022: disable core voltage when idleLinus Walleij2011-02-151-4/+13
| * | | | | spi/pl022: use dmaengine helper macrosLinus Walleij2011-02-151-17/+10
| * | | | | spi/bitbang: check for setup_transfer during initializationSascha Hauer2011-02-151-9/+4
| * | | | | spi/bfin_spi: return immediately after skipping to next transferSonic Zhang2011-02-151-0/+1
| * | | | | spi/bfin_spi: support for multiples of 8bits with hardware CSBob Liu2011-02-151-32/+71
| * | | | | Merge commit 'v2.6.38-rc4' into spi/nextGrant Likely2011-02-141621-11510/+17169
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | spi/spidev: Add 32 bit compat ioctl()Bernhard Walle2011-02-031-0/+12
| * | | | | spi/spi_sh_msiof: consolidate data in 8-bit mode into 32-bit wordsGuennadi Liakhovetski2011-01-211-0/+59
| * | | | | spi/spi_sh_msiof: cosmetic clean-upGuennadi Liakhovetski2011-01-211-34/+34
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tei...Linus Torvalds2011-03-1810-226/+317
|\ \ \ \ \ \
| * | | | | | dlm: use alloc_workqueue functionDavid Teigland2011-03-101-2/+4
| * | | | | | dlm: increase default hash table sizesDavid Teigland2011-03-101-2/+2
| * | | | | | dlm: record full callback stateDavid Teigland2011-03-108-222/+311
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2011-03-1812-269/+271
|\ \ \ \ \ \ \
| * | | | | | | fs: call security_d_instantiate in d_obtain_alias V2Josef Bacik2011-03-181-0/+3
| * | | | | | | lose 'mounting_here' argument in ->d_manage()Al Viro2011-03-184-13/+8
| * | | | | | | don't pass 'mounting_here' flag to follow_down()Al Viro2011-03-183-4/+4
| * | | | | | | change the locking order for namespace_semAl Viro2011-03-181-60/+73
| * | | | | | | fix deadlock in pivot_root()Al Viro2011-03-181-11/+5
| * | | | | | | vfs: split off vfsmount-related parts of vfs_kern_mount()Al Viro2011-03-173-122/+132
| * | | | | | | Some fixes for pstoreTony Luck2011-03-171-60/+56
| * | | | | | | kill simple_set_mnt()Al Viro2011-03-172-9/+0
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bco...Linus Torvalds2011-03-181-46/+20
|\ \ \ \ \ \ \ \
| * | | | | | | | omfs: make readdir stop when filldir says soAl Viro2011-03-051-2/+3
| * | | | | | | | omfs: merge unlink() and rmdir(), close leak in rename()Al Viro2011-03-051-40/+13
| * | | | | | | | omfs: stop playing silly buggers with omfs_unlink() in ->rename()Al Viro2011-03-051-4/+3
| * | | | | | | | omfs: rename() needs to mark old_inode dirty after ctime updateAl Viro2011-03-051-0/+1
* | | | | | | | | Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6Linus Torvalds2011-03-1819-176/+490
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | UBIFS: clean-up commentariesArtem Bityutskiy2011-03-161-3/+3
| * | | | | | | | | UBIFS: save 128KiB or more RAMArtem Bityutskiy2011-03-162-11/+0