aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/platform.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-15docs: driver-model: move it to the driver-api bookMauro Carvalho Chehab1-1/+1
2019-06-21docs: driver-model: convert docs to ReST and rename to *.rstMauro Carvalho Chehab1-1/+1
2019-04-29Revert "driver core: platform: Fix the usage of platform device name(pdev->name)"Greg Kroah-Hartman1-4/+4
2019-04-25driver core: platform: Fix the usage of platform device name(pdev->name)Venkata Narendra Kumar Gutta1-4/+4
2019-04-25driver core: platform: Propagate error from insert_resource()Andy Shevchenko1-4/+6
2019-04-25drivers: fix a typo in the kernel doc for devm_platform_ioremap_resource()Bartosz Golaszewski1-1/+1
2019-03-08Merge tag 'gpio-v5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-0/+20
2019-03-01driver core: platform: remove misleading err_alloc labelJohannes Berg1-3/+1
2019-02-26platform: set of_node in platform_device_register_full()Mans Rullgard1-0/+2
2019-02-22drivers: depend on HAS_IOMEM for devm_platform_ioremap_resource()Bartosz Golaszewski1-0/+2
2019-02-21drivers: provide devm_platform_ioremap_resource()Bartosz Golaszewski1-0/+18
2019-02-12driver: platform: Support parsing GpioInt 0 in platform_get_irq()Enrico Granata1-1/+14
2019-01-04drivers/base/platform.c: kmemleak ignore a known leakQian Cai1-0/+3
2018-12-28Merge tag 'driver-core-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-2/+2
2018-12-28Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-33/+1
2018-12-13ACPI / scan: Refactor _CCA enforcementRobin Murphy1-2/+1
2018-12-13dma-mapping: move dma_get_required_mask to kernel/dmaChristoph Hellwig1-31/+0
2018-12-06driver core: platform: Respect return code of platform_device_register_full()Andy Shevchenko1-2/+2
2018-11-26driver core: platform: Remove duplicated device_remove_properties() callHeikki Krogerus1-1/+0
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport1-1/+1
2018-10-02dma-mapping: move dma_default_get_required_mask under ifdefChristoph Hellwig1-1/+1
2018-10-01dma-mapping: make the get_required_mask method available unconditionallyChristoph Hellwig1-2/+11
2018-06-05Merge tag 'pm-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-9/+8
2018-05-14driver core: Respect all error codes from dev_pm_domain_attach()Ulf Hansson1-9/+8
2018-05-03drivers: remove force dma flag from busesChristoph Hellwig1-2/+1
2018-05-03dma-mapping: move dma configuration to bus infrastructureNipun Gupta1-0/+17
2018-03-15driver core: platform: use put_device() if device_register failArvind Yadav1-1/+3
2017-12-07driver core: Remove redundant license textGreg Kroah-Hartman1-2/+0
2017-12-07driver core: add SPDX identifiers to all driver core filesGreg Kroah-Hartman1-0/+1
2017-10-19drivers: flag buses which demand DMA configurationRobin Murphy1-0/+1
2017-09-18driver core: platform: Don't read past the end of "driver_override" bufferNicolai Stange1-1/+2
2017-07-07Merge tag 'gpio-v4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-1/+1
2017-07-03platform: Accept const propertiesJan Kiszka1-1/+1
2017-05-25driver core: platform: fix race condition with driver_overrideAdrian Salido1-2/+9
2017-03-22of: Add function for generating a DT modalias with a newlineRob Herring1-1/+1
2017-02-22Merge tag 'driver-core-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+1
2017-02-03ACPI: Add support for ResourceSource/IRQ domain mappingAgustin Vega-Frias1-0/+10
2017-01-11platform: Print the resource range if device failed to claimChen Yu1-1/+1
2016-09-27driver-core: platform: Catch errors from calls to irq_get_irq_dataGuenter Roeck1-3/+8
2016-08-31platform: don't return 0 from platform_get_irq[_byname]() on errorSergei Shtylyov1-2/+2
2016-08-31platform driver: fix use-after-free in platform_device_del()Jerome Marchand1-2/+1
2016-04-09device property: don't bother the drivers with struct property_setHeikki Krogerus1-9/+10
2016-01-26base/platform: Fix platform drivers with no probe callbackMartin Wilck1-4/+9
2016-01-21Merge branch 'pm-core'Rafael J. Wysocki1-1/+0
2016-01-12Merge tag 'pm+acpi-4.5-rc1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-0/+25
2016-01-12platform: Do not detach from PM domains on shutdownRafael J. Wysocki1-1/+0
2016-01-07driver-core: platform: Add platform_irq_count()Stephen Boyd1-0/+20
2015-12-07driver core: platform: Add support for built-in device propertiesMika Westerberg1-0/+25
2015-10-05driver-core: platform: Provide helpers for multi-driver modulesThierry Reding1-0/+61
2015-10-04base/platform: assert that dev_pm_domain callbacks are called unconditionallyUwe Kleine-König1-10/+9