summaryrefslogtreecommitdiffstats
path: root/drivers/base/platform.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'driver-core-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-06-071-2/+4
|\
| * driver core: platform: Fix spelling errors in platform.cTang Bin2020-05-211-1/+1
| * Merge v5.7-rc5 into driver-core-nextGreg Kroah-Hartman2020-05-111-0/+2
| |\
| * | drivers: base: Fix NULL pointer exception in __platform_driver_probe() if a d...Kuppuswamy Sathyanarayanan2020-05-051-0/+2
| * | driver core: platform: remove redundant assignment to variable retColin Ian King2020-04-231-1/+1
* | | Merge tag 'pci-v5.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-06-061-15/+25
|\ \ \
| * | | driver core: platform: Clarify that IRQ 0 is invalidBjorn Helgaas2020-05-121-15/+25
| |/ /
* | | Merge tag 'docs-5.8' of git://git.lwn.net/linuxLinus Torvalds2020-06-011-2/+4
|\ \ \ | |_|/ |/| |
| * | docs: drivers: fix some warnings at base/platform.c when building docsMauro Carvalho Chehab2020-04-201-2/+4
| |/
* / driver core: platform: Initialize dma_parms for platform devicesUlf Hansson2020-04-281-0/+2
|/
* driver core: platform: Reimplement devm_platform_ioremap_resourceDejin Zheng2020-03-241-4/+1
* drivers: provide devm_platform_get_and_ioremap_resource()Dejin Zheng2020-03-241-0/+22
* driver code: clarify and fix platform device DMA mask allocationChristoph Hellwig2020-03-111-19/+6
* 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