| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | mfd: Add MAX77693 irq handler | Chanwoo Choi | 2012-05-20 | 1 | -1/+0 |
| * | mfd: Add MAX77693 driver | Chanwoo Choi | 2012-05-20 | 2 | -0/+254 |
| * | mfd: Use SI-units for the lm3533 max-current interface | Johan Hovold | 2012-05-20 | 1 | -3/+4 |
| * | mfd: Remove unused max-current lm3533 function | Johan Hovold | 2012-05-20 | 1 | -2/+0 |
| * | mfd: Add boost frequency and ovp to lm3533 platform data | Johan Hovold | 2012-05-20 | 1 | -0/+15 |
| * | mfd: Remove wm8400 custom cache implementation | Mark Brown | 2012-05-20 | 1 | -7/+7 |
| * | mfd: Register tps65910 gpios as an mfd device | Laxman Dewangan | 2012-05-20 | 1 | -4/+0 |
| * | mfd: Define all twl-regulator feature flags in one place | NeilBrown | 2012-05-20 | 1 | -2/+6 |
| * | mfd: Commonize tps65910 regmap access through header | Rhyland Klein | 2012-05-20 | 1 | -4/+25 |
| * | mfd: Add regulator support for twl6040 VIO, V2V1 supplies | Peter Ujfalusi | 2012-05-09 | 1 | -0/+2 |
| * | mfd: Allow for const stmpe keyboard data | Linus Walleij | 2012-05-09 | 1 | -1/+1 |
| * | watchdog: Convert iTCO_wdt driver to mfd model | Aaron Sierra | 2012-05-09 | 1 | -0/+7 |
| * | mfd: Add LM3533 lighting-power core driver | Johan Hovold | 2012-05-09 | 1 | -0/+89 |
| * | pci_ids: Add Intel Centerton Legacy Block DeviceID | Seth Heasley | 2012-05-09 | 1 | -0/+1 |
| * | mfd: Add driver for STA2X11 MFD block | Alessandro Rubini | 2012-05-09 | 1 | -0/+324 |
| * | mfd: Read CUST_ID from the wm8994 device | Mark Brown | 2012-05-07 | 2 | -0/+4 |
| * | mfd: Convert wm8350 physical I/O to regmap API | Mark Brown | 2012-05-07 | 1 | -7/+2 |
| * | mfd: Deny ab8500 suspend if i2c transfer is ongoing | Jonas Aaberg | 2012-05-01 | 1 | -1/+5 |
| * | mfd: Add new resources on ab8500 AB8505 and AB9540 | Virupax Sadashivpetimath | 2012-05-01 | 1 | -2/+10 |
| * | mfd: Add support for tps65910 device sleep | Laxman Dewangan | 2012-05-01 | 1 | -0/+14 |
| * | mfd: Set asic3 DS1WM clock_rate | Paul Parsons | 2012-05-01 | 1 | -0/+2 |
| * | mfd: Add LPC driver for Intel ICH chipsets | Aaron Sierra | 2012-05-01 | 1 | -0/+41 |
* | | Merge tag 'nfs-for-3.5-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 2012-05-29 | 5 | -86/+205 |
|\ \ |
|
| * | | NFSv4.1: Don't clobber the seqid if exchange_id returns a confirmed clientid | Trond Myklebust | 2012-05-26 | 1 | -1/+2 |
| * | | NFSv4.1: Add DESTROY_CLIENTID | Trond Myklebust | 2012-05-26 | 1 | -0/+1 |
| * | | NFSv4.1: Move NFSPROC4_CLNT_BIND_CONN_TO_SESSION to the end of the operations | Trond Myklebust | 2012-05-25 | 1 | -1/+1 |
| * | | nfs4.1: add BIND_CONN_TO_SESSION operation | Weston Andros Adamson | 2012-05-24 | 2 | -0/+11 |
| * | | NFSv4.1 add nfs_inode book keeping for mdsthreshold | Andy Adamson | 2012-05-24 | 1 | -0/+3 |
| * | | NFSv4.1 cache mdsthreshold values on OPEN | Andy Adamson | 2012-05-24 | 1 | -0/+1 |
| * | | NFSv4.1 mdsthreshold attribute xdr | Andy Adamson | 2012-05-24 | 2 | -0/+17 |
| * | | NFS: EXCHANGE_ID should save the server major and minor ID | Chuck Lever | 2012-05-22 | 2 | -1/+3 |
| * | | NFS: Add nfs_client behavior flags | Chuck Lever | 2012-05-22 | 2 | -1/+4 |
| * | | NFS: Refactor nfs_get_client(): initialize nfs_client | Chuck Lever | 2012-05-22 | 1 | -1/+2 |
| * | | NFS: Always use the same SETCLIENTID boot verifier | Chuck Lever | 2012-05-22 | 1 | -3/+0 |
| * | | NFS: Use proper naming conventions for the nfs_client.net field | Chuck Lever | 2012-05-22 | 1 | -1/+1 |
| * | | NFS: Use proper naming conventions for nfs_client.impl_id field | Chuck Lever | 2012-05-22 | 1 | -1/+1 |
| * | | NFS: Use proper naming conventions for NFSv4.1 server scope fields | Chuck Lever | 2012-05-22 | 2 | -4/+4 |
| * | | NFS: Fix comment misspelling in struct nfs_client definition | Chuck Lever | 2012-05-22 | 1 | -1/+1 |
| * | | NFS: Add NFSDBG_STATE | Chuck Lever | 2012-05-22 | 1 | -0/+1 |
| * | | Merge branch 'bugfixes' into nfs-for-next | Trond Myklebust | 2012-05-21 | 21 | -36/+128 |
| |\ \ |
|
| * | | | NFS: Clean up - Rename nfs_unlock_request and nfs_unlock_request_dont_release | Trond Myklebust | 2012-05-09 | 1 | -1/+1 |
| * | | | NFS: Clean up - simplify nfs_lock_request() | Trond Myklebust | 2012-05-09 | 1 | -12/+2 |
| * | | | NFS: Prevent a deadlock in the new writeback code | Trond Myklebust | 2012-05-09 | 1 | -0/+1 |
| * | | | NFS: Adapt readdirplus to application usage patterns | Trond Myklebust | 2012-05-01 | 1 | -5/+0 |
| * | | | NFSv4: Simplify the NFSv4 REMOVE, LINK and RENAME compounds | Trond Myklebust | 2012-05-01 | 1 | -2/+0 |
| * | | | NFSv4: Simplify the NFSv4 CREATE compound | Trond Myklebust | 2012-05-01 | 1 | -1/+0 |
| * | | | NFSv4: Simplify the NFSv4 OPEN compound | Trond Myklebust | 2012-05-01 | 1 | -2/+0 |
| * | | | NFSv2/v3: Simulate the change attribute | Trond Myklebust | 2012-05-01 | 1 | -3/+3 |
| * | | | NFS: Fix a compile issue when CONFIG_NFS_V4_1 is undefined | Trond Myklebust | 2012-04-30 | 1 | -0/+5 |
| * | | | NFS: Remove extra rpc_clnt argument to proc_lookup | Bryan Schumaker | 2012-04-27 | 1 | -1/+1 |