aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAge
...
| | * | | | | | | switch debugfs to umode_tAl Viro2012-01-03
| | * | | | | | | switch sysfs_chmod_file() to umode_tAl Viro2012-01-03
| | * | | | | | | switch procfs to umode_t useAl Viro2012-01-03
| | * | | | | | | switch ->is_visible() to returning umode_tAl Viro2012-01-03
| | * | | | | | | switch sysfs attr->mode to umode_tAl Viro2012-01-03
| | * | | | | | | switch device_get_devnode() and ->devnode() to umode_t *Al Viro2012-01-03
| | * | | | | | | switch ->create() to umode_tAl Viro2012-01-03
| | * | | | | | | switch vfs_mkdir() and ->mkdir() to umode_tAl Viro2012-01-03
| |/ / / / / / /
| * | | | | | | vfs: live vfsmounts never have NULL ->mnt_sbAl Viro2012-01-03
| * | | | | | | vfs: for usbfs, etc. internal vfsmounts ->mnt_sb->s_root == ->mnt_rootAl Viro2012-01-03
| * | | | | | | vfs: fix the stupidity with i_dentry in inode destructorsAl Viro2012-01-03
* | | | | | | | Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2012-01-07
|\ \ \ \ \ \ \ \
| * | | | | | | | ARM: prom.h: Fix build error by removing unneeded header fileFabio Estevam2012-01-05
| * | | | | | | | of/pdt: fix section mismatch warningSam Ravnborg2011-12-27
| * | | | | | | | i2c-designware: add OF binding supportRob Herring2011-12-27
| * | | | | | | | dt: reform for_each_property to for_each_property_of_nodeDong Aisheng2011-12-27
| * | | | | | | | ARM/of: allow *machine_desc.dt_compat to be constUwe Kleine-König2011-12-27
| * | | | | | | | of/base: Take NULL string into account for property with multiple stringsBenoit Cousson2011-12-19
* | | | | | | | | Merge tag 'spi-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2012-01-07
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'spi/next' (early part) into spi/mergeGrant Likely2012-01-04
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | spi-topcliff-pch: Change company name OKI SEMICONDUCTOR to LAPIS SemiconductorTomoya MORINAGA2011-10-29
| | * | | | | | | | | spi-topcliff-pch: Support new device LAPIS Semiconductor ML7831 IOHTomoya MORINAGA2011-10-29
| | * | | | | | | | | spi/omap: Correct the error pathShubhrajyoti D2011-10-29
| | * | | | | | | | | spi/omap: call pm_runtime_disable in error path and removeShubhrajyoti D2011-10-29
| | * | | | | | | | | spi/omap: Use a workqueue per omap2_mcspi controllerShubhrajyoti D2011-10-29
| * | | | | | | | | | spi: Fix device unregistration when unregistering the bus masterLaurent Pinchart2011-12-13
* | | | | | | | | | | Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2012-01-07
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | gpio: Add decode of WM8994 GPIO configurationMark Brown2012-01-02
| * | | | | | | | | | | gpio: Convert GPIO drivers to module_platform_driverMark Brown2012-01-02
| * | | | | | | | | | | gpio: Fix typo in comment in Samsung driverMark Brown2012-01-02
| * | | | | | | | | | | gpio: Explicitly index samsung_gpio_cfgsMark Brown2012-01-02
| * | | | | | | | | | | Merge branch 'pl022' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/...Grant Likely2011-12-13
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | spi/pl022: make the chip deselect handling thread safeVirupax Sadashivpetimath2011-12-01
| | * | | | | | | | | | | spi/pl022: add support for pm_runtime autosuspendChris Blair2011-12-01
| | * | | | | | | | | | | spi/pl022: disable the PL022 block when unusedVirupax Sadashivpetimath2011-12-01
| | * | | | | | | | | | | spi/pl022: move device disable to workqueue threadChris Blair2011-12-01
| | * | | | | | | | | | | spi/pl022: skip default configuration before suspendingVirupax Sadashivpetimath2011-12-01
| | * | | | | | | | | | | spi/pl022: fix build warningsJonas Aaberg2011-12-01
| | * | | | | | | | | | | spi/pl022: only enable RX interrupts when TX is completeChris Blair2011-12-01
| * | | | | | | | | | | | of: Add device tree selftestsGrant Likely2011-12-12
| * | | | | | | | | | | | of: create of_phandle_args to simplify return of phandle parsing dataGrant Likely2011-12-12
| * | | | | | | | | | | | gpio/powerpc: Eliminate duplication of of_get_named_gpio_flags()Grant Likely2011-12-12
| * | | | | | | | | | | | gpiolib: output basic details and consolidate gpio device driversGrant Likely2011-12-12
| * | | | | | | | | | | | pch_gpio: Change company name OKI SEMICONDUCTOR to LAPIS SemiconductorTomoya MORINAGA2011-12-12
| * | | | | | | | | | | | pch_gpio: Support new device LAPIS Semiconductor ML7831 IOHTomoya MORINAGA2011-12-12
| | |/ / / / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-01-07
|\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'driver-core-next' into Linux 3.2Greg Kroah-Hartman2012-01-06
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | firmware: Fix an oops on reading fw_priv->fw in sysfs loading fileNeil Horman2012-01-04
| | * | | | | | | | | | | | Drivers:hv: Fix a bug in vmbus_driver_unregister()K. Y. Srinivasan2012-01-04
| | * | | | | | | | | | | | driver-core: remove sysdev.h usage.Kay Sievers2011-12-21