summaryrefslogtreecommitdiffstats
path: root/drivers/base
AgeCommit message (Expand)AuthorLines
2018-03-15driver core: platform: use put_device() if device_register failArvind Yadav-1/+3
2018-03-15base: soc: use put_device() instead of kfree()Arvind Yadav-0/+2
2018-03-15Revert "base: arch_topology: fix section mismatch build warnings"Gaku Inami-6/+6
2018-03-14firmware: enable to split firmware_class into separate target filesLuis R. Rodriguez-0/+1
2018-03-12Merge remote-tracking branches 'regmap/topic/debugfs' and 'regmap/topic/mmio-...Mark Brown-2/+44
2018-03-12Merge remote-tracking branch 'regmap/topic/bulk' into regmap-nextMark Brown-181/+119
2018-03-12Merge remote-tracking branches 'regmap/fix/i2c' and 'regmap/fix/volatile' int...Mark Brown-5/+1
2018-03-12Merge remote-tracking branch 'regmap/fix/core' into regmap-linusMark Brown-1/+1
2018-03-12Merge remote-tracking branch 'regmap/fix/cache' into regmap-linusMark Brown-1/+1
2018-03-06regmap: debugfs: Improve warning message on debugfs_create_dir() failureFabio Estevam-1/+2
2018-03-06regmap: debugfs: Free map->debugfs_name when debugfs_create_dir() failedJeffy Chen-0/+3
2018-03-05regmap: debugfs: Don't leak dummy namesMark Brown-1/+3
2018-03-05regmap: debugfs: Disambiguate dummy debugfs file nameFabio Estevam-0/+6
2018-02-27driver core: Introduce device links reference countingLukas Wunner-8/+17
2018-02-26PM / wakeirq: Add wakeup name to dedicated wake irqsTony Lindgren-2/+12
2018-02-26regmap: mmio: Add function to attach a clockMaxime Ripard-0/+24
2018-02-26regmap: Merge redundant handling in regmap_bulk_writeCharles Keepax-36/+3
2018-02-26regmap: Tidy up regmap_raw_write chunking codeCharles Keepax-21/+16
2018-02-26regmap: Move the handling for max_raw_write into regmap_raw_writeCharles Keepax-63/+54
2018-02-26regmap: Remove unnecessary printk for failed allocationCharles Keepax-3/+2
2018-02-26regmap: Format data for raw write in regmap_bulk_writeCharles Keepax-2/+15
2018-02-26Merge branch 'fix/core' of https://git.kernel.org/pub/scm/linux/kernel/git/br...Mark Brown-1/+1
2018-02-20regmap: use debugfs even when no deviceDavid Lechner-0/+2
2018-02-20regmap: Allow missing device in regmap_name_read_file()David Lechner-1/+5
2018-02-16regmap: Use _regmap_read in regmap_bulk_readCharles Keepax-5/+13
2018-02-16regmap: Tidy up regmap_raw_read chunking codeCharles Keepax-25/+19
2018-02-16regmap: Move the handling for max_raw_read into regmap_raw_readCharles Keepax-55/+35
2018-02-15Merge tag 'acpi-4.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds-3/+2
2018-02-13regmap: Use helper function for register offsetCharles Keepax-1/+1
2018-02-13regmap: Don't use format_val in regmap_bulk_readCharles Keepax-32/+23
2018-02-13regmap: Correct comparison in regmap_cachedCharles Keepax-1/+1
2018-02-13regmap: Correct offset handling in regmap_volatile_rangeCharles Keepax-1/+1
2018-02-12PM / runtime: Update links_count also if !CONFIG_SRCULukas Wunner-0/+3
2018-02-12PM / wakeirq: Fix unbalanced IRQ enable for wakeirqTony Lindgren-2/+4
2018-02-12device property: Constify device_get_match_data()Andy Shevchenko-3/+2
2018-02-09Merge tag 'pm-part2-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-31/+45
2018-02-08regmap-i2c: Off by one in regmap_i2c_smbus_i2c_read/write()Dan Carpenter-4/+0
2018-02-08regmap: Fix reversed bounds check in regmap_raw_write()Dan Carpenter-1/+1
2018-02-07PM / domains: Fix up domain-idle-states OF parsingUlf Hansson-31/+45
2018-02-01Merge tag 'drm-for-v4.16' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds-0/+1
2018-02-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...Linus Torvalds-3/+2
2018-02-01Merge tag 'char-misc-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-0/+85
2018-02-01Merge tag 'driver-core-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-576/+661
2018-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-13/+91
2018-01-31Merge tag 'dmaengine-4.16-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds-0/+7
2018-01-30Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-1/+1
2018-01-29Merge tag 'regmap-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds-24/+153
2018-01-25device property: Reuse property_entry_free_data()Andy Shevchenko-20/+14
2018-01-25device property: Move property_entry_free_data() upperAndy Shevchenko-17/+17
2018-01-25firmware: Drop FIRMWARE_IN_KERNEL Kconfig optionBenjamin Gilbert-23/+5