summaryrefslogtreecommitdiffstats
path: root/drivers/base
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | PM / OPP: Disable OPPs that aren't supported by the regulatorViresh Kumar2016-02-101-0/+22
| | * | | | | | PM / OPP: get/put regulators from OPP coreViresh Kumar2016-02-102-0/+115
| | | |/ / / / | | |/| | | |
| * | | | | | device property: fix for a case of use-after-freeHeikki Krogerus2016-03-101-8/+17
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-03-161-1/+33
|\ \ \ \ \ \
| * | | | | | memory-hotplug: add automatic onlining policy for the newly added memoryVitaly Kuznetsov2016-03-161-1/+33
| |/ / / / /
* | | | | | Merge tag 'regmap-v4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Linus Torvalds2016-03-166-322/+363
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Merge remote-tracking branch 'regmap/topic/update-bits' into regmap-nextMark Brown2016-03-051-178/+39Star
| |\ \ \ \ \
| | * | | | | regmap: replace regmap_write_bits()Kuninori Morimoto2016-03-051-23/+0Star
| | * | | | | regmap: add regmap_fields_force_xxx() macrosKuninori Morimoto2016-02-261-12/+0Star
| | * | | | | regmap: merge regmap_fields_update_bits() into macroKuninori Morimoto2016-02-191-26/+0Star
| | * | | | | regmap: merge regmap_fields_write() into macroKuninori Morimoto2016-02-191-22/+0Star
| | * | | | | regmap: add regmap_fields_update_bits_base()Kuninori Morimoto2016-02-191-0/+32
| | * | | | | regmap: merge regmap_field_update_bits() into macroKuninori Morimoto2016-02-191-20/+0Star
| | * | | | | regmap: merge regmap_field_write() into macroKuninori Morimoto2016-02-191-16/+0Star
| | * | | | | regmap: add regmap_field_update_bits_base()Kuninori Morimoto2016-02-191-0/+27
| | * | | | | regmap: merge regmap_update_bits_check_async() into macroKuninori Morimoto2016-02-191-37/+0Star
| | * | | | | regmap: merge regmap_update_bits_check() into macroKuninori Morimoto2016-02-191-25/+0Star
| | * | | | | regmap: merge regmap_update_bits_async() into macroKuninori Morimoto2016-02-191-34/+0Star
| | * | | | | regmap: merge regmap_update_bits() into macroKuninori Morimoto2016-02-191-23/+0Star
| | * | | | | regmap: add regmap_update_bits_base()Kuninori Morimoto2016-02-191-0/+40
| | | |_|/ / | | |/| | |
| | | | | |
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| *-----. \ \ \ \ Merge remote-tracking branches 'regmap/topic/devm-irq', 'regmap/topic/doc', '...Mark Brown2016-03-054-11/+148
| |\ \ \ \ \ \ \ \
| | | | | * | | | | regcache: flat: Introduce register strider orderXiubo Li2016-02-191-5/+15
| | | | | * | | | | regcache: Introduce the index parsing API by stride orderXiubo Li2016-02-191-0/+6
| | | | | * | | | | regmap: core: Introduce register stride orderXiubo Li2016-02-192-6/+23
| | | | | |/ / / /
| | | | * | | | | regmap: irq: Enable irq retriggering for nested irqsGrygorii Strashko2016-02-291-0/+1
| | | | * | | | | regmap: irq: add devm apis for regmap_{add,del}_irq_chipLaxman Dewangan2016-02-151-0/+82
| | | | * | | | | regmap: irq: dispose all virtual irq before removing domainLaxman Dewangan2016-02-091-0/+21
| | | | |/ / / /
| | * | / / / / regmap: irq: add devm apis for regmap_{add,del}_irq_chipLaxman Dewangan2016-03-051-0/+82
| | | |/ / / / | | |/| | | |
| * | | | | | Merge remote-tracking branch 'regmap/topic/mmio' into regmap-nextMark Brown2016-03-053-131/+174
| |\ \ \ \ \ \
| | * | | | | | regmap: cache: Fall back to register by register read for cache defaultsMark Brown2016-02-021-11/+30
| | * | | | | | regmap: Return an error if a caller attempts to do an unsupported raw readMark Brown2016-02-011-0/+3
| | * | | | | | regmap: mmio: Convert to regmap_bus and fix accessor usageMark Brown2016-01-271-120/+139
| | * | | | | | regmap: Add explict native endian flag to DT bindingsMark Brown2016-01-271-0/+2
| | |/ / / / /
| * | | | | | Merge remote-tracking branch 'regmap/fix/raw' into regmap-linusMark Brown2016-03-051-2/+2
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| | * | | | | regmap: pass buffer size to regmap_raw_read() in regcache_hw_init()Maciej S. Szmigiero2016-01-151-2/+2
* | | | | | | device property: fwnode->secondary may contain ERR_PTR(-ENODEV)Heikki Krogerus2016-03-091-4/+4
|/ / / / / /
* | | | | | Merge branch 'component' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2016-02-141-21/+28
|\ \ \ \ \ \
| * | | | | | component: remove device from master match list on failed addDaniel Stone2016-02-111-0/+2
| * | | | | | component: Detach components when deleting master structJon Medhurst (Tixy)2016-01-271-19/+22
| * | | | | | component: fix crash on x86_64 with hda audio driversRussell King2016-01-261-2/+4
* | | | | | | Merge tag 'regmap-fix-v4.5-big-endian' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2016-02-081-8/+8
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | regmap: mmio: Revert to v4.4 endianness handlingMark Brown2016-02-051-8/+8
| | |_|/ / / | |/| | | |
| | | | | |
| \ \ \ \ \
*-. \ \ \ \ \ Merge branches 'pm-core' and 'pm-domains'Rafael J. Wysocki2016-02-062-21/+8Star
|\ \ \ \ \ \ \
| | * | | | | | PM / Domains: Silence compiler warning for an unused functionUlf Hansson2016-02-031-20/+7Star
| |/ / / / / / |/| | | | | |
| * | | | | | PM: Avoid false-positive warnings in dev_pm_domain_set()Rafael J. Wysocki2016-02-031-1/+1
* | | | | | | Merge tag 'driver-core-4.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-02-011-4/+9
|\ \ \ \ \ \ \
| * | | | | | | base/platform: Fix platform drivers with no probe callbackMartin Wilck2016-01-261-4/+9
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-01-311-0/+2
|\ \ \ \ \ \ \
| * | | | | | | base: Export platform_msi_domain_[alloc,free]_irqsThomas Petazzoni2016-01-261-0/+2
| | | | | | | |
| \ \ \ \ \ \ \
| \ \ \ \ \ \ \
| \ \ \ \ \ \ \
| \ \ \ \ \ \ \
| \ \ \ \ \ \ \
*-----. \ \ \ \ \ \ \ Merge branches 'pm-cpuidle', 'pm-cpufreq', 'pm-domains' and 'pm-sleep'Rafael J. Wysocki2016-01-291-17/+20
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / |/| | | | | | | / / / | | |_|_|_|_|_|/ / / | |/| | | | | | | |