aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-08-21regmap: Fix regmap_bulk_write for bus writesMarkus Pargmann1-2/+19
2015-08-20device property: Add ETH_ALEN check, update comments.Jeremy Linton1-8/+13
2015-08-20regmap: regmap_raw_read return error on !bus->readMarkus Pargmann1-0/+5
2015-08-14regmap: Fix regmap_can_raw_write checkMarkus Pargmann1-1/+2
2015-08-13Add a matching set of device_ functions for determining mac/phyJeremy Linton1-0/+73
2015-08-12Merge tag 'regmap-fix-v4.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmapLinus Torvalds1-5/+14
2015-08-12regmap: fix typos in regmap.cXiubo Li1-2/+2
2015-08-12regmap: Fix integertypes for register address and valueMarkus Pargmann1-2/+2
2015-08-12Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcuIngo Molnar1-2/+2
2015-08-11regmap: Move documentation to regmap.hNicolas Boichat6-139/+0
2015-08-07regmap: Use different lockdep class for each regmap init callNicolas Boichat6-61/+107
2015-08-07regmap: debugfs: Fix misuse of IS_ENABLEDAxel Lin1-4/+5
2015-08-07PM / OPP: add dev_pm_opp_is_turbo() helperBartlomiej Zolnierkiewicz1-0/+34
2015-08-07PM / OPP: Add helpers for initializing CPU OPPsViresh Kumar1-0/+175
2015-08-07PM / OPP: Add support for opp-suspendViresh Kumar1-0/+11
2015-08-07PM / OPP: Add OPP sharing information to OPP libraryViresh Kumar1-24/+150
2015-08-07PM / OPP: Add clock-latency-ns supportViresh Kumar1-2/+39
2015-08-07PM / OPP: Add support to parse "operating-points-v2" bindingsViresh Kumar1-24/+233
2015-08-07PM / OPP: Break _opp_add_dynamic() into smaller functionsViresh Kumar1-49/+76
2015-08-07PM / OPP: Allocate dev_opp from _add_device_opp()Viresh Kumar1-23/+27
2015-08-07PM / OPP: Create _remove_device_opp() for freeing dev_oppViresh Kumar1-5/+17
2015-08-07PM / OPP: Relocate few routinesViresh Kumar1-138/+139
2015-08-05driver core: correct device's shutdown orderGrygorii Strashko3-0/+58
2015-08-05driver core: fix docbook for device_private.deviceTomeu Vizoso1-1/+1
2015-08-06device property: fix potential NULL pointer dereferenceAndy Shevchenko1-2/+3
2015-08-05cpu: Remove bogus __ref annotation of cpu_subsys_online()Mathias Krause1-1/+1
2015-08-05firmware: fix wrong memory deallocation in fw_add_devm_name()Vladimir Zapolskiy1-1/+1
2015-08-05devres: fix devres_get()Masahiro Yamada1-2/+2
2015-07-31PM / Domains: Return -EPROBE_DEFER if we fail to init or turn-on domainJon Hunter1-5/+9
2015-07-31PM / Domains: Remove intermediate states from the power off sequenceUlf Hansson1-301/+62
2015-07-30drivers/base: Add MSI domain support for non-PCI devicesMarc Zyngier2-0/+283
2015-07-30Merge branch 'linus' into irq/coreThomas Gleixner4-33/+39
2015-07-29regmap: regcache-rbtree: Clean new present bits on present bitmap resizeGuenter Roeck1-5/+14
2015-07-28driver core: implement device_for_each_child_reverse()Andy Shevchenko1-0/+43
2015-07-28Driver core: wakeup the parent device before trying probeRafael J. Wysocki1-0/+20
2015-07-28PM / QoS: Make it possible to expose device latency tolerance to userspaceMika Westerberg3-0/+50
2015-07-22rcu: Rename rcu_lockdep_assert() to RCU_LOCKDEP_WARN()Paul E. McKenney1-2/+2
2015-07-22genirq/MSI: Move msi_list from struct pci_dev to struct deviceJiang Liu1-0/+3
2015-07-21PM / sleep: Allow devices without runtime PM to do direct-completeAlan Stern1-1/+1
2015-07-20regmap: debugfs: Allow writes to cache state settingsRichard Fitzgerald1-4/+86
2015-07-17PM / clk: don't return int on __pm_clk_enable()Colin Ian King1-3/+1
2015-07-16regmap: Apply optional delay in multi_reg_write/register_patchNariman Poushin1-6/+48
2015-07-16regmap: Use reg_sequence for multi_reg_write / register_patchNariman Poushin2-12/+12
2015-07-14regmap: Silence warning on invalid zero length readMark Brown1-0/+2
2015-07-13regmap: Add better support for devices without readback supportLars-Peter Clausen1-2/+3
2015-07-10regmap: add regmap_fields_force_write()Kuninori Morimoto1-0/+12
2015-07-10regmap: add regmap_write_bits()Kuninori Morimoto1-0/+23
2015-07-10regmap: add force_write option on _regmap_update_bits()Kuninori Morimoto1-8/+8
2015-07-09Fix firmware loader uevent buffer NULL pointer dereferenceLinus Torvalds1-3/+13
2015-07-07Merge branches 'acpi-pnp', 'acpi-soc', 'pm-domains' and 'pm-sleep'Rafael J. Wysocki1-2/+11