| Commit message (Expand) | Author | Age | Files | Lines |
* | hwmon: (w83791d) fan 4/5 pins can also be used for gpio | Marc Hulsman | 2008-10-17 | 1 | -3/+27 |
* | hwmon: (max1619) Use inline functions instead of macros | Andrew Morton | 2008-10-17 | 1 | -5/+12 |
* | hwmon: (it87) Fix thermal sensor type values | Jean Delvare | 2008-10-17 | 2 | -5/+10 |
* | hwmon: (lm78) Convert to a new-style i2c driver | Jean Delvare | 2008-10-17 | 1 | -105/+89 |
* | hwmon: (lm78) Stop abusing struct i2c_client for ISA devices | Jean Delvare | 2008-10-17 | 1 | -22/+16 |
* | hwmon: (lm78) Prevent misdetection of Winbond chips | Jean Delvare | 2008-10-17 | 1 | -0/+6 |
* | hwmon: (lm78) Detect alias chips | Jean Delvare | 2008-10-17 | 1 | -13/+65 |
* | hwmon: (lm78) Fix I/O resource conflict with PNP | Jean Delvare | 2008-10-17 | 1 | -5/+15 |
* | hwmon: (lm85) Better label names | Jean Delvare | 2008-10-17 | 1 | -6/+6 |
* | hwmon: (lm85) Simplify RANGE_TO_REG | Jean Delvare | 2008-10-17 | 1 | -11/+4 |
* | hwmon: (lm85) Convert to a new-style i2c driver | Jean Delvare | 2008-10-17 | 1 | -57/+64 |
* | hwmon: (lm85) Support different PWM frequency tables | Jean Delvare | 2008-10-17 | 1 | -6/+23 |
* | hwmon: (lm85) Select the closest PWM frequency | Jean Delvare | 2008-10-17 | 1 | -3/+2 |
* | hwmon: (lm85) Implement the standard PWM frequency interface | Jean Delvare | 2008-10-17 | 2 | -49/+38 |
* | hwmon: (lm85) Rework the device detection | Jean Delvare | 2008-10-17 | 1 | -73/+50 |
* | hwmon: (ams) Simplify IRQ handling routine | Dmitry Torokhov | 2008-10-17 | 1 | -25/+17 |
* | hwmon: (ams) Fix locking issues | Dmitry Torokhov | 2008-10-17 | 4 | -65/+56 |
* | hwmon: (ams) Fix permissions on 'joystick' module parameter | Dmitry Torokhov | 2008-10-17 | 1 | -2/+2 |
* | hwmon: (ams) Convert to a new-style i2c driver | Jean Delvare | 2008-10-17 | 3 | -41/+48 |
* | hwmon: (lm87) Add support for configuration through platform_data | Ben Hutchings | 2008-10-17 | 2 | -11/+15 |
* | hwmon: (lm87) Restore original configuration register on removal | Ben Hutchings | 2008-10-17 | 1 | -5/+7 |
* | hwmon: (lm87) Fix masking of config register in lm87_init_client() | Ben Hutchings | 2008-10-17 | 1 | -4/+4 |
* | hwmon: (lm90) Don't spam the kernel log | Jean Delvare | 2008-10-17 | 1 | -3/+3 |
* | hwmon: (lm90) Support MAX6646, MAX6647 and MAX6649 | Ben Hutchings | 2008-10-17 | 3 | -13/+82 |
* | hwmon: (lm90) Rename temperature conversion functions to match usage | Ben Hutchings | 2008-10-17 | 1 | -23/+23 |
* | hwmon: (lm90) Support ADT7461 in extended mode | Nate Case | 2008-10-17 | 3 | -38/+97 |
* | hwmon: (lm90) Convert some macros to static functions | Nate Case | 2008-10-17 | 1 | -45/+83 |
* | hwmon: (lm90) Update datasheet links | Jean Delvare | 2008-10-17 | 2 | -29/+13 |
* | hwmon: (lm90) Don't access nonexistent registers on Maxim chips | Jean Delvare | 2008-10-17 | 1 | -8/+21 |
* | hwmon: (lm90) Support the extra resolution bits of MAX6657 | Jean Delvare | 2008-10-17 | 2 | -25/+39 |
* | hwmon: (lm90) Move 16-bit value read to a separate function | Jean Delvare | 2008-10-17 | 1 | -29/+43 |
* | {pci,pnp} quirks.c: don't use deprecated print_fn_descriptor_symbol() | Linus Torvalds | 2008-10-16 | 2 | -4/+2 |
* | Merge git://git.linux-nfs.org/projects/trondmy/nfs-2.6 | Linus Torvalds | 2008-10-16 | 26 | -500/+955 |
|\ |
|
| * | Merge branch 'next' | Trond Myklebust | 2008-10-15 | 26 | -500/+955 |
| |\ |
|
| | * | NFS: Fix a resolution problem with nfs_inode->cache_change_attribute | Trond Myklebust | 2008-10-14 | 2 | -2/+1 |
| | * | NFS: Fix the resolution problem with nfs_inode_attrs_need_update() | Trond Myklebust | 2008-10-14 | 4 | -18/+44 |
| | * | NFS: Changes to inode->i_nlinks must set the NFS_INO_INVALID_ATTR flag | Trond Myklebust | 2008-10-14 | 1 | -0/+3 |
| | * | RPC/RDMA: ensure connection attempt is complete before signalling. | Tom Talpey | 2008-10-10 | 1 | -5/+1 |
| | * | RPC/RDMA: correct the reconnect timer backoff | Tom Talpey | 2008-10-10 | 1 | -0/+7 |
| | * | RPC/RDMA: optionally emit useful transport info upon connect/disconnect. | Tom Talpey | 2008-10-10 | 2 | -1/+22 |
| | * | RPC/RDMA: reformat a debug printk to keep lines together. | Tom Talpey | 2008-10-10 | 1 | -2/+2 |
| | * | RPC/RDMA: harden connection logic against missing/late rdma_cm upcalls. | Tom Talpey | 2008-10-10 | 3 | -7/+10 |
| | * | RPC/RDMA: fix connect/reconnect resource leak. | Tom Talpey | 2008-10-10 | 1 | -5/+4 |
| | * | RPC/RDMA: return a consistent error, when connect fails. | Tom Talpey | 2008-10-10 | 1 | -1/+1 |
| | * | RPC/RDMA: adhere to protocol for unpadded client trailing write chunks. | Tom Talpey | 2008-10-10 | 3 | -2/+33 |
| | * | RPC/RDMA: avoid an oops due to disconnect racing with async upcalls. | Tom Talpey | 2008-10-10 | 1 | -11/+9 |
| | * | RPC/RDMA: maintain the RPC task bytes-sent statistic. | Tom Talpey | 2008-10-10 | 1 | -0/+1 |
| | * | RPC/RDMA: suppress retransmit on RPC/RDMA clients. | Tom Talpey | 2008-10-10 | 3 | -4/+15 |
| | * | RPC/RDMA: fix connection IRD/ORD setting | Tom Tucker | 2008-10-10 | 1 | -37/+14 |
| | * | RPC/RDMA: support FRMR client memory registration. | Tom Talpey | 2008-10-10 | 2 | -6/+167 |