summaryrefslogtreecommitdiffstats
path: root/drivers/base
AgeCommit message (Expand)AuthorFilesLines
2016-03-15Merge tag 'regmap-v4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Linus Torvalds6-322/+363
2016-03-09device property: fwnode->secondary may contain ERR_PTR(-ENODEV)Heikki Krogerus1-4/+4
2016-03-05Merge remote-tracking branch 'regmap/topic/update-bits' into regmap-nextMark Brown1-178/+39
2016-03-05Merge remote-tracking branches 'regmap/topic/devm-irq', 'regmap/topic/doc', '...Mark Brown4-11/+148
2016-03-05Merge remote-tracking branch 'regmap/topic/mmio' into regmap-nextMark Brown3-131/+174
2016-03-05Merge remote-tracking branch 'regmap/fix/raw' into regmap-linusMark Brown1-2/+2
2016-03-05regmap: irq: add devm apis for regmap_{add,del}_irq_chipLaxman Dewangan1-0/+82
2016-03-05regmap: replace regmap_write_bits()Kuninori Morimoto1-23/+0
2016-02-29regmap: irq: Enable irq retriggering for nested irqsGrygorii Strashko1-0/+1
2016-02-26regmap: add regmap_fields_force_xxx() macrosKuninori Morimoto1-12/+0
2016-02-20regmap: merge regmap_fields_update_bits() into macroKuninori Morimoto1-26/+0
2016-02-20regmap: merge regmap_fields_write() into macroKuninori Morimoto1-22/+0
2016-02-20regmap: add regmap_fields_update_bits_base()Kuninori Morimoto1-0/+32
2016-02-20regmap: merge regmap_field_update_bits() into macroKuninori Morimoto1-20/+0
2016-02-20regmap: merge regmap_field_write() into macroKuninori Morimoto1-16/+0
2016-02-20regmap: add regmap_field_update_bits_base()Kuninori Morimoto1-0/+27
2016-02-20regmap: merge regmap_update_bits_check_async() into macroKuninori Morimoto1-37/+0
2016-02-20regmap: merge regmap_update_bits_check() into macroKuninori Morimoto1-25/+0
2016-02-20regmap: merge regmap_update_bits_async() into macroKuninori Morimoto1-34/+0
2016-02-20regmap: merge regmap_update_bits() into macroKuninori Morimoto1-23/+0
2016-02-20regmap: add regmap_update_bits_base()Kuninori Morimoto1-0/+40
2016-02-20regcache: flat: Introduce register strider orderXiubo Li1-5/+15
2016-02-20regcache: Introduce the index parsing API by stride orderXiubo Li1-0/+6
2016-02-20regmap: core: Introduce register stride orderXiubo Li2-6/+23
2016-02-15regmap: irq: add devm apis for regmap_{add,del}_irq_chipLaxman Dewangan1-0/+82
2016-02-14Merge branch 'component' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds1-21/+28
2016-02-11component: remove device from master match list on failed addDaniel Stone1-0/+2
2016-02-09regmap: irq: dispose all virtual irq before removing domainLaxman Dewangan1-0/+21
2016-02-08Merge tag 'regmap-fix-v4.5-big-endian' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-8/+8
2016-02-06Merge branches 'pm-core' and 'pm-domains'Rafael J. Wysocki2-21/+8
2016-02-05regmap: mmio: Revert to v4.4 endianness handlingMark Brown1-8/+8
2016-02-03PM: Avoid false-positive warnings in dev_pm_domain_set()Rafael J. Wysocki1-1/+1
2016-02-03PM / Domains: Silence compiler warning for an unused functionUlf Hansson1-20/+7
2016-02-02regmap: cache: Fall back to register by register read for cache defaultsMark Brown1-11/+30
2016-02-01regmap: Return an error if a caller attempts to do an unsupported raw readMark Brown1-0/+3
2016-01-31Merge tag 'driver-core-4.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-4/+9
2016-01-31Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+2
2016-01-29Merge branches 'pm-cpuidle', 'pm-cpufreq', 'pm-domains' and 'pm-sleep'Rafael J. Wysocki1-17/+20
2016-01-27PM / Domains: Fix typo in commentMoritz Fischer1-1/+1
2016-01-27PM / Domains: Fix potential deadlock while adding/removing subdomainsUlf Hansson1-8/+6
2016-01-27regmap: mmio: Convert to regmap_bus and fix accessor usageMark Brown1-120/+139
2016-01-27component: Detach components when deleting master structJon Medhurst (Tixy)1-19/+22
2016-01-27regmap: Add explict native endian flag to DT bindingsMark Brown1-0/+2
2016-01-26component: fix crash on x86_64 with hda audio driversRussell King1-2/+4
2016-01-26base/platform: Fix platform drivers with no probe callbackMartin Wilck1-4/+9
2016-01-26base: Export platform_msi_domain_[alloc,free]_irqsThomas Petazzoni1-0/+2
2016-01-22wrappers for ->i_mutex accessAl Viro1-6/+6
2016-01-22PM / domains: fix lockdep issue for all subdomainsMarek Szyprowski1-8/+13
2016-01-21Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-9/+8
2016-01-20Merge tag 'pm+acpi-4.5-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds7-7/+90