aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/platform.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-09-14driver core: platform: Make use of the helper macro SET_RUNTIME_PM_OPS()Cai Huoqing1-2/+1
2021-08-18driver core: platform: Remove platform_device_add_properties()Heikki Krogerus1-18/+2
2021-07-21bus: Make remove callback return voidUwe Kleine-König1-3/+1
2021-06-04drivers/base: Constify static attribute_group structsRikard Falkeborn1-1/+1
2021-05-27driver core: Drop helper devm_platform_ioremap_resource_wc()Uwe Kleine-König1-20/+0
2021-04-07Revert "driver core: platform: Make platform_get_irq_optional() optional"Greg Kroah-Hartman1-34/+21
2021-04-02driver core: platform: Make platform_get_irq_optional() optionalAndy Shevchenko1-21/+34
2021-04-02driver core: platform: Make clear error code used for missed IRQAndy Shevchenko1-6/+5
2021-02-24Merge tag 'driver-core-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-4/+7
2021-02-22Merge tag 'devicetree-for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-1/+1
2021-02-12driver core: platform: Drop of_device_node_put() wrapperRob Herring1-1/+1
2021-02-09driver core: platform: Emit a warning if a remove callback returned non-zeroUwe Kleine-König1-4/+7
2021-01-12Merge tag 'irqchip-fixes-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/urgentThomas Gleixner1-0/+2
2020-12-22driver core: platform: Add extra error check in devm_platform_get_irqs_affinity()John Garry1-0/+2
2020-12-15Merge tag 'irq-core-2020-12-15' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+121
2020-12-13driver core: platform: don't oops in platform_shutdown() on unbound devicesDmitry Baryshkov1-1/+5
2020-12-11driver core: platform: Add devm_platform_get_irqs_affinity()John Garry1-0/+121
2020-12-10driver core: platform: Introduce platform_get_mem_or_io()Andy Shevchenko1-0/+15
2020-12-09driver core: platform: use bus_type functionsUwe Kleine-König1-67/+65
2020-12-09driver core: platform: change logic implementing platform_driver_probeUwe Kleine-König1-3/+15
2020-12-09driver core: platform: reorder functionsUwe Kleine-König1-166/+167
2020-10-02drivers core: Miscellaneous changes for sysfs_emitJoe Perches1-7/+6
2020-10-02drivers core: Use sysfs_emit and sysfs_emit_at for show(device *...) functionsJoe Perches1-2/+2
2020-09-10platform_device: switch to simpler IDA interfaceBartosz Golaszewski1-3/+3
2020-09-10driver core: platform: Document return type of more functionsStephen Boyd1-0/+14
2020-07-10driver core: platform: expose numa_node to users in sysfsBarry Song1-1/+25
2020-07-07driver core: platform: need consistent spacing around '-'Barry Song1-1/+1
2020-06-07Merge tag 'driver-core-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-2/+4
2020-06-06Merge tag 'pci-v5.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-15/+25
2020-06-01Merge tag 'docs-5.8' of git://git.lwn.net/linuxLinus Torvalds1-2/+4
2020-05-21driver core: platform: Fix spelling errors in platform.cTang Bin1-1/+1
2020-05-12driver core: platform: Clarify that IRQ 0 is invalidBjorn Helgaas1-15/+25
2020-05-11Merge v5.7-rc5 into driver-core-nextGreg Kroah-Hartman1-0/+2
2020-05-05drivers: base: Fix NULL pointer exception in __platform_driver_probe() if a driver developer is foolishKuppuswamy Sathyanarayanan1-0/+2
2020-04-28driver core: platform: Initialize dma_parms for platform devicesUlf Hansson1-0/+2
2020-04-23driver core: platform: remove redundant assignment to variable retColin Ian King1-1/+1
2020-04-20docs: drivers: fix some warnings at base/platform.c when building docsMauro Carvalho Chehab1-2/+4
2020-03-24driver core: platform: Reimplement devm_platform_ioremap_resourceDejin Zheng1-4/+1
2020-03-24drivers: provide devm_platform_get_and_ioremap_resource()Dejin Zheng1-0/+22
2020-03-11driver code: clarify and fix platform device DMA mask allocationChristoph Hellwig1-19/+6
2020-01-22driver core: platform: fix u32 greater or equal to zero comparisonColin Ian King1-1/+1
2020-01-14driver core: platform: Prevent resouce overflow from causing infinite loopsSimon Schwartz1-4/+6
2019-12-10drivers: Fix boot problem on SuperHGuenter Roeck1-0/+4
2019-11-14driver core: platform: Declare ret variable only onceAndy Shevchenko1-8/+4
2019-11-14driver core: platform: use the correct callback type for bus_find_deviceSami Tolvanen1-1/+6
2019-11-05drivers: provide devm_platform_ioremap_resource_byname()Bartosz Golaszewski1-0/+20
2019-11-05drivers: platform: provide devm_platform_ioremap_resource_wc()Bartosz Golaszewski1-1/+18
2019-10-27Merge 5.4-rc5 into driver-core-nextGreg Kroah-Hartman1-7/+39
2019-10-11driver core: simplify definitions of platform_get_irq*Uwe Kleine-König1-26/+21
2019-10-07drivers: move the early platform device support to arch/shBartosz Golaszewski1-288/+0