summaryrefslogtreecommitdiffstats
path: root/drivers/base/platform.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'irqchip-fixes-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel...Thomas Gleixner2021-01-121-0/+2
|\
| * driver core: platform: Add extra error check in devm_platform_get_irqs_affini...John Garry2020-12-221-0/+2
* | Merge tag 'irq-core-2020-12-15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-12-151-0/+121
|\|
| * driver core: platform: Add devm_platform_get_irqs_affinity()John Garry2020-12-111-0/+121
* | driver core: platform: don't oops in platform_shutdown() on unbound devicesDmitry Baryshkov2020-12-131-1/+5
* | driver core: platform: Introduce platform_get_mem_or_io()Andy Shevchenko2020-12-101-0/+15
* | driver core: platform: use bus_type functionsUwe Kleine-König2020-12-091-67/+65
* | driver core: platform: change logic implementing platform_driver_probeUwe Kleine-König2020-12-091-3/+15
* | driver core: platform: reorder functionsUwe Kleine-König2020-12-091-166/+167
|/
* drivers core: Miscellaneous changes for sysfs_emitJoe Perches2020-10-021-7/+6
* drivers core: Use sysfs_emit and sysfs_emit_at for show(device *...) functionsJoe Perches2020-10-021-2/+2
* platform_device: switch to simpler IDA interfaceBartosz Golaszewski2020-09-101-3/+3
* driver core: platform: Document return type of more functionsStephen Boyd2020-09-101-0/+14
* driver core: platform: expose numa_node to users in sysfsBarry Song2020-07-101-1/+25
* driver core: platform: need consistent spacing around '-'Barry Song2020-07-071-1/+1
* 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