summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/same...Linus Torvalds2011-05-282-2/+3
|\
| * mfd: Fix build breakage caused by tps65910 gpio directory moveLiam Girdwood2011-05-281-1/+1
| * mfd: Use mfd cell platform_data for db8500-prcmu cells platform bitsMattias Wallin2011-05-281-1/+2
* | Merge branch 'spi/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2011-05-284-1/+964
|\ \
| * | spi/spi_bfin_sport: new driver for a SPI bus via the Blackfin SPORT peripheralCliff Cai2011-05-273-0/+962
| * | spi/tle620x: add missing device_remove_file()Axel Lin2011-05-261-1/+2
* | | Merge branch 'gpio/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2011-05-2827-198/+475
|\ \ \
| * \ \ Merge branch 'for_2.6.40/gpio-move' of git://git.kernel.org/pub/scm/linux/ker...Grant Likely2011-05-274-106/+105
| |\ \ \
| | * | | GPIO: OMAP: move to drivers/gpioKevin Hilman2011-05-273-3/+2
| | * | | GPIO: OMAP: move register offset defines into <plat/gpio.h>Kevin Hilman2011-05-272-103/+103
| * | | | gpio/pch_gpio: Support new device ML7223Tomoya MORINAGA2011-05-272-1/+9
| * | | | gpio: make gpio_{request,free}_array gpio array parameter constLars-Peter Clausen2011-05-273-6/+6
| * | | | gpio: Convert gpio_is_valid to return boolJoe Perches2011-05-262-5/+5
| * | | | gpio: Move the s5pc100 GPIO to drivers/gpioKyungmin Park2011-05-264-1/+8
| * | | | gpio: Move the s5pv210 GPIO to drivers/gpioKyungmin Park2011-05-264-1/+8
| * | | | gpio: Move the exynos4 GPIO to drivers/gpioKyungmin Park2011-05-264-1/+8
| * | | | gpio: Move to Samsung common GPIO library to drivers/gpioKyungmin Park2011-05-264-1/+7
| * | | | gpio/nomadik: add function to read GPIO pull down statusRickard Andersson2011-05-262-4/+32
| * | | | gpio/nomadik: show all pins in debugRabin Vincent2011-05-261-4/+27
| * | | | gpio: move Nomadik GPIO driver to drivers/gpioGrant Likely2011-05-266-8/+1
| * | | | gpio: move U300 GPIO driver to drivers/gpioLinus Walleij2011-05-263-1/+2
| * | | | langwell_gpio: add runtime pm supportKristen Carlson Accardi2011-05-261-0/+65
| * | | | gpio/pca953x: Add support for pca9574 and pca9575 devicesHaojian Zhuang2011-05-261-58/+191
| * | | | gpio/cs5535: Show explicit dependency between gpio_cs5535 and mfd_cs5535Ed Wildgoose2011-05-261-1/+1
* | | | | Merge branch 'setns'Linus Torvalds2011-05-2850-29/+87
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | ns: Wire up the setns system callEric W. Biederman2011-05-2850-29/+87
* | | | | Merge git://git.infradead.org/mtd-2.6Linus Torvalds2011-05-27152-1690/+1041
|\ \ \ \ \
| * | | | | mtd: kill CONFIG_MTD_PARTITIONSJamie Iles2011-05-257-37/+9
| * | | | | mtd: remove add_mtd_partitions, add_mtd_device and friendsJamie Iles2011-05-255-17/+9
| * | | | | mtd: convert remaining users to mtd_device_register()Jamie Iles2011-05-2560-150/+160
| * | | | | mtd: samsung onenand: convert to mtd_device_register()Jamie Iles2011-05-251-9/+3
| * | | | | mtd: omap2 onenand: convert to mtd_device_register()Jamie Iles2011-05-251-7/+3
| * | | | | mtd: txx9ndfmc: convert to mtd_device_register()Jamie Iles2011-05-251-13/+1
| * | | | | mtd: tmio_nand: convert to mtd_device_register()Jamie Iles2011-05-251-9/+1
| * | | | | mtd: socrates_nand: convert to mtd_device_register()Jamie Iles2011-05-251-15/+1
| * | | | | mtd: sharpsl: convert to mtd_device_register()Jamie Iles2011-05-251-10/+2
| * | | | | mtd: s3c2410 nand: convert to mtd_device_register()Jamie Iles2011-05-251-14/+2
| * | | | | mtd: ppchameleonevb: convert to mtd_device_register()Jamie Iles2011-05-251-10/+5
| * | | | | mtd: orion_nand: convert to mtd_device_register()Jamie Iles2011-05-251-13/+1
| * | | | | mtd: omap2: convert to mtd_device_register()Jamie Iles2011-05-251-7/+3
| * | | | | mtd: nomadik_nand: convert to mtd_device_register()Jamie Iles2011-05-251-6/+1
| * | | | | mtd: ndfc: convert to mtd_device_register()Jamie Iles2011-05-251-12/+1
| * | | | | mtd: mxc_nand: convert to mtd_device_register()Jamie Iles2011-05-251-9/+4
| * | | | | mtd: mpc5121_nfc: convert to mtd_device_register()Jamie Iles2011-05-251-11/+1
| * | | | | mtd: jz4740_nand: convert to mtd_device_register()Jamie Iles2011-05-251-9/+1
| * | | | | mtd: h1910: convert to mtd_device_register()Jamie Iles2011-05-252-5/+2
| * | | | | mtd: fsmc_nand: convert to mtd_device_register()Jamie Iles2011-05-251-21/+4
| * | | | | mtd: fsl_upm: convert to mtd_device_register()Jamie Iles2011-05-251-11/+1
| * | | | | mtd: fsl_elbc_nand: convert to mtd_device_register()Jamie Iles2011-05-251-11/+1
| * | | | | mtd: edb7312 nand: convert to mtd_device_register()Jamie Iles2011-05-251-8/+1
OpenPOWER on IntegriCloud