| Commit message (Expand) | Author | Age | Files | Lines |
* | regulator: palmas: Rename reg_info to palmas_reg_info | Nishanth Menon | 2014-07-03 | 2 | -4/+4 |
* | regulator: palmas: Squelch sparse warnings | Nishanth Menon | 2014-07-03 | 1 | -3/+3 |
* | Merge remote-tracking branch 'regulator/fix/palmas' into regulator-palmas | Mark Brown | 2014-06-24 | 1 | -0/+12 |
|\ |
|
| * | regulator: palmas: fix typo in enable_reg calculation | Stephen Warren | 2014-06-24 | 1 | -1/+1 |
| * | regulator: palmas: Fix SMPS enable/disable/is_enabled | Nishanth Menon | 2014-06-21 | 1 | -0/+12 |
* | | regulator: palmas: Add tps65917 PMIC support | Keerthy | 2014-06-23 | 1 | -0/+387 |
* | | regulator: palmas: add driver data and modularize the probe | Keerthy | 2014-06-23 | 2 | -306/+396 |
* | | regulator: palmas: Add palmas_pmic_driver_data structure | Keerthy | 2014-06-23 | 1 | -0/+25 |
* | | mfd: palmas: shift the palmas_sleep_requestor_info structure definition to th... | Keerthy | 2014-06-23 | 2 | -10/+10 |
* | | regulator: palmas: Shift the reg_info structure definition to the header file | Keerthy | 2014-06-23 | 2 | -9/+9 |
* | | mfd: palmas: Add tps65917 support | Keerthy | 2014-06-23 | 1 | -7/+172 |
* | | mfd: palmas: Add tps65917 specific definitions and enums | Keerthy | 2014-06-23 | 1 | -0/+793 |
* | | regulator: palmas: Add tps65917 compatible string | Keerthy | 2014-06-23 | 1 | -0/+1 |
* | | mfd: Add DT bindings for tps65917 PMIC | Keerthy | 2014-06-23 | 1 | -0/+2 |
* | | Linux 3.16-rc2v3.16-rc2 | Linus Torvalds | 2014-06-22 | 1 | -1/+1 |
* | | Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2014-06-22 | 6 | -0/+1216 |
|\ \ |
|
| * | | Merge tag 'v3.16-rc1' into i2c/for-next | Wolfram Sang | 2014-06-17 | 2435 | -46522/+105768 |
| |\| |
|
| * | | i2c: sun6-p2wi: fix call to snprintf | Boris BREZILLON | 2014-06-17 | 1 | -1/+1 |
| * | | i2c: rk3x: add NULL entry to the end of_device_id array | Dan Carpenter | 2014-06-12 | 1 | -0/+1 |
| * | | i2c: sun6i-p2wi: use proper return value in probe | Wolfram Sang | 2014-06-12 | 1 | -1/+1 |
| * | | i2c: sunxi: add P2WI (Push/Pull 2 Wire Interface) controller support | Boris BREZILLON | 2014-06-12 | 3 | -0/+359 |
| * | | i2c: sunxi: add P2WI DT bindings documentation | Boris BREZILLON | 2014-06-12 | 1 | -0/+41 |
| * | | i2c: rk3x: add driver for Rockchip RK3xxx SoC I2C adapter | Max Schwarz | 2014-06-12 | 4 | -0/+815 |
* | | | Merge tag 'locks-v3.16-2' of git://git.samba.org/jlayton/linux | Linus Torvalds | 2014-06-22 | 2 | -1/+7 |
|\ \ \ |
|
| * | | | locks: set fl_owner for leases back to current->files | Jeff Layton | 2014-06-10 | 1 | -1/+1 |
| * | | | locks: add missing memory barrier in break_deleg | Jeff Layton | 2014-06-10 | 1 | -0/+6 |
* | | | | Merge branch 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmar... | Linus Torvalds | 2014-06-22 | 4 | -11/+12 |
|\ \ \ \ |
|
| * | | | | kbuild: fix a typo in a kbuild document | Masahiro Yamada | 2014-06-18 | 1 | -1/+1 |
| * | | | | builddeb: fix missing headers in linux-headers package | Fathi Boudra | 2014-06-18 | 1 | -1/+3 |
| * | | | | Documentation: Fix DocBook build with relative $(srctree) | Michal Marek | 2014-06-18 | 1 | -2/+2 |
| * | | | | kbuild: Fix tar-pkg with relative $(objtree) | Michal Marek | 2014-06-18 | 1 | -2/+1 |
| * | | | | deb-pkg: Fix for relative paths | Michal Marek | 2014-06-18 | 1 | -5/+5 |
| | |_|/
| |/| | |
|
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2014-06-22 | 11 | -172/+359 |
|\ \ \ \ |
|
| * | | | | Btrfs: fix wrong error handle when the device is missing or is not writeable | Miao Xie | 2014-06-19 | 1 | -7/+15 |
| * | | | | Btrfs: fix deadlock when mounting a degraded fs | Miao Xie | 2014-06-19 | 2 | -1/+9 |
| * | | | | Btrfs: use bio_endio_nodec instead of open code | Miao Xie | 2014-06-19 | 1 | -8/+1 |
| * | | | | Btrfs: fix NULL pointer crash when running balance and scrub concurrently | Wang Shilong | 2014-06-19 | 3 | -7/+6 |
| * | | | | btrfs: Skip scrubbing removed chunks to avoid -ENOENT. | Qu Wenruo | 2014-06-19 | 1 | -10/+9 |
| * | | | | Btrfs: fix broken free space cache after the system crashed | Miao Xie | 2014-06-19 | 4 | -44/+186 |
| * | | | | Btrfs: make free space cache write out functions more readable | Miao Xie | 2014-06-19 | 1 | -66/+93 |
| * | | | | Btrfs: remove unused wait queue in struct extent_buffer | Filipe Manana | 2014-06-19 | 1 | -1/+0 |
| * | | | | Btrfs: fix deadlocks with trylock on tree nodes | Chris Mason | 2014-06-19 | 1 | -34/+46 |
* | | | | | Merge branch 'for-3.16' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 2014-06-22 | 2 | -0/+79 |
|\ \ \ \ \ |
|
| * | | | | | NFSD: fix bug for readdir of pseudofs | Kinglong Mee | 2014-06-17 | 1 | -0/+1 |
| * | | | | | NFSD: Don't hand out delegations for 30 seconds after recalling them. | NeilBrown | 2014-06-17 | 1 | -0/+78 |
| | |/ / /
| |/| | | |
|
* | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2014-06-21 | 41 | -126/+1249 |
|\ \ \ \ \ |
|
| * \ \ \ \ | Merge branch 'perf/core' into perf/urgent, to pick up the latest fixes | Ingo Molnar | 2014-06-14 | 39 | -123/+1242 |
| |\ \ \ \ \ |
|
| | * \ \ \ \ | Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/... | Ingo Molnar | 2014-06-13 | 10 | -38/+574 |
| | |\ \ \ \ \ |
|
| | | * | | | | | perf tests: Add test for closing dso objects on EMFILE error | Jiri Olsa | 2014-06-12 | 3 | -0/+78 |
| | | * | | | | | perf tests: Add test for caching dso file descriptors | Jiri Olsa | 2014-06-12 | 3 | -4/+138 |