summaryrefslogtreecommitdiffstats
path: root/drivers/base
AgeCommit message (Expand)Author
2014-07-17devres: Add devm_kasprintf and devm_kvasprintf APIHimangi Saraogi
2014-07-11platform_get_irq: Revert to platform_get_resource if of_irq_get failsGuenter Roeck
2014-07-08driver core: platform: add device binding path 'driver_override'Kim Phillips
2014-07-08driver core/platform: remove unused implicit padding in platform_objectYann Droneaud
2014-07-08firmware loader: inform direct failure when udev loader is disabledLuis R. Rodriguez
2014-07-08firmware: replace ALIGN(PAGE_SIZE) by PAGE_ALIGNFabian Frederick
2014-07-08firmware: read firmware size using i_size_read()Dmitry Kasatkin
2014-07-08firmware loader: allow disabling of udev as firmware loaderTakashi Iwai
2014-07-08fence: dma-buf cross-device synchronization (v18)Maarten Lankhorst
2014-07-08dma-buf: move to drivers/dma-bufMaarten Lankhorst
2014-07-04component: fix bug with legacy APIRussell King
2014-07-03component: add support for component match arrayRussell King
2014-07-03component: ignore multiple additions of the same componentRussell King
2014-07-03component: fix missed cleanup in case of devres failureRussell King
2014-06-23DMA, CMA: fix possible memory leakJoonsoo Kim
2014-06-12Merge tag 'pm+acpi-3.16-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2014-06-12Merge branch 'pm-sleep'Rafael J. Wysocki
2014-06-11PM / sleep: trace events for device PM callbacksTodd E Brandt
2014-06-07PM / sleep: trace events for suspend/resumeTodd E Brandt
2014-06-07Merge branch 'acpi-pm' into pm-sleepRafael J. Wysocki
2014-06-04cma: increase CMA_ALIGNMENT upper limit to 12Marc Carino
2014-06-04memory-hotplug: update documentation to hide information about SECTIONS and r...Li Zhong
2014-06-04cma: add placement specifier for "cma=" kernel parameterAkinobu Mita
2014-06-04Merge tag 'devicetree-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2014-06-04Merge tag 'pm+acpi-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2014-06-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2014-06-03Merge branch 'pm-cpufreq'Rafael J. Wysocki
2014-06-03Merge branches 'pnp', 'powercap', 'pm-runtime' and 'pm-opp'Rafael J. Wysocki
2014-06-03Merge branch 'pm-sleep'Rafael J. Wysocki
2014-06-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2014-06-03Merge branch 'for-v3.16' of git://git.linaro.org/people/mszyprowski/linux-dma...Linus Torvalds
2014-06-03Merge tag 'regmap-v3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds
2014-06-03Merge tag 'staging-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2014-06-03Merge tag 'driver-core-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-06-02Merge tag 'pci-v3.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2014-06-02Merge remote-tracking branch 'regmap/topic/smbus' into regmap-nextMark Brown
2014-06-02Merge remote-tracking branches 'regmap/topic/irq', 'regmap/topic/le', 'regmap...Mark Brown
2014-06-02Merge remote-tracking branch 'regmap/topic/core' into regmap-nextMark Brown
2014-05-30PM / sleep: unregister wakeup source when disabling device wakeupZhang Rui
2014-05-29CMA: correct unlock targetJoonsoo Kim
2014-05-27driver core: Inline dev_set/get_drvdataJean Delvare
2014-05-27driver core: dev_get_drvdata: Don't check for NULL devJean Delvare
2014-05-27driver core: dev_set_drvdata returns voidJean Delvare
2014-05-27driver core: Move driver_data back to struct deviceJean Delvare
2014-05-27PM / OPP: discard duplicate OPPsChander Kashyap
2014-05-26regmap: mmio: Fix regmap_mmio_write for uneven countsPhilipp Zabel
2014-05-26regmap: irq: Fix possible ZERO_SIZE_PTR pointer dereferencing error.Xiubo Li
2014-05-24devres: Add devm_get_free_pages APIEli Billauer
2014-05-23of/irq: do irq resolution in platform_get_irq_byname()Grygorii Strashko
2014-05-23Merge 3.15-rc6 into driver-core-nextGreg Kroah-Hartman