Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
890cc39a879906b63912482dfc41944579df2dc6
/
include
/
linux
/
platform_device.h
890cc39
drivers: provide devm_platform_get_and_ioremap_resource()
by Dejin Zheng
· 4 years, 10 months ago
e3a36eb
driver code: clarify and fix platform device DMA mask allocation
by Christoph Hellwig
· 4 years, 10 months ago
c9c8641
drivers: provide devm_platform_ioremap_resource_byname()
by Bartosz Golaszewski
· 5 years ago
bb6243b
drivers: platform: provide devm_platform_ioremap_resource_wc()
by Bartosz Golaszewski
· 5 years ago
8f677bc
Merge 5.4-rc5 into driver-core-next
by Greg Kroah-Hartman
· 5 years ago
201e910
sh: add the sh_ prefix to early platform symbols
by Bartosz Golaszewski
· 5 years ago
507fd01
drivers: move the early platform device support to arch/sh
by Bartosz Golaszewski
· 5 years ago
f1da567
driver core: platform: Add platform_get_irq_byname_optional()
by Hans de Goede
· 5 years ago
c6b48da
Merge tag 'usb-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
by Linus Torvalds
· 5 years ago
c5c0283
Merge generic_lookup_helpers into usb-next
by Greg Kroah-Hartman
· 5 years ago
8973ea4
driver core: platform: Introduce platform_get_irq_optional()
by Thierry Reding
· 5 years ago
cdfee56
driver core: initialize a default DMA mask for platform device
by Christoph Hellwig
· 5 years ago
36f3313
platform: Add platform_find_device_by_driver() helper
by Suzuki K Poulose
· 5 years ago
fe34c89
docs: driver-model: move it to the driver-api book
by Mauro Carvalho Chehab
· 6 years ago
55716d2
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428
by Thomas Gleixner
· 6 years ago
3601fe4
Merge tag 'gpio-v5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio
by Linus Torvalds
· 6 years ago
2c1ea6a
platform: set of_node in platform_device_register_full()
by Mans Rullgard
· 6 years ago
7945f92
drivers: provide devm_platform_ioremap_resource()
by Bartosz Golaszewski
· 6 years ago
719cf71
ACPI / glue: Split dev_is_platform() out of module for wide use
by Andy Shevchenko
· 6 years ago
ac31672
headers: separate linux/mod_devicetable.h from linux/platform_device.h
by Randy Dunlap
· 7 years ago
07397df
dma-mapping: move dma configuration to bus infrastructure
by Nipun Gupta
· 7 years ago
277036f
platform: Accept const properties
by Jan Kiszka
· 8 years ago
f4d0526
device property: don't bother the drivers with struct property_set
by Heikki Krogerus
· 9 years ago
6799060
Merge tag 'pm+acpi-4.5-rc1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 9 years ago
4b83555
driver-core: platform: Add platform_irq_count()
by Stephen Boyd
· 9 years ago
00bbc1d
driver core: platform: Add support for built-in device properties
by Mika Westerberg
· 9 years ago
dbe2256
driver-core: platform: Provide helpers for multi-driver modules
by Thierry Reding
· 9 years ago
f309d44
platform_device: better support builtin boilerplate avoidance
by Paul Gortmaker
· 10 years ago
ce79348
driver core / ACPI: Represent ACPI companions using fwnode_handle
by Rafael J. Wysocki
· 10 years ago
291f653
core: platform: let platform_create_bundle initialize module owner
by Wolfram Sang
· 10 years ago
c3b50dc
core: platform: let platform_driver_probe initialize module owner
by Wolfram Sang
· 10 years ago
3d713e0
driver core: platform: add device binding path 'driver_override'
by Kim Phillips
· 11 years ago
3f9120b
driver core: prevent deferred probe with platform_driver_probe
by Johan Hovold
· 11 years ago
74b9272
Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linux
by Linus Torvalds
· 12 years ago
10dbc5e
driver core: move to_platform_driver to platform_device.h
by Rob Herring
· 12 years ago
9447057
platform_device: use a macro instead of platform_driver_register
by Libo Chen
· 12 years ago
6ae07f2
driver core: platform_device.h: fix checkpatch errors and warnings
by Fabio Porcedda
· 12 years ago
bab734f
driver core: add helper macro for platform_driver_probe() boilerplate
by Fabio Porcedda
· 12 years ago
863f9f3
ACPI / platform: Initialize ACPI handles of platform devices in advance
by Rafael J. Wysocki
· 12 years ago
689ae23
platform: Add support for automatic device IDs
by Jean Delvare
· 12 years ago
eb59c50
Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 13 years ago
9b39e73
PM / Sleep: Remove forward-only callbacks from platform bus type
by Rafael J. Wysocki
· 13 years ago
5a3072b
drivers_base: make argument to platform_device_register_full const
by Uwe Kleine-König
· 13 years ago
907d0ed
drivercore: Generalize module_platform_driver
by Lars-Peter Clausen
· 13 years ago
18c0635
Merge branch 'spi/next' of git://git.secretlab.ca/git/linux-2.6
by Linus Torvalds
· 13 years ago
940ab88
drivercore: Add helper macro for platform_driver boilerplate
by Grant Likely
· 13 years ago
01dcc60
new helper to create platform devices with dma mask
by Uwe Kleine-König
· 13 years ago
a77ce81
driver core: Add ability for arch code to setup pdev_archdata
by Kumar Gala
· 14 years ago
2064af9
PM: Revert "driver core: platform_bus: allow runtime override of dev_pm_ops"
by Kevin Hilman
· 14 years ago
69c9dd1
PM: Export platform bus type's default PM callbacks
by Rafael J. Wysocki
· 14 years ago
e710d7d
mfd: Fetch cell pointer from platform_device->mfd_cell
by Samuel Ortiz
· 14 years ago
71d6429
Driver core: convert platform_{get,set}_drvdata to static inline functions
by Marc Kleine-Budde
· 14 years ago
c64a092
driver core: platform_bus: allow runtime override of dev_pm_ops
by Kevin Hilman
· 14 years ago
44f28bd
Driver core: reduce duplicated code for platform_device creation
by Uwe Kleine-König
· 15 years ago
0b7f1a7
platform: Make platform resource input parameters const
by Geert Uytterhoeven
· 16 years ago
831fad2
Driver core: make struct platform_driver.id_table const
by Uwe Kleine-König
· 15 years ago
3d03ba4
driver core: make platform_device_id table const
by Eric Miao
· 15 years ago
ecdf6ce
Driver core: add platform_create_bundle() helper
by Dmitry Torokhov
· 15 years ago
c60e050
Driver Core: Early platform driver buffer
by Magnus Damm
· 15 years ago
511647f
PM: Remove platform device suspend_late()/resume_early() V2
by Magnus Damm
· 16 years ago
d7aacad
Driver Core: Add platform device arch data V3
by Magnus Damm
· 16 years ago
c0afe7b
driver core: Const-correct platform getbyname functions
by Linus Walleij
· 16 years ago
e67c856
Revert driver core: move platform_data into platform_device
by Greg Kroah-Hartman
· 16 years ago
1397709
Driver Core: early platform driver
by Magnus Damm
· 16 years ago
006f457
driver core: move platform_data into platform_device
by Ming Lei
· 16 years ago
57fee4a
platform: introduce module id table for platform devices
by Eric Miao
· 16 years ago
adf0949
PM: Simplify the new suspend/hibernation framework for devices
by Rafael J. Wysocki
· 16 years ago
d8bf254
platform: add new device registration helper
by Dmitry Baryshkov
· 16 years ago
25e1849
Implement new suspend and hibernation callbacks for platform busses
by Rafael J. Wysocki
· 17 years ago
ae72cdd
Driver Core: constify the name passed to platform_device_register_simple
by Stephen Rothwell
· 17 years ago
1359555e
Driver core: Make platform_device.id an int
by Jean Delvare
· 17 years ago
6eefd34
Driver core: Make platform_device_add_data accept a const pointer
by Scott Wood
· 18 years ago
c67334f
Driver core: platform_driver_probe(), can save codespace
by David Brownell
· 18 years ago
386415d8
PM: platform_bus and late_suspend/early_resume
by David Brownell
· 18 years ago
93ce306
[PATCH] Driver Core: Add platform_device_del()
by Dmitry Torokhov
· 19 years ago
00d3dcd
[DRIVER MODEL] Add platform_driver
by Russell King
· 19 years ago
37c12e7
[DRIVER MODEL] Improved dynamically allocated platform_device interface
by Russell King
· 19 years ago
bbbf508
[DRIVER MODEL] Add missing platform_device.h header.
by Russell King
· 19 years ago