[PATCH 1/2] drm: rework PCI/platform driver interface.

2011-02-07 Thread Jordan Crouse
On 02/06/2011 08:09 PM, Dave Airlie wrote: > This abstracts the pci/platform interface out a step further, > we can go further but this is far enough for now to allow USB > to be plugged in. > > The drivers now just call the init code directly for their > device type. > > Signed-off-by: Dave Airlie

Re: [PATCH 1/2] drm: rework PCI/platform driver interface.

2011-02-07 Thread Jordan Crouse
On 02/06/2011 08:09 PM, Dave Airlie wrote: This abstracts the pci/platform interface out a step further, we can go further but this is far enough for now to allow USB to be plugged in. The drivers now just call the init code directly for their device type. Signed-off-by: Dave Airlie You don't

[PATCH 1/2] drm: rework PCI/platform driver interface.

2011-02-07 Thread Dave Airlie
This abstracts the pci/platform interface out a step further, we can go further but this is far enough for now to allow USB to be plugged in. The drivers now just call the init code directly for their device type. Signed-off-by: Dave Airlie --- drivers/gpu/drm/drm_drv.c | 43 ---

[PATCH 1/2] drm: rework PCI/platform driver interface.

2011-02-06 Thread Dave Airlie
This abstracts the pci/platform interface out a step further, we can go further but this is far enough for now to allow USB to be plugged in. The drivers now just call the init code directly for their device type. Signed-off-by: Dave Airlie --- drivers/gpu/drm/drm_drv.c | 43 ---