OpenGrok
Cross Reference: platform_device.h
xref
: /
src
/
sys
/
external
/
bsd
/
drm2
/
include
/
linux
/
platform_device.h
Home
|
History
|
Annotate
|
Download
|
only in
linux
History log of
/src/sys/external/bsd/drm2/include/linux/platform_device.h
Revision
Date
Author
Comments
1.8
19-Dec-2021
riastradh
kvmalloc, kludgey platformdev hacks
1.7
27-Oct-2015
riastradh
Eliminate Linux struct pci_dev::dev, struct platform_device::dev.
1.6
18-Oct-2015
jmcneill
add dma tag to struct platform_device
1.5
17-Oct-2015
jmcneill
support for non-PCI devices
1.4
06-Aug-2014
riastradh
branches: 1.4.2; 1.4.4; 1.4.6;
Whack some nouveau moles.
1.3
06-Aug-2014
riastradh
Add bogus Linux platform_device stub.
1.2
18-Mar-2014
riastradh
branches: 1.2.2; 1.2.4; 1.2.6;
Merge riastradh-drm2 to HEAD.
1.1
24-Jul-2013
riastradh
branches: 1.1.2;
file platform_device.h was initially added on branch riastradh-drm2.
1.1.2.1
24-Jul-2013
riastradh
Add stubs for Linux header files for drm.
1.2.6.2
22-May-2014
yamt
sync with head.
for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
1.2.6.1
18-Mar-2014
yamt
file platform_device.h was added on branch yamt-pagecache on 2014-05-22 11:40:56 +0000
1.2.4.2
18-May-2014
rmind
sync with head
1.2.4.1
18-Mar-2014
rmind
file platform_device.h was added on branch rmind-smpnet on 2014-05-18 17:46:01 +0000
1.2.2.1
10-Aug-2014
tls
Rebase.
1.4.6.1
27-Dec-2015
skrll
Sync with HEAD (as of 26th Dec)
1.4.4.3
03-Dec-2017
jdolecek
update from HEAD
1.4.4.2
20-Aug-2014
tls
Rebase to HEAD as of a few days ago.
1.4.4.1
06-Aug-2014
tls
file platform_device.h was added on branch tls-maxphys on 2014-08-20 00:04:21 +0000
1.4.2.1
11-Feb-2016
snj
Pull up following revision(s) (requested by riastradh in ticket #1080):
sys/external/bsd/drm2/dist/drm/i915/intel_i2c.c: revision 1.14
sys/external/bsd/drm2/dist/drm/i915/intel_pm.c: revision 1.8
sys/external/bsd/drm2/dist/drm/i915/intel_sdvo.c: revision 1.7
sys/external/bsd/drm2/dist/drm/nouveau/nouveau_drm.c: revision 1.7
sys/external/bsd/drm2/dist/drm/nouveau/core/include/core/device.h: revision 1.5
sys/external/bsd/drm2/dist/drm/nouveau/core/subdev/bios/nouveau_subdev_bios_base.c: revision 1.3
sys/external/bsd/drm2/dist/drm/radeon/radeon_display.c: revision 1.5
sys/external/bsd/drm2/dist/drm/radeon/radeon_gem.c: revision 1.3
sys/external/bsd/drm2/dist/drm/radeon/radeon_i2c.c: revision 1.3
sys/external/bsd/drm2/dist/drm/radeon/radeon_kms.c: revision 1.3
sys/external/bsd/drm2/include/linux/pci.h: revision 1.21
sys/external/bsd/drm2/include/linux/platform_device.h: revision 1.7
sys/external/bsd/drm2/nouveau/nouveau_pci.c: revision 1.5
Use nv_device_base(dev) like other callers, not dev->pdev->dev.
First step in fixing the struct device nonsense. This won't actually
fix anything yet until we also fix nv_device_base.
--
dev->dev, not &dev->pdev->dev.
Latter is a charlatan, soon to meet judgment for its sins.
--
dev->dev, not &dev->pdev->dev.
Latter is a mistake that is all my fault. Oops.
--
Eliminate Linux struct pci_dev::dev, struct platform_device::dev.
Indexes created Tue Sep 30 20:09:53 GMT 2025