aboutsummaryrefslogtreecommitdiff
path: root/drivers/base
AgeCommit message (Expand)Author
2016-01-14Merge branch 'linux-linaro-lsk-v3.18' into linux-linaro-lsk-v3.18-androidAlex Shi
2015-12-16Merge branch 'v3.18/topic/of-overlay' into linux-linaro-lsk-v3.18lsk-v3.18-15.12Alex Shi
2015-12-16of/reconfig: Add OF_DYNAMIC notifier for platform_bus_typePantelis Antoniou
2015-11-11Merge branch 'v3.18/topic/aosp' into linux-linaro-lsk-v3.18-androidKevin Hilman
2015-11-11Merge branch 'linux-linaro-lsk-v3.18' into linux-linaro-lsk-v3.18-androidKevin Hilman
2015-11-10wakeup: Add the guard condition for len in pm_get_active_wakeup_sourcesv3.18/topic/aospRuchi Kandoi
2015-11-09Merge remote-tracking branch 'origin/v3.18/topic/OPPv2' into linux-linaro-lsk...Alex Shi
2015-11-02PM / OPP: Fix typo modifcation -> modificationStephen Boyd
2015-11-02PM / OPP: of_property_count_u32_elems() can return errorsViresh Kumar
2015-11-02PM / OPP: add dev_pm_opp_get_suspend_opp() helperBartlomiej Zolnierkiewicz
2015-11-02PM / OPP: Drop unlikely before IS_ERR(_OR_NULL)Viresh Kumar
2015-11-02PM / OPP: Fix static checker warning (broken 64bit big endian systems)Viresh Kumar
2015-11-02PM / OPP: Free resources and properly return error on failureViresh Kumar
2015-10-28PM / OPP: add dev_pm_opp_is_turbo() helperBartlomiej Zolnierkiewicz
2015-10-28PM / OPP: Add helpers for initializing CPU OPPsViresh Kumar
2015-10-28PM / OPP: Add support for opp-suspendViresh Kumar
2015-10-28PM / OPP: Add OPP sharing information to OPP libraryViresh Kumar
2015-10-28PM / OPP: Add clock-latency-ns supportViresh Kumar
2015-10-28PM / OPP: Add support to parse "operating-points-v2" bindingsViresh Kumar
2015-10-28PM / OPP: Break _opp_add_dynamic() into smaller functionsViresh Kumar
2015-10-28PM / OPP: Allocate dev_opp from _add_device_opp()Viresh Kumar
2015-10-28PM / OPP: Create _remove_device_opp() for freeing dev_oppViresh Kumar
2015-10-28PM / OPP: Relocate few routinesViresh Kumar
2015-10-28PM / OPP / clk: Remove unnecessary OOM messageQuentin Lambert
2015-10-28PM / OPP: Assert RCU lock in exported functionsKrzysztof Kozlowski
2015-10-28PM / OPP: Update kernel documentationNishanth Menon
2015-10-28PM / OPP: Ensure consistent naming of static functionsNishanth Menon
2015-10-28PM / OPP: export dev_pm_opp_get_notifierNishanth Menon
2015-10-28PM / OPP: take RCU lock in dev_pm_opp_get_opp_countDmitry Torokhov
2015-10-28PM / OPP: fix warning in of_free_opp_table()Dmitry Torokhov
2015-10-28PM / OPP: add some lockdep annotationsDmitry Torokhov
2015-10-28PM / OPP: do error handling at the bottom of dev_pm_opp_add_dynamic()Viresh Kumar
2015-10-28PM / OPP: handle allocation of device_opp in a separate routineViresh Kumar
2015-10-28PM / OPP: reuse find_device_opp() instead of duplicating codeViresh Kumar
2015-10-28PM / OPP: Staticize __dev_pm_opp_remove()Viresh Kumar
2015-10-28PM / OPP: replace kfree with kfree_rcu while freeing 'struct device_opp'Viresh Kumar
2015-10-28PM / OPP: remove double calls to find_device_opp()Viresh Kumar
2015-10-28PM / OPP: set new_opp->dev_opp to a valid dev_oppViresh Kumar
2015-10-28PM / OPP replace kfree_rcu() with call_srcu() in opp_set_availability()Viresh Kumar
2015-10-28PM / OPP Introduce APIs to remove OPPsViresh Kumar
2015-10-28PM / OPP rename 'head' as 'rcu_head' or 'srcu_head' based on its typeViresh Kumar
2015-10-28PM / OPP mark OPPs as 'static' or 'dynamic'Viresh Kumar
2015-10-28PM / OPP don't match for existing OPPs when list is emptyViresh Kumar
2015-10-27mm: check if section present during memory block registeringYinghai Lu
2015-10-27drivercore: Fix unregistration path of platform devicesGrant Likely
2015-10-27devres: fix devres_get()Masahiro Yamada
2015-10-27regmap: debugfs: Don't bother actually printing when calculating max lengthMark Brown
2015-10-27regmap: debugfs: Ensure we don't underflow when printing access masksMark Brown
2015-10-20Merge branch 'linux-linaro-lsk-v3.18' into linux-linaro-lsk-v3.18-androidKevin Hilman
2015-09-17regmap: regcache-rbtree: Clean new present bits on present bitmap resizeGuenter Roeck