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