aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/platform.c
Commit message (Expand)AuthorAge
* driver core: platform: Add platform_get_irq_byname_optional()Hans de Goede2019-10-07
* Merge tag 'usb-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2019-09-18
|\
| * Merge generic_lookup_helpers into usb-nextGreg Kroah-Hartman2019-09-03
| |\
| * | driver core: initialize a default DMA mask for platform deviceChristoph Hellwig2019-08-22
* | | driver core: platform: Export platform_get_irq_optional()Thierry Reding2019-08-29
* | | driver core: platform: Introduce platform_get_irq_optional()Thierry Reding2019-08-28
* | | Merge 5.3-rc4 into driver-core-nextGreg Kroah-Hartman2019-08-12
|\| |
| * | driver core: platform: return -ENXIO for missing GpioIntBrian Norris2019-07-30
* | | driver core: platform: Add an error message to platform_get_irq*()Stephen Boyd2019-07-30
| |/ |/|
* | platform: Add platform_find_device_by_driver() helperSuzuki K Poulose2019-07-30
|/
* docs: driver-model: move it to the driver-api bookMauro Carvalho Chehab2019-07-15
* docs: driver-model: convert docs to ReST and rename to *.rstMauro Carvalho Chehab2019-06-21
* Revert "driver core: platform: Fix the usage of platform device name(pdev->na...Greg Kroah-Hartman2019-04-29
* driver core: platform: Fix the usage of platform device name(pdev->name)Venkata Narendra Kumar Gutta2019-04-25
* driver core: platform: Propagate error from insert_resource()Andy Shevchenko2019-04-25
* drivers: fix a typo in the kernel doc for devm_platform_ioremap_resource()Bartosz Golaszewski2019-04-25
* Merge tag 'gpio-v5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2019-03-08
|\
| * drivers: depend on HAS_IOMEM for devm_platform_ioremap_resource()Bartosz Golaszewski2019-02-22
| * drivers: provide devm_platform_ioremap_resource()Bartosz Golaszewski2019-02-21
* | driver core: platform: remove misleading err_alloc labelJohannes Berg2019-03-01
* | platform: set of_node in platform_device_register_full()Mans Rullgard2019-02-26
* | driver: platform: Support parsing GpioInt 0 in platform_get_irq()Enrico Granata2019-02-12
|/
* drivers/base/platform.c: kmemleak ignore a known leakQian Cai2019-01-04
* Merge tag 'driver-core-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-12-28
|\
| * driver core: platform: Respect return code of platform_device_register_full()Andy Shevchenko2018-12-06
* | Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-12-28
|\ \
| * | ACPI / scan: Refactor _CCA enforcementRobin Murphy2018-12-13
| * | dma-mapping: move dma_get_required_mask to kernel/dmaChristoph Hellwig2018-12-13
| |/
* / driver core: platform: Remove duplicated device_remove_properties() callHeikki Krogerus2018-11-26
|/
* mm: remove include/linux/bootmem.hMike Rapoport2018-10-31
* dma-mapping: move dma_default_get_required_mask under ifdefChristoph Hellwig2018-10-02
* dma-mapping: make the get_required_mask method available unconditionallyChristoph Hellwig2018-10-01
* Merge tag 'pm-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2018-06-05
|\
| * driver core: Respect all error codes from dev_pm_domain_attach()Ulf Hansson2018-05-14
* | drivers: remove force dma flag from busesChristoph Hellwig2018-05-03
* | dma-mapping: move dma configuration to bus infrastructureNipun Gupta2018-05-03
|/
* driver core: platform: use put_device() if device_register failArvind Yadav2018-03-15
* driver core: Remove redundant license textGreg Kroah-Hartman2017-12-07
* driver core: add SPDX identifiers to all driver core filesGreg Kroah-Hartman2017-12-07
* drivers: flag buses which demand DMA configurationRobin Murphy2017-10-19
* driver core: platform: Don't read past the end of "driver_override" bufferNicolai Stange2017-09-18
* Merge tag 'gpio-v4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2017-07-07
|\
| * platform: Accept const propertiesJan Kiszka2017-07-03
* | driver core: platform: fix race condition with driver_overrideAdrian Salido2017-05-25
|/
* of: Add function for generating a DT modalias with a newlineRob Herring2017-03-22
* Merge tag 'driver-core-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-02-22
|\
| * platform: Print the resource range if device failed to claimChen Yu2017-01-11
* | ACPI: Add support for ResourceSource/IRQ domain mappingAgustin Vega-Frias2017-02-03
|/
* driver-core: platform: Catch errors from calls to irq_get_irq_dataGuenter Roeck2016-09-27
* platform: don't return 0 from platform_get_irq[_byname]() on errorSergei Shtylyov2016-08-31