Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | Merge tag 'pm+acpi-4.3-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2015-09-11 | 2 | -13/+53 | |
|\ | ||||||
| *-. | Merge branches 'pm-cpu', 'pm-cpuidle' and 'pm-domains' | Rafael J. Wysocki | 2015-09-11 | 1 | -13/+25 | |
| |\ \ | ||||||
| | | * | PM / Domains: Ensure subdomain is not in use before removing | Jon Hunter | 2015-09-05 | 1 | -0/+8 | |
| | | * | PM / Domains: Try power off masters in error path of __pm_genpd_poweron() | Ulf Hansson | 2015-09-03 | 1 | -13/+17 | |
| * | | | Merge branch 'pm-opp' | Rafael J. Wysocki | 2015-09-11 | 1 | -0/+28 | |
| |\ \ \ | ||||||
| | * | | | PM / OPP: Return suspend_opp only if it is enabled | Viresh Kumar | 2015-09-09 | 1 | -7/+5 | |
| | * | | | PM / OPP: add dev_pm_opp_get_suspend_opp() helper | Bartlomiej Zolnierkiewicz | 2015-09-09 | 1 | -0/+30 | |
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2015-09-10 | 1 | -6/+8 | |
|\ \ \ \ \ | ||||||
| * | | | | | device property: Don't overwrite addr when failing in device_get_mac_address | Julien Grall | 2015-09-08 | 1 | -6/+8 | |
* | | | | | | Merge tag 'regmap-v4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/broo... | Linus Torvalds | 2015-09-08 | 10 | -243/+469 | |
|\ \ \ \ \ \ | ||||||
| | \ \ \ \ \ | ||||||
| | \ \ \ \ \ | ||||||
| *-. \ \ \ \ \ | Merge remote-tracking branches 'regmap/topic/lockdep' and 'regmap/topic/seq-d... | Mark Brown | 2015-09-04 | 7 | -219/+168 | |
| |\ \ \ \ \ \ \ | ||||||
| | | * | | | | | | regmap: Apply optional delay in multi_reg_write/register_patch | Nariman Poushin | 2015-07-16 | 1 | -6/+48 | |
| | * | | | | | | | regmap: Move documentation to regmap.h | Nicolas Boichat | 2015-08-11 | 6 | -139/+0 | |
| | * | | | | | | | regmap: Use different lockdep class for each regmap init call | Nicolas Boichat | 2015-08-07 | 6 | -61/+107 | |
| | | | | | | | | | ||||||
| | \ \ \ \ \ \ \ | ||||||
| *-. \ \ \ \ \ \ \ | Merge remote-tracking branches 'regmap/topic/debugfs' and 'regmap/topic/force... | Mark Brown | 2015-09-04 | 2 | -16/+134 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | regmap: debugfs: Fix misuse of IS_ENABLED | Axel Lin | 2015-08-07 | 1 | -4/+5 | |
| | * | | | | | | | | | regmap: debugfs: Allow writes to cache state settings | Richard Fitzgerald | 2015-07-20 | 1 | -4/+86 | |
| | | |/ / / / / / / | | |/| | | | | | | | ||||||
| * | | | | | | | | | Merge remote-tracking branch 'regmap/topic/core' into regmap-next | Mark Brown | 2015-09-04 | 5 | -26/+215 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ \ | Merge branch 'topic/smbus-block' of git://git.kernel.org/pub/scm/linux/kernel... | Mark Brown | 2015-09-04 | 8 | -56/+215 | |
| | |\ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | regmap: fix a NULL pointer dereference in __regmap_init | Sergey SENOZHATSKY | 2015-08-31 | 1 | -2/+4 | |
| | | * | | | | | | | | | regmap-i2c: Add smbus i2c block support | Markus Pargmann | 2015-08-30 | 1 | -0/+49 | |
| | | * | | | | | | | | | regmap: Add raw_write/read checks for max_raw_write/read sizes | Markus Pargmann | 2015-08-30 | 1 | -0/+6 | |
| | | * | | | | | | | | | regmap: regmap max_raw_read/write getter functions | Markus Pargmann | 2015-08-30 | 1 | -0/+22 | |
| | | * | | | | | | | | | regmap: Introduce max_raw_read/write for regmap_bulk_read/write | Markus Pargmann | 2015-08-30 | 2 | -15/+74 | |
| | | | | | | | | | | | | ||||||
| | | | \ \ \ \ \ \ \ \ | ||||||
| | | | \ \ \ \ \ \ \ \ | ||||||
| | | | \ \ \ \ \ \ \ \ | ||||||
| | | | \ \ \ \ \ \ \ \ | ||||||
| | | | \ \ \ \ \ \ \ \ | ||||||
| | | *-----. \ \ \ \ \ \ \ \ | Merge branches 'fix/raw', 'topic/core', 'topic/i2c', 'topic/raw' and 'topic/d... | Mark Brown | 2015-08-30 | 4 | -16/+45 | |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|_|_|/ / | | | |/| | | | | | | | | | | | ||||||
| | | | | | | * | | | | | | | | regmap: fix typos in regmap.c | Xiubo Li | 2015-08-12 | 1 | -2/+2 | |
| | | | | | | |/ / / / / / / | ||||||
| | | | | | * | | | | | | | | regmap: Fix regmap_can_raw_write check | Markus Pargmann | 2015-08-14 | 1 | -1/+2 | |
| | | | | | |/ / / / / / / | ||||||
| | * | | | | | | | | | | | regmap: Support bulk reads for devices without raw formatting | Mark Brown | 2015-08-31 | 1 | -1/+28 | |
| | | |_|/ / / / / / / / | | |/| | | | | | | | | | ||||||
| | * | | | | | | | | | | regmap: No multi_write support if bus->write does not exist | Markus Pargmann | 2015-08-21 | 1 | -1/+1 | |
| | * | | | | | | | | | | regmap: Split use_single_rw internally into use_single_read/write | Markus Pargmann | 2015-08-21 | 4 | -9/+12 | |
| | * | | | | | | | | | | regmap: Fix regmap_bulk_write for bus writes | Markus Pargmann | 2015-08-21 | 1 | -2/+19 | |
| | * | | | | | | | | | | regmap: Silence warning on invalid zero length read | Mark Brown | 2015-07-14 | 1 | -0/+2 | |
| | * | | | | | | | | | | regmap: Add better support for devices without readback support | Lars-Peter Clausen | 2015-07-13 | 1 | -2/+3 | |
| * | | | | | | | | | | | Merge remote-tracking branch 'regmap/fix/raw' into regmap-linus | Mark Brown | 2015-09-04 | 1 | -0/+5 | |
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / / | | |/| | | | | | | | | | ||||||
| | * | | | | | | | | | | regmap: regmap_raw_read return error on !bus->read | Markus Pargmann | 2015-08-20 | 1 | -0/+5 | |
| | | |_|/ / / / / / / | | |/| | | | | | | | | ||||||
| * | | | | | | | | | | Merge remote-tracking branch 'regmap/fix/core' into regmap-linus | Mark Brown | 2015-09-04 | 1 | -2/+2 | |
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / | |/| | | | | | | | | | ||||||
| | * | | | | | | | | | regmap: Fix integertypes for register address and value | Markus Pargmann | 2015-08-12 | 1 | -2/+2 | |
| | |/ / / / / / / / | ||||||
* | | | | | | | | | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2015-09-05 | 1 | -0/+10 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | mm: check if section present during memory block registering | Yinghai Lu | 2015-09-04 | 1 | -0/+10 | |
| | |_|_|_|_|/ / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge tag 'sound-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti... | Linus Torvalds | 2015-09-04 | 2 | -20/+55 | |
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | ||||||
| | | | | | | | | | | ||||||
| | \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ | ||||||
| *-----. \ \ \ \ \ \ \ \ | Merge remote-tracking branches 'asoc/topic/rcar', 'asoc/topic/reg-default', '... | Mark Brown | 2015-08-30 | 2 | -20/+55 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / / | |/| | | | / / / / / / / | | | | | |/ / / / / / / | | | | |/| / / / / / / | | | | | |/ / / / / / | | | |_|_| / / / / / | | |/| | | / / / / | | | | |_| / / / / | | | |/| | / / / | ||||||
| | | * | | | | | | regmap: Use reg_sequence for multi_reg_write / register_patch | Nariman Poushin | 2015-07-16 | 2 | -12/+12 | |
| | | | |/ / / / | | | |/| | | | | ||||||
| | * | | | | | | regmap: add regmap_fields_force_write() | Kuninori Morimoto | 2015-07-10 | 1 | -0/+12 | |
| | * | | | | | | regmap: add regmap_write_bits() | Kuninori Morimoto | 2015-07-10 | 1 | -0/+23 | |
| | * | | | | | | regmap: add force_write option on _regmap_update_bits() | Kuninori Morimoto | 2015-07-10 | 1 | -8/+8 | |
| | |/ / / / / | ||||||
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2015-09-03 | 1 | -4/+91 | |
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | ||||||
| * | | | | | | device property: Return -ENXIO if there is no suitable FW interface | Guenter Roeck | 2015-08-27 | 1 | -4/+13 | |
| * | | | | | | device property: Add ETH_ALEN check, update comments. | Jeremy Linton | 2015-08-20 | 1 | -8/+13 | |
| * | | | | | | Add a matching set of device_ functions for determining mac/phy | Jeremy Linton | 2015-08-13 | 1 | -0/+73 | |
| |/ / / / / | ||||||
* | | | | | | Merge tag 'pm+acpi-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2015-09-01 | 10 | -498/+1018 | |
|\ \ \ \ \ \ |