summaryrefslogtreecommitdiffstats
path: root/drivers/base/platform.c
AgeCommit message (Expand)AuthorLines
2020-07-10driver core: platform: expose numa_node to users in sysfsBarry Song-1/+25
2020-07-07driver core: platform: need consistent spacing around '-'Barry Song-1/+1
2020-06-07Merge tag 'driver-core-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-2/+4
2020-06-06Merge tag 'pci-v5.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-15/+25
2020-06-01Merge tag 'docs-5.8' of git://git.lwn.net/linuxLinus Torvalds-2/+4
2020-05-21driver core: platform: Fix spelling errors in platform.cTang Bin-1/+1
2020-05-12driver core: platform: Clarify that IRQ 0 is invalidBjorn Helgaas-15/+25
2020-05-11Merge v5.7-rc5 into driver-core-nextGreg Kroah-Hartman-0/+2
2020-05-05drivers: base: Fix NULL pointer exception in __platform_driver_probe() if a d...Kuppuswamy Sathyanarayanan-0/+2
2020-04-28driver core: platform: Initialize dma_parms for platform devicesUlf Hansson-0/+2
2020-04-23driver core: platform: remove redundant assignment to variable retColin Ian King-1/+1
2020-04-20docs: drivers: fix some warnings at base/platform.c when building docsMauro Carvalho Chehab-2/+4
2020-03-24driver core: platform: Reimplement devm_platform_ioremap_resourceDejin Zheng-4/+1
2020-03-24drivers: provide devm_platform_get_and_ioremap_resource()Dejin Zheng-0/+22
2020-03-11driver code: clarify and fix platform device DMA mask allocationChristoph Hellwig-19/+6
2020-01-22driver core: platform: fix u32 greater or equal to zero comparisonColin Ian King-1/+1
2020-01-14driver core: platform: Prevent resouce overflow from causing infinite loopsSimon Schwartz-4/+6
2019-12-10drivers: Fix boot problem on SuperHGuenter Roeck-0/+4
2019-11-14driver core: platform: Declare ret variable only onceAndy Shevchenko-8/+4
2019-11-14driver core: platform: use the correct callback type for bus_find_deviceSami Tolvanen-1/+6
2019-11-05drivers: provide devm_platform_ioremap_resource_byname()Bartosz Golaszewski-0/+20
2019-11-05drivers: platform: provide devm_platform_ioremap_resource_wc()Bartosz Golaszewski-1/+18
2019-10-27Merge 5.4-rc5 into driver-core-nextGreg Kroah-Hartman-7/+39
2019-10-11driver core: simplify definitions of platform_get_irq*Uwe Kleine-König-26/+21
2019-10-07drivers: move the early platform device support to arch/shBartosz Golaszewski-288/+0
2019-10-07driver core: platform: Add platform_get_irq_byname_optional()Hans de Goede-7/+39
2019-09-18Merge tag 'usb-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-21/+16
2019-09-03Merge generic_lookup_helpers into usb-nextGreg Kroah-Hartman-0/+14
2019-08-29driver core: platform: Export platform_get_irq_optional()Thierry Reding-0/+1
2019-08-28driver core: platform: Introduce platform_get_irq_optional()Thierry Reding-0/+22
2019-08-22driver core: initialize a default DMA mask for platform deviceChristoph Hellwig-21/+16
2019-08-12Merge 5.3-rc4 into driver-core-nextGreg Kroah-Hartman-2/+7
2019-07-30driver core: platform: Add an error message to platform_get_irq*()Stephen Boyd-8/+34
2019-07-30driver core: platform: return -ENXIO for missing GpioIntBrian Norris-2/+7
2019-07-30platform: Add platform_find_device_by_driver() helperSuzuki K Poulose-0/+14
2019-07-15docs: driver-model: move it to the driver-api bookMauro Carvalho Chehab-1/+1
2019-06-21docs: driver-model: convert docs to ReST and rename to *.rstMauro Carvalho Chehab-1/+1
2019-04-29Revert "driver core: platform: Fix the usage of platform device name(pdev->na...Greg Kroah-Hartman-4/+4
2019-04-25driver core: platform: Fix the usage of platform device name(pdev->name)Venkata Narendra Kumar Gutta-4/+4
2019-04-25driver core: platform: Propagate error from insert_resource()Andy Shevchenko-4/+6
2019-04-25drivers: fix a typo in the kernel doc for devm_platform_ioremap_resource()Bartosz Golaszewski-1/+1
2019-03-08Merge tag 'gpio-v5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds-0/+20
2019-03-01driver core: platform: remove misleading err_alloc labelJohannes Berg-3/+1
2019-02-26platform: set of_node in platform_device_register_full()Mans Rullgard-0/+2
2019-02-22drivers: depend on HAS_IOMEM for devm_platform_ioremap_resource()Bartosz Golaszewski-0/+2
2019-02-21drivers: provide devm_platform_ioremap_resource()Bartosz Golaszewski-0/+18
2019-02-12driver: platform: Support parsing GpioInt 0 in platform_get_irq()Enrico Granata-1/+14
2019-01-04drivers/base/platform.c: kmemleak ignore a known leakQian Cai-0/+3
2018-12-28Merge tag 'driver-core-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-2/+2
2018-12-28Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds-33/+1