aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/platform.c
AgeCommit message (Expand)Author
2020-07-13drivers: base: Fix NULL pointer exception in __platform_driver_probe() if a d...Kuppuswamy Sathyanarayanan
2020-06-01driver core: platform: Clarify that IRQ 0 is invalidBjorn Helgaas
2020-06-01driver core: platform: Declare ret variable only onceAndy Shevchenko
2020-06-01driver core: simplify definitions of platform_get_irq*Uwe Kleine-König
2020-06-01driver core: platform: Add platform_get_irq_byname_optional()Hans de Goede
2020-06-01driver core: platform: Add an error message to platform_get_irq*()Stephen Boyd
2020-06-01driver core: platform: Export platform_get_irq_optional()Thierry Reding
2020-06-01driver core: platform: Introduce platform_get_irq_optional()Thierry Reding
2020-05-15driver core: platform: fix u32 greater or equal to zero comparisonColin Ian King
2020-05-15driver core: platform: Prevent resouce overflow from causing infinite loopsSimon Schwartz
2019-08-16driver core: platform: return -ENXIO for missing GpioIntBrian Norris
2019-04-29Revert "driver core: platform: Fix the usage of platform device name(pdev->na...Greg Kroah-Hartman
2019-04-25driver core: platform: Fix the usage of platform device name(pdev->name)Venkata Narendra Kumar Gutta
2019-04-25driver core: platform: Propagate error from insert_resource()Andy Shevchenko
2019-04-25drivers: fix a typo in the kernel doc for devm_platform_ioremap_resource()Bartosz Golaszewski
2019-03-08Merge tag 'gpio-v5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds
2019-03-01driver core: platform: remove misleading err_alloc labelJohannes Berg
2019-02-26platform: set of_node in platform_device_register_full()Mans Rullgard
2019-02-22drivers: depend on HAS_IOMEM for devm_platform_ioremap_resource()Bartosz Golaszewski
2019-02-21drivers: provide devm_platform_ioremap_resource()Bartosz Golaszewski
2019-02-12driver: platform: Support parsing GpioInt 0 in platform_get_irq()Enrico Granata
2019-01-04drivers/base/platform.c: kmemleak ignore a known leakQian Cai
2018-12-28Merge tag 'driver-core-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-12-28Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2018-12-13ACPI / scan: Refactor _CCA enforcementRobin Murphy
2018-12-13dma-mapping: move dma_get_required_mask to kernel/dmaChristoph Hellwig
2018-12-06driver core: platform: Respect return code of platform_device_register_full()Andy Shevchenko
2018-11-26driver core: platform: Remove duplicated device_remove_properties() callHeikki Krogerus
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport
2018-10-02dma-mapping: move dma_default_get_required_mask under ifdefChristoph Hellwig
2018-10-01dma-mapping: make the get_required_mask method available unconditionallyChristoph Hellwig
2018-06-05Merge tag 'pm-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2018-05-14driver core: Respect all error codes from dev_pm_domain_attach()Ulf Hansson
2018-05-03drivers: remove force dma flag from busesChristoph Hellwig
2018-05-03dma-mapping: move dma configuration to bus infrastructureNipun Gupta
2018-03-15driver core: platform: use put_device() if device_register failArvind Yadav
2017-12-07driver core: Remove redundant license textGreg Kroah-Hartman
2017-12-07driver core: add SPDX identifiers to all driver core filesGreg Kroah-Hartman
2017-10-19drivers: flag buses which demand DMA configurationRobin Murphy
2017-09-18driver core: platform: Don't read past the end of "driver_override" bufferNicolai Stange
2017-07-07Merge tag 'gpio-v4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds
2017-07-03platform: Accept const propertiesJan Kiszka
2017-05-25driver core: platform: fix race condition with driver_overrideAdrian Salido
2017-03-22of: Add function for generating a DT modalias with a newlineRob Herring
2017-02-22Merge tag 'driver-core-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2017-02-03ACPI: Add support for ResourceSource/IRQ domain mappingAgustin Vega-Frias
2017-01-11platform: Print the resource range if device failed to claimChen Yu
2016-09-27driver-core: platform: Catch errors from calls to irq_get_irq_dataGuenter Roeck
2016-08-31platform: don't return 0 from platform_get_irq[_byname]() on errorSergei Shtylyov
2016-08-31platform driver: fix use-after-free in platform_device_del()Jerome Marchand