With Kristian's comment about keeping the original copyright notices
intact addressed, patches 1, 2, 3, 4, 7, 8, and 10 are
Reviewed-by: Ian Romanick
On 12/14/2013 11:28 AM, Rob Clark wrote:
> From: Rob Clark
>
> It seems that over time, code related to finding driver name, dealing
> with pci-
bump..
Any chance someone from the pci camp could have a look at this series?
Also, I'm not quite sure about other build systems (android.. and is
scons still a thing?).. something is probably needed for those, but I
wouldn't know how to build with either of those. But something like
this patchs
On Sat, Dec 14, 2013 at 8:28 PM, Rob Clark wrote:
> From: Rob Clark
>
> It seems that over time, code related to finding driver name, dealing
> with pci-id table, etc, has been copy/pasted everywhere it was needed.
> Which is lame. And annoying if you have a device which is not pci.
>
> This pat
From: Rob Clark
It seems that over time, code related to finding driver name, dealing
with pci-id table, etc, has been copy/pasted everywhere it was needed.
Which is lame. And annoying if you have a device which is not pci.
This patchset refactors it out into a simple loader util lib which is
s