summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | | thermal: ti-soc-thermal: add DT example for DRA752 chipEduardo Valentin2013-06-131-0/+12
| | | * | | | | thermal: ti-soc-thermal: add dra752 chip to device tableEduardo Valentin2013-06-132-0/+11
| | | * | | | | thermal: ti-soc-thermal: add thermal data for DRA752 chipsEduardo Valentin2013-06-135-0/+775
| | | * | | | | thermal: ti-soc-thermal: remove usage of IS_ERR_OR_NULLEduardo Valentin2013-06-132-11/+14
| | | * | | | | thermal: ti-soc-thermal: freeze FSM while computing trendEduardo Valentin2013-06-131-3/+9
| | | * | | | | thermal: ti-soc-thermal: remove external heat while extrapolating hotspotEduardo Valentin2013-06-131-10/+20
| | | * | | | | thermal: ti-soc-thermal: update DT reference for OMAP5430Eduardo Valentin2013-06-131-0/+1
| | * | | | | | thermal: consider emul_temperature while computing trendEduardo Valentin2013-06-131-1/+2
| | * | | | | | thermal: cpu_cooling: fix 'descend' check in get_property()Shawn Guo2013-05-281-1/+1
| | | |/ / / / | | |/| | | |
| | | | | | |
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| *---. \ \ \ \ \ Merge branches 'misc', 'drv_cleanup', 'devm-cleanup' and 'ti-soc' of .git int...Zhang Rui2013-05-2823-63/+14
| |\ \ \ \ \ \ \ \ | | | | | |/ / / / | | | | |/| | | |
| | | | * | | | | MAINTAINERS: update TI SoC thermal driver entryEduardo Valentin2013-05-281-2/+2
| | | | * | | | | thermal: introduce TI SoC thermal driverEduardo Valentin2013-05-2816-4/+4
| | | | |/ / / /
| | | * | | | | Thermal: don't check resource with devm_ioremap_resourceZhang Rui2013-05-282-20/+3
| | | * | | | | Thermal: spear_thermal: convert to devm_ioremap_resourceZhang Rui2013-05-201-10/+10
| | | * | | | | drivers/thermal: don't check resource with devm_ioremap_resourceWolfram Sang2013-05-204-26/+3
| | | |/ / / /
| | * | | | | Thermal: spear: Remove redundant platform_set_drvdata()Sachin Kamat2013-05-061-1/+0
| | * | | | | Thermal: rcar: Remove redundant platform_set_drvdata()Sachin Kamat2013-05-061-2/+0
| | * | | | | Thermal: kirkwood: Remove redundant platform_set_drvdata()Sachin Kamat2013-05-061-1/+0
| | * | | | | Thermal: exynos: Remove redundant platform_set_drvdata()Sachin Kamat2013-05-061-3/+0
| | * | | | | Thermal: dove_thermal: Remove redundant platform_set_drvdata()Sachin Kamat2013-05-061-1/+0
| | * | | | | Thermal: armada_thermal: Remove redundant platform_set_drvdata()Sachin Kamat2013-05-061-1/+0
| * | | | | | Thermal: spear: Remove redundant use of of_match_ptrSachin Kamat2013-05-281-1/+1
| * | | | | | Thermal: kirkwood: Remove redundant use of of_match_ptrSachin Kamat2013-05-281-1/+1
| * | | | | | Thermal: dove: Remove redundant use of of_match_ptrSachin Kamat2013-05-281-1/+1
| * | | | | | Thermal: armada: Remove redundant use of of_match_ptrSachin Kamat2013-05-281-1/+1
| * | | | | | Thermal: core: Ask .get_trip_temp() to register thermal zone device.Jonghwa Lee2013-05-281-1/+1
| * | | | | | thermal: cut the spaces when user sets policyAndy Shevchenko2013-05-281-1/+5
| * | | | | | thermal: rcar: Fix typo in probe information messageLaurent Pinchart2013-05-281-1/+1
| | |/ / / / | |/| | | |
* | | | | | Merge tag 'nfs-for-3.11-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2013-07-116-23/+58
|\ \ \ \ \ \
| * | | | | | SUNRPC: Fix a deadlock in rpc_client_register()Trond Myklebust2013-07-101-7/+9
| * | | | | | rpc_pipe: rpc_dir_inode_operations can be staticFengguang Wu2013-07-101-1/+1
| * | | | | | NFS: Allow nfs_updatepage to extend a write under additional circumstancesScott Mayhew2013-07-101-8/+23
| * | | | | | NFS: Make nfs_readdir revalidate less oftenScott Mayhew2013-07-091-2/+3
| * | | | | | NFS: Make nfs_attribute_cache_expired() non-staticScott Mayhew2013-07-092-1/+2
| * | | | | | rpc_pipe: set dentry operations at d_alloc timeJeff Layton2013-07-091-5/+20
| * | | | | | nfs: set verifier on existing dentries in nfs_prime_dcacheJeff Layton2013-07-091-0/+1
* | | | | | | Merge tag 'for-linus-3.11-merge-window-part-2' of git://git.kernel.org/pub/sc...Linus Torvalds2013-07-1111-79/+355
|\ \ \ \ \ \ \
| * | | | | | | fs/9p: Remove the unused variable "err" in v9fs_vfs_getattr()Gu Zheng2013-07-081-2/+0
| * | | | | | | 9P: Add cancelled() to the transport functions.Simon Derr2013-07-083-3/+23
| * | | | | | | 9P/RDMA: count posted buffers without a pending requestSimon Derr2013-07-082-3/+34
| * | | | | | | 9P/RDMA: Improve error handling in rdma_requestSimon Derr2013-07-081-16/+28
| * | | | | | | 9P/RDMA: Do not free req->rc in error handling in rdma_request()Simon Derr2013-07-081-6/+3
| * | | | | | | 9P/RDMA: Use a semaphore to protect the RQSimon Derr2013-07-081-10/+12
| * | | | | | | 9P/RDMA: Protect against duplicate repliesSimon Derr2013-07-081-0/+7
| * | | | | | | 9P/RDMA: increase P9_RDMA_MAXSIZE to 1MBSimon Derr2013-07-081-3/+1
| * | | | | | | 9pnet: refactor struct p9_fcall alloc codeSimon Derr2013-07-081-17/+18
| * | | | | | | 9P/RDMA: rdma_request() needs not allocate req->rcSimon Derr2013-07-081-19/+0
| * | | | | | | 9P: Fix fcall allocation for rdmaSimon Derr2013-07-081-16/+23
| * | | | | | | fs/9p: xattr: add trusted and security namespacesJim Garlick2013-07-086-1/+182
| * | | | | | | net/9p: add privport option to 9p tcp transportJim Garlick2013-07-082-1/+42