index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
base
/
platform.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
driver core: platform: Annotate struct irq_affinity_devres with __counted_by
Kees Cook
2023-10-07
1
-1
/
+1
*
driver core: platform: Unify the firmware node type check
Andy Shevchenko
2023-10-05
1
-11
/
+13
*
driver core: platform: Use temporary variable in platform_device_add()
Andy Shevchenko
2023-10-05
1
-11
/
+12
*
driver core: platform: Refactor error path in a couple places
Andy Shevchenko
2023-10-05
1
-9
/
+10
*
driver core: platform: Drop redundant check in platform_device_add()
Andy Shevchenko
2023-10-05
1
-3
/
+0
*
of: Move of_platform_register_reconfig_notifier() into DT core
Rob Herring
2023-08-04
1
-1
/
+1
*
driver core: platform: simplify __platform_driver_probe()
Greg Kroah-Hartman
2023-02-01
1
-11
/
+15
*
driver core: platform: removed unneeded variable from __platform_driver_probe()
Greg Kroah-Hartman
2023-02-01
1
-4
/
+4
*
driver core: make struct bus_type.uevent() take a const *
Greg Kroah-Hartman
2023-01-27
1
-2
/
+2
*
platform: remove useless if-branch in __platform_get_irq_byname()
Soha Jin
2023-01-17
1
-5
/
+3
*
platform: Document platform_add_devices() return value
Umang Jain
2023-01-17
1
-0
/
+2
*
platform: Provide a remove callback that returns no value
Uwe Kleine-König
2023-01-17
1
-1
/
+3
*
platform: use fwnode_irq_get_byname instead of of_irq_get_byname to get irq
Soha Jin
2022-11-10
1
-2
/
+2
*
Merge tag 'driver-core-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2022-06-03
1
-26
/
+8
|
\
|
*
platform: finally disallow IRQ0 in platform_get_irq() and its ilk
Sergey Shtylyov
2022-04-27
1
-2
/
+4
|
*
driver: platform: Add helper for safer setting of driver_override
Krzysztof Kozlowski
2022-04-22
1
-24
/
+4
*
|
bus: platform,amba,fsl-mc,PCI: Add device DMA ownership management
Lu Baolu
2022-04-28
1
-0
/
+18
*
|
amba: Stop sharing platform_dma_configure()
Lu Baolu
2022-04-28
1
-2
/
+1
|
/
*
platform: use dev_err_probe() in platform_get_irq_byname()
Sergey Shtylyov
2022-02-08
1
-3
/
+3
*
driver core: platform: document registration-failure requirement
Johan Hovold
2021-12-22
1
-0
/
+4
*
driver core: platform: Make use of the helper function dev_err_probe()
Cai Huoqing
2021-11-27
1
-2
/
+3
*
driver core: platform: Make use of the helper macro SET_RUNTIME_PM_OPS()
Cai Huoqing
2021-09-14
1
-2
/
+1
*
driver core: platform: Remove platform_device_add_properties()
Heikki Krogerus
2021-08-18
1
-18
/
+2
*
bus: Make remove callback return void
Uwe Kleine-König
2021-07-21
1
-3
/
+1
*
drivers/base: Constify static attribute_group structs
Rikard Falkeborn
2021-06-04
1
-1
/
+1
*
driver core: Drop helper devm_platform_ioremap_resource_wc()
Uwe Kleine-König
2021-05-27
1
-20
/
+0
*
Revert "driver core: platform: Make platform_get_irq_optional() optional"
Greg Kroah-Hartman
2021-04-07
1
-34
/
+21
*
driver core: platform: Make platform_get_irq_optional() optional
Andy Shevchenko
2021-04-02
1
-21
/
+34
*
driver core: platform: Make clear error code used for missed IRQ
Andy Shevchenko
2021-04-02
1
-6
/
+5
*
Merge tag 'driver-core-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2021-02-24
1
-4
/
+7
|
\
|
*
driver core: platform: Emit a warning if a remove callback returned non-zero
Uwe Kleine-König
2021-02-09
1
-4
/
+7
*
|
Merge tag 'devicetree-for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2021-02-22
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
driver core: platform: Drop of_device_node_put() wrapper
Rob Herring
2021-02-12
1
-1
/
+1
*
|
Merge tag 'irqchip-fixes-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel...
Thomas Gleixner
2021-01-12
1
-0
/
+2
|
\
\
|
|
/
|
/
|
|
*
driver core: platform: Add extra error check in devm_platform_get_irqs_affini...
John Garry
2020-12-22
1
-0
/
+2
*
|
Merge tag 'irq-core-2020-12-15' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2020-12-15
1
-0
/
+121
|
\
|
|
*
driver core: platform: Add devm_platform_get_irqs_affinity()
John Garry
2020-12-11
1
-0
/
+121
*
|
driver core: platform: don't oops in platform_shutdown() on unbound devices
Dmitry Baryshkov
2020-12-13
1
-1
/
+5
*
|
driver core: platform: Introduce platform_get_mem_or_io()
Andy Shevchenko
2020-12-10
1
-0
/
+15
*
|
driver core: platform: use bus_type functions
Uwe Kleine-König
2020-12-09
1
-67
/
+65
*
|
driver core: platform: change logic implementing platform_driver_probe
Uwe Kleine-König
2020-12-09
1
-3
/
+15
*
|
driver core: platform: reorder functions
Uwe Kleine-König
2020-12-09
1
-166
/
+167
|
/
*
drivers core: Miscellaneous changes for sysfs_emit
Joe Perches
2020-10-02
1
-7
/
+6
*
drivers core: Use sysfs_emit and sysfs_emit_at for show(device *...) functions
Joe Perches
2020-10-02
1
-2
/
+2
*
platform_device: switch to simpler IDA interface
Bartosz Golaszewski
2020-09-10
1
-3
/
+3
*
driver core: platform: Document return type of more functions
Stephen Boyd
2020-09-10
1
-0
/
+14
*
driver core: platform: expose numa_node to users in sysfs
Barry Song
2020-07-10
1
-1
/
+25
*
driver core: platform: need consistent spacing around '-'
Barry Song
2020-07-07
1
-1
/
+1
*
Merge tag 'driver-core-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2020-06-07
1
-2
/
+4
|
\
|
*
driver core: platform: Fix spelling errors in platform.c
Tang Bin
2020-05-21
1
-1
/
+1
[next]