summaryrefslogtreecommitdiffstats
path: root/drivers/base/platform.c
Commit message (Expand)AuthorAgeFilesLines
* driver core: platform: fix u32 greater or equal to zero comparisonColin Ian King2020-01-221-1/+1
* driver core: platform: Prevent resouce overflow from causing infinite loopsSimon Schwartz2020-01-141-4/+6
* drivers: Fix boot problem on SuperHGuenter Roeck2019-12-101-0/+4
* driver core: platform: Declare ret variable only onceAndy Shevchenko2019-11-141-8/+4
* driver core: platform: use the correct callback type for bus_find_deviceSami Tolvanen2019-11-141-1/+6
* drivers: provide devm_platform_ioremap_resource_byname()Bartosz Golaszewski2019-11-051-0/+20
* drivers: platform: provide devm_platform_ioremap_resource_wc()Bartosz Golaszewski2019-11-051-1/+18
* Merge 5.4-rc5 into driver-core-nextGreg Kroah-Hartman2019-10-271-7/+39
|\
| * driver core: platform: Add platform_get_irq_byname_optional()Hans de Goede2019-10-071-7/+39
* | driver core: simplify definitions of platform_get_irq*Uwe Kleine-König2019-10-111-26/+21
* | drivers: move the early platform device support to arch/shBartosz Golaszewski2019-10-071-288/+0
|/
* Merge tag 'usb-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2019-09-181-21/+16
|\
| * Merge generic_lookup_helpers into usb-nextGreg Kroah-Hartman2019-09-031-0/+14
| |\
| * | driver core: initialize a default DMA mask for platform deviceChristoph Hellwig2019-08-221-21/+16
* | | driver core: platform: Export platform_get_irq_optional()Thierry Reding2019-08-291-0/+1
* | | driver core: platform: Introduce platform_get_irq_optional()Thierry Reding2019-08-281-0/+22
* | | Merge 5.3-rc4 into driver-core-nextGreg Kroah-Hartman2019-08-121-2/+7
|\| |
| * | driver core: platform: return -ENXIO for missing GpioIntBrian Norris2019-07-301-2/+7
* | | driver core: platform: Add an error message to platform_get_irq*()Stephen Boyd2019-07-301-8/+34
| |/ |/|
* | platform: Add platform_find_device_by_driver() helperSuzuki K Poulose2019-07-301-0/+14
|/
* docs: driver-model: move it to the driver-api bookMauro Carvalho Chehab2019-07-151-1/+1
* docs: driver-model: convert docs to ReST and rename to *.rstMauro Carvalho Chehab2019-06-211-1/+1
* Revert "driver core: platform: Fix the usage of platform device name(pdev->na...Greg Kroah-Hartman2019-04-291-4/+4
* driver core: platform: Fix the usage of platform device name(pdev->name)Venkata Narendra Kumar Gutta2019-04-251-4/+4
* driver core: platform: Propagate error from insert_resource()Andy Shevchenko2019-04-251-4/+6
* drivers: fix a typo in the kernel doc for devm_platform_ioremap_resource()Bartosz Golaszewski2019-04-251-1/+1
* Merge tag 'gpio-v5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2019-03-081-0/+20
|\
| * drivers: depend on HAS_IOMEM for devm_platform_ioremap_resource()Bartosz Golaszewski2019-02-221-0/+2
| * drivers: provide devm_platform_ioremap_resource()Bartosz Golaszewski2019-02-211-0/+18
* | driver core: platform: remove misleading err_alloc labelJohannes Berg2019-03-011-3/+1
* | platform: set of_node in platform_device_register_full()Mans Rullgard2019-02-261-0/+2
* | driver: platform: Support parsing GpioInt 0 in platform_get_irq()Enrico Granata2019-02-121-1/+14
|/
* drivers/base/platform.c: kmemleak ignore a known leakQian Cai2019-01-041-0/+3
* Merge tag 'driver-core-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-12-281-2/+2
|\
| * driver core: platform: Respect return code of platform_device_register_full()Andy Shevchenko2018-12-061-2/+2
* | Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-12-281-33/+1
|\ \
| * | ACPI / scan: Refactor _CCA enforcementRobin Murphy2018-12-131-2/+1
| * | dma-mapping: move dma_get_required_mask to kernel/dmaChristoph Hellwig2018-12-131-31/+0
| |/
* / driver core: platform: Remove duplicated device_remove_properties() callHeikki Krogerus2018-11-261-1/+0
|/
* mm: remove include/linux/bootmem.hMike Rapoport2018-10-311-1/+1
* dma-mapping: move dma_default_get_required_mask under ifdefChristoph Hellwig2018-10-021-1/+1
* dma-mapping: make the get_required_mask method available unconditionallyChristoph Hellwig2018-10-011-2/+11
* Merge tag 'pm-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2018-06-051-9/+8
|\
| * driver core: Respect all error codes from dev_pm_domain_attach()Ulf Hansson2018-05-141-9/+8
* | drivers: remove force dma flag from busesChristoph Hellwig2018-05-031-2/+1
* | dma-mapping: move dma configuration to bus infrastructureNipun Gupta2018-05-031-0/+17
|/
* driver core: platform: use put_device() if device_register failArvind Yadav2018-03-151-1/+3
* driver core: Remove redundant license textGreg Kroah-Hartman2017-12-071-2/+0
* driver core: add SPDX identifiers to all driver core filesGreg Kroah-Hartman2017-12-071-0/+1
* drivers: flag buses which demand DMA configurationRobin Murphy2017-10-191-0/+1