index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
base
/
platform.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-07-04
driver core: platform: Switch to use kmemdup_array()
Andy Shevchenko
1
-1
/
+1
2024-07-03
driver core: have match() callback in struct bus_type take a const *
Greg Kroah-Hartman
1
-1
/
+1
2024-06-13
driver core: platform: fix ups for constant struct device_driver
Greg Kroah-Hartman
1
-6
/
+6
2024-05-27
platform: Make platform_driver::remove() return void
Uwe Kleine-König
1
-8
/
+2
2023-10-07
driver core: platform: Annotate struct irq_affinity_devres with __counted_by
Kees Cook
1
-1
/
+1
2023-10-05
driver core: platform: Unify the firmware node type check
Andy Shevchenko
1
-11
/
+13
2023-10-05
driver core: platform: Use temporary variable in platform_device_add()
Andy Shevchenko
1
-11
/
+12
2023-10-05
driver core: platform: Refactor error path in a couple places
Andy Shevchenko
1
-9
/
+10
2023-10-05
driver core: platform: Drop redundant check in platform_device_add()
Andy Shevchenko
1
-3
/
+0
2023-08-04
of: Move of_platform_register_reconfig_notifier() into DT core
Rob Herring
1
-1
/
+1
2023-02-01
driver core: platform: simplify __platform_driver_probe()
Greg Kroah-Hartman
1
-11
/
+15
2023-02-01
driver core: platform: removed unneeded variable from __platform_driver_probe()
Greg Kroah-Hartman
1
-4
/
+4
2023-01-27
driver core: make struct bus_type.uevent() take a const *
Greg Kroah-Hartman
1
-2
/
+2
2023-01-17
platform: remove useless if-branch in __platform_get_irq_byname()
Soha Jin
1
-5
/
+3
2023-01-17
platform: Document platform_add_devices() return value
Umang Jain
1
-0
/
+2
2023-01-17
platform: Provide a remove callback that returns no value
Uwe Kleine-König
1
-1
/
+3
2022-11-10
platform: use fwnode_irq_get_byname instead of of_irq_get_byname to get irq
Soha Jin
1
-2
/
+2
2022-06-03
Merge tag 'driver-core-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-26
/
+8
2022-04-28
bus: platform,amba,fsl-mc,PCI: Add device DMA ownership management
Lu Baolu
1
-0
/
+18
2022-04-28
amba: Stop sharing platform_dma_configure()
Lu Baolu
1
-2
/
+1
2022-04-27
platform: finally disallow IRQ0 in platform_get_irq() and its ilk
Sergey Shtylyov
1
-2
/
+4
2022-04-22
driver: platform: Add helper for safer setting of driver_override
Krzysztof Kozlowski
1
-24
/
+4
2022-02-08
platform: use dev_err_probe() in platform_get_irq_byname()
Sergey Shtylyov
1
-3
/
+3
2021-12-22
driver core: platform: document registration-failure requirement
Johan Hovold
1
-0
/
+4
2021-11-27
driver core: platform: Make use of the helper function dev_err_probe()
Cai Huoqing
1
-2
/
+3
2021-09-14
driver core: platform: Make use of the helper macro SET_RUNTIME_PM_OPS()
Cai Huoqing
1
-2
/
+1
2021-08-18
driver core: platform: Remove platform_device_add_properties()
Heikki Krogerus
1
-18
/
+2
2021-07-21
bus: Make remove callback return void
Uwe Kleine-König
1
-3
/
+1
2021-06-04
drivers/base: Constify static attribute_group structs
Rikard Falkeborn
1
-1
/
+1
2021-05-27
driver core: Drop helper devm_platform_ioremap_resource_wc()
Uwe Kleine-König
1
-20
/
+0
2021-04-07
Revert "driver core: platform: Make platform_get_irq_optional() optional"
Greg Kroah-Hartman
1
-34
/
+21
2021-04-02
driver core: platform: Make platform_get_irq_optional() optional
Andy Shevchenko
1
-21
/
+34
2021-04-02
driver core: platform: Make clear error code used for missed IRQ
Andy Shevchenko
1
-6
/
+5
2021-02-24
Merge tag 'driver-core-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-4
/
+7
2021-02-22
Merge tag 'devicetree-for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-1
/
+1
2021-02-13
driver core: platform: Drop of_device_node_put() wrapper
Rob Herring
1
-1
/
+1
2021-02-09
driver core: platform: Emit a warning if a remove callback returned non-zero
Uwe Kleine-König
1
-4
/
+7
2021-01-12
Merge tag 'irqchip-fixes-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel...
Thomas Gleixner
1
-0
/
+2
2020-12-22
driver core: platform: Add extra error check in devm_platform_get_irqs_affini...
John Garry
1
-0
/
+2
2020-12-16
Merge tag 'irq-core-2020-12-15' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-0
/
+121
2020-12-13
driver core: platform: don't oops in platform_shutdown() on unbound devices
Dmitry Baryshkov
1
-1
/
+5
2020-12-11
driver core: platform: Add devm_platform_get_irqs_affinity()
John Garry
1
-0
/
+121
2020-12-10
driver core: platform: Introduce platform_get_mem_or_io()
Andy Shevchenko
1
-0
/
+15
2020-12-09
driver core: platform: use bus_type functions
Uwe Kleine-König
1
-67
/
+65
2020-12-09
driver core: platform: change logic implementing platform_driver_probe
Uwe Kleine-König
1
-3
/
+15
2020-12-09
driver core: platform: reorder functions
Uwe Kleine-König
1
-166
/
+167
2020-10-02
drivers core: Miscellaneous changes for sysfs_emit
Joe Perches
1
-7
/
+6
2020-10-02
drivers core: Use sysfs_emit and sysfs_emit_at for show(device *...) functions
Joe Perches
1
-2
/
+2
2020-09-10
platform_device: switch to simpler IDA interface
Bartosz Golaszewski
1
-3
/
+3
2020-09-10
driver core: platform: Document return type of more functions
Stephen Boyd
1
-0
/
+14
[next]