summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2012-01-0883-164/+151
|\
| * vfs: switch ->show_options() to struct dentry *Al Viro2012-01-062-3/+3
| * vfs: switch ->show_stats to struct dentry *Al Viro2012-01-061-2/+2
| *-. Merge branches 'vfsmount-guts', 'umode_t' and 'partitions' into ZAl Viro2012-01-0682-152/+141
| |\ \
| | | * fs: move code out of buffer.cAl Viro2012-01-0311-16/+7
| | |/ | |/|
| | * pohmelfs: propagate umode_tAl Viro2012-01-032-4/+5
| | * infiniband: umode_t noise, including open-coded S_ISDIR()Al Viro2012-01-032-6/+6
| | * usbfs: propagate umode_tAl Viro2012-01-031-10/+8
| | * switch devtmpfs to umode_tAl Viro2012-01-031-3/+3
| | * switch debugfs to umode_tAl Viro2012-01-037-8/+8
| | * switch sysfs_chmod_file() to umode_tAl Viro2012-01-031-3/+3
| | * switch procfs to umode_t useAl Viro2012-01-036-11/+10
| | * switch ->is_visible() to returning umode_tAl Viro2012-01-0329-63/+63
| | * switch sysfs attr->mode to umode_tAl Viro2012-01-031-1/+1
| | * switch device_get_devnode() and ->devnode() to umode_t *Al Viro2012-01-0323-25/+25
| | * switch ->create() to umode_tAl Viro2012-01-031-1/+1
| | * switch vfs_mkdir() and ->mkdir() to umode_tAl Viro2012-01-031-1/+1
| |/
| * vfs: live vfsmounts never have NULL ->mnt_sbAl Viro2012-01-031-3/+2
| * vfs: for usbfs, etc. internal vfsmounts ->mnt_sb->s_root == ->mnt_rootAl Viro2012-01-031-3/+3
| * vfs: fix the stupidity with i_dentry in inode destructorsAl Viro2012-01-031-1/+0
* | Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2012-01-074-9/+20
|\ \
| * | ARM: prom.h: Fix build error by removing unneeded header fileFabio Estevam2012-01-041-0/+1
| * | of/pdt: fix section mismatch warningSam Ravnborg2011-12-271-1/+1
| * | i2c-designware: add OF binding supportRob Herring2011-12-271-0/+12
| * | dt: reform for_each_property to for_each_property_of_nodeDong Aisheng2011-12-271-1/+1
| * | ARM/of: allow *machine_desc.dt_compat to be constUwe Kleine-König2011-12-271-2/+2
| * | of/base: Take NULL string into account for property with multiple stringsBenoit Cousson2011-12-191-5/+3
* | | Merge tag 'spi-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2012-01-074-28/+44
|\ \ \
| * \ \ Merge branch 'spi/next' (early part) into spi/mergeGrant Likely2012-01-043-27/+43
| |\ \ \
| | * | | spi-topcliff-pch: Change company name OKI SEMICONDUCTOR to LAPIS SemiconductorTomoya MORINAGA2011-10-291-6/+6
| | * | | spi-topcliff-pch: Support new device LAPIS Semiconductor ML7831 IOHTomoya MORINAGA2011-10-292-4/+7
| | * | | spi/omap: Correct the error pathShubhrajyoti D2011-10-291-12/+20
| | * | | spi/omap: call pm_runtime_disable in error path and removeShubhrajyoti D2011-10-291-0/+2
| | * | | spi/omap: Use a workqueue per omap2_mcspi controllerShubhrajyoti D2011-10-291-8/+11
| * | | | spi: Fix device unregistration when unregistering the bus masterLaurent Pinchart2011-12-131-1/+1
* | | | | Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2012-01-0727-319/+456
|\ \ \ \ \
| * | | | | gpio: Add decode of WM8994 GPIO configurationMark Brown2012-01-021-2/+77
| * | | | | gpio: Convert GPIO drivers to module_platform_driverMark Brown2012-01-0211-128/+11
| * | | | | gpio: Fix typo in comment in Samsung driverMark Brown2012-01-021-1/+1
| * | | | | gpio: Explicitly index samsung_gpio_cfgsMark Brown2012-01-021-10/+19
| * | | | | Merge branch 'pl022' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/...Grant Likely2011-12-131-56/+85
| |\ \ \ \ \
| | * | | | | spi/pl022: make the chip deselect handling thread safeVirupax Sadashivpetimath2011-12-011-35/+37
| | * | | | | spi/pl022: add support for pm_runtime autosuspendChris Blair2011-12-011-2/+18
| | * | | | | spi/pl022: disable the PL022 block when unusedVirupax Sadashivpetimath2011-12-011-1/+5
| | * | | | | spi/pl022: move device disable to workqueue threadChris Blair2011-12-011-9/+16
| | * | | | | spi/pl022: skip default configuration before suspendingVirupax Sadashivpetimath2011-12-011-5/+0
| | * | | | | spi/pl022: fix build warningsJonas Aaberg2011-12-011-1/+1
| | * | | | | spi/pl022: only enable RX interrupts when TX is completeChris Blair2011-12-011-5/+10
| * | | | | | of: Add device tree selftestsGrant Likely2011-12-123-0/+149
| * | | | | | of: create of_phandle_args to simplify return of phandle parsing dataGrant Likely2011-12-122-95/+94