summaryrefslogtreecommitdiff
path: root/drivers/base
AgeCommit message (Expand)AuthorFilesLines
2014-06-03Merge branch 'for-v3.16' of git://git.linaro.org/people/mszyprowski/linux-dma...Linus Torvalds1-8/+26
2014-06-03Merge tag 'regmap-v3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds5-18/+221
2014-06-03Merge tag 'staging-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+97
2014-06-03Merge tag 'driver-core-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-35/+11
2014-06-02Merge tag 'pci-v3.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-8/+8
2014-06-02Merge remote-tracking branch 'regmap/topic/smbus' into regmap-nextMark Brown2-2/+128
2014-06-02Merge remote-tracking branches 'regmap/topic/irq', 'regmap/topic/le', 'regmap...Mark Brown4-12/+86
2014-06-02Merge remote-tracking branch 'regmap/topic/core' into regmap-nextMark Brown2-4/+7
2014-05-29CMA: correct unlock targetJoonsoo Kim1-1/+1
2014-05-27driver core: Inline dev_set/get_drvdataJean Delvare1-16/+0
2014-05-27driver core: dev_get_drvdata: Don't check for NULL devJean Delvare1-3/+1
2014-05-27driver core: dev_set_drvdata returns voidJean Delvare1-2/+1
2014-05-27driver core: Move driver_data back to struct deviceJean Delvare2-13/+3
2014-05-26regmap: mmio: Fix regmap_mmio_write for uneven countsPhilipp Zabel1-3/+3
2014-05-26regmap: irq: Fix possible ZERO_SIZE_PTR pointer dereferencing error.Xiubo Li1-3/+6
2014-05-24devres: Add devm_get_free_pages APIEli Billauer1-0/+76
2014-05-23Merge 3.15-rc6 into driver-core-nextGreg Kroah-Hartman2-1/+23
2014-05-22Merge 3.15-rc6 into staging-next.Greg Kroah-Hartman2-1/+23
2014-05-22drivers/base/dma-contiguous.c: erratum of dev_get_cma_areaGioh Kim1-1/+1
2014-05-20DMA-API: Change dma_declare_coherent_memory() CPU address to phys_addr_tBjorn Helgaas2-8/+8
2014-05-15cma: Remove potential deadlock situationLaura Abbott1-7/+25
2014-04-30regmap: Add missing initialization of this_pageGeert Uytterhoeven1-1/+1
2014-04-30regmap: Fix possible ZERO_SIZE_PTR pointer dereferencing error.Xiubo Li1-0/+3
2014-04-29devres: introduce API "devm_kmemdupSrinivas Pandruvada1-0/+21
2014-04-29drivercore: deferral race condition fixGrant Likely1-0/+17
2014-04-25kobject: Make support for uevent_helper optional.Michael Marineau1-6/+11
2014-04-24of/irq: do irq resolution in platform_get_irqRob Herring1-1/+6
2014-04-22regmap: i2c: fallback to SMBus if the adapter does not support standard I2CBoris BREZILLON1-2/+102
2014-04-18regmap: add reg_read/reg_write callbacks to regmap_bus structBoris BREZILLON1-0/+26
2014-04-16drivers/base/dd.c incorrect pr_debug() parametersFrank Rowand1-2/+2
2014-04-16topology: Fix compilation warning when not in SMPVincent Stehlé1-2/+1
2014-04-16sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_owner()Tejun Heo1-33/+0
2014-04-14regmap: rbtree: improve 64bits memory alignmentJean-Christophe PINCE1-4/+4
2014-04-14regmap: mmio: Fix the bug of 'offset' value parsing.Xiubo Li1-5/+24
2014-04-14regmap: implement LE formatting/parsing for 16/32-bit values.Xiubo Li1-0/+52
2014-04-11Merge tag 'regmap-v3.15-nodev' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+2
2014-04-08Merge branches 'pm-wakeup' and 'pm-domains'Rafael J. Wysocki1-0/+13
2014-04-07Merge tag 'cpu-hotplug-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-4/+8
2014-04-07PM / domains: Add pd_ignore_unused to keep power domains enabledTushar Behera1-0/+13
2014-04-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2014-04-02Merge tag 'pm+acpi-3.15-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2014-04-01Merge tag 'driver-core-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds17-36/+89
2014-04-01Merge tag 'char-misc-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-31/+197
2014-04-01Merge tag 'regulator-v3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+26
2014-04-01Merge tag 'regmap-v3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds6-78/+354
2014-04-01Merge branch 'pm-runtime'Rafael J. Wysocki1-1/+1
2014-04-01regmap: adds missing braces in regmap_init()Daeseok Youn1-1/+2
2014-03-28Merge remote-tracking branches 'regmap/topic/cache', 'regmap/topic/irq', 'reg...Mark Brown5-68/+341
2014-03-28Merge remote-tracking branch 'regmap/topic/core' into regmap-nextMark Brown2-8/+11
2014-03-28Merge tag 'regmap-v3.14-rc4' into regmap-linusMark Brown1-2/+2