summaryrefslogtreecommitdiffstats
path: root/drivers/base
AgeCommit message (Expand)AuthorLines
2015-08-30regmap: Add raw_write/read checks for max_raw_write/read sizesMarkus Pargmann-0/+6
2015-08-30regmap: regmap max_raw_read/write getter functionsMarkus Pargmann-0/+22
2015-08-30regmap: Introduce max_raw_read/write for regmap_bulk_read/writeMarkus Pargmann-15/+74
2015-08-30Merge branches 'fix/raw', 'topic/core', 'topic/i2c', 'topic/raw' and 'topic/d...Mark Brown-16/+45
2015-08-29PM / Domains: Fix typo in description of genpd_dev_pm_detach()Jon Hunter-1/+1
2015-08-29PM / Domains: Make pm_genpd_init() available to modulesRajendra Nayak-0/+1
2015-08-29PM / domains: Align column headers and data in pm_genpd_summary outputGeert Uytterhoeven-3/+3
2015-08-28PM / OPP: Drop unlikely before IS_ERR(_OR_NULL)Viresh Kumar-3/+3
2015-08-28PM / OPP: Fix static checker warning (broken 64bit big endian systems)Viresh Kumar-3/+6
2015-08-28PM / OPP: Free resources and properly return error on failureViresh Kumar-14/+16
2015-08-27device property: Return -ENXIO if there is no suitable FW interfaceGuenter Roeck-4/+13
2015-08-26device property: fallback to pset when gettng one stringAndy Shevchenko-1/+2
2015-08-25drivercore: Fix unregistration path of platform devicesGrant Likely-6/+2
2015-08-21regmap: No multi_write support if bus->write does not existMarkus Pargmann-1/+1
2015-08-21regmap: Split use_single_rw internally into use_single_read/writeMarkus Pargmann-9/+12
2015-08-21regmap: Fix regmap_bulk_write for bus writesMarkus Pargmann-2/+19
2015-08-20device property: Add ETH_ALEN check, update comments.Jeremy Linton-8/+13
2015-08-20regmap: regmap_raw_read return error on !bus->readMarkus Pargmann-0/+5
2015-08-14regmap: Fix regmap_can_raw_write checkMarkus Pargmann-1/+2
2015-08-13Add a matching set of device_ functions for determining mac/phyJeremy Linton-0/+73
2015-08-12Merge tag 'regmap-fix-v4.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-5/+14
2015-08-12regmap: fix typos in regmap.cXiubo Li-2/+2
2015-08-12regmap: Fix integertypes for register address and valueMarkus Pargmann-2/+2
2015-08-12Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar-2/+2
2015-08-11regmap: Move documentation to regmap.hNicolas Boichat-139/+0
2015-08-07regmap: Use different lockdep class for each regmap init callNicolas Boichat-61/+107
2015-08-07regmap: debugfs: Fix misuse of IS_ENABLEDAxel Lin-4/+5
2015-08-07PM / OPP: add dev_pm_opp_is_turbo() helperBartlomiej Zolnierkiewicz-0/+34
2015-08-07PM / OPP: Add helpers for initializing CPU OPPsViresh Kumar-0/+175
2015-08-07PM / OPP: Add support for opp-suspendViresh Kumar-0/+11
2015-08-07PM / OPP: Add OPP sharing information to OPP libraryViresh Kumar-24/+150
2015-08-07PM / OPP: Add clock-latency-ns supportViresh Kumar-2/+39
2015-08-07PM / OPP: Add support to parse "operating-points-v2" bindingsViresh Kumar-24/+233
2015-08-07PM / OPP: Break _opp_add_dynamic() into smaller functionsViresh Kumar-49/+76
2015-08-07PM / OPP: Allocate dev_opp from _add_device_opp()Viresh Kumar-23/+27
2015-08-07PM / OPP: Create _remove_device_opp() for freeing dev_oppViresh Kumar-5/+17
2015-08-07PM / OPP: Relocate few routinesViresh Kumar-138/+139
2015-08-05driver core: correct device's shutdown orderGrygorii Strashko-0/+58
2015-08-05driver core: fix docbook for device_private.deviceTomeu Vizoso-1/+1
2015-08-06device property: fix potential NULL pointer dereferenceAndy Shevchenko-2/+3
2015-08-05cpu: Remove bogus __ref annotation of cpu_subsys_online()Mathias Krause-1/+1
2015-08-05firmware: fix wrong memory deallocation in fw_add_devm_name()Vladimir Zapolskiy-1/+1
2015-08-05devres: fix devres_get()Masahiro Yamada-2/+2
2015-07-31PM / Domains: Return -EPROBE_DEFER if we fail to init or turn-on domainJon Hunter-5/+9
2015-07-31PM / Domains: Remove intermediate states from the power off sequenceUlf Hansson-301/+62
2015-07-30drivers/base: Add MSI domain support for non-PCI devicesMarc Zyngier-0/+283
2015-07-30Merge branch 'linus' into irq/coreThomas Gleixner-33/+39
2015-07-29regmap: regcache-rbtree: Clean new present bits on present bitmap resizeGuenter Roeck-5/+14
2015-07-28driver core: implement device_for_each_child_reverse()Andy Shevchenko-0/+43
2015-07-28Driver core: wakeup the parent device before trying probeRafael J. Wysocki-0/+20