summaryrefslogtreecommitdiffstats
path: root/drivers/base
AgeCommit message (Expand)AuthorLines
2016-03-05regmap: replace regmap_write_bits()Kuninori Morimoto-23/+0
2016-03-04Merge branches 'amba', 'fixes', 'misc' and 'tauros2' into for-nextRussell King-2/+22
2016-02-29regmap: irq: Enable irq retriggering for nested irqsGrygorii Strashko-0/+1
2016-02-29firmware: change kernel read fail to dev_dbg()Luis R. Rodriguez-2/+6
2016-02-26regmap: add regmap_fields_force_xxx() macrosKuninori Morimoto-12/+0
2016-02-21firmware: replace call to fw_read_file_contents() with kernel versionMimi Zohar-42/+10
2016-02-21PM / OPP: Rename structures for clarityViresh Kumar-459/+461
2016-02-21PM / OPP: Fix incorrect commentsViresh Kumar-3/+3
2016-02-20regmap: merge regmap_fields_update_bits() into macroKuninori Morimoto-26/+0
2016-02-20regmap: merge regmap_fields_write() into macroKuninori Morimoto-22/+0
2016-02-20regmap: add regmap_fields_update_bits_base()Kuninori Morimoto-0/+32
2016-02-20regmap: merge regmap_field_update_bits() into macroKuninori Morimoto-20/+0
2016-02-20regmap: merge regmap_field_write() into macroKuninori Morimoto-16/+0
2016-02-20regmap: add regmap_field_update_bits_base()Kuninori Morimoto-0/+27
2016-02-20regmap: merge regmap_update_bits_check_async() into macroKuninori Morimoto-37/+0
2016-02-20regmap: merge regmap_update_bits_check() into macroKuninori Morimoto-25/+0
2016-02-20regmap: merge regmap_update_bits_async() into macroKuninori Morimoto-34/+0
2016-02-20regmap: merge regmap_update_bits() into macroKuninori Morimoto-23/+0
2016-02-20regmap: add regmap_update_bits_base()Kuninori Morimoto-0/+40
2016-02-20regcache: flat: Introduce register strider orderXiubo Li-5/+15
2016-02-20regcache: Introduce the index parsing API by stride orderXiubo Li-0/+6
2016-02-20regmap: core: Introduce register stride orderXiubo Li-6/+23
2016-02-18firmware: clean up filesystem load exit pathKees Cook-7/+5
2016-02-18firmware: move completing fw into a helperLuis R. Rodriguez-4/+10
2016-02-18firmware: simplify dev_*() print messages for generic helpersLuis R. Rodriguez-4/+4
2016-02-16ARM: 8524/1: driver cohandle -EPROBE_DEFER from bus_type.match()Tomeu Vizoso-2/+22
2016-02-16PM / OPP: Initialize regulator pointer to an error valueViresh Kumar-6/+9
2016-02-15PM / Domains: remove old power on/off latenciesAxel Haslam-7/+1
2016-02-15PM / Domains: Support for multiple statesAxel Haslam-29/+74
2016-02-15PM / OPP: Initialize u_volt_min/max to a valid valueViresh Kumar-2/+8
2016-02-15Revert "driver-core: platform: probe of-devices only using list of compatibles"Greg Kroah-Hartman-2/+2
2016-02-15regmap: irq: add devm apis for regmap_{add,del}_irq_chipLaxman Dewangan-0/+82
2016-02-14Merge 4.5-rc4 into driver-core-nextGreg Kroah-Hartman-29/+36
2016-02-14Merge 4.5-rc4 into char-misc-nextGreg Kroah-Hartman-66/+70
2016-02-14Merge branch 'component' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds-21/+28
2016-02-11PM / OPP: Fix NULL pointer dereference crash when disabling OPPsJon Hunter-1/+1
2016-02-11PM / sleep: declare __tracedata symbols as char[] rather than charEric Biggers-2/+2
2016-02-11component: remove device from master match list on failed addDaniel Stone-0/+2
2016-02-09driver-core: platform: probe of-devices only using list of compatiblesUwe Kleine-König-2/+2
2016-02-09component: remove impossible conditionSudip Mukherjee-1/+1
2016-02-09drivers: dma-coherent: simplify dma_init_coherent_memory return valueMichal Nazarewicz-17/+11
2016-02-09driver core: bus: use to_subsys_private and to_device_private_busGeliang Tang-3/+2
2016-02-09driver core: bus: use list_for_each_entry*Geliang Tang-7/+3
2016-02-10PM / OPP: Add dev_pm_opp_set_rate()Viresh Kumar-0/+176
2016-02-10PM / OPP: Manage device clkViresh Kumar-0/+18
2016-02-10PM / OPP: Parse clock-latency and voltage-tolerance for v1 bindingsViresh Kumar-0/+26
2016-02-10PM / OPP: Introduce dev_pm_opp_get_max_transition_latency()Viresh Kumar-0/+17
2016-02-10PM / OPP: Introduce dev_pm_opp_get_max_volt_latency()Viresh Kumar-0/+59
2016-02-10PM / OPP: Disable OPPs that aren't supported by the regulatorViresh Kumar-0/+22
2016-02-10PM / OPP: get/put regulators from OPP coreViresh Kumar-0/+115