Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | gpio: Use __devexit at necessary places | Axel Lin | 2011-03-12 | 2 | -2/+2 | |
| * | | | gpio: add MODULE_DEVICE_TABLE to pch_gpio and ml_ioh_gpio | Axel Lin | 2011-03-12 | 2 | -0/+2 | |
| * | | | gpio/mcp23s08: support mcp23s17 variant | Peter Korsgaard | 2011-03-12 | 3 | -57/+155 | |
| * | | | Merge commit 'v2.6.38-rc8' into spi/next | Grant Likely | 2011-03-12 | 856 | -6039/+8280 | |
| |\ \ \ | ||||||
| * | | | | of_mmc_spi: add card detect irq support | Esben Haabendal | 2011-03-07 | 2 | -3/+32 | |
| * | | | | spi/omap_mcspi: catch xfers of non-multiple SPI word size | Michael Jones | 2011-03-04 | 1 | -3/+6 | |
| * | | | | spi/omap_mcspi: Off-by-one error in finding the right divisor | Hannu Heikkinen | 2011-02-24 | 1 | -11/+18 | |
| * | | | | gpio/pca953x: Fix wrong pointer type | Dirk Eibach | 2011-02-24 | 1 | -6/+7 | |
| * | | | | spi/pl022: rid dangling labels | Linus Walleij | 2011-02-22 | 1 | -2/+0 | |
| * | | | | spi: add support for SuperH SPI | Yoshihiro Shimoda | 2011-02-22 | 3 | -0/+550 | |
| * | | | | gpio/sx150x: Do not access I2C from mask/unmask functions | Thomas Gleixner | 2011-02-22 | 1 | -17/+37 | |
| * | | | | spi: New driver for Altera SPI | Thomas Chou | 2011-02-22 | 4 | -0/+350 | |
| * | | | | spi: add OpenCores tiny SPI driver | Thomas Chou | 2011-02-22 | 5 | -0/+465 | |
| * | | | | Merge branch 'devicetree/next' into spi/next | Grant Likely | 2011-02-22 | 10 | -43/+8 | |
| |\ \ \ \ | ||||||
| * | | | | | spi/imx: select master mode for all channels | Sascha Hauer | 2011-02-15 | 1 | -3/+9 | |
| * | | | | | spi/pl022: minor kerneldoc updates | Linus Walleij | 2011-02-15 | 1 | -9/+16 | |
| * | | | | | spi/pl022: remove dangling status check | Virupax Sadashivpetimath | 2011-02-15 | 1 | -2/+0 | |
| * | | | | | spi/pl022: disable core voltage when idle | Linus Walleij | 2011-02-15 | 1 | -4/+13 | |
| * | | | | | spi/pl022: use dmaengine helper macros | Linus Walleij | 2011-02-15 | 1 | -17/+10 | |
| * | | | | | spi/bitbang: check for setup_transfer during initialization | Sascha Hauer | 2011-02-15 | 1 | -9/+4 | |
| * | | | | | spi/bfin_spi: return immediately after skipping to next transfer | Sonic Zhang | 2011-02-15 | 1 | -0/+1 | |
| * | | | | | spi/bfin_spi: support for multiples of 8bits with hardware CS | Bob Liu | 2011-02-15 | 1 | -32/+71 | |
| * | | | | | Merge commit 'v2.6.38-rc4' into spi/next | Grant Likely | 2011-02-14 | 1621 | -11510/+17169 | |
| |\ \ \ \ \ | | | |_|_|/ | | |/| | | | ||||||
| * | | | | | spi/spidev: Add 32 bit compat ioctl() | Bernhard Walle | 2011-02-03 | 1 | -0/+12 | |
| * | | | | | spi/spi_sh_msiof: consolidate data in 8-bit mode into 32-bit words | Guennadi Liakhovetski | 2011-01-21 | 1 | -0/+59 | |
| * | | | | | spi/spi_sh_msiof: cosmetic clean-up | Guennadi Liakhovetski | 2011-01-21 | 1 | -34/+34 | |
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tei... | Linus Torvalds | 2011-03-18 | 10 | -226/+317 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | dlm: use alloc_workqueue function | David Teigland | 2011-03-10 | 1 | -2/+4 | |
| * | | | | | | dlm: increase default hash table sizes | David Teigland | 2011-03-10 | 1 | -2/+2 | |
| * | | | | | | dlm: record full callback state | David Teigland | 2011-03-10 | 8 | -222/+311 | |
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2011-03-18 | 12 | -269/+271 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | fs: call security_d_instantiate in d_obtain_alias V2 | Josef Bacik | 2011-03-18 | 1 | -0/+3 | |
| * | | | | | | | lose 'mounting_here' argument in ->d_manage() | Al Viro | 2011-03-18 | 4 | -13/+8 | |
| * | | | | | | | don't pass 'mounting_here' flag to follow_down() | Al Viro | 2011-03-18 | 3 | -4/+4 | |
| * | | | | | | | change the locking order for namespace_sem | Al Viro | 2011-03-18 | 1 | -60/+73 | |
| * | | | | | | | fix deadlock in pivot_root() | Al Viro | 2011-03-18 | 1 | -11/+5 | |
| * | | | | | | | vfs: split off vfsmount-related parts of vfs_kern_mount() | Al Viro | 2011-03-17 | 3 | -122/+132 | |
| * | | | | | | | Some fixes for pstore | Tony Luck | 2011-03-17 | 1 | -60/+56 | |
| * | | | | | | | kill simple_set_mnt() | Al Viro | 2011-03-17 | 2 | -9/+0 | |
* | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bco... | Linus Torvalds | 2011-03-18 | 1 | -46/+20 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | omfs: make readdir stop when filldir says so | Al Viro | 2011-03-05 | 1 | -2/+3 | |
| * | | | | | | | | omfs: merge unlink() and rmdir(), close leak in rename() | Al Viro | 2011-03-05 | 1 | -40/+13 | |
| * | | | | | | | | omfs: stop playing silly buggers with omfs_unlink() in ->rename() | Al Viro | 2011-03-05 | 1 | -4/+3 | |
| * | | | | | | | | omfs: rename() needs to mark old_inode dirty after ctime update | Al Viro | 2011-03-05 | 1 | -0/+1 | |
* | | | | | | | | | Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6 | Linus Torvalds | 2011-03-18 | 19 | -176/+490 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | UBIFS: clean-up commentaries | Artem Bityutskiy | 2011-03-16 | 1 | -3/+3 | |
| * | | | | | | | | | UBIFS: save 128KiB or more RAM | Artem Bityutskiy | 2011-03-16 | 2 | -11/+0 | |
| * | | | | | | | | | UBIFS: allocate orphans scan buffer on demand | Artem Bityutskiy | 2011-03-16 | 1 | -1/+9 | |
| * | | | | | | | | | UBIFS: allocate lpt dump buffer on demand | Artem Bityutskiy | 2011-03-16 | 1 | -9/+18 | |
| * | | | | | | | | | UBIFS: allocate ltab checking buffer on demand | Artem Bityutskiy | 2011-03-16 | 1 | -9/+20 |