Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | | switch devtmpfs to umode_t | Al Viro | 2012-01-03 | 1 | -3/+3 | |
| | * | | | | | | | switch debugfs to umode_t | Al Viro | 2012-01-03 | 7 | -8/+8 | |
| | * | | | | | | | switch sysfs_chmod_file() to umode_t | Al Viro | 2012-01-03 | 1 | -3/+3 | |
| | * | | | | | | | switch procfs to umode_t use | Al Viro | 2012-01-03 | 6 | -11/+10 | |
| | * | | | | | | | switch ->is_visible() to returning umode_t | Al Viro | 2012-01-03 | 29 | -63/+63 | |
| | * | | | | | | | switch sysfs attr->mode to umode_t | Al Viro | 2012-01-03 | 1 | -1/+1 | |
| | * | | | | | | | switch device_get_devnode() and ->devnode() to umode_t * | Al Viro | 2012-01-03 | 23 | -25/+25 | |
| | * | | | | | | | switch ->create() to umode_t | Al Viro | 2012-01-03 | 1 | -1/+1 | |
| | * | | | | | | | switch vfs_mkdir() and ->mkdir() to umode_t | Al Viro | 2012-01-03 | 1 | -1/+1 | |
| |/ / / / / / / | ||||||
| * | | | | | | | vfs: live vfsmounts never have NULL ->mnt_sb | Al Viro | 2012-01-03 | 1 | -3/+2 | |
| * | | | | | | | vfs: for usbfs, etc. internal vfsmounts ->mnt_sb->s_root == ->mnt_root | Al Viro | 2012-01-03 | 1 | -3/+3 | |
| * | | | | | | | vfs: fix the stupidity with i_dentry in inode destructors | Al Viro | 2012-01-03 | 1 | -1/+0 | |
* | | | | | | | | Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linux-2.6 | Linus Torvalds | 2012-01-07 | 4 | -9/+20 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | ARM: prom.h: Fix build error by removing unneeded header file | Fabio Estevam | 2012-01-04 | 1 | -0/+1 | |
| * | | | | | | | | of/pdt: fix section mismatch warning | Sam Ravnborg | 2011-12-27 | 1 | -1/+1 | |
| * | | | | | | | | i2c-designware: add OF binding support | Rob Herring | 2011-12-27 | 1 | -0/+12 | |
| * | | | | | | | | dt: reform for_each_property to for_each_property_of_node | Dong Aisheng | 2011-12-27 | 1 | -1/+1 | |
| * | | | | | | | | ARM/of: allow *machine_desc.dt_compat to be const | Uwe Kleine-König | 2011-12-27 | 1 | -2/+2 | |
| * | | | | | | | | of/base: Take NULL string into account for property with multiple strings | Benoit Cousson | 2011-12-19 | 1 | -5/+3 | |
* | | | | | | | | | Merge tag 'spi-for-linus' of git://git.secretlab.ca/git/linux-2.6 | Linus Torvalds | 2012-01-07 | 4 | -28/+44 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ | Merge branch 'spi/next' (early part) into spi/merge | Grant Likely | 2012-01-04 | 3 | -27/+43 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | spi-topcliff-pch: Change company name OKI SEMICONDUCTOR to LAPIS Semiconductor | Tomoya MORINAGA | 2011-10-29 | 1 | -6/+6 | |
| | * | | | | | | | | | spi-topcliff-pch: Support new device LAPIS Semiconductor ML7831 IOH | Tomoya MORINAGA | 2011-10-29 | 2 | -4/+7 | |
| | * | | | | | | | | | spi/omap: Correct the error path | Shubhrajyoti D | 2011-10-29 | 1 | -12/+20 | |
| | * | | | | | | | | | spi/omap: call pm_runtime_disable in error path and remove | Shubhrajyoti D | 2011-10-29 | 1 | -0/+2 | |
| | * | | | | | | | | | spi/omap: Use a workqueue per omap2_mcspi controller | Shubhrajyoti D | 2011-10-29 | 1 | -8/+11 | |
| * | | | | | | | | | | spi: Fix device unregistration when unregistering the bus master | Laurent Pinchart | 2011-12-13 | 1 | -1/+1 | |
* | | | | | | | | | | | Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6 | Linus Torvalds | 2012-01-07 | 27 | -319/+456 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | gpio: Add decode of WM8994 GPIO configuration | Mark Brown | 2012-01-02 | 1 | -2/+77 | |
| * | | | | | | | | | | | gpio: Convert GPIO drivers to module_platform_driver | Mark Brown | 2012-01-02 | 11 | -128/+11 | |
| * | | | | | | | | | | | gpio: Fix typo in comment in Samsung driver | Mark Brown | 2012-01-02 | 1 | -1/+1 | |
| * | | | | | | | | | | | gpio: Explicitly index samsung_gpio_cfgs | Mark Brown | 2012-01-02 | 1 | -10/+19 | |
| * | | | | | | | | | | | Merge branch 'pl022' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/... | Grant Likely | 2011-12-13 | 1 | -56/+85 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | spi/pl022: make the chip deselect handling thread safe | Virupax Sadashivpetimath | 2011-12-01 | 1 | -35/+37 | |
| | * | | | | | | | | | | | spi/pl022: add support for pm_runtime autosuspend | Chris Blair | 2011-12-01 | 1 | -2/+18 | |
| | * | | | | | | | | | | | spi/pl022: disable the PL022 block when unused | Virupax Sadashivpetimath | 2011-12-01 | 1 | -1/+5 | |
| | * | | | | | | | | | | | spi/pl022: move device disable to workqueue thread | Chris Blair | 2011-12-01 | 1 | -9/+16 | |
| | * | | | | | | | | | | | spi/pl022: skip default configuration before suspending | Virupax Sadashivpetimath | 2011-12-01 | 1 | -5/+0 | |
| | * | | | | | | | | | | | spi/pl022: fix build warnings | Jonas Aaberg | 2011-12-01 | 1 | -1/+1 | |
| | * | | | | | | | | | | | spi/pl022: only enable RX interrupts when TX is complete | Chris Blair | 2011-12-01 | 1 | -5/+10 | |
| * | | | | | | | | | | | | of: Add device tree selftests | Grant Likely | 2011-12-12 | 3 | -0/+149 | |
| * | | | | | | | | | | | | of: create of_phandle_args to simplify return of phandle parsing data | Grant Likely | 2011-12-12 | 2 | -95/+94 | |
| * | | | | | | | | | | | | gpio/powerpc: Eliminate duplication of of_get_named_gpio_flags() | Grant Likely | 2011-12-12 | 1 | -1/+1 | |
| * | | | | | | | | | | | | gpiolib: output basic details and consolidate gpio device drivers | Grant Likely | 2011-12-12 | 9 | -18/+9 | |
| * | | | | | | | | | | | | pch_gpio: Change company name OKI SEMICONDUCTOR to LAPIS Semiconductor | Tomoya MORINAGA | 2011-12-12 | 1 | -3/+3 | |
| * | | | | | | | | | | | | pch_gpio: Support new device LAPIS Semiconductor ML7831 IOH | Tomoya MORINAGA | 2011-12-12 | 2 | -5/+7 | |
| | |/ / / / / / / / / / | |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | | Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2012-01-07 | 348 | -5263/+1280 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'driver-core-next' into Linux 3.2 | Greg Kroah-Hartman | 2012-01-06 | 348 | -5261/+1278 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | firmware: Fix an oops on reading fw_priv->fw in sysfs loading file | Neil Horman | 2012-01-04 | 1 | -7/+7 | |
| | * | | | | | | | | | | | | Drivers:hv: Fix a bug in vmbus_driver_unregister() | K. Y. Srinivasan | 2012-01-04 | 1 | -4/+1 |